2018-10-16 15:53:27 +02:00
|
|
|
![image](https://i.imgur.com/F1xvalU.png)
|
2014-01-17 11:01:47 +01:00
|
|
|
|
2018-10-16 15:53:27 +02:00
|
|
|
[![Gitter chat](https://img.shields.io/badge/gitter-fsr%2Fnopanic-brightgreen.svg)](https://gitter.im/fsr/nopanic)
|
|
|
|
[![GitHub Issues](https://img.shields.io/github/issues/fsr/nopanic.svg)](https://github.com/fsr/nopanic/issues)
|
2014-02-07 16:57:58 +01:00
|
|
|
|
2014-08-21 15:47:56 +02: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
|
|
|
|
2014-08-21 15:47:56 +02: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.)
|
2014-08-21 15:47:56 +02:00
|
|
|
2. Benötigte Schriftarten besorgen. Unter Linux können diese z. B. nach `~/.fonts/` kopiert werden:
|
2018-07-12 16:05:47 +02:00
|
|
|
* [Open Sans](https://www.fontsquirrel.com/fonts/open-sans) (auch im Paket `texlive-fonts-extra` enthalten)
|
2014-08-21 15:47:56 +02:00
|
|
|
* [Exo](http://www.fontsquirrel.com/fonts/exo)
|
2014-08-27 16:32:20 +02:00
|
|
|
3. Mit LuaLaTeX / XeLaTeX das PDF erzeugen, z.B.:
|
2018-07-12 16:05:47 +02:00
|
|
|
`lualatex nopanic.tex` oder `xelatex nopanic.tex` (Hint: LuaLaTeX ist wesentlich schneller!)
|
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`
|
2014-08-21 15:47:56 +02:00
|
|
|
|
|
|
|
|
|
|
|
## 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)
|
2015-07-21 13:30:20 +02:00
|
|
|
- [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)
|
2016-09-20 07:24:30 +02:00
|
|
|
- [2016](https://github.com/fsr/nopanic/releases/tag/v2016)
|
2017-09-15 10:42:43 +02:00
|
|
|
- [2017](https://github.com/fsr/nopanic/releases/tag/v2017)
|