/usr/share/hevea/html/seminar.hva is in hevea 1.10-14.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 46 47 48 | \ifstyleloaded\relax
\else
%%%% Landscape and portrait
\newif\ifplanche\planchetrue
\newcommand{\slidename}{Slide:}
\newcounter{slide}
\newenvironment{slide}[1][]{%
\stepcounter{slide}%
\cuthere{section}{\slidename{} \theslide}%
\ifplanche\@hr{\linewidth}{2pt}%
\@open{H2}{ALIGN=right}\slidename{} \theslide\@close{H2}
\@hr{\linewidth}{2pt}\fi
}{}
\newenvironment{slide*}[1][]{\begin{slide}}{\end{slide}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% All seminar-specific commandes are null macros %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\landscapeonly}{}
\newcommand{\portraitonly}{}
\newcommand{\twoup}{}
%% Margins
\newif\ifcenterslides
\newcommand{\raggedslides}[1][]{}
%% Page breaking
\newcommand{\extraslideheight}[1]{}
\newcommand{\newslide}{}
\newcommand{\slidefuzz}{}
%% Magnification
\newcommand{\slidemag}[1]{}
\newcommand{\semin}{in}
\newcommand{\semcm}{cm}
\newcommand{\ptsize}[1]{}
%% FRAMES
\newcommand{\slideframe}[2][]{}
\newcommand{\newslideframe}[1]{\slideframe}
\newcommand{\slidetopmargin}{}
\newcommand{\slidebottommargin}{}
\newcommand{\slideleftmargin}{}
\newcommand{\sliderightmargin}{}
\newcommand{\slidesmag}[1]{}
\newcommand{\slidepagestyle}[1]{}
\newcommand{\addtoslidelist}[1]{}
\newcommand{\newpagestyle}[2]{}
\newcommand{\slideheadfont}{}
\newcommand{\slidefootfont}{}
%%%% load the article style file
\input{article.hva}
\fi
|