3
0
Fork 0
mirror of https://github.com/fsr/nopanic synced 2024-11-15 17:03:13 +01:00
nopanic/README.md

40 lines
2.1 KiB
Markdown
Raw Normal View History

2015-09-08 11:47:52 +02:00
![image](http://i.imgur.com/gDghyRv.png)
2014-01-17 11:01:47 +01:00
[![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)
2014-02-07 16:57:58 +01:00
Hier entsteht das Heft *No Panic* (aus historischen Gründen nicht *Don't Panic*) seit 2014 erstmalig in LaTeX.
2014-01-17 11:01:47 +01:00
2014-07-11 21:55:58 +02:00
Für Fehler, Verbesserungsvorschläge, Fragen und Todos bitte die [Issues](https://github.com/fsr/nopanic/issues) Seite besuchen.
2014-01-17 11:01:47 +01:00
## Vorgehen zum Kompilieren / Erstellen des PDFs
2014-08-12 17:04:04 +02:00
2014-09-17 17:18:21 +02:00
1. (La-)TeX und benötigte Pakete installieren (bspws. MiKTeX, MacTex, etc.)
2. Benötigte Schriftarten besorgen. Unter Linux können diese z. B. nach `~/.fonts/` kopiert werden:
* [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)
2014-08-27 16:32:20 +02:00
3. Mit LuaLaTeX / XeLaTeX das PDF erzeugen, z.B.:
2015-09-08 11:47:52 +02:00
`lualatex nopanic.tex` oder `xelatex nopanic.tex`
2014-09-08 15:30:03 +02:00
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
- 2001
- [2002](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2002.pdf)
- 2003
- [2004](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2004.pdf)
- [2005](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2005.pdf)
- [2006](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2006.pdf)
- [2007](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2007.pdf)
- [2008](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2008.pdf)
- [2009](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2009.pdf)
- [2010](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2010.pdf)
- [2011](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2011.pdf)
- [2012](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2012.pdf)
- [2013](http://users.ifsr.de/~koeltzsch/nopanic/nopanic2013.pdf)
- [2014](https://github.com/fsr/nopanic/releases/tag/v2014)
2016-07-18 21:46:02 +02:00
- [2015](https://github.com/fsr/nopanic/releases/tag/v2015)