1 \ifstyleloaded\relax 2 \else 3 %%%% Landscape and portrait 4 \newif\ifplanche\planchetrue 5 \newcommand{\slidename}{Slide:} 6 \newcounter{slide} 7 \newenvironment{slide}[1][]{% 8 \refstepcounter{slide}% 9 \cuthere{section}{\slidename{} \theslide}% 10 \ifplanche\@hr{\linewidth}{2pt}% 11 \@open{H3}{class="flushright"}\slidename{} \theslide\@close{H3} 12 \@hr{\linewidth}{2pt}\fi 13 }{} 14 \newenvironment{slide*}[1][]{\begin{slide}}{\end{slide}} 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 %% All seminar-specific commandes are null macros %% 17 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 18 \newcommand{\landscapeonly}{} 19 \newcommand{\portraitonly}{} 20 \newcommand{\twoup}{} 21 %% Margins 22 \newif\ifcenterslides 23 \newcommand{\raggedslides}[1][]{} 24 %% Page breaking 25 \newcommand{\extraslideheight}[1]{} 26 \newcommand{\newslide}{} 27 \newcommand{\slidefuzz}{} 28 %% Magnification 29 \newcommand{\slidemag}[1]{} 30 \newcommand{\semin}{in} 31 \newcommand{\semcm}{cm} 32 \newcommand{\ptsize}[1]{} 33 %% FRAMES 34 \newcommand{\slideframe}[2][]{} 35 \newcommand{\newslideframe}[1]{\slideframe} 36 \newcommand{\slidetopmargin}{} 37 \newcommand{\slidebottommargin}{} 38 \newcommand{\slideleftmargin}{} 39 \newcommand{\sliderightmargin}{} 40 \newcommand{\slidesmag}[1]{} 41 \newcommand{\slidepagestyle}[1]{} 42 \newcommand{\addtoslidelist}[1]{} 43 \newcommand{\newpagestyle}[2]{} 44 \newcommand{\slideheadfont}{} 45 \newcommand{\slidefootfont}{} 46 %%%% load the article style file 47 \input{article.hva} 48 \fi