diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-15 02:01:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-15 02:01:37 +0000 |
commit | 45b9ab369ae1508758c6596c963db163fbb9700a (patch) | |
tree | aa551a8e6fa82166ea3675889b143abf6a3c8d90 /Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex | |
parent | c036275403fa8fef1df0533f4d48ef8cf2288401 (diff) |
pst2pdf (13dec11)
git-svn-id: svn://tug.org/texlive/trunk@24845 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex | 60 |
1 files changed, 33 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex b/Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex index 5d98d2d9088..c0b893bc843 100644 --- a/Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex +++ b/Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex @@ -16,9 +16,8 @@ \begin{document} \title{\texttt{pst2pdf}} -\subtitle{Running a PSTricks document with pdflatex and \nxLPack{pst-exa};\\ -\small v.\pstFV} -\author{Herbert Vo\ss} +\subtitle{Running a PSTricks document with pdflatex;\\ \small v. 0.13} +\author{Herbert Vo\ss \\ Pablo Gonzales Luengo} \docauthor{} \date{\today} \maketitle @@ -30,16 +29,17 @@ \begin{abstract} \noindent \Lprog{pst2pdf} is a Perl script for running a PSTricks document in a last run -with pdflatex. \LPack{pst-exa} is a package that supports the printing of -code and output of PSTricks examples when running in pdf mode. +with pdflatex. +%\LPack{pst-exa} is a package that supports the printing of +%code and output of PSTricks examples when running in pdf mode. \vfill\noindent -Thanks to: \\ -Pablo Gonzales Luengo; +Thanks to: Rolf Niepraschk \end{abstract} +\clearpage \section{Introduction} \PST as \PS-related package uses the programming language \PS for internal @@ -86,7 +86,7 @@ After the \Lprog{pst2pdf} run there exists a pdf file called \texttt{\Lcs{jobnam the \Loption{--clear} option also the corresponding \TeX{} file \texttt{\Lcs{jobname}-pdf.tex}. The preamble of the document should contain all code which is important to the \PST code. -\section{\PST code} +\section{\PST\ code} The per scripts scans the files for \Lenv{pspicture} and \Lenv{postscript} environments, which are then taken with its contents from the main file to create stand alone documents with the same preamble as the main document. The \Lenv{pspicture} environment can be nested, @@ -94,6 +94,21 @@ the \Lenv{postscript} one not! But it can contain an environment \Lenv{pspicture The \Lenv{postscript} environment should always be used, when there is some code before a \Lenv{pspicture} environment or for some code which is not inside of a \Lenv{pspicture} environment. + +\bgroup +\raggedright +\nocite{*} +\bibliographystyle{plain} +\bibliography{pst2pdf-doc} +\egroup + +\printindex + + +\end{document} + + + \section{The package \nxLPack{pst-exa}} The package \LPack{pst-exa} was created to realize examples with printed code and output side by side or on top of each other. The package looks in the image directory for the source @@ -117,8 +132,14 @@ arguments listed in Table~\ref{pst-exaoptions}. \end{tabularx} \end{table} + + + + + + \section{Examples} -The package contains some example files for uning the script without and +The package contains some example files for running the script without and with the package \LPack{pst-exa}. \begin{compactdesc} @@ -127,24 +148,9 @@ with the package \LPack{pst-exa}. \item[test3.tex] another example \end{compactdesc} -\section{List of all optional arguments for \texttt{pst-exa}} - -\xkvview{family=pst-exa,columns={key,type,default}} - - - - -\bgroup -\raggedright -\nocite{*} -\bibliographystyle{plain} -\bibliography{pst2pdf-doc} -\egroup - -\printindex - - +%\section{List of all optional arguments for \texttt{pst-exa}} +% +%\xkvview{family=pst-exa,columns={key,type,default}} -\end{document} |