summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-10.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-10.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-10.ltx21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-10.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-10.ltx
new file mode 100644
index 00000000000..cdc348a1112
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-10.ltx
@@ -0,0 +1,21 @@
+\documentclass{ppex}
+\nonstopmode
+\usepackage {graphicx}
+\pagestyle{empty}
+\setlength\textwidth{207.0pt}
+\begin{document}
+\ResetPreambleCommands
+\ReadyForTheFray
+\usepackage {graphicx}
+\setlength{\fboxsep}{0mm}
+\providecommand{\HR}{\rule{1em}{0.4pt}}
+\HR\fbox{\rotatebox{45}{%
+ \fbox{\parbox{3em}%
+ {Red\\Green\\Blue}}}}\HR
+\HR\fbox{\rotatebox{45}{%
+ \fbox{\parbox[t]{3em}%
+ {Red\\Green\\Blue}}}}\HR
+\HR\fbox{\rotatebox{45}{%
+ \fbox{\parbox[b]{3em}%
+ {Red\\Green\\Blue}}}}\HR
+\end{document}