summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/stricttex/stricttex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/stricttex/stricttex.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/stricttex/stricttex.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/lualatex/stricttex/stricttex.tex b/Master/texmf-dist/doc/lualatex/stricttex/stricttex.tex
index 57242faa5c8..53eec0862fe 100644
--- a/Master/texmf-dist/doc/lualatex/stricttex/stricttex.tex
+++ b/Master/texmf-dist/doc/lualatex/stricttex/stricttex.tex
@@ -29,7 +29,7 @@
\newcommand\strctttex{\texttt{stricttex}\xspace}
-\title{\strctttex\ -- strictly balanced brackets and numbers in command names (v0.1$\beta$)}
+\title{\strctttex\ -- strictly balanced brackets and numbers in command names (v0.2$\beta$)}
\date{\today}
\author{Sebastian \O rsted (\href{mailto:sorsted@gmail.com}{sorsted@gmail.com})}
@@ -45,7 +45,7 @@
\noindent
The \strctttex package is a small, Lua\LaTeX-only package providing you with three, sometimes useful features:
\begin{itemize}
- \item It allows you to make brackets \lstinline![...]! ``strict'', meaning that each~`\lstinline![!
+ \item It allows you to make brackets \lstinline![...]! ``strict'', meaning that each~\lstinline![!
must be balanced by a~\lstinline!]!.
\item It allows you to use numbers in command names, so
that you can do stuff like~\lstinline!\newcommand\pi12{\pi_{12}}!.