Path to this page:
./
print/tex-listings,
Typeset source code listings using LaTeX
Branch: CURRENT,
Version: 1.8d,
Package name: tex-listings-1.8d,
Maintainer: minskimTypeset programs (programming code) within LaTeX. The source code is
read directly by TeX. Keywords, comments and strings can be typeset
using different styles (default is bold for keywords, italic for
comments and no special style for strings). Includes support for
hyperref. To use, simply \usepackage{listings}, identify the language
with \lstset{language=Python}, then employ the \begin{lstlisting} ...
\end{lstlisting} environment or the \lstinputlisting{filename.py}
command. 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)
- (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
- (2015-08-02) Updated to version: tex-listings-1.6
- (2015-04-23) Updated to version: tex-listings-1.5e
- (2011-01-23) Updated to version: tex-listings-1.4nb1
CVS history: (Expand)
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
|
2019-05-12 00:10:51 by Mark Davies | Files touched by this commit (6) |  |
Log message:
tex-listings{,-doc}: update to 1.8b
* made inputpath work
* updated hansl
* corrected small issues from the Debian bug tracker
|
2019-01-26 04:07:58 by Mark Davies | Files touched by this commit (5) |  |
Log message:
tex-listings{,-doc}: update to 1.7
added the following languages: elisp (rudimental), gap, go, swift and some
other. updated Mathematica to 11.0, Fortran to Fortran 2008
|
2015-11-04 02:03:03 by Alistair G. Crooks | Files touched by this commit (1194) |
Log message:
Add SHA512 digests for distfiles for print category
Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-08-02 13:19:21 by Mark Davies | Files touched by this commit (4) |  |
Log message:
Update tex-listings{,-doc} to 1.6
* withdrawn the support of \lstinline{..} in a tabular environment
* added a section with workarounds of that and some other problems
* added keywords for Lua 5.3.0
|
2015-04-23 14:06:26 by Mark Davies | Files touched by this commit (6) |  |
Log message:
Update tex-listings{,-doc} to 1.5e
latest texlive version. changes unknown.
|