- elsarticle.lyx: forgot that elsarticle has a frontmatter environment and a \journal command, fix a typo

- ACM-sigplan.lyx: small cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26795 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-10-07 00:45:40 +00:00
parent 9a56caa16b
commit b3829d5a3a
2 changed files with 61 additions and 20 deletions

View File

@ -70,7 +70,7 @@ The Conference expects 2 infos that are separated by
\begin_inset Quotes erd
\end_inset
in TeX-code as in this example.
in TeX code.
\end_layout
\end_inset
@ -163,10 +163,7 @@ status open
\begin_layout Standard
At least one autor is required.
\end_layout
\begin_layout Standard
The Author field expects 3 infos that are separated by
The Author field expects 3 infos that are separated by
\begin_inset Quotes eld
\end_inset
@ -178,7 +175,7 @@ The Author field expects 3 infos that are separated by
\begin_inset Quotes erd
\end_inset
in TeX-code as in these examples.
in TeX code.
\end_layout
\end_inset

View File

@ -4,17 +4,8 @@
\begin_header
\textclass elsarticle
\begin_preamble
% options for the bibliography, see the elsarticle documentation for further
% information!
%\biboptions{longnamesfirst,angle,semicolon}
% sort and compress citations
% the heading "Reference" is inserted by natbib
%\usepackage[numbers, sort&compress]{natbib}
% define \newblock to get natbib work with ioparticle
% (normally only needed for the "thebibliography" environment)
%\def\newblock{\hskip .11em plus .33em minus .07em}
% specify here the journal
\journal{Example: Nuclear Physics B}
\end_preamble
\language english
\inputencoding auto
@ -57,8 +48,9 @@
status open
\begin_layout Standard
For the right document class options to get the page format for your journal,
have a look at the elsarticle documentation:
The Journal is specified in the document preamble! For the right document
class options to get the page format for your journal, have a look at the
elsarticle documentation:
\begin_inset LatexCommand url
target "http://www.ctan.org/get/macros/latex/contrib/elsarticle/elsdoc.pdf"
@ -70,6 +62,32 @@ target "http://www.ctan.org/get/macros/latex/contrib/elsarticle/elsdoc.pdf"
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Standard
\backslash
begin{frontmatter}
\end_layout
\end_inset
\begin_inset Note Note
status collapsed
\begin_layout Standard
starts the front matter
\end_layout
\end_inset
\end_layout
\begin_layout Title
@ -623,7 +641,33 @@ PACS
\backslash
MSC
\series default
are optional classifiactions.
are optional classifications.
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Standard
\backslash
end{frontmatter}
\end_layout
\end_inset
\begin_inset Note Note
status collapsed
\begin_layout Standard
ends the front matter
\end_layout
\end_inset