summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/9-2-5.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/9-2-5.inl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/9-2-5.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/9-2-5.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/9-2-5.inl
new file mode 100644
index 00000000000..7549cfcbded
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/9-2-5.inl
@@ -0,0 +1,8 @@
+\usepackage {color}
+\definecolor{Light}{gray}{.80}
+\definecolor{Dark}{gray}{.20}
+\colorbox{red}{Black text on red background}
+\par\colorbox{Light}{%
+ \textcolor{Dark}{Light background}}
+\par\colorbox{Dark}{%
+ \textcolor{white}{Dark background}}