diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-05 23:15:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-05 23:15:14 +0000 |
commit | a76615cfbba78d118357323397a4a7a9e561e2f5 (patch) | |
tree | 423b2750892ec7eed161225110173053266c1e17 /Master/texmf-dist/doc/latex/listings | |
parent | 664daebd9dd9c71968f4540b112d68dfe28dd367 (diff) |
listings (5mar14)
git-svn-id: svn://tug.org/texlive/trunk@33095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/listings')
-rw-r--r-- | Master/texmf-dist/doc/latex/listings/Makefile | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/listings/listings-acm.prf | 53 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/listings/listings-fortran.prf | 66 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/listings/listings-lua.prf | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/listings/listings-python.prf | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/listings/listings.pdf | bin | 717293 -> 717262 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/listings/lstdrvrs.pdf | bin | 479989 -> 491024 bytes |
7 files changed, 131 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/listings/Makefile b/Master/texmf-dist/doc/latex/listings/Makefile index 37805082dec..d8f94375e53 100644 --- a/Master/texmf-dist/doc/latex/listings/Makefile +++ b/Master/texmf-dist/doc/latex/listings/Makefile @@ -2,7 +2,7 @@ # # This file generates files required to use the listings package. # -# $Id: Makefile 80 2013-08-05 17:46:11Z j_hoffmann $ +# $Id: Makefile 127 2014-03-04 19:54:08Z j_hoffmann $ # # (c) 2007 Brooks Moses # (c) 2013 Jobst Hoffmann @@ -75,18 +75,27 @@ lstdrvrs.pdf: lstdrvrs.dtx $(LATEX) ${<:.sty=.dtx} ## Testing targets +acm-tests: + cd testing; make acm + fortran-tests: cd testing; make fortran gap-tests: cd testing; make gap +hansl-tests: + cd testing; make hansl + llvm-tests: cd testing; make llvm lua-tests: cd testing; make lua +vbscript-tests: + cd testing; make vbscript + tests: cd testing; make all diff --git a/Master/texmf-dist/doc/latex/listings/listings-acm.prf b/Master/texmf-dist/doc/latex/listings/listings-acm.prf new file mode 100644 index 00000000000..1437efb337b --- /dev/null +++ b/Master/texmf-dist/doc/latex/listings/listings-acm.prf @@ -0,0 +1,53 @@ +%% +%% This is file `listings-acm.prf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% lstdrvrs.dtx (with options: `acm-prf') +%% +%% The listings package is copyright 1996--2004 Carsten Heinz, and +%% continued maintenance on the package is copyright 2006--2007 Brooks +%% Moses. From 2013 on the maintenance is done by Jobst Hoffmann. +%% The drivers are copyright 1997/1998/1999/2000/2001/2002/2003/2004/2006/ +%% 2007/2013 any individual author listed in this file. +%% +%% This file is distributed under the terms of the LaTeX Project Public +%% License from CTAN archives in directory macros/latex/base/lppl.txt. +%% Either version 1.3 or, at your option, any later version. +%% +%% This file is completely free and comes without any warranty. +%% +%% Send comments and ideas on the package, error reports and additional +%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. +%% +\ProvidesFile{listings-acm.prf} + [2014/03/04 1.5c listings language file] +\usepackage[rgb, x11names]{xcolor} + +\definecolor{Comments}{rgb}{0.00,0.50,0.00} +\definecolor{KeyWords}{rgb}{0.00,0.00,0.63} +\definecolor{Strings}{rgb}{0.84,0.00,0.00} + +\lstdefinestyle{ACM}{% + basicstyle=\scriptsize\ttfamily,% + keywordstyle=\color{KeyWords},% + showstringspaces=false,% + identifierstyle=\color{black},% + commentstyle=\color{Comments},% + stringstyle=\color{Strings},% + frame=shadowbox,% % for ACM-Code scrartcl commented out + rulesepcolor=\color{black},% + numbers=left,% % left + firstnumber=1,% + stepnumber=5,% + columns=fixed,% % to prevent inserting spaces + fontadjust=true,% + basewidth=0.5em,% + captionpos=t,% + abovecaptionskip=\smallskipamount,% same amount as default + belowcaptionskip=\smallskipamount,% in caption package +}% +\endinput +%% +%% End of file `listings-acm.prf'. diff --git a/Master/texmf-dist/doc/latex/listings/listings-fortran.prf b/Master/texmf-dist/doc/latex/listings/listings-fortran.prf new file mode 100644 index 00000000000..f80fffba336 --- /dev/null +++ b/Master/texmf-dist/doc/latex/listings/listings-fortran.prf @@ -0,0 +1,66 @@ +%% +%% This is file `listings-fortran.prf', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% lstdrvrs.dtx (with options: `fortran-prf') +%% +%% The listings package is copyright 1996--2004 Carsten Heinz, and +%% continued maintenance on the package is copyright 2006--2007 Brooks +%% Moses. From 2013 on the maintenance is done by Jobst Hoffmann. +%% The drivers are copyright 1997/1998/1999/2000/2001/2002/2003/2004/2006/ +%% 2007/2013 any individual author listed in this file. +%% +%% This file is distributed under the terms of the LaTeX Project Public +%% License from CTAN archives in directory macros/latex/base/lppl.txt. +%% Either version 1.3 or, at your option, any later version. +%% +%% This file is completely free and comes without any warranty. +%% +%% Send comments and ideas on the package, error reports and additional +%% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. +%% +\ProvidesFile{listings-fortran.prf} + [2014/03/04 1.5c listings language file] +\usepackage[rgb, x11names]{xcolor} + +\lstset{% + frame=tlb,% the frame is open on the right side + resetmargins=false,% + rulesepcolor=\color{black},% + numbers=left,% % left + numberstyle=\tiny,% + numbersep=5pt,% + firstnumber=1,% + stepnumber=5,% + columns=fixed,% % to prevent inserting spaces + fontadjust=true,% + keepspaces=true,% + basewidth=0.5em,% + captionpos=t,% + abovecaptionskip=\smallskipamount,% same amount as default + belowcaptionskip=\smallskipamount,% in caption package +} +\lstdefinestyle{fortran}{% + backgroundcolor=\color{yellow!10},% + basicstyle=\small\ttfamily,% + identifierstyle=\color{black},% + keywordstyle=\color{blue},% + keywordstyle={[2]\color{cyan}},% + keywordstyle={[3]\color{olive}},% + stringstyle=\color{teal},% + commentstyle=\itshape\color{orange},% +}% +\lstdefinestyle{fortranbw}{% + backgroundcolor={},% + basicstyle=\small\ttfamily,% + identifierstyle={},% + keywordstyle=\bfseries,% + stringstyle=\itshape,% + commentstyle=\slshape,% + rulesepcolor=\color{black},% +}% +\endinput +%% +%% End of file `listings-fortran.prf'. diff --git a/Master/texmf-dist/doc/latex/listings/listings-lua.prf b/Master/texmf-dist/doc/latex/listings/listings-lua.prf index 05b79095d3f..7e02a99dac6 100644 --- a/Master/texmf-dist/doc/latex/listings/listings-lua.prf +++ b/Master/texmf-dist/doc/latex/listings/listings-lua.prf @@ -22,7 +22,7 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{listings-lua.prf} - [2013/08/26 1.5b listings language file] + [2014/03/04 1.5c listings language file] \usepackage[rgb, x11names]{xcolor} \lstdefinestyle{Lua}{% language=[5.2]Lua, diff --git a/Master/texmf-dist/doc/latex/listings/listings-python.prf b/Master/texmf-dist/doc/latex/listings/listings-python.prf index da85a1210c3..3cf2c02a01c 100644 --- a/Master/texmf-dist/doc/latex/listings/listings-python.prf +++ b/Master/texmf-dist/doc/latex/listings/listings-python.prf @@ -22,7 +22,7 @@ %% programming languages to Jobst Hoffmann at <j.hoffmann@fh-aachen.de>. %% \ProvidesFile{listings-python.prf} - [2013/08/26 1.5b listings language file] + [2014/03/04 1.5c listings language file] \usepackage{xcolor} \usepackage{textcomp} diff --git a/Master/texmf-dist/doc/latex/listings/listings.pdf b/Master/texmf-dist/doc/latex/listings/listings.pdf Binary files differindex 2e8f263ba6b..6e654c8ff61 100644 --- a/Master/texmf-dist/doc/latex/listings/listings.pdf +++ b/Master/texmf-dist/doc/latex/listings/listings.pdf diff --git a/Master/texmf-dist/doc/latex/listings/lstdrvrs.pdf b/Master/texmf-dist/doc/latex/listings/lstdrvrs.pdf Binary files differindex 5258adba134..d246049cd3d 100644 --- a/Master/texmf-dist/doc/latex/listings/lstdrvrs.pdf +++ b/Master/texmf-dist/doc/latex/listings/lstdrvrs.pdf |