summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfslide/pdfslide.cfg
blob: 22a7d2f7682e337cc90817b23a3f2ea5fb970c8e (plain)
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
%%
%% pdfslide.cfg
%%
%%
%%
%% ------- attributes for section heads ------
%%
\chapnumfont={\large\rmfamily\scshape\color{orange}}  
   \chapfont={\Huge\rmfamily\color{orange}}
    \secfont={\Large\rmfamily\bfseries}
   \ssecfont={\large\rmfamily\bfseries} 
  \sssecfont={\normalsize\bfseries}
  \parafont ={\normalfont\sffamily}
  \def\capfont{\@setfontsize\capfont{40}{40}\sffamily\color{white}}
  \def\titlefont{\@setfontsize\titlefont{24}{26}\color{dm}\rmfamily\bfseries}
  \def\authorfont{\@setfontsize\authorfont{17.28}{18}\rmfamily\color{dm}}
  \def\addressfont{\@setfontsize\addressfont{12}{14}\sffamily\color{dm}}
  \def\rcdfont{\@setfontsize\rcdfont{10}{12}\sffamily\color{white}}
  \def\numfont{\@setfontsize\rcdfont{8}{7}\sffamily\color{white}}
  \headskip=24pt % skip above the section heading. can be changed at any page.
%%
%% ------- various colors ---------
%%
  \definecolor{panelbackground}{rgb}{1,.549,0}
  \definecolor{button}{rgb}{0,0,.8}    % button color
  \definecolor{buttondisable}{gray}{.7}% button color when disabled
  \definecolor{buttonbackground}{rgb}{0,.624,.820}%button background in ams option
  \definecolor{buttonshadow}{rgb}{.001,0,.502}% button shadow in ams option
  \definecolor{orange}{rgb}{1,.549,0}
  \definecolor{section0}{rgb}{0,.5,.1} % for chapter
  \definecolor{section1}{rgb}{0,.5,1}  % for section
  \definecolor{section2}{rgb}{0,.5,.5} % for subsection
  \definecolor{section3}{rgb}{0,.5,.4} % for subsubsection
  \definecolor{section4}{rgb}{.4,.5,.2}% for paragraph
  \definecolor{section5}{rgb}{.5,.5,.3}% for subparagraph
%%
%%-------- button text -----------
%%
  \Panelgobackname{Back}
  \Panelclosename{Close}

\endinput
%%
%% end of file `pdfslide.cfg'
%%