diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tcldoc/examples/pdf.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/tcldoc/examples/pdf.ins | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/tcldoc/examples/pdf.ins b/Master/texmf-dist/source/latex/tcldoc/examples/pdf.ins new file mode 100644 index 00000000000..00bea9f775e --- /dev/null +++ b/Master/texmf-dist/source/latex/tcldoc/examples/pdf.ins @@ -0,0 +1,55 @@ +% pdf.ins --- DOCSTRIP installation script for writepdf. +\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 pdf.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{writepdf.tcl}{\from{pdf.dtx}{pkg}} + \file{hellopdf.tcl}{\from{pdf.dtx}{example1}} +} + + +\Msg{} +\Msg{************************************************} +\Msg{*} +\Msg{* To complete installation,} +\Msg{* place pdfwrite.tcl in a Tcl library directory} +\Msg{* and run pkg_mkIndex to rebuild the package} +\Msg{* index.} +\Msg{*} +\Msg{************************************************} +\Msg{} + + +\end + |