summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-9.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-9.inl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-9.inl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-9.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-9.inl
new file mode 100644
index 00000000000..c66d3521066
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/2-3-9.inl
@@ -0,0 +1,7 @@
+\usepackage {graphicx}
+\setlength{\fboxsep}{0mm}
+\newcommand{\MyRot}[1]{%
+ \fbox{\rotatebox{#1}{%
+ rotation $#1^\circ$}}}
+\MyRot{0} \MyRot{45} \MyRot{90}
+\MyRot{135} \MyRot{180} \MyRot{225}