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/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/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/rec-thy/rec-thy.sty | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/rec-thy/rec-thy.sty b/Master/texmf-dist/tex/latex/rec-thy/rec-thy.sty index e4faaa54543..0edca35cbd9 100644 --- a/Master/texmf-dist/tex/latex/rec-thy/rec-thy.sty +++ b/Master/texmf-dist/tex/latex/rec-thy/rec-thy.sty @@ -1,7 +1,7 @@ \NeedsTeXFormat{LaTeX2e} % Release Notes see README -\def\recthyVersion{3.3} -\ProvidesPackage{rec-thy}[v3.3 Provides commands for writing up recursion theory papers] +\def\recthyVersion{3.3.1} +\ProvidesPackage{rec-thy}[v3.3.1 Provides commands for writing up recursion theory papers] \makeatletter % \newcommand*{\@curpack}{\@currname} %rec-thy.sty \newcommand*{\@packinfo}[1]{\PackageInfo{rec-thy}{#1}} @@ -26,7 +26,6 @@ \robustify\( \robustify\) \RequirePackage{xparse} -\RequirePackage{ifxetex} \AtBeginDocument{ \ltx@ifpackageloaded{amsmath}{}{\RequirePackage{amsmath}} \ltx@ifpackageloaded{amssymb}{}{\RequirePackage{amssymb}} @@ -656,8 +655,8 @@ %%%%%%%%Function commands \let\recthy@rollback@threeTwo@threeOne@REA@mathsave=\recthy@rollback@threeTwo@threeOne@REA \renewcommand*{\recthy@rollback@threeTwo@threeOne@REA}{ - \providecommand*{\map}[2]{:#1\mapsto #2} - \providecommand*{\functo}[3]{#1\map{#2}{#3}} + \providecommand*{\map}[2]{:##1\mapsto ##2} + \providecommand*{\functo}[3]{##1\map{##2}{##3}} \ifdefined\funcomp \else \let\funcomp=\compfunc |