2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Add baseline model

This commit is contained in:
Martin Thoma 2017-04-18 15:25:31 +02:00
parent 78621f234c
commit ca4080c520
5 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,13 @@
\documentclass{article}
\usepackage{xcolor}
\usepackage[pdftex,active,tightpage]{preview}
\setlength\PreviewBorder{2mm}
\usepackage{amsmath}
\usepackage{tikz}
\usetikzlibrary{shapes, calc, shapes, arrows, snakes, arrows.meta}
\begin{document}
\begin{preview}
\input{baseline}
\end{preview}
\end{document}