mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
update hollywood class
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3096 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
58ed1e8f02
commit
ae956bccd3
@ -212,6 +212,9 @@
|
||||
@bJürgen Spitzmüller
|
||||
@iE-mail: j.spitzmueller@gmx.de
|
||||
Many improvements to xforms dialogs
|
||||
@bBen Stanley
|
||||
@iE-mail: bds02@uow.edu.au
|
||||
fix bugs with error insets placement
|
||||
@bDavid Suárez de Lis
|
||||
@iE-mail: excalibor@iname.com
|
||||
maintaining es.po since v1.0.0 and other small i18n issues
|
||||
|
@ -1,3 +1,14 @@
|
||||
2001-11-27 Garst R. Reese <reese@isn.net>
|
||||
|
||||
* tex/hollywood.cls:
|
||||
* layouts/hollywood.layout:
|
||||
* examples/script_form.lyx: updated hollywood class and support
|
||||
files.
|
||||
|
||||
2001-11-27 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* CREDITS: add Ben Stanley
|
||||
|
||||
2001-11-26 Kayvan A. Sylvan <kayvan@sylvan.com>
|
||||
|
||||
* tex/lyxskak.sty: Added \commentstyle for typesetting of embedded
|
||||
|
@ -7,12 +7,15 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesClass{hollywood} [2001/9/10 v1.2 uses hollywood.layout]
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{extramarks}
|
||||
%%\usepackage{extramarks}
|
||||
\usepackage{ifthen}
|
||||
\usepackage{lastpage}
|
||||
%%\usepackage{lastpage}
|
||||
%%\usepackage{geometry}
|
||||
\usepackage{calc}
|
||||
%%\usepackage{setspace}
|
||||
\RequirePackage{ulem}
|
||||
\input{ot1pcr.fd}
|
||||
\input{t1pcr.fd}
|
||||
\renewcommand{\ref}[1]{#1}
|
||||
\newcommand\@ptsize{}
|
||||
\newif\if@restonecol
|
||||
@ -135,12 +138,12 @@
|
||||
\fi
|
||||
\thispagestyle{empty}%
|
||||
\setcounter{page}\@ne
|
||||
\addtocounter{page}{1}
|
||||
%% \addtocounter{page}{1}
|
||||
}%
|
||||
{\if@restonecol\twocolumn \else \newpage \fi
|
||||
\if@twoside\else
|
||||
\setcounter{page}\@ne
|
||||
\addtocounter{page}{1}
|
||||
%% \addtocounter{page}{1}
|
||||
\fi
|
||||
}
|
||||
\setlength\tabbingsep{\labelsep}
|
||||
@ -153,11 +156,11 @@
|
||||
\setcounter{tocdepth}{2}
|
||||
\setlength\columnsep{10\p@}
|
||||
\setlength\columnseprule{0\p@}
|
||||
\pagestyle{plain}
|
||||
\pagestyle{fancy}
|
||||
\pagenumbering{arabic}
|
||||
\raggedbottom
|
||||
\onecolumn
|
||||
\rfoot{\pageref{LastPage}[]{}}
|
||||
%%\rfoot{\pageref{LastPage}[]{}}
|
||||
|
||||
% This is what we want for a spec script
|
||||
%% set l & rt margin
|
||||
@ -177,9 +180,13 @@
|
||||
{\paperheight -\bmargin -\topmargin -\headheight -\headsep }%
|
||||
|
||||
|
||||
\pagestyle{fancy}
|
||||
%%\pagestyle{fancy}
|
||||
\rhead{\thepage.}
|
||||
\cfoot{}
|
||||
\rfoot{}
|
||||
\lhead{}
|
||||
\lfoot{}
|
||||
|
||||
% This one is needed to get real adobe courier, but you can use
|
||||
% cmtt which is also correct
|
||||
\renewcommand{\familydefault}{pcr}
|
||||
@ -243,8 +250,6 @@
|
||||
}
|
||||
\newcommand{\description}[1]%
|
||||
{
|
||||
\rfoot[]{}
|
||||
\lhead[]{}
|
||||
\vspace{\lnspace}
|
||||
\raggedright{#1}
|
||||
\vspace{\lnspace}
|
||||
|
Loading…
Reference in New Issue
Block a user