1 \ifstyleloaded\relax 2 \else 3 %%%% Landscape and portrait 4 \iffrench 5 \newcommand{\slidename}{Planche~:} 6 \else 7 \newcommand{\slidename}{Slide:} 8 \fi 9 \newcounter{slide} 10 \newenvironment{slide}[1][]{% 11 \stepcounter{slide}% 12 \cuthere{section}{\slidename{} \theslide}% 13 \infonode{}{\slidename{} \theslide}% 14 \@printHR{}{100}% 15 \@open{ALIGN}{RIGHT}% 16 \@open{HEAD}{*=}\slidename{} \theslide\@close{HEAD}%H2 17 \@close{ALIGN} 18 \@printHR{}{100}% 19 }{} 20 \newenvironment{slide*}[1][]{\begin{slide}}{\end{slide}} 21 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 22 %% All seminar-specific commandes are null macros %% 23 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 24 \newcommand{\landscapeonly}{} 25 \newcommand{\portraitonly}{} 26 \newcommand{\twoup}{} 27 %% Margins 28 \newif\ifcenterslides 29 \newcommand{\raggedslides}[1][]{} 30 %% Page breaking 31 \newcommand{\extraslideheight}[1]{} 32 \newcommand{\newslide}{} 33 \newcommand{\slidefuzz}{} 34 %% Magnification 35 \newcommand{\slidemag}[1]{} 36 \newcommand{\semin}{in} 37 \newcommand{\semcm}{cm} 38 \newcommand{\ptsize}[1]{} 39 %% FRAMES 40 \newcommand{\slideframe}[2][]{} 41 \newcommand{\newslideframe}[1]{\slideframe} 42 %%%% load the article style file 43 \input{article.hva} 44 \fi