summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/pgf/README-pgf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/circuit_macros/examples/pgf/README-pgf
Initial commit
Diffstat (limited to 'graphics/circuit_macros/examples/pgf/README-pgf')
-rw-r--r--graphics/circuit_macros/examples/pgf/README-pgf9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/circuit_macros/examples/pgf/README-pgf b/graphics/circuit_macros/examples/pgf/README-pgf
new file mode 100644
index 0000000000..cddf8f2ef8
--- /dev/null
+++ b/graphics/circuit_macros/examples/pgf/README-pgf
@@ -0,0 +1,9 @@
+
+To test a single diagram, copy it into test.m4
+and type 'make tst'. The file is processed through
+m4 and dpic -g to make test.tex which is then
+included by tstpgf.tex.
+
+To produce examplespgf.pdf using tikz-pgf and pdflatex, type "make"
+To produce examplespgf.ps using tikz-pgf, latex, and dvips,
+ type "make examplespgf.ps".