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

Add lid-baseline

This commit is contained in:
Martin Thoma 2018-01-21 15:00:39 +01:00
parent 3bbcf02a8a
commit cd6681720f
5 changed files with 80 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}