| www.delorie.com/gnu/docs/a2ps/a2ps_71.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The main limit on PreScript is that no command can be used inside
another command. For instance the following line will be badly
interpreted by a2ps:
\Keyword{Problems using \keyword{recursive \copyright} calls}
|
The correct way to write this in PreScript is
\Keyword{Problems using} \keyword{recursive} \copyright \Keyword{calls}.
|
Everything from an unquoted % to the end of line is ignored (comments).
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |