diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex b/Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex index 7a59358ff9d..65457a04090 100644 --- a/Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex +++ b/Master/texmf-dist/doc/latex/pst2pdf/pst2pdf-doc.tex @@ -1,6 +1,25 @@ -\documentclass[10pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings - headexclude,footexclude,oneside]{pst-doc} +% arara: latex: {draft: yes} +% arara: latex: {draft: yes} +% arara: biber +% arara: makeindex +% arara: latex +% arara: dvips +% arara: ps2pdf +% arara: clean: { files:[PSTricks.bib,pst2pdf-doc.out, pst2pdf-doc.ps, pst2pdf-doc.toc,pst2pdf-doc.log,pst2pdf-doc.ind,pst2pdf-doc.aux, pst2pdf-doc.bbl, pst2pdf-doc.bcf, pst2pdf-doc.blg,pst2pdf-doc.dvi,pst2pdf-doc.idx,pst2pdf-doc.ilg,pst2pdf-doc.run.xml] } +\documentclass[11pt,english,BCOR=10mm,DIV=12,bibliography=totoc,parskip=false,headings=small, + headinclude=false,footinclude=false,twoside]{pst-doc} + +\listfiles +\let\Lfile\LFile \usepackage[utf8]{inputenc} +\usepackage{pst-node} +\let\pstnodeFV\fileversion +\let\pstnodeFD\filedate +%\usepackage{pst-node} +\usepackage{biblatex} + +\addbibresource{\jobname.bib} + \RequirePackage{xspace} \usepackage{pst-text,pst-grad} \let\pstFV\fileversion @@ -16,7 +35,7 @@ \begin{document} \title{\texttt{pst2pdf}} -\subtitle{Running a PSTricks document with pdflatex;\\ \small v. 0.16} +\subtitle{Running a PSTricks document with pdflatex;\\ \small v. 0.17} \author{Herbert Vo\ss \\ Pablo Gonz\'{a}lez Luengo} \docauthor{} \date{\today} @@ -177,13 +196,10 @@ If you need to create other image formats use \nxLprog{pst2pdf}, move to images \nxLprog{mogrify} -format tiff \OptArg*{*.ppm} \end{BDef} generate \Lext{tiff} images files. -\newpage -% -\bgroup -\raggedright +%\newpage +\clearpage \nocite{*} -\bibliographystyle{plain} -\bibliography{pst2pdf-doc} -\egroup +\printbibliography + \printindex \end{document} |