diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex-dev/base/lthooks-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex-dev/base/lthooks-doc.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex-dev/base/lthooks-doc.tex b/Master/texmf-dist/doc/latex-dev/base/lthooks-doc.tex new file mode 100644 index 00000000000..47d86a45991 --- /dev/null +++ b/Master/texmf-dist/doc/latex-dev/base/lthooks-doc.tex @@ -0,0 +1,12 @@ +% This will typeset only documentation but not the code +% +% However, you may first have to unpack the .sty file via +% +% latex lthooks.ins +% +% as it is used when processing the doumentation. + +\AtBeginDocument{\OnlyDescription +% \let\tableofcontents\relax + } +\input{lthooks.dtx} |