diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:02:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:02:53 +0000 |
commit | 0e4cad8b7b88057962b4d86375dac862515b46a2 (patch) | |
tree | 674111523f9d3fe690999d962b18cddc69d50e19 /Master/texmf-dist/tex/latex/plweb/pl.cfg | |
parent | b835ac69e1b3fd8e78268458f18239557fb4a201 (diff) |
plweb
git-svn-id: svn://tug.org/texlive/trunk@1203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/plweb/pl.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/plweb/pl.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/plweb/pl.cfg b/Master/texmf-dist/tex/latex/plweb/pl.cfg new file mode 100644 index 00000000000..ecbbb551c5e --- /dev/null +++ b/Master/texmf-dist/tex/latex/plweb/pl.cfg @@ -0,0 +1,12 @@ + +% The following macro forces the generation of the description part of the +% documentation only. If it is deactivated (with a leading %) the whole +% description including the implementation is enabled. + +%\OnlyDescription + +% The following instruction forces the use of A4 size paper +% (even in LaTeX2.09). +% You need to have the style option dina4 for this to work. + +\usepackage{dina4} |