-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schriftart mit U+201F? #2
Comments
Das Zeichen ist ein "DOUBLE HIGH-REVERSED-9 QUOTATION MARK" Alternativ könnte man solche Anführungszeichen natürlich auch in Markdown durch normale Anführungszeichen ersetzen (keep it simple). Sieht so aus als ob wir noch grundsätzliche Entscheidungen zur Typographie treffen müssen. |
Die Frage ist, ob wir das im Zuge einer grundsätzlichen Überarbeitung des Artikellayouts etc. machen oder ob wir erst einmal einzelne Punkte reparieren. |
Ja, in diesem konkreten Fall wäre ich pragmatisch für die Ersetzung der speziellen Anführungszeichen durch "normale". Dadurch geht ja keine wertvolle Information verloren. Spätestens wenn ein Artikel mit mehr Unicode-Zeichen kommt, müssten wir aber eine Schriftart auswählen, denn lmroman12 kann wohl nix. |
Input:
pandoc -s --toc --template pandoc-template.tex -V fontsize=12pt -V papersize=a4paper -V documentclass=article -V headheight=20mm -V headsep=10mm -V footskip=20mm -V top=30mm -V bottom=40mm -V left=25mm -V right=25mm -V graphics=1 -o artikel.pdf artikel.yml artikel.md
Output:
Daraufhin Input:
pandoc --pdf-engine=xelatex -s --toc --template pandoc-template.tex -V fontsize=12pt -V papersize=a4paper -V documentclass=article -V headheight=20mm -V headsep=10mm -V footskip=20mm -V top=30mm -V bottom=40mm -V left=25mm -V right=25mm -V graphics=1 -o artikel.pdf artikel.yml artikel.md
Output:
The text was updated successfully, but these errors were encountered: