File: seminar.sty

package info (click to toggle)
hevea 2.29-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,472 kB
  • ctags: 2,504
  • sloc: ml: 18,983; sh: 382; makefile: 301; ansic: 132
file content (42 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download | duplicates (7)
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
\ifstyleloaded\relax
\else
%%%% Landscape and portrait
\iffrench
\newcommand{\slidename}{Planche~:}
\else
\newcommand{\slidename}{Slide:}
\fi
\newcounter{slide}
\newenvironment{slide}[1][]{%
\stepcounter{slide}%
\@print{<A name="slide}\theslide\@print{"></A>}%
\cuthere{section}{\slidename{} \theslide}%
\@print{<HR>}%
\@open{H2}{ALIGN=right}\slidename{} \theslide\@close{H2}
\@print{<HR>}%
}{}
\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}
%%%% load the article style file
\input{article.sty}
\fi