1
0
Fork 0
mirror of https://github.com/Findus23/nonsense.git synced 2024-09-19 16:03:50 +02:00
nonsense/tex.sh

17 lines
347 B
Bash
Raw Normal View History

2015-02-08 12:13:45 +01:00
#!/bin/bash
inhalt=$(./descr_gen.sh $1 tex-export)
echo $inhalt
echo "\documentclass[14pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\author{Lukas Winkler}
\begin{document}
\begin{tabular}{rl}
$inhalt
\end{tabular}
\end{document}" > IKEA.tex
pdflatex IKEA.tex
rm IKEA.tex IKEA.log IKEA.aux