diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-30 23:00:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-30 23:00:58 +0000 |
commit | 96aac111c7824c49a05e48fdbb2a1eba6313d062 (patch) | |
tree | 4294864efc6bba2c700ba4c6d537132b89aa596d /Master/texmf-dist/tex/generic/xint/xintcfrac.sty | |
parent | f3fd3b4467cd76a039a199abe6944cfb00fea1e0 (diff) |
xint (30aug17)
git-svn-id: svn://tug.org/texlive/trunk@45177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xintcfrac.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/xint/xintcfrac.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xintcfrac.sty b/Master/texmf-dist/tex/generic/xint/xintcfrac.sty index f9e6c5f5241..fb5a8744899 100644 --- a/Master/texmf-dist/tex/generic/xint/xintcfrac.sty +++ b/Master/texmf-dist/tex/generic/xint/xintcfrac.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) %% --------------------------------------------------------------- -%% The xint bundle 1.2n 2017/08/06 +%% The xint bundle 1.2o 2017/08/29 %% Copyright (C) 2013-2017 by Jean-Francois Burnol %% xintcfrac: Expandable continued fractions with xint package %% --------------------------------------------------------------- @@ -70,7 +70,7 @@ \XINTsetupcatcodes% defined in xintkernel.sty \XINT_providespackage \ProvidesPackage{xintcfrac}% - [2017/08/06 1.2n Expandable continued fractions with xint package (JFB)]% + [2017/08/29 1.2o Expandable continued fractions with xint package (JFB)]% \def\xintCFrac {\romannumeral0\xintcfrac }% \def\xintcfrac #1% {% @@ -371,12 +371,12 @@ }% \def\XINT_fgtc_e #1% {% - \xintifZero {#1}{\expandafter\xint_firstofone\xint_gobble_iii}% + \xintiiifZero {#1}{\expandafter\xint_firstofone\xint_gobble_iii}% {\XINT_fgtc_f {#1}}% }% \def\XINT_fgtc_f #1#2% {% - \xintifZero {#2}{\xint_thirdofthree}{\XINT_fgtc_g {#1}{#2}}% + \xintiiifZero {#2}{\xint_thirdofthree}{\XINT_fgtc_g {#1}{#2}}% }% \def\XINT_fgtc_g #1#2#3% {% |