listings.cfg 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. %%
  2. %% This is file `listings.cfg',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% lstdrvrs.dtx (with options: `config')
  8. %%
  9. %% (w)(c) 1996/1997/1998/1999/2000/2001/2002 Carsten Heinz and/or any
  10. %% other author listed elsewhere in this file.
  11. %%
  12. %% This file is distributed under the terms of the LaTeX Project Public
  13. %% License from CTAN archives in directory macros/latex/base/lppl.txt.
  14. %% Either version 1.0 or, at your option, any later version.
  15. %%
  16. %% This file is completely free and comes without any warranty.
  17. %%
  18. %% Send comments and ideas on the package, error reports and additional
  19. %% programming languages to <[email protected]>.
  20. %%
  21. \ProvidesFile{listings.cfg}[2002/04/01 v1.0 listings configuration]
  22. \def\lstlanguagefiles
  23. {lstlang0.sty,lstlang1.sty,lstlang2.sty,lstlang3.sty}
  24. \lstset{defaultdialect=[R/3 6.10]ABAP,
  25. defaultdialect=[95]Ada,
  26. defaultdialect=[68]Algol,
  27. defaultdialect=[ANSI]C,
  28. defaultdialect=[light]Caml,
  29. defaultdialect=[1985]Cobol,
  30. defaultdialect=[ISO]C++,
  31. defaultdialect=[95]Fortran,
  32. defaultdialect=[3.0]Mathematica,
  33. defaultdialect=[OMG]OCL,
  34. defaultdialect=[Standard]Pascal,
  35. defaultdialect=[67]Simula,
  36. defaultdialect=[plain]TeX,
  37. defaultdialect=[97]VRML}
  38. \lstalias[]{TclTk}[tk]{tcl}
  39. \endinput
  40. %%
  41. %% End of file `listings.cfg'.