]>
pere.pagekite.me Git - homepage.git/blob - mypapers/drafts/latex-Slides/ColorSlideDefs.tex
1 \renewcommand{\labelitemi}{$
\bullet$
}
2 \renewcommand{\labelitemii}{$
\bullet$
}
3 \renewcommand{\labelitemiii}{$
\bullet$
}
5 \newcounter{slidechapter
}
6 \newcounter{slidesection
}[slidechapter
]
7 \newcounter{slidepara
}[slidesection
]
8 %\refstepcounter{slidechapter}
9 \def\theslidechapter{\arabic{slidechapter
}}
11 \def\defcolor{\color{red
}}
12 \def\emcolor{\color{magenta
}}
13 \def\headingcolor{\color{blue
}}
14 %\def\subheadingcolor{\color[rgb]{1,1,0}}
15 \def\subheadingcolor{\color{cyan
}}
17 \newcommand{\DEF}[1]{\large\bf\defcolor {#1}}
18 \newcommand{\EM}[1]{\bf\emcolor {#1}}
20 %\pagecolor{yellow} %Hintergrund ALLER Seiten
21 %\definecolor{hintergrund}{cmyk}{0,0,0.5,0}
22 %\pagecolor{hintergrund} %Hintergrund ALLER Seiten
24 %\color{blue} %Default Textfarbe ALLER Texte
26 %\definecolor{white}{gray}{1}
27 \definecolor{lightshaded
}{gray
}{0.9}
28 \definecolor{shaded
}{gray
}{0.75}
29 \definecolor{darkshaded
}{gray
}{0.65}
31 %%\definecolor{black}{rgb}{0,0,0}
32 %%\definecolor{white}{rgb}{1,1,1}
33 %\definecolor{black}{gray}{0}
34 %%\definecolor{white}{gray}{1}
35 %\definecolor{red}{rgb}{1,0,0}
36 %\definecolor{green}{rgb}{0,1,0}
37 %\definecolor{blue}{rgb}{0,0,1}
38 %\definecolor{cyan}{cmyk}{1,0,0,0}
39 %\definecolor{magenta}{cmyk}{0,1,0,0}
40 %\definecolor{yellow}{cmyk}{0,0,1,0}
43 \def\printlandscape{\special{landscape
}} % Works with dvips.
45 \renewcommand{\heading}[1]{%
47 \LARGE\bf\headingcolor
50 \vspace{1ex minus
1ex
}}
52 \newcommand{\subheading}[1]{%
54 \Large\bf\subheadingcolor
57 \vspace{1ex minus
1ex
}}
58 \renewcommand{\BF}[1]{{\bf #1:
}\hspace{1em
}\ignorespaces}