summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/bidi-atbegshi/test-foreground-LTR.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/bidi-atbegshi/test-foreground-LTR.tex')
-rw-r--r--Master/texmf-dist/doc/xelatex/bidi-atbegshi/test-foreground-LTR.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidi-atbegshi/test-foreground-LTR.tex b/Master/texmf-dist/doc/xelatex/bidi-atbegshi/test-foreground-LTR.tex
new file mode 100644
index 00000000000..5b4953b2f58
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/bidi-atbegshi/test-foreground-LTR.tex
@@ -0,0 +1,25 @@
+\documentclass{article}
+\usepackage{lipsum}
+\usepackage{bidi-atbegshi}
+\usepackage{bidi}
+\setbox0\hbox{\Huge\textbf{Upper Left}}
+\setbox1\hbox{\Huge\textbf{Upper Right}}
+\setbox2\hbox{\Huge\textbf{Lower Left}}
+\setbox3\hbox{\Huge\textbf{Lower Right}}
+\AtBeginShipout{%
+\AtBeginShipoutUpperLeftForeground{%
+\put(0,\LengthToUnit{-\ht0}){\usebox0}
+}
+\AtBeginShipoutUpperRightForeground{%
+\put(\LengthToUnit{-\wd1},\LengthToUnit{-\ht1}){\usebox1}
+}
+\AtBeginShipoutLowerLeftForeground{%
+\put(0,\LengthToUnit{\dp2}){\usebox2}
+}
+\AtBeginShipoutLowerRightForeground{%
+\put(\LengthToUnit{-\wd3},\LengthToUnit{\dp3}){\usebox3}
+}
+}
+\begin{document}
+\lipsum
+\end{document} \ No newline at end of file