[latex3-commits] [git/LaTeX3-latex3-xxetex] main: move loading guards to xxetex.tex (3b35336)

David Carlisle d.p.carlisle at gmail.com
Thu Feb 2 10:56:14 CET 2023


Repository : https://github.com/latex3/xxetex
On branch  : main
Link       : https://github.com/latex3/xxetex/commit/3b353361acaaeb0639bfa28a964cfe328baa2f4f

>---------------------------------------------------------------

commit 3b353361acaaeb0639bfa28a964cfe328baa2f4f
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Thu Feb 2 09:56:14 2023 +0000

    move loading guards to xxetex.tex


>---------------------------------------------------------------

3b353361acaaeb0639bfa28a964cfe328baa2f4f
 examples/test-upwards1.tex | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/examples/test-upwards1.tex b/examples/test-upwards1.tex
new file mode 100644
index 0000000..6e1ff3c
--- /dev/null
+++ b/examples/test-upwards1.tex
@@ -0,0 +1,29 @@
+
+\input{xxetex.tex}
+
+\documentclass{article}
+
+\begin{document}
+
+\XeTeXupwardsmode=1
+
+\the\XeTeXupwardsmode
+
+\ifnum1=\XeTeXupwardsmode yes\else no\fi
+
+aa bb cc dd ee ff gg hh ii jj kk ll mm nn oo pp qq rr ss tt uu vv ww xx yy zz
+00 11 22 33 44 55 66 77 88 99
+AA BB CC DD EE FF GG HH II JJ KK LL MM NN OO PP QQ RR SS TT UU VV WW XX YY ZZ
+
+
+one two three
+
+\vspace{\baselineskip}
+
+four five six
+
+\parbox{1cm}{1 2 3 4 5 6 7 8 9}
+
+\parbox{1cm}{a b c d e f g h i}
+
+\end{document}





More information about the latex3-commits mailing list.