diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/xpunctuate/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/xpunctuate/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/xpunctuate/README b/Master/texmf-dist/doc/latex/xpunctuate/README new file mode 100644 index 00000000000..56d28e886f2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xpunctuate/README @@ -0,0 +1,21 @@ + -------------------------------------------------------- + | xpunctuate: a package to add punctuation, e.g. to | + | abbreviations, as and when necessary | + | (along the lines of xspace). | + | | + | Philip G. Ratcliffe - version 1.0 (2012/05/23) | + -------------------------------------------------------- + +* Copy xpunctuate.sty to one of your TeX input directories. + +* LaTeX xpunctuate.dtx for usage instructions and documentation. + +This is the first public release of the "xpunctuate" package; it defines +commands for typesetting, e.g., abbreviations where the trailing period may +clash with a sentence terminator. More precisely it avoids the natural +problem of definitions such as \def\etc{\emph{etc}.}, which may then cause +double periods if used at the end of sentences, such as ... cats, dogs \etc. +It also deals with optional commas, which again may be rendered unnecessary by +the presence of a following sentence terminator. + +Change history: v1.0 first official release.
\ No newline at end of file |