diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-13 20:09:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-13 20:09:08 +0000 |
commit | 70913b0b6d5f98d188b67ed45facb70914de8fcc (patch) | |
tree | 11873032dc20dab21cedc5490cec99677b5c56b6 /Master/texmf-dist/tex/latex/einfart | |
parent | cdf5616cb0197dbd6acad760f46c9cc81e34664e (diff) |
jxu (13jul21)
git-svn-id: svn://tug.org/texlive/trunk@59923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/einfart')
-rw-r--r-- | Master/texmf-dist/tex/latex/einfart/einfart.cls | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/einfart/einfart.cls b/Master/texmf-dist/tex/latex/einfart/einfart.cls index 70a747e3677..0471027bbac 100644 --- a/Master/texmf-dist/tex/latex/einfart/einfart.cls +++ b/Master/texmf-dist/tex/latex/einfart/einfart.cls @@ -17,7 +17,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2020-10-01] \ProvidesClass{einfart} - [2021/07/05 A simple and clear article style] + [2021/07/13 A simple and clear article style] \def\minimclass@baseclass{article} \RequirePackage{kvoptions} \RequirePackage{etoolbox} @@ -240,6 +240,7 @@ \renewcommand{\nmid}{\hspace{-.2em}\nmid@original\hspace{-.2em}} } +\RequirePackage{tikz-cd} \newbox\xratbelow \newbox\xratabove \renewcommand{\xrightarrow}[2][]{% |