diff options
author | phoebe jenkins <pjenkins@tula-health.com> | 2024-04-08 20:32:35 -0400 |
---|---|---|
committer | phoebe jenkins <pjenkins@tula-health.com> | 2024-04-08 20:32:35 -0400 |
commit | 48a3ac812d88d8101ea34befd529041f5bce9462 (patch) | |
tree | 8062aad46b65cb61d3bc95573ca985e6ba028564 /edenx3.tex | |
parent | 201619ac4f5ec039067e2c9662c4f48b7d816285 (diff) | |
download | edenx3-48a3ac812d88d8101ea34befd529041f5bce9462.tar.gz |
make ... render wrong/right
Diffstat (limited to 'edenx3.tex')
-rw-r--r-- | edenx3.tex | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,6 +13,7 @@ % ---- lib % weird punctuation bestiary \newcommand{\td}{..} % "two dots" +\newcommand{\thd}{...} % "three dots", doing this "wrong" for consistency \newcommand{\fourdots}{....} % "four dots" \newcommand{\twoslash}{\slash\slash} @@ -23,7 +24,7 @@ % ,.. \newcommand{\comtd}{,{\td}} % ,... -\newcommand{\comldots}{,{\ldots}} +\newcommand{\comthd}{,{\thd}} % ; / \newcommand{\semislash}{; \slash} % ; // |