diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-21 18:08:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-21 18:08:25 +0000 |
commit | bf6e239c11b0086a5d3f19a4f218b606bf870cd0 (patch) | |
tree | 6580e3d61ee7f98f2ad89639543bbf16e1266ca7 /Master/texmf-dist/tex/latex/pst-pad | |
parent | e1b949bfc9c1682e28d1fe68913be7f410f17de2 (diff) |
new pstricks package pst-pad, first attempt (19feb08)
git-svn-id: svn://tug.org/texlive/trunk@6702 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pst-pad')
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-pad/pst-pad.sty | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pst-pad/showexpl.cfg | 44 |
2 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pst-pad/pst-pad.sty b/Master/texmf-dist/tex/latex/pst-pad/pst-pad.sty new file mode 100644 index 00000000000..789450bb447 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-pad/pst-pad.sty @@ -0,0 +1,7 @@ +\RequirePackage{pstricks} +\ProvidesPackage{pst-pad}[2008/02/08 package wrapper for + pst-pad.tex (pd)] +\input{pst-pad.tex} +\ProvidesFile{pst-pad.tex} + [\filedate\space v\fileversion\space `PST-pad' (pd)] +\endinput diff --git a/Master/texmf-dist/tex/latex/pst-pad/showexpl.cfg b/Master/texmf-dist/tex/latex/pst-pad/showexpl.cfg new file mode 100644 index 00000000000..6dbd1eb3db0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/pst-pad/showexpl.cfg @@ -0,0 +1,44 @@ +% config file for showexpl.sty +% +\ProvidesFile{showexpl.cfg} + [2008/02/08 v0.01 Definitions for the showexpl package (pd)] +% +\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{}% |