Fix hyphenation macro problem in manual
This commit is contained in:
parent
6f6ff0431d
commit
c270d494da
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue