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

0001 \documentclass[$$DOCUMENTCLASSOPTIONS$$]{article}
0002 %\documentclass[$$DOCUMENTCLASSOPTIONS$$]{scrartcl}
0003 
0004 $$INPUTENCODING$$
0005 
0006 \title{}
0007 \author{$$AUTHOR$$}
0008 \date{}
0009 
0010 \pdfinfo{%
0011   /Title    ()
0012   /Author   ()
0013   /Creator  ()
0014   /Producer ()
0015   /Subject  ()
0016   /Keywords ()
0017 }
0018 
0019 \begin{document}
0020 \maketitle
0021 
0022 \end{document}