Test to see if "used packages" are automatically installed, also switched to material-theme, globally

This commit is contained in:
TuDatTr
2018-01-14 12:25:14 +01:00
parent 847809d929
commit f221452275
6 changed files with 220 additions and 79 deletions

View File

@@ -0,0 +1,11 @@
# -*- mode: snippet -*-
# name: Template of polls for FS
# key: fspoll
# --
\begin{tabular}{ccc}
\toprule
Ja & Nein & Enthaltung \\\\
\midrule
3 & 1 & 9 \\\\
\bottomrule
\end{tabular}