You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.4 KiB
95 lines
2.4 KiB
%% BEGIN sem-page.sty
|
|
\def\fileversion{1.0}
|
|
\def\filedate{93/04/01}
|
|
%%
|
|
%% Contains the page parameters for the `seminar' LaTeX document style.
|
|
%%
|
|
%% COPYRIGHT 1993, by Timothy Van Zandt, Timothy.VAN-ZANDT@insead.edu
|
|
%%
|
|
%% This file may be distributed and/or modified under the conditions of
|
|
%% the LaTeX Project Public License, either version 1.2 of this license
|
|
%% or (at your option) any later version. The latest version of this
|
|
%% license is in:
|
|
%%
|
|
%% http://www.latex-project.org/lppl.txt
|
|
%%
|
|
%% and version 1.2 or later is part of all distributions of LaTeX version
|
|
%% 1999/12/01 or later.
|
|
%%
|
|
%%
|
|
\def\slideleftmargin{.6in}
|
|
\def\sliderightmargin{.6in}
|
|
\def\slidetopmargin{.6in}
|
|
\def\slidebottommargin{.6in}
|
|
\ifarticle
|
|
\ifportrait
|
|
\twocolumn
|
|
\sloppy
|
|
\topmargin 0pt
|
|
\headheight 15pt
|
|
\headsep 25pt
|
|
\footskip 30pt
|
|
\footheight 15pt
|
|
\textheight\paperwidth\relax
|
|
\advance\textheight -1in
|
|
\advance\textheight -\headsep
|
|
\advance\textheight -\headheight
|
|
\advance\textheight -\footskip
|
|
\advance\textheight -\footheight
|
|
\advance\textheight -.5in
|
|
\textwidth\paperheight\relax
|
|
\advance\textwidth by -2in
|
|
\oddsidemargin 0pt
|
|
\evensidemargin 0pt
|
|
\leftmargini 2em
|
|
\leftmarginv .5em
|
|
\leftmarginvi .5em
|
|
\columnsep 40pt
|
|
\marginparwidth 0pt
|
|
\marginparsep 0pt
|
|
\else
|
|
\textwidth 5.5in
|
|
\oddsidemargin\paperwidth\relax
|
|
\advance\oddsidemargin -\textwidth
|
|
\divide\oddsidemargin 2
|
|
\advance\oddsidemargin -1in
|
|
\evensidemargin\oddsidemargin
|
|
\if@twoside
|
|
\advance\oddsidemargin -18pt
|
|
\advance\evensidemargin 18pt
|
|
\fi
|
|
\topmargin -20pt
|
|
\headheight 15pt
|
|
\headsep 25pt
|
|
\footskip 33pt
|
|
\footheight 15pt
|
|
\textheight\paperheight\relax
|
|
\advance\textheight -1in
|
|
\advance\textheight -\topmargin
|
|
\advance\textheight -\headsep
|
|
\advance\textheight -\headheight
|
|
\advance\textheight -\footskip
|
|
\advance\textheight -.5in
|
|
\fi
|
|
\else
|
|
\oddsidemargin 0pt
|
|
\evensidemargin 0pt
|
|
\marginparwidth 0pt
|
|
\marginparsep 0pt
|
|
\ifportrait
|
|
\textwidth\paperwidth\relax
|
|
\textheight\paperheight\relax
|
|
\else
|
|
\textwidth\paperheight\relax
|
|
\textheight\paperwidth\relax
|
|
\fi
|
|
\advance\textwidth by -2in
|
|
\topmargin -1in
|
|
\headheight .5in
|
|
\headsep .5in
|
|
\advance\textheight by -2in
|
|
\footskip .75in
|
|
\footheight .25in
|
|
\fi
|
|
\endinput
|
|
%% END sem-page.sty
|
|
|