diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-13 23:50:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-13 23:50:04 +0000 |
commit | 95c334e5b7d0129823f8c4afc2a73cf6817f98ff (patch) | |
tree | 3f8b298c65cf02dd70d5a587664d42a507209726 /Master/texmf-dist/tex/latex/gmdoc/gmoldcomm.sty | |
parent | fe937c977dab62691fe93e39afc85bc7ceb59990 (diff) |
gmdoc update (13aug08)
git-svn-id: svn://tug.org/texlive/trunk@10314 c570f23f-e606-0410-a88d-b1316a301751
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 |