summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/xelatex/bidipagegrid/bidipagegrid-doc.pdfbin112663 -> 112663 bytes
-rw-r--r--Master/texmf-dist/tex/xelatex/bidipagegrid/bidipagegrid.sty6
2 files changed, 2 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidipagegrid/bidipagegrid-doc.pdf b/Master/texmf-dist/doc/xelatex/bidipagegrid/bidipagegrid-doc.pdf
index 4a1411d9ded..8d5c639ca7d 100644
--- a/Master/texmf-dist/doc/xelatex/bidipagegrid/bidipagegrid-doc.pdf
+++ b/Master/texmf-dist/doc/xelatex/bidipagegrid/bidipagegrid-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/xelatex/bidipagegrid/bidipagegrid.sty b/Master/texmf-dist/tex/xelatex/bidipagegrid/bidipagegrid.sty
index 2cbd0367d61..4965243a9d0 100644
--- a/Master/texmf-dist/tex/xelatex/bidipagegrid/bidipagegrid.sty
+++ b/Master/texmf-dist/tex/xelatex/bidipagegrid/bidipagegrid.sty
@@ -78,7 +78,7 @@
\fi
\expandafter\x\csname ver@bidipagegrid.sty\endcsname
\ProvidesPackage{bidipagegrid}%
- [2014/07/12 v0.1 Print bidi page grid in background]%
+ [2014/07/13 v0.2 Print bidi page grid in background]%
\begingroup\catcode61\catcode48\catcode32=10\relax%
\catcode13=5 % ^^M
\endlinechar=13 %
@@ -319,15 +319,13 @@
\endgroup
}
-{\catcode`t=12\catcode`p=12\gdef\noPT#1pt{#1}}
-\def\bidipagegrid@rem@pt#1{\expandafter\noPT\the#1}
\newcommand*{\bidipagegrid@x@coordinate}{%
\ifnum\bidipagegrid@direction=\z@%
0%
\else%
\ifnum\bidipagegrid@direction=\@ne%
- \bidipagegrid@rem@pt\textwidth%
+ \strip@pt\textwidth%
\fi%
\fi%
}