diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-02 21:14:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-02 21:14:18 +0000 |
commit | 6ff8940a654416ea3edb78175a62d2278514e262 (patch) | |
tree | 9ea30f948e2a129d7798aa7bf9645f385c8786ad /Master/texmf-dist/doc/latex/rec-thy/rec-thy.tex | |
parent | c36ac7b086b2cb672ea6226c28b6890c342d4908 (diff) |
rec-thy (2jun20)
git-svn-id: svn://tug.org/texlive/trunk@55390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/rec-thy/rec-thy.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/rec-thy/rec-thy.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/rec-thy/rec-thy.tex b/Master/texmf-dist/doc/latex/rec-thy/rec-thy.tex index d0ffdb6a5b6..e024ef8edb2 100644 --- a/Master/texmf-dist/doc/latex/rec-thy/rec-thy.tex +++ b/Master/texmf-dist/doc/latex/rec-thy/rec-thy.tex @@ -81,7 +81,7 @@ \title{The rec-thy Package} \author{Peter M. Gerdes (gerdes@invariant.org)} -\date{05/20/2020: Version \recthyVersion} +\date{06/01/2020: Version \recthyVersion} \begin{document} @@ -668,7 +668,8 @@ The above is accomplished with the following code. \case[\( x=2 \)] \label{case*:second:sub1} .. \case[\( x = 3 \)] \label{case*:second:sub2} \end{pfcases*} -.. \ref{case*:second} .. \cref{case*:second} .. \ref{case*:second:sub1} .. \cref{case*:second:sub2}. +.. \ref{case*:second} .. \cref{case*:second} .. \ref{case*:second:sub1} .. +\cref{case*:second:sub2}. \end{proof} \end{verbatim} @@ -684,6 +685,7 @@ Finally to enable the mrref helper macros pass the option \verb=mrref=.\\ These % TESTING: \verb=\fpmapsto=, \verb=\fpmapsfrom=, \verb=\ParFuncs{Y}{X}= and \verb=\FinParFuncs{Y}{X}= \begin{itemize} + \item[3.3.1] Fixed typo causing error under pdflatex. \item[3.3] - Fixed/added tweak to overline so it looks correct. Also added real symbols so that \verb=\subfunneq= and \verb=\supfunneq= can be defined appropriately. Added \verb=\floor= and \verb=\ceil=. Note these aren't yet shown off in package doc. Fixed incorrect use of tiny in math mode. \item[3.2] - Removed \verb=\reaop=, \verb=\alphaREAop=, \verb=\aREAop= in favor of using the single form \verb=\REAop=. Removed \verb=\functo=, \verb=\map= and \verb=funcomp=, \verb=\hgtO= as useless synonyms and removed \verb=\KleeneOBelow= and \verb=KleeneOLess= as beyond what the package should define. Added package option compat31 to ensure package compatibility with version 3.1. An optional parentheses delimited argument specifying the base has been added to \verb=\REAop=. Both \verb=\REAop= and the pair \verb=\REA=/\verb=\CEA= have been updated to ignore order of optional arguments. The square brackets used to delimit the argument to the use command are now auto-sized. Added \verb=\pmapsto=, \verb=\pmapsfrom=, \verb=\kleeneZero=, \verb=\kleeneNum=, \verb=\entersat=. Also Misc typesetting fixes. \item[3.1] 02/26/2019 - Fixed \verb=\wck= to be \( \wck \), i.e., have capitalized roman CK. |