Fix hyphenation macro problem in manual

This commit is contained in:
Carsten Dominik 2009-06-30 07:26:00 +02:00
parent 6f6ff0431d
commit c270d494da
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2009-06-30 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi: Hyphenation only in TeX.
2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
* orgcard.tex: Document bulk action.

View File

@ -16,16 +16,15 @@
@finalout
@c Macro definitions
@hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
@c I created macros for the ``id est'' abbreviation; if you are Strunkian
@c then use the ``i.e.,'' expansion, otherwise use ``i.e.@:''.
@iftex
@c @hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
@end iftex
@macro Ie {}
I.e.,
@end macro
@macro ie {}
i.e.,
@end macro
@c Similarly, there are macros for the ``exempli gratia'' abbreviation.
@macro Eg {}
E.g.,
@end macro