add templates and preambles
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user