diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-04 22:24:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-04 22:24:03 +0000 |
commit | bba0d5bf503da1006cde30ddc9cc8d114f477006 (patch) | |
tree | 4dee908e30c5ab1615b13685a9836411d2bd23cf /Master/texmf-dist/tex/generic/xint/xintbinhex.sty | |
parent | 623c6a6357c19020fb9ad6214494be225512ed67 (diff) |
xint (4oct13)
git-svn-id: svn://tug.org/texlive/trunk@31834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/xint/xintbinhex.sty')
-rw-r--r-- | Master/texmf-dist/tex/generic/xint/xintbinhex.sty | 67 |
1 files changed, 5 insertions, 62 deletions
diff --git a/Master/texmf-dist/tex/generic/xint/xintbinhex.sty b/Master/texmf-dist/tex/generic/xint/xintbinhex.sty index 8b9ab594cf3..79951c73605 100644 --- a/Master/texmf-dist/tex/generic/xint/xintbinhex.sty +++ b/Master/texmf-dist/tex/generic/xint/xintbinhex.sty @@ -22,7 +22,7 @@ %% in the same archive or directory.) %% %%---------------------------------------------------------------- -%% The xint bundle (version 1.09a of September 22, 2013) +%% The xint bundle (version 1.09b of October 3, 2013) %% xintbinhex: Expandable binary and hexadecimal conversions %% Copyright (C) 2013 by Jean-Francois Burnol %%---------------------------------------------------------------- @@ -103,67 +103,10 @@ \aftergroup\endinput \fi \endgroup% -\begingroup\catcode61\catcode48\catcode32=10\relax% - \catcode13=5 % ^^M - \endlinechar=13 % - \catcode123=1 % { - \catcode125=2 % } - \catcode95=11 % _ - \def\x - {% - \endgroup - \edef\XINT_binhex_restorecatcodes_endinput - {% - \catcode94=\the\catcode94 % ^ - \catcode96=\the\catcode96 % ` - \catcode47=\the\catcode47 % / - \catcode41=\the\catcode41 % ) - \catcode40=\the\catcode40 % ( - \catcode42=\the\catcode42 % * - \catcode43=\the\catcode43 % + - \catcode62=\the\catcode62 % > - \catcode60=\the\catcode60 % < - \catcode58=\the\catcode58 % : - \catcode46=\the\catcode46 % . - \catcode45=\the\catcode45 % - - \catcode44=\the\catcode44 % , - \catcode35=\the\catcode35 % # - \catcode95=\the\catcode95 % _ - \catcode125=\the\catcode125 % } - \catcode123=\the\catcode123 % { - \endlinechar=\the\endlinechar - \catcode13=\the\catcode13 % ^^M - \catcode32=\the\catcode32 % - \catcode61=\the\catcode61\relax % = - \noexpand\endinput - }% - \XINT_setcatcodes % defined in xint.sty - }% -\x -\begingroup - \catcode64=11 % @ - \catcode91=12 % [ - \catcode93=12 % ] - \catcode58=12 % : - \expandafter\ifx\csname ProvidesPackage\endcsname\relax - \def\x#1#2#3[#4]{\endgroup - \immediate\write-1{Package: #3 #4}% - \xdef#1{#4}% - }% - \else - \def\x#1#2[#3]{\endgroup - #2[{#3}]% - \ifx#1\@undefined - \xdef#1{#3}% - \fi - \ifx#1\relax - \xdef#1{#3}% - \fi - }% - \fi -\expandafter\x\csname ver@xintbinhex.sty\endcsname +\XINTsetupcatcodes% +\XINT_providespackage \ProvidesPackage{xintbinhex}% - [2013/09/24 v1.09a Expandable binary and hexadecimal conversions (jfB)]% + [2013/10/03 v1.09b Expandable binary and hexadecimal conversions (jfB)]% \chardef\xint_c_xvi 16 \chardef\xint_c_ii^v 32 \chardef\xint_c_ii^vi 64 @@ -726,7 +669,7 @@ {% \XINT_num_loop }% -\XINT_binhex_restorecatcodes_endinput% +\XINT_restorecatcodes_endinput% \endinput %% %% End of file `xintbinhex.sty'. |