Warning, /office/kile/src/data/templates/template_PDF-PST.tex is written in an unsupported language. File is not indexed.

0001 \documentclass[$$DOCUMENTCLASSOPTIONS$$]{article}
0002 %\documentclass[$$DOCUMENTCLASSOPTIONS$$]{scrartcl}
0003 
0004 $$INPUTENCODING$$
0005 
0006 % use PSTricks with PdfLaTeX
0007 \usepackage[pdf]{pstricks}
0008 
0009 \title{}
0010 \author{$$AUTHOR$$}
0011 \date{}
0012 
0013 \pdfinfo{%
0014   /Title    ()
0015   /Author   ()
0016   /Creator  ()
0017   /Producer ()
0018   /Subject  ()
0019   /Keywords ()
0020 }
0021 
0022 % Note: Important is the fact, that all PSTricks related code should be inside the pspicture-environment.
0023 % Alternative you can use the environment postscript, which can include any kind of code.
0024 % Use tool PdfLaTeX with PSTricks configuration, which is also available in Kile's LivePreview.
0025 
0026 \begin{document}
0027 
0028 
0029 \end{document}