File: col2e-6.tex

package info (click to toggle)
tex-guy 1.2.4-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,556 kB
  • ctags: 2,795
  • sloc: ansic: 26,146; sh: 10,576; makefile: 654; awk: 78; perl: 63
file content (68 lines) | stat: -rw-r--r-- 1,671 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
\documentclass{article}
\usepackage{color}
\definecolor{TextColorA}{rgb}{0.0,0.5,1.0}
\definecolor{TextColorB}{rgb}{0.0,0.5,0.8}
\definecolor{TextColorC}{rgb}{0.0,0.5,0.6}
\definecolor{TextColorD}{rgb}{0.0,0.5,0.4}
\definecolor{TextColorE}{rgb}{0.0,0.5,0.2}
\definecolor{TextColorF}{rgb}{0.0,0.5,0.0}
\definecolor{PageColorA}{rgb}{0.8,0.9,0.0}
\definecolor{PageColorB}{rgb}{0.8,0.9,0.2}
\definecolor{PageColorC}{rgb}{0.8,0.9,0.4}
\definecolor{PageColorD}{rgb}{0.8,0.9,0.6}
\definecolor{PageColorE}{rgb}{0.8,0.9,0.8}
\definecolor{PageColorF}{rgb}{0.8,0.9,1.0}
%
\definecolor{TextColorW}{rgb}{0.0,0.0,0.0}
\definecolor{PageColorW}{rgb}{1.0,1.0,1.0}
\definecolor{TextColorX}{rgb}{0.3,0.3,0.3}
\definecolor{PageColorX}{rgb}{0.7,0.7,0.7}
\definecolor{TextColorY}{rgb}{0.7,0.7,0.7}
\definecolor{PageColorY}{rgb}{0.3,0.3,0.3}
\definecolor{TextColorZ}{rgb}{1.0,1.0,1.0}
\definecolor{PageColorZ}{rgb}{0.0,0.0,0.0}
\begin{document}

\pagecolor{PageColorA}
\textcolor{TextColorA}{Hello world}
\vfill\eject

\pagecolor{PageColorB}
\textcolor{TextColorB}{Hello world}
\vfill\eject

\pagecolor{PageColorC}
\textcolor{TextColorC}{Hello world}
\vfill\eject

\pagecolor{PageColorD}
\textcolor{TextColorD}{Hello world}
\vfill\eject

\pagecolor{PageColorE}
\textcolor{TextColorE}{Hello world}
\vfill\eject

\pagecolor{PageColorF}
\textcolor{TextColorF}{Hello world}
\vfill\eject

%

\pagecolor{PageColorW}
\textcolor{TextColorW}{Hello world}
\vfill\eject

\pagecolor{PageColorX}
\textcolor{TextColorX}{Hello world}
\vfill\eject

\pagecolor{PageColorY}
\textcolor{TextColorY}{Hello world}
\vfill\eject

\pagecolor{PageColorZ}
\textcolor{TextColorZ}{Hello world}
\vfill\eject

\end{document}