[TYPO3-doc] PDF rendering question / request for review

Karsten Dambekalns karsten at typo3.org
Wed Jan 15 11:26:46 CET 2014


Hi.

Quote: Xavier Perseguers (xperseguers) wrote on Wed, 15 January 2014 09:36
----------------------------------------------------
> I would highly suggest, moreover for such a large document, to locally
> test the PDF rendering.

Did that now and found some more errors. One question related to that:

The offending unicode char you also mentioned can be worked around with \DeclareUnicodeCharacter{23CE}{\P} which produces a nice rendering. Would the following make this work? How is the YAML converted to the conf.py file?

[code]
  latex_elements:
    papersize: a4paper
    pointsize: 10pt
    preamble:
    - - \usepackage{typo3}
      - \DeclareUnicodeCharacter{23CE}{\P}
[/code]

-- 
Karsten Dambekalns
TYPO3 Developer, Neos / Flow Team

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-project-documentation mailing list