Path to this page:
./
print/tex-listings,
Typeset source code listings using LaTeX
Branch: CURRENT,
Version: 1.10a,
Package name: tex-listings-1.10a,
Maintainer: minskimThe package enables the user to typeset programs (programming
code) within LaTeX; the source code is read directly by TeX--no
front-end processor is needed. Keywords, comments and strings
can be typeset using different styles (default is bold for
keywords, italic for comments and no special style for
strings). Support for hyperref is provided. To use,
\usepackage{listings}, identify the language of the object to
typeset, using a construct like: \lstset{language=Python}, then
use environment lstlisting for inline code. External files may
be formatted using \lstinputlisting to process a given file in
the form appropriate for the current language. Short (in-line)
listings are also available, using either \lstinline|...| or
|...| (after defining the | token with the \lstMakeShortInline
command).
Required to run:[
print/kpathsea] [
print/tex-latex] [
print/tex-graphics] [
print/tex-hyperref] [
print/tex-algorithms] [
print/tex-fancyvrb] [
print/tex-url]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2024-03-20) Updated to version: tex-listings-1.10a
- (2024-02-25) Updated to version: tex-listings-1.10
- (2023-04-08) Updated to version: tex-listings-1.9
- (2020-05-03) Updated to version: tex-listings-1.8d
- (2019-05-12) Updated to version: tex-listings-1.8b
- (2019-01-26) Updated to version: tex-listings-1.7
CVS history: (Expand)
2024-03-20 11:37:55 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-listings{,-doc}: update to 1.10a
added small language enhancements
* partly support for Scala 3.0
* added missing keywords for OORexx
|
2024-02-25 20:40:07 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-listings{,-doc}: update to 1.10
* added a tocbasic interface to make the scrhack.sty of
Markus Kohm unnecessary
* enhanced the documentation (upquote)
|
2023-04-08 12:44:02 by Mark Davies | Files touched by this commit (6) | |
Log message:
tex-listings{,-doc}: update to 1.9
* hopefully corrected the long outstanding wrong behaviour of
displaying visible spaces
* generalized the use of the linerange key
* introduced the key consecutivenumbers
* a pagebreak between a (top) caption and source code isn't allowed anymore
* the configuration files listings.cfg and lstlocal.cfg
are read with the correct catcode
* some documentation and layout enhancements.
|
2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Remove SHA1 hashes for distfiles
|
2020-05-03 13:57:37 by Mark Davies | Files touched by this commit (110) | |
Log message:
tex-[h-s]*: update to texlive 2020 versions
tex-hyperref{,-doc} to 7.00d
tex-jsclasses to 2020
tex-kotex-oblivoir to 2.2.1
tex-latexconfig to 2020
tex-lettrine{,-doc} to 2.23
tex-listings{,-doc} to 1.8d
tex-listofitems{,-doc} to 1.63
tex-moderncv{,-doc} to 2.0.0.52669
tex-ocgx2{,-doc} to 0.48
tex-overpic to 1.3
tex-parskip{,-doc} to 2.0d
tex-pdfpages{,-doc} to 0.5q
tex-pdftex{,-doc} to 2020
tex-pgf{,-doc} to 3.1.5b
tex-pgfplots{,-doc} to 1.17
tex-pict2e{,-doc} to 0.3c
tex-platex{,-doc} to 2020
tex-polyglossia{,-doc} to 1.49
tex-preview{,-doc} to 12.2
tex-ptex-base{,-doc} to 2020
tex-schwalbe-chess{,-doc} to 2.7
tex-siunitx{,-doc} to 2.8b
tex-snapshot{,-doc} to 2.13
tex-subfiles{,-doc} to 1.6
tex-supertabular to 4.1g
tex-latex-base-dev{,-doc} version 20201001pre5
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-12-06 21:22:05 by Mark Davies | Files touched by this commit (372) |
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
|