diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/gmdoc/gmoldcomm.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/gmdoc/gmoldcomm.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/gmdoc/gmoldcomm.sty b/Master/texmf-dist/tex/latex/gmdoc/gmoldcomm.sty index e4bcc16cbf5..641061ed610 100644 --- a/Master/texmf-dist/tex/latex/gmdoc/gmoldcomm.sty +++ b/Master/texmf-dist/tex/latex/gmdoc/gmoldcomm.sty @@ -17,8 +17,9 @@ % % % \stanza -% Scan CSs and put them in tt. If at beginning of line, precede them +% Scan \acro{CS}s and put them in tt. If at beginning of line, precede them % with |%|. Obey lines in the commentary. +% \FileInfo \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{gmoldcomm} @@ -27,7 +28,8 @@ \newenvironment{oldcomments}{% \catcode`\\=\active \let\do\@makeother - \do\$% Not only CSs but also special chars happen in the old comments. + \do\$% Not only \acro{CS}s but also special chars occur in the old + % comments. \do\|\do\#\do\{\do\}\do\^\do\_\do\&% \gmoc@defbslash \obeylines |