diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-07 22:26:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-07 22:26:20 +0000 |
commit | a370665e727240e95c3923cc67f46a112a5374b9 (patch) | |
tree | 2ea0c0fd7215e24ad7e6f646ca689e7fdb5dd182 /Master/texmf-dist/tex/latex/withargs/withargs-packagedoc.cls | |
parent | 695a2f60611a97240108f1b90942db770c62ebb7 (diff) |
withargs (7sep15)
git-svn-id: svn://tug.org/texlive/trunk@38320 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/withargs/withargs-packagedoc.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/withargs/withargs-packagedoc.cls | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/withargs/withargs-packagedoc.cls b/Master/texmf-dist/tex/latex/withargs/withargs-packagedoc.cls index bf648d019f4..856e25a7ab7 100644 --- a/Master/texmf-dist/tex/latex/withargs/withargs-packagedoc.cls +++ b/Master/texmf-dist/tex/latex/withargs/withargs-packagedoc.cls @@ -24,7 +24,7 @@ % Document Class % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\LoadClassWithOptions{l3doc} +\LoadClassWithOptions{withargs-old-l3doc} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Importing The Main Package % @@ -280,6 +280,11 @@ \interesting \AfterEndEnvironment{macrocode}{\vskip\belowdisplayskip\interesting\NoIndentAfterThis} +%%% Short inline code listings +% +\lstMakeShortInline[style=examplecode]| + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Argument Specifiers and such % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -301,6 +306,7 @@ \describeanymacro{\meta{#1}}{#2}% } + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Other Stuff % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |