File: parsetcl.ins

package info (click to toggle)
texlive-extra 2014.20141024-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,016,484 kB
  • ctags: 21,582
  • sloc: perl: 140,144; python: 16,926; makefile: 12,969; sh: 9,285; ansic: 3,415; java: 3,090; csh: 2,987; xml: 1,050; lisp: 630; ruby: 487; lex: 358; tcl: 142; sed: 36; pascal: 25; cpp: 18; awk: 10; haskell: 5
file content (54 lines) | stat: -rw-r--r-- 1,459 bytes parent folder | download | duplicates (12)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
% parsetcl.ins --- DOCSTRIP installation script for parsetcl.
\input docstrip

% Redefine the \MetaPrefix; it should be something which starts a
% until-end-of-line comment:
\edef\MetaPrefix{\string#\string#}


% Redefine the file preamble and postamble; this is necessary because 
% otherwise the old \metaPrefix is inserted at the beginning of these 
% lines.
\preamble

In other words:
 ***************************************
 * This Source is not the True Source. *
 ***************************************
The True Source is parsetcl.dtx in 
  http://ftp.ctan.org/tex-archive/macros/latex/contrib/tclldoc/examples

It is preferred that you apply the distribution and modification 
conditions of the LaTeX Project Public License (LPPL) for this file, 
but you may alternatively choose to apply BSD/Tcl-style license 
conditions (either is OK). The latest version of the LPPL is in
   http://www.latex-project.org/lppl.txt
and version 1.2 or later is part of all distributions of LaTeX 
version 1999/12/01 or later.

\endpreamble

\postamble
\endpostamble


% Actually make the files:
\generate{
   \file{parsetcl.tcl}{\from{parsetcl.dtx}{pkg}}
}


\Msg{}
\Msg{************************************************}
\Msg{*}
\Msg{*  To complete installation,}
\Msg{*  place parsetcl.tcl in a Tcl library directory}
\Msg{*  and run pkg_mkIndex to rebuild the package}
\Msg{*  index.}
\Msg{*}
\Msg{************************************************}
\Msg{}


\end