diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-02 22:14:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-02 22:14:43 +0000 |
commit | 8c0844204a3fbad2c755beca8c0b1edc6ae33601 (patch) | |
tree | 71c54caf8fd2007a53ad7f1b518f231a61aa2a07 /Master/texmf-dist/source/latex/base/ltunicode.dtx | |
parent | 586aedcf63ecf6ea7da1c1529e5ea5ba8f5cb426 (diff) |
latex (2jul15)
git-svn-id: svn://tug.org/texlive/trunk@37737 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltunicode.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltunicode.dtx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltunicode.dtx b/Master/texmf-dist/source/latex/base/ltunicode.dtx index d06ac7e0041..b122b27f17f 100644 --- a/Master/texmf-dist/source/latex/base/ltunicode.dtx +++ b/Master/texmf-dist/source/latex/base/ltunicode.dtx @@ -44,7 +44,7 @@ % %<*driver> \ProvidesFile{ltunicode.dtx} - [2015/05/11 v1.0h LaTeX Kernel (Unicode data)] + [2015/06/20 v1.0i LaTeX Kernel (Unicode data)] \documentclass{ltxdoc} \begin{document} \DocInput{\jobname.dtx} @@ -425,6 +425,7 @@ {#1}{#3}{#4}% } % \end{macrocode} +% \changes{v1.0i}{2015/06/20}{Include first code point in a range in output} % In the case where the first code point for a range was found, we % assume the next line is the last code point (it always is). It's then % a question of checking if the range is a set of letters or not, and if @@ -439,10 +440,10 @@ \count@="#3 % \begingroup \loop - \ifnum\count@<"#1 % - \advance\count@\@ne + \unless\ifnum\count@>"#1 % \sethex\temp{\count@}% \unicodeletter\temp\temp\temp + \advance\count@\@ne \repeat \endgroup \fi |