source: doc/LaTeXmacros/listings/listings.ins@ 8ca3a72

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since 8ca3a72 was 9724df0, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

update latex macros, and user and refrat manuals

  • Property mode set to 100644
File size: 1.2 KB
Line 
1%%
2%% This file generates files required to use the listings package.
3%% At your command prompt write
4%%
5%% tex listings.ins
6%%
7%%
8%% (w)(c) 1996--1999,2002--2004 Carsten Heinz
9%%
10%% $Id: listings.ins 25 2013-06-05 08:04:03Z j_hoffmann $
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.3 or, at your option, any later version.
15%%
16\input docstrip
17\preamble
18\endpreamble
19
20\usedir{tex/latex/listings}
21\keepsilent
22\askforoverwritefalse
23
24
25%
26% generate base package
27%
28\generate{
29 \file{listings.sty}{\from{listings.dtx}{kernel}}
30 \file{lstmisc.sty}{\from{listings.dtx}{misc,0.21}}
31 \file{lstdoc.sty}{\from{listings.dtx}{doc}}
32 \file{lstdrvrs.ins}{\from{lstdrvrs.dtx}{install}}
33 \file{listings.cfg}{\from{lstdrvrs.dtx}{config}}
34}
35
36%
37% generate language driver files
38%
39\batchinput{lstdrvrs.ins}
40
41
42\Msg{*}
43\Msg{* You probably need to move all created `.sty' and `.cfg'}
44\Msg{* files into a directory searched by TeX.}
45\Msg{*}
46\Msg{* And don't forget to refresh your filename database}
47\Msg{* if your TeX distribution uses such a database.}
48\Msg{*}
49
50\endbatchfile
Note: See TracBrowser for help on using the repository browser.