diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-13 21:51:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-13 21:51:50 +0000 |
commit | f627b74e882a73a9fd1040b3b0bb8a9e6f549774 (patch) | |
tree | 0ad9d05e6b33b00287fecb042883c59d5af1eaa2 /Master/texmf-dist/tex | |
parent | 8fcabb58bbcbd59bd73b0010c3f273168f988605 (diff) |
bidipagegrid (13jul14)
git-svn-id: svn://tug.org/texlive/trunk@34596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidipagegrid/bidipagegrid.sty | 6 |
1 files changed, 2 insertions, 4 deletions
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% } |