summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/tikz.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/tikz.tex')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/tikz.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/tikz.tex b/Master/texmf-dist/doc/latex/circuit-macros/examples/tikz.tex
new file mode 100644
index 00000000000..df8ae91f82d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/tikz.tex
@@ -0,0 +1,15 @@
+\documentclass[11pt]{article}
+\usepackage{tikz}
+\usepackage[amssymb,Gray,thinqspace,textstyle]{SIunits}
+\usepackage[T1]{fontenc}
+\usepackage{boxdims}
+\addtolength{\textwidth}{2cm}
+\addtolength{\textheight}{3cm}
+\setlength{\oddsidemargin}{0pt}
+\setlength{\evensidemargin}{0pt}
+\setlength{\hoffset}{-0.5in}
+\pagestyle{empty}
+\thispagestyle{empty}
+\begin{document}
+ \noindent\vspace{2ex}\input{test.tex}
+\end{document}