summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/listings/listings.cfg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:58:08 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:58:08 +0000
commit6a8abbc4994582595d64361f7e1542800ded4a7b (patch)
treefdce9de1ebf0a9450d79c6e91c41fce7227cbbf1 /Master/texmf-dist/tex/latex/listings/listings.cfg
parent5fa88075750e366e6d6353b7e3d55c9434dfd5ee (diff)
listings
git-svn-id: svn://tug.org/texlive/trunk@1045 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/listings/listings.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/listings/listings.cfg45
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/listings/listings.cfg b/Master/texmf-dist/tex/latex/listings/listings.cfg
new file mode 100644
index 00000000000..00c430d8b4f
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/listings/listings.cfg
@@ -0,0 +1,45 @@
+%%
+%% This is file `listings.cfg',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lstdrvrs-1.3.dtx (with options: `config')
+%%
+%% (w)(c) 1996/1997/1998/1999/2000/2001/2002/2003/2004 Carsten Heinz
+%% and/or any other author listed elsewhere 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.0 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 <cheinz@gmx.de>.
+%%
+\ProvidesFile{listings.cfg}[2004/09/05 1.3 listings configuration]
+\def\lstlanguagefiles
+ {lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty}
+\lstset{defaultdialect=[R/3 6.10]ABAP,
+ defaultdialect=[95]Ada,
+ defaultdialect=[68]Algol,
+ defaultdialect=[gnu]Awk,
+ defaultdialect=[ANSI]C,
+ defaultdialect=[light]Caml,
+ defaultdialect=[1985]Cobol,
+ defaultdialect=[ISO]C++,
+ defaultdialect=[95]Fortran,
+ defaultdialect=[3.0]Mathematica,
+ defaultdialect=[OMG]OCL,
+ defaultdialect=[Standard]Pascal,
+ defaultdialect=[67]Simula,
+ defaultdialect=[plain]TeX,
+ defaultdialect=[97]VRML}
+\lstalias[]{TclTk}[tk]{tcl}
+\lstalias[6.1]{ABAP}[R/3 6.10]{ABAP}
+\lstalias[3.1]{ABAP}[R/3 3.1C]{ABAP}
+\lstalias[4.6]{ABAP}[R/3 4.6C]{ABAP}
+\endinput
+%%
+%% End of file `listings.cfg'.