diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-07 00:59:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-07 00:59:21 +0000 |
commit | c2e02cd8865266a299d7d6149dea876ed0503074 (patch) | |
tree | 4fdad8b2ec4570905b2ef3d32ff294ca16a65de0 | |
parent | ab1b261156d17f983647f50d19d1918237f06780 (diff) |
xeindex (5dec14)
git-svn-id: svn://tug.org/texlive/trunk@35756 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xeindex/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xeindex/xeindex.pdf | bin | 78575 -> 72659 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xeindex/xeindex.tex | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/xeindex/xeindex.sty | 8 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
5 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/xelatex/xeindex/README b/Master/texmf-dist/doc/xelatex/xeindex/README index 3a77ed39eb4..9cae1394a21 100644 --- a/Master/texmf-dist/doc/xelatex/xeindex/README +++ b/Master/texmf-dist/doc/xelatex/xeindex/README @@ -1,4 +1,4 @@ -This is the README file for xeindex.sty v.0.2. +This is the README file for xeindex.sty v.0.3. Read xeindex.pdf for the documentation. XeIndex, based on XeSearch, automatically @@ -20,4 +20,4 @@ Licensing of this package is covered by LPPL. Any reaction is welcome: zappathustra@free.fr -Paul Isambert
\ No newline at end of file +Paul Isambert diff --git a/Master/texmf-dist/doc/xelatex/xeindex/xeindex.pdf b/Master/texmf-dist/doc/xelatex/xeindex/xeindex.pdf Binary files differindex 8f9b2b5a22c..a17bf9d69e3 100644 --- a/Master/texmf-dist/doc/xelatex/xeindex/xeindex.pdf +++ b/Master/texmf-dist/doc/xelatex/xeindex/xeindex.pdf diff --git a/Master/texmf-dist/doc/xelatex/xeindex/xeindex.tex b/Master/texmf-dist/doc/xelatex/xeindex/xeindex.tex index 6fb65423530..d3e430ec1b2 100644 --- a/Master/texmf-dist/doc/xelatex/xeindex/xeindex.tex +++ b/Master/texmf-dist/doc/xelatex/xeindex/xeindex.tex @@ -13,7 +13,7 @@ \setsansfont[Mapping=tex-text]{Arial} \usepackage[paperwidth=23cm,paperheight=17.5cm,top=1.5cm,bottom=1.5cm,textwidth=14.5cm,right=1.5cm]{geometry} -\ProduceFile{xeindex.sty}[xeindex][v.0.2][\the\year/\month/\day] +\ProduceFile{xeindex.sty}[xeindex][v.0.3][\the\year/\month/\day] \let\printmacro\PrintMacro \newskip\macroskip \def\PrintMacro#1{% @@ -58,10 +58,10 @@ %\maketitle {\Huge\hfill\FileName}\par -\hfill\FileVersion\par -\hfill\FileDate\par -\hfill Paul Isambert\par -\hfill\texttt{zappathustra@free.fr}\par +\hfill\FileVersion\ – \FileDate\par +{\it \hfill(I simply added a missing comment sign after 4 years of inactivity.\par +\hfill The problem was spotted by Tomas Jonsson.)\par} +\hfill Paul Isambert – \texttt{zappathustra@free.fr}\par \begin{abstract} @@ -466,7 +466,7 @@ associated macro is created. \AddToList!{\xi@ListName @xeindex@affix@special@list}{#1#2}% \expandafter\edef\csname\xi@lcAffix @\xi@ListName @xeindex@entry\endcsname##1{% \unexpanded{\def\xi@Word}{##1}% - \noexpand\lowercase{ + \noexpand\lowercase{% \unexpanded{\expandafter\index\expandafter}{% \unexpanded{\xi@Mark{\xi@Word}}% \ifxi@NoWord##1\fi\unexpanded\expandafter{\xi@temp}}% @@ -578,4 +578,4 @@ and sets xesearch's parameters. \makeatother / \end{document} -
\ No newline at end of file + diff --git a/Master/texmf-dist/tex/xelatex/xeindex/xeindex.sty b/Master/texmf-dist/tex/xelatex/xeindex/xeindex.sty index 89ed574b7dc..e43c202238c 100644 --- a/Master/texmf-dist/tex/xelatex/xeindex/xeindex.sty +++ b/Master/texmf-dist/tex/xelatex/xeindex/xeindex.sty @@ -5,9 +5,9 @@ % without the `produce' option. % % SOURCE: xeindex.tex -% DATE: 2010/01/17 -% VERSION: v.0.2 -\ProvidesPackage{xeindex}[2010/01/17 v.0.2 Automatic index for XeLaTeX.] +% DATE: 2014/12/05 +% VERSION: v.0.3 +\ProvidesPackage{xeindex}[2014/12/05 v.0.3 Automatic index for XeLaTeX.] \RequirePackage{makeidx,xesearch} \makeatletter \newif\ifxi@mark @@ -83,7 +83,7 @@ \AddToList!{\xi@ListName @xeindex@affix@special@list}{#1#2}% \expandafter\edef\csname\xi@lcAffix @\xi@ListName @xeindex@entry\endcsname##1{% \unexpanded{\def\xi@Word}{##1}% - \noexpand\lowercase{ + \noexpand\lowercase{% \unexpanded{\expandafter\index\expandafter}{% \unexpanded{\xi@Mark{\xi@Word}}% \ifxi@NoWord##1\fi\unexpanded\expandafter{\xi@temp}}% diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e3d5d278a76..5f222041877 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -651,6 +651,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'mathspic', "&MAKEflatten", 'mathstone', "die 'skipping, requires nonfree Stone fonts'", 'matlab', "die 'skipping, requires nonfree matlab'", + 'mathtex', "die 'skipping, compiled, cgi, etc.'", 'mattex', "die 'skipping, requires nonfree matlab'", 'mdwfonts', "die 'skipping, too many tfm duplicates'", 'mem', "die 'skipping, experimental ca.2006'", |