diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/mathmode/showexpl.cfg')
-rw-r--r-- | Master/texmf-dist/doc/latex/mathmode/showexpl.cfg | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/Master/texmf-dist/doc/latex/mathmode/showexpl.cfg b/Master/texmf-dist/doc/latex/mathmode/showexpl.cfg deleted file mode 100644 index d80b1afecea..00000000000 --- a/Master/texmf-dist/doc/latex/mathmode/showexpl.cfg +++ /dev/null @@ -1,47 +0,0 @@ -% config file for showexpl.sty -% -% Copyright Herbert Voss, 2005 -% Licence: LPPL. - -\ProvidesFile{showexpl.cfg} - [2005/06/30 v0.02 Definitions for the showexpl package (hv)] -% -\definecolor{hellgelb}{rgb}{1,1,0.85} -\definecolor{colKeys}{rgb}{0,0,1} -\definecolor{colIdentifier}{rgb}{0,0,0} -\definecolor{colComments}{rgb}{1,0,0} -\definecolor{colString}{rgb}{0,0.5,0} - -\lstset{% - preset=\centering,% - rframe={},% - language=[AlLaTeX]TeX,% - float=hbp,% - basicstyle=\footnotesize\ttfamily,% - identifierstyle=\color{colIdentifier},% - keywordstyle=\color{colKeys},% - stringstyle=\color{colString},% - commentstyle=\itshape\color{colComments},% -% columns=flexible,% -% columns=fullflexible,% - columns=fixed, - tabsize=4,% - frame=single,% - extendedchars=true,% - showspaces=false,% - showstringspaces=false,% - numbers=left,% - numberstyle=\tiny\ttfamily,% - breaklines=true,% - breakindent=10pt,% - backgroundcolor=\color{hellgelb},% - breakautoindent=true,% - captionpos=t,% - xleftmargin=1em,% - xrightmargin=\fboxsep,% - numbersep=1em,% -% xrightmargin=-1cm,% -% relwidth=0.5,% -% columnsep=10pt% -} -\renewcommand*\SX@Info{}% |