3
0
Fork 0
mirror of https://github.com/fsr/nopanic synced 2024-11-15 08:53:11 +01:00
📗 Erstsemesterheft des FSR Informatik der TU Dresden
Find a file
Franz Pöschel abbb69bb29 ascii ascii ascii
make it monospace
i needed to explicitly specify the mono font in fontspec, else it would
not allow scaling
i chose "Latin Modern Mono", Luatex's default
you will possibly need to install the font before building
2018-08-20 00:26:33 +02:00
cover Fix borders of front and back 2018-07-19 23:08:13 +02:00
img Include new banner with the dean 2018-07-12 22:46:34 +02:00
texte ascii ascii ascii 2018-08-20 00:26:33 +02:00
.gitignore Include new banner with the dean 2018-07-12 22:46:34 +02:00
faltblatt.tex Formatierung, Kleinigkeiten, TeX-Hacking... 2015-09-09 12:18:22 +05:30
nopanic.tex Move chapters according to the new plan 2018-06-07 17:57:39 +02:00
preamble.tex ascii ascii ascii 2018-08-20 00:26:33 +02:00
README.md Migrate from PT Sans to Open Sans 🎉 2018-07-12 16:05:47 +02:00

image

Gitter chat GitHub Issues

Hier entsteht das Heft No Panic (aus historischen Gründen nicht Don't Panic) seit 2014 erstmalig in LaTeX.

Für Fehler, Verbesserungsvorschläge, Fragen und Todos bitte die Issues Seite besuchen.

Vorgehen zum Kompilieren / Erstellen des PDFs

  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:
  • Open Sans (auch im Paket texlive-fonts-extra enthalten)
  • Exo
  1. Mit LuaLaTeX / XeLaTeX das PDF erzeugen, z.B.: lualatex nopanic.tex oder xelatex nopanic.tex (Hint: LuaLaTeX ist wesentlich schneller!)
  2. 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