diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-30 21:17:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-30 21:17:59 +0000 |
commit | e10d85cd43df7e227b19858f4ee94edbe836019d (patch) | |
tree | 047c56737dbd6b57e30e757a448598df106aad0b /Master/texmf-dist/doc | |
parent | 493df26c80ecef2962dcd56d01edcbc2a7c00315 (diff) |
semantex (30jun21)
git-svn-id: svn://tug.org/texlive/trunk@59776 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/semantex/semantex.pdf | bin | 370872 -> 384088 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/semantex/semantex.tex | 16 |
2 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/semantex/semantex.pdf b/Master/texmf-dist/doc/latex/semantex/semantex.pdf Binary files differindex a98036a81fa..1819bc1bc07 100644 --- a/Master/texmf-dist/doc/latex/semantex/semantex.pdf +++ b/Master/texmf-dist/doc/latex/semantex/semantex.pdf diff --git a/Master/texmf-dist/doc/latex/semantex/semantex.tex b/Master/texmf-dist/doc/latex/semantex/semantex.tex index 971309ba4dc..526cd79e608 100644 --- a/Master/texmf-dist/doc/latex/semantex/semantex.tex +++ b/Master/texmf-dist/doc/latex/semantex/semantex.tex @@ -42,7 +42,7 @@ \usepackage[nameinlink]{cleveref} -\title{Seman\!\TeX: semantic, keyval-based mathematics (v0.502)} +\title{Seman\!\TeX: semantic, keyval-based mathematics (v0.503)} \date{\today} \author{Sebastian Ørsted (\href{mailto:sorsted@gmail.com}{sorsted@gmail.com})} @@ -3167,9 +3167,9 @@ In the following sections, we include the full list. The syntax is identical to the one for~\lstinline!define keys!. \item - \mylst!pre append keys={$\<key definitions\>$}! + \mylst!prepend keys={$\<key definitions\>$}! - Pre-appends keys taking no values, i.e.~adds code to the left of that key. + Prepends keys taking no values, i.e.~adds code to the left of that key. The syntax is identical to the one for~\lstinline!define keys!. \item @@ -3179,9 +3179,9 @@ In the following sections, we include the full list. The syntax is identical to the one for~\mylst!define keys[$n$]!. \item - \mylst!pre append keys[$n$]={$\<key definitions\>$}! + \mylst!prepend keys[$n$]={$\<key definitions\>$}! - Pre-appends keys taking $n$~values, where~$n=0,1,\dotsc,8$, i.e.~adds code to the left of that key. + Prepends keys taking $n$~values, where~$n=0,1,\dotsc,8$, i.e.~adds code to the left of that key. The syntax is identical to the one for~\mylst!define keys[$n$]!. \item @@ -3213,9 +3213,9 @@ In the following sections, we include the full list. The syntax is identical to the one for~\lstinline!define arg keys!. \item - \mylst!pre append arg keys={$\<key definitions\>$}! + \mylst!prepend arg keys={$\<key definitions\>$}! - Pre-appending argument keys taking no values, i.e.~adds code to the left of that key. + Prepending argument keys taking no values, i.e.~adds code to the left of that key. The syntax is identical to the one for~\lstinline!define arg keys!. \item @@ -3227,7 +3227,7 @@ In the following sections, we include the full list. \item \mylst!pre arg append keys[$n$]={$\<key definitions\>$}! - Pre-appending argument keys taking $n$~values, where~$n=0,1,\dotsc,8$, i.e.~adds code to the left of that key. + Prepending argument keys taking $n$~values, where~$n=0,1,\dotsc,8$, i.e.~adds code to the left of that key. The syntax is identical to the one for~\mylst!define arg keys[$n$]!. \item |