[TYPO3-doc] thinking about PDFs ...
    Xavier Perseguers 
    xavier at typo3.org
       
    Thu Aug  8 20:50:53 CEST 2013
    
    
  
Hi folks,
Rendering as PDF will have to be actively enabled in your own
extensions. Please see example with EXT:news:
https://review.typo3.org/#/c/22971/1/Documentation/Settings.yml
Explanations:
  latex_documents:
  - - Index
    - news.tex
    - News: Versatile news system
    - Georg Ringer
    - manual
  latex_elements:
    papersize: a4paper
    pointsize: 10pt
    preamble: \usepackage{typo3}
- Index: name of the main file, always "Index"
- news.tex: name of the output project, always "<extension-key>.tex"
- then the PDF title, free
- then the author, free
- manual: document class to be used for TYPO3 branding
- papersize: a4paper or letterpaper
- pointsize: please stay with 10pt for TYPO3 branding
- preamble: don't try to play here, PDF rendering happens only if this
line is exactly the one in the example :)
-- 
Xavier Perseguers
Release Manager TYPO3 4.6
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
    
    
More information about the TYPO3-project-documentation
mailing list