summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/testpdf.tex
blob: 823b297b34312eec94d0b8ec7b7d6197fb56708a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% testpdf.tex
% To test circuit files using pdflatex
% 1.  Use m4 and dpic -p to create test.tex as usual
% 2.  Type ps4pdf.sh testpdf
%     See http://www.tug.org/TUGboat/Articles/tb22-4/tb72voss4pdf.pdf
%
\documentclass[11pt]{article}
\usepackage{ps4pdf}
\usepackage[amssymb,Gray,thinqspace,textstyle]{SIunits}
\PSforPDF{ \usepackage{pstricks} }

\pagestyle{empty} \thispagestyle{empty}
\begin{document}
\PSforPDF{ \input{test.tex} }
\end{document}