summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ellipsis/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ellipsis/README.md')
-rw-r--r--macros/latex/contrib/ellipsis/README.md16
1 files changed, 16 insertions, 0 deletions
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