summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/etexdir/etrip/etrip.tex
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-11-21 10:44:15 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-11-21 10:44:15 +0000
commite8842c31c15e613f8cb08a582bdbdf889ce78dce (patch)
treea9edf1e758d91d619510b2094c69167c6f44f3a4 /Build/source/texk/web2c/etexdir/etrip/etrip.tex
parent4d611818efd68a3a22bc32c3a3e2969987714748 (diff)
e-TeX: Fix hyphenation of LR and RL text and adapt e-(u)pTeX
git-svn-id: svn://tug.org/texlive/trunk@32197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/etexdir/etrip/etrip.tex')
-rw-r--r--Build/source/texk/web2c/etexdir/etrip/etrip.tex18
1 files changed, 16 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/etexdir/etrip/etrip.tex b/Build/source/texk/web2c/etexdir/etrip/etrip.tex
index 87287072028..0f8238ecd65 100644
--- a/Build/source/texk/web2c/etexdir/etrip/etrip.tex
+++ b/Build/source/texk/web2c/etexdir/etrip/etrip.tex
@@ -1,4 +1,4 @@
-%%; This is `etrip.tex' for e-TeX v3.1415926-2.6 as of Mar 01, 2013.
+%%; This is `etrip.tex' for e-TeX v3.1415926-2.6 as of Nov 21, 2013.
%%;
%%; This is a diabolical test file for e-TeX, an extension of TeX82.
%%; It is not as diabolical as `trip.tex', Knuth's torture test for TeX.
@@ -9,7 +9,7 @@
%%; ==>> wrong e-TeX input to produce errors and warnings. <<==
%%;
\catcode`\{=1\catcode`\}=2\catcode`\#=6 \let\bgroup={ \let\egroup=}
-\def\etripdate {2013-03-01}
+\def\etripdate {2013-11-21}
\def\texversion {3.1415926}
\def\etripversion{2.6}
%
@@ -1244,6 +1244,20 @@
\endgroup
%
+% -- Check hyphenation of LR and RL segments
+\typeout{Checking hyphenation of LR and RL segments:}
+\begingroup
+ \setbox0=\vbox{\trip
+% \language=5
+ \lccode`M=`M \hyphenation{MM-MM}
+ \TeXXeTstate=1
+ \hsize=0pt
+ \parfillskip=0pt
+ \noindent{} MMMM \beginL MMMM MMMM MMMM\endL{} \beginR MMMM\endR \par
+ }
+\endgroup
+
+%
\showboxbreadth=10\showboxdepth=10
\tracingonline=1\tracingoutput=1
\end