summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/create-theorem
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-15 20:11:04 +0000
committerKarl Berry <karl@freefriends.org>2022-06-15 20:11:04 +0000
commitf62f32d2479ec59421e3622f2b7352e3ca3190cb (patch)
treef9832065ad8ffbc1c45fe6a718bf673fd1dd766f /Master/texmf-dist/doc/latex/create-theorem
parent2cdeb208b2d178d850a41eb9dad210d3b14526e6 (diff)
create-theorem (15jun22)
git-svn-id: svn://tug.org/texlive/trunk@63605 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/create-theorem')
-rw-r--r--Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.pdfbin125733 -> 67394 bytes
-rw-r--r--Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.tex6
2 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.pdf b/Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.pdf
index 33d62ab4038..ff4cd4769e9 100644
--- a/Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.pdf
+++ b/Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.tex b/Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.tex
index 64b96772517..7ed8864a195 100644
--- a/Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.tex
+++ b/Master/texmf-dist/doc/latex/create-theorem/create-theorem-doc.tex
@@ -97,7 +97,7 @@
\begin{document}
-\def\PackageVersion{2022/06/01}
+\def\PackageVersion{2022/06/15}
\title{\createtheorempackage{}\\\smallskip\itshape Initializing theorem-like environments with multilingual support}
\author{Jinwen XU}
@@ -286,6 +286,7 @@ Supported keys are:
\item \commandoption{create starred version}
\begin{itemize}
\item Defining a corresponding starred (unnumbered) version of the current environment.
+ \item It must be placed \emph{before} \commandoption{qed} if you want the starred version to have a Q.E.D symbol.
\item Synonymous names: \commandoption{create-starred-version} \,$|$\, \commandoption{createstarredversion} \,$|$\, \\\phantom{Synonymous names: }\commandoption{create numberless version} \,$|$\, \commandoption{create-numberless-version} \\\phantom{Synonymous names: }\,$|$ \commandoption{createnumberlessversion}
\end{itemize}
\item \commandoption{copy existed}\lstinline| = |\meta{existed environment}
@@ -476,7 +477,8 @@ The code above defines two new environments \lstinline|theorem+| and \lstinline|
\begin{itemize}
\item The current mechanism does not work well for German, a problem originated in the package \textsf{crefthe}. The author plans to adopt a more refined approach in a later version so as to support the various grammatical situations in German.
\item \createtheorempackage{} modifies some undocumented internal macros of \textsf{cleveref}, so the behaviour might not be stable if \textsf{cleveref} gets updated.
- \item There may be inaccuracies in the translation of those preset names.
+ \item The counter aliasing function is still not perfect, (sometimes) causing incorrect ordering in the result of \lstinline|\cref|.
+ \item There might be inaccuracies in the translation of those preset names.
\end{itemize}
\medskip