diff options
Diffstat (limited to 'graphics/circuit_macros/examples/psfrag/examplespsfrag.tex')
-rw-r--r-- | graphics/circuit_macros/examples/psfrag/examplespsfrag.tex | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/circuit_macros/examples/psfrag/examplespsfrag.tex b/graphics/circuit_macros/examples/psfrag/examplespsfrag.tex new file mode 100644 index 0000000000..594eafcd08 --- /dev/null +++ b/graphics/circuit_macros/examples/psfrag/examplespsfrag.tex @@ -0,0 +1,30 @@ +% psfrag examples.tex + +\documentclass[11pt]{article} +\usepackage{times,boxdims} +\usepackage[amssymb,Gray,thinqspace,textstyle]{SIunits} +\usepackage{rotating} +\usepackage{graphicx} +\usepackage[scanall]{psfrag} +\newcommand\scriptstack[2][c]{\hbox{\scriptsize\shortstack[#1]{#2}}}% +\def\?{$\,$} + +\input{setdim.tex} + +\input ../header + +\global\postscripttrue +\begin{document} + \hfill + {\large\bf Examples: + \input{../../doc/Version.tex} + } + \hfill\break + + In this directory the source file are processed with m4, dpic -f, + and {\tt\char92 usepackage[scanall]\{psfrag\}}. + In some cases, there are other or better m4 or pic constructs for + producing the same drawings, but the source-file names are shown for + reference. + +\input ../files.tex |