summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/circuit-macros/examples/tst.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/circuit-macros/examples/tst.tex')
-rw-r--r--Master/texmf-dist/doc/latex/circuit-macros/examples/tst.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/circuit-macros/examples/tst.tex b/Master/texmf-dist/doc/latex/circuit-macros/examples/tst.tex
new file mode 100644
index 00000000000..ef14d1a43c5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/circuit-macros/examples/tst.tex
@@ -0,0 +1,21 @@
+\documentclass[11pt]{article}
+% Custimize your packages here:
+\usepackage[dvips]{graphicx}
+\usepackage{pstricks,pst-slpe,pst-grad}
+\usepackage{boxdims}
+\usepackage{upgreek}
+\usepackage[amssymb,Gray,thinqspace,textstyle]{SIunits}
+\usepackage{amssymb}
+%
+\addtolength{\textwidth}{2cm}
+\addtolength{\textheight}{3cm}
+\setlength{\oddsidemargin}{0pt}
+\setlength{\evensidemargin}{0pt}
+\setlength{\hoffset}{-0.5in}
+\newbox\graph
+\pagestyle{empty}
+\thispagestyle{empty}
+%
+\begin{document}
+ \noindent\vspace{2ex}\input{test.tex}\box\graph
+\end{document}