diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-graphics-companion/9-2-5.inl')
-rw-r--r-- | Master/texmf-doc/doc/english/latex-graphics-companion/9-2-5.inl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-graphics-companion/9-2-5.inl b/Master/texmf-doc/doc/english/latex-graphics-companion/9-2-5.inl new file mode 100644 index 00000000000..7549cfcbded --- /dev/null +++ b/Master/texmf-doc/doc/english/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}} |