% % pdfseminar.cfg % %------------------------------------------------------------------------------- %--- Screen -------------------------------------------------------------------- %------------------------------------------------------------------------------- % %------------------------------------------------------------------------------- \begin{screen} % %------------------------------------------------------------------------------- % Redefine section commands to leave out section numbers % \def\@seccntformat#1{} % %------------------------------------------------------------------------------- % Make Sans Serif the default family % \renewcommand{\familydefault}{\sfdefault} % %------------------------------------------------------------------------------- % Be generous and allow latex to use a full page for floats % \renewcommand\textfraction{0} \renewcommand\floatpagefraction{1} % %------------------------------------------------------------------------------- % Define the page origin. % % This is the actual position on the page where text will begin. It is also % the point selected by the the latex command \put(0,0). % % Note : LaTeX will read pdftex.cfg to obtain its horigin and vorigin values. % The values entered here are just to pass the pdftex.cfg entries on to % the overlay routines in pdfseminar.sty. Changing PDFHorigin or PDFVorigin % will not reposition the text on the page, instead it will (incorrectly) % relocate the overlay. % \PDFHorigin = 1truein \PDFVorigin = 1truein % %------------------------------------------------------------------------------- % Panel width % \if@staticpagemenu \def\panelwidthfactor{0.15} \panelwidthmin=75pt\relax \else \def\panelwidthfactor{0.30} \panelwidthmin=150pt\relax \fi %------------------------------------------------------------------------------- % Set colours for all section types % \def\Sectionformat#1#2{% #1 : section text, #2 : section type \ifcase#2% {\protect\textcolor{section0}{#1}}%level 0 chapter { } \or {\protect\textcolor{section1}{#1}}%level 1 section { } \or {\protect\textcolor{section2}{#1}}%level 2 subsection { } \or {\protect\textcolor{section3}{#1}}%level 3 subsubsection { } \or {\protect\textcolor{section4}{#1}}%level 4 paragraph { } \or {\protect\textcolor{section5}{#1}}%level 5 subparagraph { } \fi}% % % %------------------------------------------------------------------------------- \definecolor{defaultbackgroundcolor}{rgb}{0,0.1,0.3}% PaleBlue %------------------------------------------------------------------------------- % Colours, PDF space delimited % \def\PDF@PgMnuNormal{0.0 0.0 0.5}% \def\PDF@PgMnuTextColour{1 1 1}% white \def\PDF@AcrobatTextColour{1 1 1}% white \def\PDF@ShowToggle{1.0 1.0 0.0}% yellow % %------------------------------------------------------------------------------- % Colours, Javascript comma delimited % \def\JS@PgMnuNormal{0.0, 0.0, 0.5}% \def\JS@PgMnuRollover{1.0, 0.0, 0.0}% \def\JS@PgMnuFlagged{1.0, 0.0, 0.5}% % \def\JS@AcrobatNormal{0.0, 0.0, 0.5}% \def\JS@AcrobatRollover{1.0, 0.5, 0.5}% % %------------------------------------------------------------------------------- % Redefine colours used by Hyperref % \definecolor{LinkColor}{rgb}{1,0,0} \definecolor{AnchorColor}{rgb}{0,0.5,0.1} \definecolor{CiteColor}{rgb}{1,0.549,0} \definecolor{FileColor}{rgb}{0,1,1} \definecolor{URLColor}{rgb}{1,0,1} \definecolor{MenuColor}{rgb}{0,0.5,0.7} \definecolor{PageColor}{rgb}{1,0,0} %------------------------------------------------------------------------------- % Colours for LaTeX sections % \definecolor{section0}{rgb}{0,0.5,0.1} \definecolor{section1}{rgb}{0,0.75,1} \definecolor{section2}{rgb}{0,0.5,0.7} \definecolor{section3}{rgb}{0,0.5,0.4} \definecolor{section4}{rgb}{0.4,0.5,0.2} \definecolor{section5}{rgb}{0.5,0.5,0.3} %------------------------------------------------------------------------------- % Some extra colours % \definecolor{PaleBlue}{rgb}{0,0.1,0.3} \definecolor{DeepSkyBlue}{rgb}{0,0.75,1} \definecolor{Chocolate}{rgb}{0.282,0.463,1} \definecolor{Yellow}{rgb}{1,1,0} \definecolor{Gold}{rgb}{1,0.843,0} \definecolor{Cyan}{rgb}{0,1,1} \definecolor{Coral}{rgb}{1,0.498,0.314} \definecolor{Pink}{rgb}{1,0.753,0.078} \definecolor{PaleGreen}{rgb}{0.604,1,0.604} %------------------------------------------------------------------------------- % \end{screen} % %------------------------------------------------------------------------------- %--- Paper --------------------------------------------------------------------- %------------------------------------------------------------------------------- % \begin{paper} %------------------------------------------------------------------------------- \definecolor{section0}{gray}{0} \definecolor{section1}{gray}{0} \definecolor{section2}{gray}{0} \definecolor{section3}{gray}{0} \definecolor{section4}{gray}{0} \definecolor{section5}{gray}{0} %------------------------------------------------------------------------------- \definecolor{LinkColor}{gray}{0} \definecolor{AnchorColor}{gray}{0} \definecolor{CiteColor}{gray}{0} \definecolor{FileColor}{gray}{0} \definecolor{URLColor}{gray}{0} \definecolor{MenuColor}{gray}{0} \definecolor{PageColor}{gray}{0} % %------------------------------------------------------------------------------- % \end{paper}