File: fancyvrb.ins

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (35 lines) | stat: -rw-r--r-- 1,040 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
%% `fancyvrb.ins'
%%
%% Docstrip installation instruction file for docstyle `fancyvrb'
%%
%% Timothy Van Zandt (Princeton University - USA) <tvz@Princeton.EDU>
%% June 24, 1998

\def\batchfile{fancyvrb.ins}
\input docstrip.tex
\keepsilent
\Msg{*** Generating the `fancyvrb' package ***}
\askforoverwritefalse
\generate{\file{fancyvrb.sty}{\from{fancyvrb.dtx}{fancyvrb}}}

\ifToplevel{%
\Msg{***********************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the file}
\Msg{* fancyvrb.sty searched by TeX.}
\Msg{*}
\Msg{* To produce the documentation, run the file `fvrb-ex.dtx'}
\Msg{* through LaTeX.}
\Msg{*}
\Msg{* If you require the commented code, desactivating the}
\Msg{* OnlyDescription macro, you must recompile, execute:}
\Msg{* `makeindex -s PATH/gind.ist fancyvrb'}
\Msg{* `makeindex -s PATH/gglo.ist -o fancyvrb.gls fancyvrb.glo'}
\Msg{* and recompile.}
\Msg{*}
\Msg{***********************************************************}
}

\endinput
%% 
%% End of file `fancyvrb.ins'