From: Uwe Stöhr Date: Sat, 3 Mar 2012 12:39:57 +0000 (+0000) Subject: iop-article.lyx: add some important info to avoid compilation errors and improve... X-Git-Tag: 2.0.4~206 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=91e11aff96e4c0ed4a6fa8da384e02659448d035;p=features.git iop-article.lyx: add some important info to avoid compilation errors and improve the template a bit (thanks to MaX Funk for the hints) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40836 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/templates/iop-article.lyx b/lib/templates/iop-article.lyx index 9cde531243..694a621032 100644 --- a/lib/templates/iop-article.lyx +++ b/lib/templates/iop-article.lyx @@ -11,6 +11,9 @@ % define \newblock to get natbib work with ioparticle % (normally only needed for the "thebibliography" environment) \def\newblock{\hskip .11em plus .33em minus .07em} + +% define command \eqref +\newcommand{\eqref}[1]{(\ref{#1})} \end_preamble \use_default_options false \maintain_unincluded_children false @@ -103,10 +106,13 @@ status open \begin_layout Plain Layout \series bold -Important +Important: \series default -: To be able to compile your document to a PDF, PS, or DVI, assure that - the two options + To be able to compile your document to a PDF, PS, or DVI, assure that +\end_layout + +\begin_layout Itemize +the two options \family sans Use AMS math package \family default @@ -118,7 +124,19 @@ Math Options \color red not \color inherit - used! + used +\end_layout + +\begin_layout Itemize +you do not use AMS Math Environments +\end_layout + +\begin_layout Itemize +you don't use more than 9 +\begin_inset space ~ +\end_inset + +footnotes \end_layout \end_inset @@ -255,7 +273,7 @@ Use no dots behind the letter for the forenames. \begin_layout Address \size large -Department of ???, University of ???, Nicecountry +Department of Award-winning research, University of Beautifulcity, Nicecountry \end_layout \begin_layout Email @@ -406,6 +424,7 @@ Abbreviations for the IOP journals. \end_layout \begin_layout Plain Layout +\align center \begin_inset Tabular @@ -1090,12 +1109,33 @@ Supercond. \begin_inset Formula \begin{eqnarray} A & = & \prod_{i=1}^{\infty}B\nonumber \\ - & = & C + & = & C\label{eq:multiply} \end{eqnarray} \end_inset +\end_layout + +\begin_layout Standard +\begin_inset CommandInset ref +LatexCommand eqref +reference "eq:multiply" + +\end_inset + + shows that \SpecialChar \ldots{} + +\begin_inset Foot +status open + +\begin_layout Plain Layout +Try to avoid footnotes; they are not numbered; only 9 footnotes are allowed +\end_layout + +\end_inset + + \end_layout \begin_layout Subsection @@ -1118,10 +1158,6 @@ Subsubsection Bla, bla \end_layout -\begin_layout Standard - -\end_layout - \begin_layout Acknowledgments \begin_inset Note Note status collapsed diff --git a/status.20x b/status.20x index 4b69114d5b..593fc0b21b 100644 --- a/status.20x +++ b/status.20x @@ -40,7 +40,7 @@ What's new * DOCUMENTATION AND LOCALIZATION -- +- Improved template file iop-article.lyx. * BUILD/INSTALLATION