summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/semantex/semantex.pdfbin316030 -> 362033 bytes
-rw-r--r--Master/texmf-dist/doc/latex/semantex/semantex.tex24
-rw-r--r--Master/texmf-dist/tex/latex/semantex/semantex.sty2
-rw-r--r--Master/texmf-dist/tex/latex/semantex/stripsemantex.sty2
4 files changed, 16 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/semantex/semantex.pdf b/Master/texmf-dist/doc/latex/semantex/semantex.pdf
index 7a311292463..3c1cee8ea0f 100644
--- a/Master/texmf-dist/doc/latex/semantex/semantex.pdf
+++ b/Master/texmf-dist/doc/latex/semantex/semantex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/semantex/semantex.tex b/Master/texmf-dist/doc/latex/semantex/semantex.tex
index 37ccd1c3bcb..d8d250831de 100644
--- a/Master/texmf-dist/doc/latex/semantex/semantex.tex
+++ b/Master/texmf-dist/doc/latex/semantex/semantex.tex
@@ -34,15 +34,15 @@
\usepackage[english=american]{csquotes}
-%\usepackage[hidelinks]{hyperref}
-\newcommand\hypersetup[1]{}
-\newcommand\href[2]{\texttt{#2}}
-\newcommand\url[1]{\texttt{#1}}
-\newcommand\texorpdfstring[2]{#1}
+\usepackage[hidelinks]{hyperref}
+%\newcommand\hypersetup[1]{}
+%\newcommand\href[2]{\texttt{#2}}
+%\newcommand\url[1]{\texttt{#1}}
+%\newcommand\texorpdfstring[2]{#1}
\usepackage[nameinlink]{cleveref}
-\title{Seman\!\TeX: semantic, keyval-based mathematics (v0.46)}
+\title{Seman\!\TeX: semantic, keyval-based mathematics (v0.461)}
\date{\today}
\author{Sebastian Ørsted (\href{mailto:sorsted@gmail.com}{sorsted@gmail.com})}
@@ -242,6 +242,11 @@ The package is still in beta, but is considered feature-complete
and more or less stable, so using it at this point should be safe.
Still, suggestions, ideas, and bug reports are more than welcome!
+\setlength\cftsectionnumwidth{3em}
+\tableofcontents*
+
+\pagebreak
+
\chapter{Introduction}
\begingroup
@@ -1079,7 +1084,7 @@ $\vf[leftspar={[},rightspar={\}},spar,spar=\Bigg]$
\end{LTXexample}
Occassionally, it is useful to be able to input a particular kind of brackets just once,
without adjusting any settings. For this purpose, we have the
-\lstinline!otherspar! and~\lstinline!Otherspar!~keys. They use the syntax
+\lstinline!otherspar! and~\lstinline!Otherspar! keys. They use the syntax
\begin{lstlisting}
otherspar={@\<opening bracket\>@}{@\<closing bracket\>@}
Otherspar={@\<opening bracket\>@}{@\<closing bracket\>@}{@\values\<normal|auto|*|{\textit{other}}\>@}
@@ -1827,10 +1832,9 @@ Our solution for left indices in \semantex is based directly on the one
from \pack{leftindex}. However, it works much better if you use \semantex
than if you just used \pack{leftindex} alone, due to the ability to centrally control all your notation. This allows you to choose height and slanting phantoms once and for all in the preamble and never have to worry about it in your document body.
-Just like we have keys like \lstinline!upper!, \lstinline!lower!, \lstinline!sepupper!, \lstinline!seplower!, \lstinline!commaupper!, \lstinline!commalower!,
-etc., we have a similar collection of keys for the left
+Just like we have the keys \lstinline!upper!, \lstinline!lower!, \lstinline!sepupper!, \lstinline!seplower!, \lstinline!commaupper!, \mbox{\lstinline!commalower!,} we have a similar collection of keys for left
indices:
-\lstinline!upperleft!, \lstinline!lowerleft!, \lstinline!sepupperleft!, \lstinline!seplowerleft!, \lstinline!commaupperleft!, \lstinline!commalowerleft!:
+\lstinline!upperleft!, \lstinline!lowerleft!, \mbox{\lstinline!sepupperleft!,} \lstinline!seplowerleft!, \lstinline!commaupperleft!, \lstinline!commalowerleft!:
\begin{LTXexample}
$ \vf[upperleft=*] $,
$ \vGamma[upperleft=*] $,
diff --git a/Master/texmf-dist/tex/latex/semantex/semantex.sty b/Master/texmf-dist/tex/latex/semantex/semantex.sty
index 84ab00e4709..e0ad970aa59 100644
--- a/Master/texmf-dist/tex/latex/semantex/semantex.sty
+++ b/Master/texmf-dist/tex/latex/semantex/semantex.sty
@@ -1,5 +1,5 @@
\RequirePackage{xparse,l3keys2e,leftindex,semtex}
-\ProvidesExplPackage{semantex}{2020/10/06}{0.46}{}
+\ProvidesExplPackage{semantex}{2020/10/07}{0.461}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
diff --git a/Master/texmf-dist/tex/latex/semantex/stripsemantex.sty b/Master/texmf-dist/tex/latex/semantex/stripsemantex.sty
index 221cc7cafe4..7e9809b3ff3 100644
--- a/Master/texmf-dist/tex/latex/semantex/stripsemantex.sty
+++ b/Master/texmf-dist/tex/latex/semantex/stripsemantex.sty
@@ -1,5 +1,5 @@
\RequirePackage{xparse}
-\ProvidesExplPackage{stripsemantex}{2020/10/06}{0.46}{}
+\ProvidesExplPackage{stripsemantex}{2020/10/07}{0.461}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %