diff options
author | phoebe jenkins <pjenkins@tula-health.com> | 2024-04-11 03:33:32 -0400 |
---|---|---|
committer | phoebe jenkins <pjenkins@tula-health.com> | 2024-04-11 03:33:32 -0400 |
commit | 89cd3f61a4c0c79aab62829e396b9d5848088828 (patch) | |
tree | a450baf1996cf0f44b7a6d51a4cf3c1a8812414f /edenx3.tex | |
parent | 476233c0177fe3074ec81e092186dbb7a43210bf (diff) | |
download | edenx3-89cd3f61a4c0c79aab62829e396b9d5848088828.tar.gz |
part3 backwards left side almost done
Diffstat (limited to 'edenx3.tex')
-rw-r--r-- | edenx3.tex | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -19,6 +19,7 @@ \newcommand{\twoslash}{\slash\slash} \newcommand{\trislash}{\slash\slash\slash} +\newcommand{\fourslash}{\slash\slash\slash\slash} % .., \newcommand{\tdcom}{{\td},} @@ -37,14 +38,17 @@ % ; // \newcommand{\semitwoslash}{; {\twoslash}} % / ; / -\newcommand{\slashsemislash}{\slash ; \slash} +\newcommand{\slashsemislash}{{\slash} ; {\slash}} % ; /// \newcommand{\semitrislash}{; {\trislash}} -% TODO a slash and then a semicolon. i suspect this is a mistake, but making a code for it so i can keep -% track of it. +% ; //// +\newcommand{\semifourslash}{; {\fourslash}} +% / ; \newcommand{\slashsemi}{\slash\ ;} % --- : \newcommand{\dashcol}{--- :} +% --- / +\newcommand{\dashslash}{--- {\slash}} % ---, \newcommand{\dashcom}{---,} % , --- |