add templates and preambles
This commit is contained in:
parent
ea00b8f75e
commit
cabaf85692
|
@ -0,0 +1,3 @@
|
|||
%! TEX root = ./thesis.tex
|
||||
|
||||
\input{tikz/tikzpreamble.tex}
|
|
@ -0,0 +1,3 @@
|
|||
%! TEX root = ../thesis.tex
|
||||
|
||||
\section{}
|
|
@ -0,0 +1,8 @@
|
|||
\documentclass[]{standalone}
|
||||
\input{tikzpreamble.tex}
|
||||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}
|
||||
% insert tikz
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
|
@ -0,0 +1,2 @@
|
|||
\usepackage{tikz}
|
||||
\usetikzlibrary{positioning, shapes, arrows}
|
Loading…
Reference in New Issue