diff options
author | grr <grr@lo2.org> | 2024-04-07 01:45:41 -0400 |
---|---|---|
committer | grr <grr@lo2.org> | 2024-04-07 01:45:41 -0400 |
commit | 4fad8f754d769ab0575d1d34c0f1e31a6a882b74 (patch) | |
tree | af8a18fe04bc570958802951fb62a48e352430c9 /edenx3.tex | |
parent | 4c13aee240e0614f2921bb5355142e230990723a (diff) | |
download | edenx3-4fad8f754d769ab0575d1d34c0f1e31a6a882b74.tar.gz |
up to page 10 at least
Diffstat (limited to 'edenx3.tex')
-rw-r--r-- | edenx3.tex | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -6,13 +6,24 @@ % ---- pkgs \usepackage{mwe} \usepackage{csquotes} +\usepackage{fdsymbol} \antiquafont % ---- lib % weird punctuation bestiary \newcommand{\td}{..} % "two dots" -\newcommand{\fourdots}{..} % "four dots" +\newcommand{\fourdots}{....} % "four dots" + +\newcommand{\twoslash}{\slash\slash} +\newcommand{\trislash}{\slash\slash\slash} + +% open speech +\newcommand{\gl}{ + $\langledot$} % fdsymbol +% close speech +\newcommand{\gr}{ + $\rangledot$} \begin{document} |