Satoshi Kuramochi
satoshi@ueda.info.waseda.ac.jp
July 17, 1996
1. The Usage of the Macros
1.1. Drawing Commands2. Notes
1.2. Box Commands
1.3. Style Parameters
3. Examples
4. Troubleshooting
4.1. Errors in pad.sty5. Known Problems
4.2. Trouble with pad2tex
6. Things to do
7. Credit
References
Appendix
When case or procedure contains `:' or `,', it should be parenthesized by braces.
You can put some extra space by setting the optional argument len of a \\. This will add len, space between procedures.
These macros just call the corresponding macro with argument \shortstack{texts}. When you want to write multiple lines inside loop or selection, just call the macro with the same argument.
To save or draw a PAD, do not use LaTeX command \savebox or \usebox. Instead, use these macros.
By using the *-variants of these macros, you can coincides the baseline with that of its first argument. With regard to \padseq*, its baseline is located in -0.5ex lower to the center of its body.
Figure 1: Nesting test
Figure 2: Ackermann's function
Use BigTeX to process a file with complicated and/or many PADs, because the current version of pad.sty does not maintain resources well.
[1] Yoshihiko Futamura. Program Techniques -Structured Programming Using PAD-. Ohm, 1984.[2] Leslie Lamport. LaTeX: A Document Preparation System. ASCII, 1990.
(The Original: Leslie Lamport. LaTeX: A Document Preparation System. Addison-Wesley, 1986.).[3] Hideaki Togashi. ASCII Japanese TeX. Super ASCII. ASCII, Aug 1992 - Aug 1993.
\padbox{text} | ![]() |
|
\padwhile{cond}{proc} | ![]() |
|
(post-conditional loop) |
\padrepeat{cond}{proc} | ![]() |
\padcond{cond}{proc1}{proc2} | ![]() |
|
(has 2 or more conditions) |
\padcase{expr}{cases} | ![]() |
\padsub{text} | ![]() |
|
\padseq{procs} | ![]() |
|
\padlabel{label} | ![]() | |
\padref{label} | ![]() | |
\padboxss{texts} | ![]() |
|
\padsubss{texts} | ![]() |
|
\padmessage{message} | ![]() |
|
\padcomment{comment} | ![]() |
|
\savepad{name}{pad} | ||
\usepad{name} |