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.
|
2011-01-22 23:49:56 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Let tex-listings depend on tex-url instead of tex-ltxmisc, because
url.sty is no longer included in tex-ltxmisc.
|
2010-09-14 02:18:21 by Min Sik Kim | Files touched by this commit (160) |
Log message:
Update DISTFILES for TeX Live 2010. No functional change.
|
2010-05-11 02:24:14 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Update DISTFILES.
|
2009-08-04 01:45:46 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Import tex-listings-1.4 as print/tex-listings.
Typeset 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).
|