summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/tsttikz.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/tsttikz.tex')
-rw-r--r--graphics/circuit_macros/examples/tsttikz.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/circuit_macros/examples/tsttikz.tex b/graphics/circuit_macros/examples/tsttikz.tex
new file mode 100644
index 0000000000..00e327c454
--- /dev/null
+++ b/graphics/circuit_macros/examples/tsttikz.tex
@@ -0,0 +1,19 @@
+\documentclass[11pt]{standalone}
+% Custimize your packages here:
+\usepackage{graphicx}
+%\usepackage{pstricks,pst-slpe,pst-grad}
+\usepackage{tikz}
+\usepackage{boxdims}
+\usepackage{upgreek}
+\usepackage{siunitx}
+\usepackage{amssymb}
+\usepackage{geometry}
+% for Heathkit.m4:
+\geometry{paperwidth=15in,paperheight=14in,margin=1in}
+\newbox\graph
+\pagestyle{empty}
+\thispagestyle{empty}
+%
+\begin{document}
+ \noindent\vspace{2ex}\input{test.tex}\box\graph
+\end{document}