summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/xelatex/bidihl/README4
-rw-r--r--Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdfbin123447 -> 25355 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.tex2
-rw-r--r--Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdfbin28108 -> 27986 bytes
-rw-r--r--Master/texmf-dist/tex/xelatex/bidihl/bidihl.sty6
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
index 4f826d97bb7..ddefb097240 100644
--- a/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf
+++ b/Master/texmf-dist/doc/xelatex/bidihl/bidihl-doc.pdf
Binary files 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
--- a/Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf
+++ b/Master/texmf-dist/doc/xelatex/bidihl/test-bidihl.pdf
Binary files 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}