diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-04 21:47:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-04 21:47:18 +0000 |
commit | 5baad304d3b567c2af90ffe335ff9a2a922942d5 (patch) | |
tree | 5f4b9dc965834a8ae26bb5a85974f812e841b0b9 /Master | |
parent | 123a58496a60de1eeb4cab6aeae49b9c59951459 (diff) |
bidihl (4jul15)
git-svn-id: svn://tug.org/texlive/trunk@37767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidihl/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf | bin | 123447 -> 25355 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf | bin | 28108 -> 27986 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidihl/bidihl.sty | 6 |
5 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidihl/README b/Master/texmf-dist/doc/xelatex/bidihl/README index 4c109a196d5..a7afebee805 100644 --- a/Master/texmf-dist/doc/xelatex/bidihl/README +++ b/Master/texmf-dist/doc/xelatex/bidihl/README @@ -1,6 +1,6 @@ _____________________ The bidihl package -v0.1a +v0.1b Experimental bidi-aware text highlighting @@ -12,7 +12,7 @@ loaded before `bidi' package. For more information, please see the documentation. -Current version release date: 2015/07/02 +Current version release date: 2015/07/04 ___________________ Vafa Khalighi diff --git a/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf b/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf Binary files differindex 4f826d97bb7..ddefb097240 100644 --- a/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf +++ b/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf diff --git a/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.tex b/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.tex index 38e41a4cb1b..c95e6138de5 100644 --- a/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.tex +++ b/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.tex @@ -28,7 +28,7 @@ be loaded before \xpackage{bidi} package. Highlights the text. The default highlighting box color is yellow; if a different color is desired, then simply define a new color with \texttt{bidihlcolor} as the name of the color; i.e. \begin{verbatim} -\definecolor{bidihlcolor}{rgb}{0.3,0.1,0} +\definecolor{bidihlcolor}{rgb}{1,0.7,0} % orange \end{verbatim} The default highlighting box height is 10pt; again if a different height is desired, then change the length of \cs{bidihlboxheight}; i.e. diff --git a/Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf b/Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf Binary files differindex b62196cec19..48766a22af3 100644 --- a/Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf +++ b/Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf diff --git a/Master/texmf-dist/tex/xelatex/bidihl/bidihl.sty b/Master/texmf-dist/tex/xelatex/bidihl/bidihl.sty index ff1dc66284c..1aaff637a8d 100644 --- a/Master/texmf-dist/tex/xelatex/bidihl/bidihl.sty +++ b/Master/texmf-dist/tex/xelatex/bidihl/bidihl.sty @@ -13,7 +13,7 @@ %% %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{bidihl}[2015/07/02 v0.1a Experimental bidi-aware text highlighting] +\ProvidesPackage{bidihl}[2015/07/04 v0.1b Experimental bidi-aware text highlighting] %% Load color package and define highlighting color @@ -27,7 +27,7 @@ \newdimen\bidihlboxheight \bidihlboxheight10pt -\newdimen\bidihlspacerulewidth \bidihlspacerulewidth0.1pt +\newdimen\bidihl@pixel \bidihl@pixel0.1pt \newdimen\bidihl@height \newdimen\bidihl@depth @@ -134,7 +134,7 @@ \fi \def\bidihl@theword{}} \def\bidihl@skip#1{% - \leaders\hbox{{\color{bidihlcolor}\vrule\@height\bidihlboxheight\@depth\bidihl@depth\@width\bidihlspacerulewidth}}\hskip#1\relax} + \leaders\hb@xt@\bidihl@pixel{\hss{\color{bidihlcolor}\vrule\@height\bidihlboxheight\@depth\bidihl@depth}\hss}\hskip#1\relax} |