mirror of
https://github.com/fsr/nopanic
synced 2024-11-15 08:53:11 +01:00
README aktualisiert.
This commit is contained in:
parent
582e7ae5fc
commit
96271a03ff
|
@ -1,4 +1,4 @@
|
||||||
![image](http://i.imgur.com/zba1dc5.png)
|
![image](http://i.imgur.com/gDghyRv.png)
|
||||||
|
|
||||||
[![Gitter chat](http://img.shields.io/badge/gitter-fsr%2Fnopanic-brightgreen.svg)](https://gitter.im/fsr/nopanic)
|
[![Gitter chat](http://img.shields.io/badge/gitter-fsr%2Fnopanic-brightgreen.svg)](https://gitter.im/fsr/nopanic)
|
||||||
[![GitHub Issues](http://img.shields.io/github/issues/fsr/nopanic.svg)](https://github.com/fsr/nopanic/issues)
|
[![GitHub Issues](http://img.shields.io/github/issues/fsr/nopanic.svg)](https://github.com/fsr/nopanic/issues)
|
||||||
|
@ -15,8 +15,7 @@ Für Fehler, Verbesserungsvorschläge, Fragen und Todos bitte die [Issues](https
|
||||||
* [PT Sans](http://www.fontsquirrel.com/fonts/PT-Sans): http://www.paratype.com/public/ (für Debian / Ubuntu auch im Paket `texlive-fonts-extra` enthalten)
|
* [PT Sans](http://www.fontsquirrel.com/fonts/PT-Sans): http://www.paratype.com/public/ (für Debian / Ubuntu auch im Paket `texlive-fonts-extra` enthalten)
|
||||||
* [Exo](http://www.fontsquirrel.com/fonts/exo)
|
* [Exo](http://www.fontsquirrel.com/fonts/exo)
|
||||||
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 nopanic.tex` oder `xelatex nopanic.tex`
|
||||||
oder `xelatex nopanic.tex`
|
|
||||||
4. Wenn man eine komprimierte Variante erstellen möchte:
|
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`
|
`gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.7 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=nopanic_compressed.pdf nopanic.pdf`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue