blob: e2f90fc5857c8afd404fd0bc57d0ac4b9e28ab06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
% PSTricks examples.tex
\documentclass[11pt]{article}
\usepackage{times}
%\usepackage{pstricks,pst-grad}
\input mode
\usepackage{rotating}
\usepackage{graphicx}
\usepackage{boxdims}
\usepackage{upgreek}
\usepackage{siunitx}
\usepackage{amssymb}
\input header
\global\psttrue
\begin{document}
\hfill
{\large\bf Examples:
\input{Version.tex}}
\hfill\break
This is a collection of diagrams the author has had occasion to produce
using m4 circuit macros and others, and gpic or dpic. 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.
Most of the examples can be processed using either dpic~-p, dpic~-g,
or gpic~-t, but the possibility of other postprocessing has meant that
sometimes the source is slightly more complicated than it would be if
only one workflow had been assumed. Some of the examples require dpic.
The most simplicity and elegance is achieved by sticking to one pic
interpreter and one postprocessor.
This document duplicates a few diagrams from the manual
Circuit\_macros.pdf. There are also a few files in the
examples directory that are not included in this document. To process
{\sl file}.m4, type, for example, "make {\sl file}.pdf."
% Some of the boundaries of what macros and the pic language can do are
% tested toward the end of the following examples.
\input files
\endinput
Other examples currently:
Ball.m4
birds.m4
Blogix.m4
brace.m4
Ccurve.m4
chaos.m4
Chuck.m4
clock.m4
Cruller.m4
debug2.m4
Escher.m4
Euro.m4
Floor.m4
IC10107.m4
keyval.m4
Koch.m4
OpAmpFilter.m4
Orbits.m4
person.m4
Planes.m4
PPA.m4
Resolver.m4
rotatetext.m4
rotellipse.m4
Shaky.m4
snake.m4
SPM.m4
squiggle.m4
Wheat.m4
Zcos.m4
|