diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex-graphics-companion/9-2-4.inl')
-rw-r--r-- | Master/texmf-doc/doc/english/latex-graphics-companion/9-2-4.inl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex-graphics-companion/9-2-4.inl b/Master/texmf-doc/doc/english/latex-graphics-companion/9-2-4.inl new file mode 100644 index 00000000000..ba838d4b1d1 --- /dev/null +++ b/Master/texmf-doc/doc/english/latex-graphics-companion/9-2-4.inl @@ -0,0 +1,10 @@ +\usepackage {color} +\newsavebox{\X} +\sbox{\X}{[black text] and + \color[cmyk]{0,0.6,0.8,0}[orange text]} + +Start with \usebox{\X}, +and return to black + +{\color{green}Start in green, see +\usebox{\X} and once again green} |