From 5baad304d3b567c2af90ffe335ff9a2a922942d5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 4 Jul 2015 21:47:18 +0000 Subject: bidihl (4jul15) git-svn-id: svn://tug.org/texlive/trunk@37767 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/xelatex/bidihl/README | 4 ++-- .../texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf | Bin 123447 -> 25355 bytes .../texmf-dist/doc/xelatex/bidihl/bidihl-doc.tex | 2 +- .../texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf | Bin 28108 -> 27986 bytes Master/texmf-dist/tex/xelatex/bidihl/bidihl.sty | 6 +++--- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Master') 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 index 4f826d97bb7..ddefb097240 100644 Binary files a/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf and b/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf differ 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 index b62196cec19..48766a22af3 100644 Binary files a/Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf and b/Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf differ 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} -- cgit v1.2.3