summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-09 22:37:41 +0000
committerKarl Berry <karl@freefriends.org>2016-04-09 22:37:41 +0000
commit98ce05a45b8e9828ed278745b2cedb41229dbda9 (patch)
treeb234e01166f1a60771314b95e758641fa37500ca /Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls
parent375669e355bbc43b4650577c1a3d97ea26da6eb2 (diff)
lt3graph (9apr16)
git-svn-id: svn://tug.org/texlive/trunk@40368 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls')
-rw-r--r--Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls b/Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls
index ffabe9aec75..055d6b8401a 100644
--- a/Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls
+++ b/Master/texmf-dist/tex/latex/lt3graph/lt3graph-packagedoc.cls
@@ -110,6 +110,7 @@
alsoletter={_,:},
moretexcs={ExplSyntaxOn,ExplSyntaxOff,lstinputlisting,detokenize,#1}
}
+ \lstMakeShortInline[style=examplecode]|
}
%%% Code formatting
@@ -265,7 +266,7 @@
\vskip-1.05\abovedisplayskip%
}
-\BeforeBeginEnvironment{macrocode}{\vskip.2\abovedisplayskip}
+\BeforeBeginEnvironment{macrocode}{\lstDeleteShortInline|\vskip.2\abovedisplayskip}
%%% Actually surround 'macrocode' with the frame
%
@@ -284,7 +285,7 @@
%%% always go back to it after one code block
%
\interesting
-\AfterEndEnvironment{macrocode}{\vskip\belowdisplayskip\interesting\NoIndentAfterThis}
+\AfterEndEnvironment{macrocode}{\lstMakeShortInline[style=examplecode]|\vskip\belowdisplayskip\interesting\NoIndentAfterThis}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Argument Specifiers and such %