mirror of
https://github.com/fsr/nopanic
synced 2024-11-15 08:53:11 +01:00
Readme mit Komprimierungsbefehl
This commit is contained in:
parent
7b4368872b
commit
cf214b026d
|
@ -17,6 +17,8 @@ Für Fehler, Verbesserungsvorschläge, Fragen und Todos bitte die [Issues](https
|
||||||
3. Mit LuaLaTeX / XeLaTeX das PDF erzeugen, z.B.:
|
3. Mit LuaLaTeX / XeLaTeX das PDF erzeugen, z.B.:
|
||||||
`lualatex -synctex=1 -interaction=nonstopmode "nopanic".tex`
|
`lualatex -synctex=1 -interaction=nonstopmode "nopanic".tex`
|
||||||
oder `xelatex nopanic.tex`
|
oder `xelatex nopanic.tex`
|
||||||
|
4. Wenn man eine komprimierte Variante erstellen möchte:
|
||||||
|
`gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.7 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=nopanic_compressed.pdf nopanic.pdf`
|
||||||
|
|
||||||
|
|
||||||
## Alte Versionen
|
## Alte Versionen
|
||||||
|
|
Loading…
Reference in a new issue