From 79a173622efe7820bb3dfefaeb0b13303ef08b08 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 23 May 2020 03:00:54 +0000 Subject: CTAN sync 202005230300 --- macros/latex/contrib/ellipsis/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 macros/latex/contrib/ellipsis/README.md (limited to 'macros/latex/contrib/ellipsis/README.md') diff --git a/macros/latex/contrib/ellipsis/README.md b/macros/latex/contrib/ellipsis/README.md new file mode 100644 index 0000000000..b7b555e565 --- /dev/null +++ b/macros/latex/contrib/ellipsis/README.md @@ -0,0 +1,16 @@ +# Ellipsis.sty + +If you have ever tried to print something like [...] in LateX text mode, you may have noticed that the spacing is slightly off: there is too much spacing after the dots. This extra spacing is there for cases in which you want to put another dot, a comma, a semicolon, or similar, right after the ellipsis, and you want all four bits of punctuation to be evenly spaced. In such cases, you probably want the extra space, but in others you do not. + +Ellipsis.sty is a package that attempts to solve this problem by only adding the extra space in cases where the ellipsis is followed immediately by a punctuation character that should be spaced evenly with respect to the internal spacing between the three dots of the ellipsis. The package is described on p.~82 of the second edition of The LaTeX Companion. + +Get the package from [CTAN](https://www.ctan.org/pkg/ellipsis). + +Alternatively, run latex on ellipsis.ins to generate the ellipsis.sty file, and then run latex on ellipsis.dtx to generate the documentation. Put the file +ellipsis.sty where LaTeX will find it, and refresh TeX's list of +available files. + +See the PDF file for full documentation. + +Peter Heslin +p.j.heslin@dur.ac.uk -- cgit v1.2.3