diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/voss-mathmode/showexpl.cfg')
-rw-r--r-- | Master/texmf-dist/doc/latex/voss-mathmode/showexpl.cfg | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/voss-mathmode/showexpl.cfg b/Master/texmf-dist/doc/latex/voss-mathmode/showexpl.cfg index d80b1afecea..b7fc416afb7 100644 --- a/Master/texmf-dist/doc/latex/voss-mathmode/showexpl.cfg +++ b/Master/texmf-dist/doc/latex/voss-mathmode/showexpl.cfg @@ -14,6 +14,7 @@ \lstset{% preset=\centering,% + explpreset={numbersep=1em,numbers=left,numberstyle=\tiny\ttfamily,vsep=\bigskipamount}, rframe={},% language=[AlLaTeX]TeX,% float=hbp,% @@ -30,17 +31,17 @@ extendedchars=true,% showspaces=false,% showstringspaces=false,% - numbers=left,% - numberstyle=\tiny\ttfamily,% breaklines=true,% breakindent=10pt,% backgroundcolor=\color{hellgelb},% breakautoindent=true,% captionpos=t,% - xleftmargin=1em,% + xleftmargin=1.5em,% xrightmargin=\fboxsep,% - numbersep=1em,% -% xrightmargin=-1cm,% + numbersep=1em, + numbers=left, + numberstyle=\tiny\ttfamily, + xrightmargin=-1cm,% % relwidth=0.5,% % columnsep=10pt% } |