diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-26 21:40:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-26 21:40:47 +0000 |
commit | f4e5b3818f612b0d0d9192ef22c1ceaea54f1f48 (patch) | |
tree | 183539be8fb7de01228bae6c08966d3a2e05353c /Master/texmf-dist/source/latex/latexdemo/latexdemo.ins | |
parent | c0306171dcd01fdff7a9858c8b830da14ea16c9a (diff) |
latexdemo (26jun14)
git-svn-id: svn://tug.org/texlive/trunk@34434 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/latexdemo/latexdemo.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/latexdemo/latexdemo.ins | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/latexdemo/latexdemo.ins b/Master/texmf-dist/source/latex/latexdemo/latexdemo.ins new file mode 100644 index 00000000000..22b86934cdd --- /dev/null +++ b/Master/texmf-dist/source/latex/latexdemo/latexdemo.ins @@ -0,0 +1,28 @@ +% See file 'latexdemo.dtx' for copyright and licence. + +\input docstrip.tex +\keepsilent +\askforoverwritefalse + +\usedir{tex/latex/latexdemo} + +\generate{ + \file{latexdemo.sty}{\from{latexdemo.dtx}{latexdemo.sty}} +} + +\obeyspaces +\Msg{*************************************************************} +\Msg{* *} +\Msg{* To finish the installation you have to move the following *} +\Msg{* file into a directory searched by TeX: *} +\Msg{* *} +\Msg{* latexdemo.sty *} +\Msg{* *} +\Msg{* To produce the documentation run the file latexdemo.dtx *} +\Msg{* through LaTeX. *} +\Msg{* *} +\Msg{* Happy TeXing! *} +\Msg{* *} +\Msg{*************************************************************} + +\endbatchfile |