mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 00:39:18 +00:00
Update hollywood class
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/lyx-1_1_5@1016 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2c31fa01e9
commit
5b48738fd3
@ -1,3 +1,10 @@
|
|||||||
|
2000-09-14 Garst Reese <reese@isn.net>
|
||||||
|
|
||||||
|
* lib/tex/hollywood.cls changed length of parenthicals to 1.5in
|
||||||
|
moved usepackage{xxx}'s to beginning of file. Changed left margin
|
||||||
|
to 1.5in, right margin to 1in. Forced headrulewidth to 0, removed
|
||||||
|
underlining from title. Thanks to John Culleton for useful suggestions.
|
||||||
|
|
||||||
2000-09-09 Dekel Tsur <dekel@math.tau.ac.il>
|
2000-09-09 Dekel Tsur <dekel@math.tau.ac.il>
|
||||||
|
|
||||||
* src/lyx_main.C (LyX): Call to QuitLyX() to remove temporary
|
* src/lyx_main.C (LyX): Call to QuitLyX() to remove temporary
|
||||||
|
@ -6,6 +6,11 @@
|
|||||||
%% that could be deleted.
|
%% that could be deleted.
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesClass{hollywood} [1998/10/27 v1.0 uses hollywood.layout]
|
\ProvidesClass{hollywood} [1998/10/27 v1.0 uses hollywood.layout]
|
||||||
|
\usepackage{fancyhdr}
|
||||||
|
\usepackage{extramarks}
|
||||||
|
\usepackage{ifthen}
|
||||||
|
\usepackage{lastpage}
|
||||||
|
\pagestyle{fancy}
|
||||||
\renewcommand{\ref}[1]{#1}
|
\renewcommand{\ref}[1]{#1}
|
||||||
\newcommand\@ptsize{}
|
\newcommand\@ptsize{}
|
||||||
\newif\if@restonecol
|
\newif\if@restonecol
|
||||||
@ -42,7 +47,7 @@
|
|||||||
\@medpenalty 151
|
\@medpenalty 151
|
||||||
\@highpenalty 301
|
\@highpenalty 301
|
||||||
\setcounter{topnumber}{2}
|
\setcounter{topnumber}{2}
|
||||||
% \renewcommand{\headrulewidth}{0pt}
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
\renewcommand\topfraction{.7}
|
\renewcommand\topfraction{.7}
|
||||||
\setcounter{bottomnumber}{1}
|
\setcounter{bottomnumber}{1}
|
||||||
\renewcommand\bottomfraction{.3}
|
\renewcommand\bottomfraction{.3}
|
||||||
@ -73,7 +78,8 @@
|
|||||||
\null\vfil
|
\null\vfil
|
||||||
\vskip 60\p@
|
\vskip 60\p@
|
||||||
\begin{center}%
|
\begin{center}%
|
||||||
{ \underline{\@title} \par}%
|
%% { \underline{\@title} \par}%
|
||||||
|
{ \@title \par}%
|
||||||
\vskip 3em%
|
\vskip 3em%
|
||||||
{\lineskip .75em%
|
{\lineskip .75em%
|
||||||
\begin{tabular}[t]{c}%
|
\begin{tabular}[t]{c}%
|
||||||
@ -155,11 +161,6 @@
|
|||||||
\else
|
\else
|
||||||
\onecolumn
|
\onecolumn
|
||||||
\fi
|
\fi
|
||||||
\usepackage{fancyhdr}
|
|
||||||
\usepackage{extramarks}
|
|
||||||
\usepackage{ifthen}
|
|
||||||
\usepackage{lastpage}
|
|
||||||
\pagestyle{fancy}
|
|
||||||
% This stuff is for a shooting script
|
% This stuff is for a shooting script
|
||||||
% \lhead{\ifthenelse{ \not \value{page} = 1}{CONTINUED:}{}}
|
% \lhead{\ifthenelse{ \not \value{page} = 1}{CONTINUED:}{}}
|
||||||
% \rfoot{\ifthenelse{ \not \value{page}=\pageref{LastPage}}{(CONT'D)}
|
% \rfoot{\ifthenelse{ \not \value{page}=\pageref{LastPage}}{(CONT'D)}
|
||||||
@ -169,7 +170,6 @@
|
|||||||
% This is what we want for a spec script
|
% This is what we want for a spec script
|
||||||
\rhead{\thepage.}
|
\rhead{\thepage.}
|
||||||
\cfoot{}
|
\cfoot{}
|
||||||
% \renewcommand{\headrulewitdh}{0pt}
|
|
||||||
% This one is needed to get real adobe courier, but you can use
|
% This one is needed to get real adobe courier, but you can use
|
||||||
% cmtt which is also correct
|
% cmtt which is also correct
|
||||||
\renewcommand{\familydefault}{pcr}
|
\renewcommand{\familydefault}{pcr}
|
||||||
@ -210,7 +210,7 @@
|
|||||||
\newcommand{\parenthetical}[1]%
|
\newcommand{\parenthetical}[1]%
|
||||||
{\raggedright
|
{\raggedright
|
||||||
\hspace{1.75in}
|
\hspace{1.75in}
|
||||||
\parbox{3in}{(#1)}
|
\parbox{1.5in}{(#1)}
|
||||||
\vspace{6pt}}
|
\vspace{6pt}}
|
||||||
|
|
||||||
\endinput
|
\endinput
|
||||||
|
Loading…
Reference in New Issue
Block a user