diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-15 08:50:04 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-15 08:50:04 +0000 |
| commit | 8100588592f8c84f049870a17e6401646378dc5f (patch) | |
| tree | 8710d36de61e21c3a4d4accf8fad70ebf00cd5dd /bk_paper.c | |
| parent | 8603d13eb7651e7721e421750202344f0ced55a7 (diff) | |
| download | halibut-8100588592f8c84f049870a17e6401646378dc5f.zip halibut-8100588592f8c84f049870a17e6401646378dc5f.tar.gz halibut-8100588592f8c84f049870a17e6401646378dc5f.tar.bz2 halibut-8100588592f8c84f049870a17e6401646378dc5f.tar.xz | |
Put the document's version IDs into comments in the PS and PDF
output files.
[originally from svn r4079]
Diffstat (limited to 'bk_paper.c')
| -rw-r--r-- | bk_paper.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -12,8 +12,6 @@ /* * TODO in future work: * - * - include the version IDs. - * * - linearised PDF, perhaps? * * - compression of output files. For the actual text display, @@ -72,6 +70,7 @@ * * a hyphen in a word by itself might prefer to be an en-dash * * (Americans might even want a convenient way to use an * em-dash) + * * DON'T DO ANY OF THE ABOVE WITHIN \c OR \cw! * * substituting `minus' for `hyphen' in the standard encoding * is probably preferable in Courier, though certainly not in * the main text font |