diff options
Diffstat (limited to 'macros/latex/contrib/listings/lstdrvrs.dtx')
-rw-r--r-- | macros/latex/contrib/listings/lstdrvrs.dtx | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/macros/latex/contrib/listings/lstdrvrs.dtx b/macros/latex/contrib/listings/lstdrvrs.dtx index b185d4d768..69c0af8b85 100644 --- a/macros/latex/contrib/listings/lstdrvrs.dtx +++ b/macros/latex/contrib/listings/lstdrvrs.dtx @@ -33,10 +33,15 @@ % \title{Language, Style and Format drivers\\ for \textsf{Listings}\\ % {\large by Carsten Heinz and individual authors:}} % \author{\InputIfFileExists{lstdrvrs.tmp}{}{}} -% \date{2019/02/27\enspace\enspace Version 1.8b\ \box\abstractbox} -% -% \hypersetup{pdfsubject=Language definitions,pdfauthor=Jobst Hoffmann -% <j.hoffmann-(at)-fh-aachen.de>} +% \date{2019/09/10\enspace\enspace Version 1.8c\ \box\abstractbox} +% +% \ifhyper +% \hypersetup{pdftitle={Language, Style and Format drivers for the +% Listings package}, +% pdfsubject=Language definitions for the Listings package,% +% pdfauthor=Jobst Hoffmann <j.hoffmann(at)fh-aachen.de>,% +% pdfkeywords={source code formatter, programming languages}} +% \fi % % \maketitle % @@ -132,7 +137,7 @@ % \endgroup % We mainly define default dialects. % \begin{macrocode} -\ProvidesFile{listings.cfg}[2019/02/27 1.8b listings configuration] +\ProvidesFile{listings.cfg}[2019/09/10 1.8c listings configuration] \def\lstlanguagefiles {lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty} \lstset{defaultdialect=[R/3 6.10]ABAP, @@ -179,7 +184,7 @@ %<+hansl-prf>\ProvidesFile{listings-hansl.prf} %<+lua-prf>\ProvidesFile{listings-lua.prf} %<+python-prf>\ProvidesFile{listings-python.prf} -%<-config> [2019/02/27 1.8b listings language file] +%<-config> [2019/09/10 1.8c listings language file] % \end{macrocode} % % @@ -2926,9 +2931,9 @@ morecomment=[l]!% % `one-word' functions and macros of Common Lisp, i.e.~words not containing a % minus. But I left out the \texttt{caaaar}, \ldots{} functions. % If anyone types them in, I'd like to get them. \lsthelper{Hilmar -% Preuße}{hille42@web.de}{2019/01/28} informed about an issue mentioned at -% \url{https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499422}{sensitive -% is false}, the issue got corrected. +% Preuße}{hille42@web.de}{2019/01/28}{sensitive is false} informed about an +% issue mentioned at \url{https://bugs.debian.org/499422}, the issue got +% corrected. % \begingroup % \begin{macrocode} %<*lang2> @@ -8489,10 +8494,10 @@ literate=% % keywords, ditto \lsthelper{Torsten~Flatter}{Thorsten.Flatter@T-Systems.de} % {2002/10/15}{missing keywords}, \lsthelper{Robert~Frank}{rf7@ukc.ac.uk} % {2002/11/19}{missing keywords} and \lsthelper{Dirk~Jesko} -% {jesko@iti.cs.uni-magdeburg.de}{2003/06/03}{extended SQL definition}. \lsthelper{Hilmar -% Preuße}{hille42@web.de}{2019/01/28}{added keyword} informed about an issue mentioned at -% \url{https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626521}, the issue -% got corrected. +% {jesko@iti.cs.uni-magdeburg.de}{2003/06/03}{extended SQL +% definition}. \lsthelper{Hilmar Preuße}{hille42@web.de}{2019/01/28}{added +% keyword} informed about an issue mentioned at +% \url{https://bugs.debian.org/626521}, the issue got corrected. % \begingroup % \begin{macrocode} %<*lang1> |