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>
|
2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
* orgcard.tex: Document bulk action.
|
* orgcard.tex: Document bulk action.
|
||||||
|
|
|
@ -16,16 +16,15 @@
|
||||||
@finalout
|
@finalout
|
||||||
|
|
||||||
@c Macro definitions
|
@c Macro definitions
|
||||||
@hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
|
@iftex
|
||||||
@c I created macros for the ``id est'' abbreviation; if you are Strunkian
|
@c @hyphenation{time-stamp time-stamps time-stamp-ing time-stamp-ed}
|
||||||
@c then use the ``i.e.,'' expansion, otherwise use ``i.e.@:''.
|
@end iftex
|
||||||
@macro Ie {}
|
@macro Ie {}
|
||||||
I.e.,
|
I.e.,
|
||||||
@end macro
|
@end macro
|
||||||
@macro ie {}
|
@macro ie {}
|
||||||
i.e.,
|
i.e.,
|
||||||
@end macro
|
@end macro
|
||||||
@c Similarly, there are macros for the ``exempli gratia'' abbreviation.
|
|
||||||
@macro Eg {}
|
@macro Eg {}
|
||||||
E.g.,
|
E.g.,
|
||||||
@end macro
|
@end macro
|
||||||
|
|
Loading…
Reference in New Issue