From fddca82d953684b6f97799b2e93217fb52232c14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 12 Jun 2007 01:09:49 +0000 Subject: [PATCH] add layout and template for iopart git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18745 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 2 + lib/Makefile.am | 2 + lib/doc/Extended.lyx | 174 ++++- lib/doc/LaTeXConfig.lyx.in | 37 +- lib/layouts/iopart.layout | 289 +++++++ lib/templates/iop-article.lyx | 1127 +++++++++++++++++++++++++++ 6 files changed, 1626 insertions(+), 5 deletions(-) create mode 100644 lib/layouts/iopart.layout create mode 100644 lib/templates/iop-article.lyx diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 2e40572b6e..7b59b9c6e6 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1497,6 +1497,7 @@ lib_templates_files = Split(''' hollywood.lyx ijmpc.lyx ijmpd.lyx + iop-article.lyx kluwer.lyx koma-letter2.lyx latex8.lyx @@ -2643,6 +2644,7 @@ lib_layouts_files = Split(''' hollywood.layout ijmpc.layout ijmpd.layout + iopart.layout isprs.layout jgrga.layout kluwer.layout diff --git a/lib/Makefile.am b/lib/Makefile.am index e8851fc28a..04abdd408c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -948,6 +948,7 @@ dist_layouts_DATA =\ layouts/hollywood.layout \ layouts/ijmpc.layout \ layouts/ijmpd.layout \ + layouts/iopart.layout \ layouts/isprs.layout \ layouts/jgrga.layout \ layouts/kluwer.layout \ @@ -1045,6 +1046,7 @@ dist_templates_DATA = \ templates/hollywood.lyx \ templates/ijmpc.lyx \ templates/ijmpd.lyx \ + templates/iop-article.lyx \ templates/kluwer.lyx \ templates/koma-letter2.lyx \ templates/latex8.lyx \ diff --git a/lib/doc/Extended.lyx b/lib/doc/Extended.lyx index ebf91e5fa6..77fc62d5fd 100644 --- a/lib/doc/Extended.lyx +++ b/lib/doc/Extended.lyx @@ -1,4 +1,4 @@ -#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/ +#LyX 1.5.0rc1 created this file. For more info see http://www.lyx.org/ \lyxformat 271 \begin_document \begin_header @@ -37,8 +37,8 @@ \paperpagestyle headings \tracking_changes false \output_changes false -\author "Richard Heck" \author "usti" +\author "Richard Heck" \end_header \begin_body @@ -6803,6 +6803,176 @@ markboth{Authors' Names}{Short Paper's Title} . \end_layout +\begin_layout Section +iopart +\end_layout + +\begin_layout Standard +by +\noun on +Uwe Stöhr +\end_layout + +\begin_layout Subsection +Overview +\end_layout + +\begin_layout Standard +The iopart package provides a document class to create electronic manuscript + submission to the journals published by the Institute of Physics. + Instructions for the authors how to create a paper using the iopart class + can be downloaded together with the iopart package from the site +\begin_inset LatexCommand url +target "ftp://ftp.iop.org/pub/journals/latex2e" + +\end_inset + +. +\end_layout + +\begin_layout Subsection +Writing a paper +\end_layout + +\begin_layout Standard +The easiest way to write a paper is to start with the file +\emph on +IOP-article.lyx +\emph default + that is available in LyX's examples files folder. + Open this file, save it under a new name, and start writing. + The example file explains how to use the special text environments. + Here are the most important advices: +\end_layout + +\begin_layout Itemize +To be able to compile your document to a PDF, PS, or DVI, assure that the + two options +\family sans +Use AMS math package +\family default + in the document settings under +\family sans +Math Options +\family default + are not used! +\end_layout + +\begin_layout Itemize + +\size normal +The title environment defines the kind of your paper. + So use one of the following environments for the title: +\end_layout + +\begin_deeper +\begin_layout Itemize + +\family sans +\size normal +Title +\family default + for a Paper +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Review +\family default + for a Review +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Topical +\family default + for a Topical review +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Comment +\family default + for a Comment +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Note +\family default + for a Note +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Paper +\family default + for a Paper (same as Title) +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Prelim +\family default + for a Preliminary communication +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Rapid +\family default + for a Rapid communication +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Letter +\family default + for a Letter to the editor +\end_layout + +\end_deeper +\begin_layout Itemize + +\size normal +All title environments except of +\family sans +Letter +\family default + can have an optional short title. +\end_layout + +\begin_layout Itemize +There is a general title environment +\family sans +Article +\family default + which is not directly supported by the LyX. + This can be used as ERT when your document doesn't fit into one of the + other title types. +\end_layout + +\begin_layout Standard +For more informations like hints for special table and formula formatting, + look at the IOP author guidelines. +\end_layout + \begin_layout Section Kluwer \end_layout diff --git a/lib/doc/LaTeXConfig.lyx.in b/lib/doc/LaTeXConfig.lyx.in index 44196b7b91..516bebb7ab 100644 --- a/lib/doc/LaTeXConfig.lyx.in +++ b/lib/doc/LaTeXConfig.lyx.in @@ -1,4 +1,4 @@ -#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/ +#LyX 1.5.0rc1 created this file. For more info see http://www.lyx.org/ \lyxformat 271 \begin_document \begin_header @@ -1546,7 +1546,7 @@ CTAN: N/A \begin_layout Description WWW: available from the site \begin_inset LatexCommand url -target "http://www.worldscinet.com/ijmpc/mkt/guidelines.s" +target "http://www.worldscinet.com/ijmpc/mkt/guidelines.shtml" \end_inset @@ -1556,7 +1556,7 @@ target "http://www.worldscinet.com/ijmpc/mkt/guidelines.s" \begin_layout Description Notes: The document class \family sans -ijmpc + ijmpc \family default can be used to write articles for submission to the International Journal of Modern Physics C (usually abbreviated as IJMPC), published by World @@ -1595,6 +1595,37 @@ ijmpd Scientific. \end_layout +\begin_layout Subsection +iopart +\end_layout + +\begin_layout Description +Found: @chk_iopart@ +\end_layout + +\begin_layout Description +CTAN: N/A +\end_layout + +\begin_layout Description +WWW: available from the site +\begin_inset LatexCommand url +target "ftp://ftp.iop.org/pub/journals/latex2e" + +\end_inset + +. +\end_layout + +\begin_layout Description +Notes: The document class +\family sans + iopart +\family default + can be used to write articles for the journal published by the Institute + of Physics (IOP). +\end_layout + \begin_layout Subsection kluwer \end_layout diff --git a/lib/layouts/iopart.layout b/lib/layouts/iopart.layout new file mode 100644 index 0000000000..c55feb0cc2 --- /dev/null +++ b/lib/layouts/iopart.layout @@ -0,0 +1,289 @@ +#% Do not delete the line below; configure depends on this +# \DeclareLaTeXClass[iopart]{article (IOP)} +# IOP article textclass definition file. +# Author: Uwe Stöhr (uwestoehr@web.de) + +Format 4 + +Columns 1 +Sides 1 +SecNumDepth 3 +TocDepth 3 +DefaultStyle Standard + +ClassOptions + FontSize 10|12 +end + +Preamble + \usepackage{iopams} + \usepackage{setstack} +EndPreamble + +# This is just to show how to declare the default font. +# The defaults are exactly those shown here. +DefaultFont + Family Roman + Series Medium + Shape Up + Size Normal + Color None +EndFont + + +Style Standard + Margin Static + LatexType Paragraph + LatexName dummy + ParIndent MM + ParSkip 0.4 + Align Block + AlignPossible Block, Left, Right, Center + LabelType No_Label +End + + +Input stdlists.inc +Input stdsections.inc +Input stdstarsections.inc + +NoStyle Chapter +NoStyle Chapter* + +Style Title + Margin Static + LatexType Command + InTitle 1 + OptionalArgs 1 + LatexName title + ParSkip 0.4 + ItemSep 0 + TopSep 0 + BottomSep 1 + ParSep 1 + Align Center + AlignPossible Center + LabelType No_Label + Font + Size Largest + EndFont +End + + +Style Review + CopyStyle Title + LatexName review +End + + +Style Topical + CopyStyle Title + LatexName topical +End + + +Style Comment + CopyStyle Title + LatexName comment +End + + +Style Note + CopyStyle Title + LatexName note +End + + +Style Paper + CopyStyle Title + LatexName paper +End + + +Style Prelim + CopyStyle Title + LatexName prelim +End + + +Style Rapid + CopyStyle Title + LatexName rapid +End + + +Style Letter + CopyStyle Title + OptionalArgs 0 + LatexName letter +End + + +Style Author + Margin Static + LatexType Command + InTitle 1 + LatexName author + LabelSep xxx + ParSkip 0.4 + TopSep 1.3 + BottomSep 0.7 + ParSep 0.7 + Align Center + AlignPossible Center + LabelType No_Label + Font + Size Large + EndFont +End + + +Style Address + Margin Static + LatexType Command + LatexName address + InTitle 1 + ParSkip 0.4 + Align Left + AlignPossible Block, Left, Right, Center + LabelType No_Label +End + + +Style Email + Margin Static + LatexType Command + LatexName ead + InTitle 1 + ParSkip 0.4 + BottomSep 0.5 + Align Left + AlignPossible Block, Left, Right, Center + LabelType No_Label +End + + +Style Abstract + Margin Static + LatexType Environment + LatexName abstract + InTitle 1 + NextNoIndent 1 + LeftMargin MMM + RightMargin MMM + ParIndent MM + ItemSep 0 + TopSep 0.7 + BottomSep 0.7 + ParSep 0 + Align Block + AlignPossible Block + LabelType Centered_Top_Environment + LabelString "Abstract" + LabelBottomSep 0.5 + Font + Size Small + EndFont + LabelFont + Series Bold + Size Large + EndFont +End + + +Style Keywords + Margin Dynamic + LatexType Command + LatexName "noindent{\it Keywords\/}: " + InTitle 1 + ParSkip 0.4 + BottomSep 0.5 + Align Left + LabelSep xx + LabelType Static + LabelString "Keywords:" + LabelFont + Color Green + Series Bold + EndFont +End + + +Style PACS + CopyStyle Keywords + LatexName pacs + LabelString "Physics and Astronomy Classification System number:" +End + + +Style MSC + CopyStyle Keywords + LatexName ams + LabelString "Mathematics Subject Classification number:" +End + + +Style submitto + CopyStyle Keywords + LatexName submitto + LabelString "submit to paper:" +End + + +Style Acknowledgments + Margin Dynamic + LatexType Command + LatexName ack{} + NeedProtect 1 + NextNoIndent 1 + KeepEmpty 1 + LabelSep xxx + ParSkip 0.4 + TopSep 0.7 + BottomSep 0.4 + Align Block + AlignPossible Block, Left + LabelType Static + LabelString "Acknowledgments" + Font + Series Bold + Size Normal + EndFont +End + + +Style "Bibliography (plain)" + Margin First_Dynamic + LatexType Bib_Environment + LatexName thebibliography + NextNoIndent 1 + LeftMargin MM + ParSkip 0.4 + ItemSep 0 + TopSep 0.7 + BottomSep 0.7 + ParSep 0.5 + Align Block + AlignPossible Block, Left + LabelType Bibliography + LabelString "References" + LabelBottomSep 1.2 + LabelFont + Series Bold + Size Larger + EndFont +End + + +Style "Bibliography heading" + CopyStyle Section + LatexName section*{References} + KeepEmpty 1 + LabelType Static + LabelString "References" +End + + +Input stdfloats.inc +Input stdcounters.inc + diff --git a/lib/templates/iop-article.lyx b/lib/templates/iop-article.lyx new file mode 100644 index 0000000000..50ce78e72f --- /dev/null +++ b/lib/templates/iop-article.lyx @@ -0,0 +1,1127 @@ +#LyX 1.5.0rc1 created this file. For more info see http://www.lyx.org/ +\lyxformat 271 +\begin_document +\begin_header +\textclass iopart +\begin_preamble +% 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} +\end_preamble +\language english +\inputencoding auto +\font_roman default +\font_sans default +\font_typewriter default +\font_default_family default +\font_sc false +\font_osf false +\font_sf_scale 100 +\font_tt_scale 100 +\graphics default +\paperfontsize default +\spacing single +\papersize default +\use_geometry true +\use_amsmath 0 +\use_esint 1 +\cite_engine basic +\use_bibtopic false +\paperorientation portrait +\secnumdepth 3 +\tocdepth 3 +\paragraph_separation indent +\defskip medskip +\quotes_language english +\papercolumns 1 +\papersides 2 +\paperpagestyle headings +\tracking_changes false +\output_changes false +\author "usti" +\author "stadmin" +\author "us939" +\author "Uwe Stöhr" +\author "" +\end_header + +\begin_body + +\begin_layout Standard +\begin_inset Note Note +status open + +\begin_layout Standard + +\series bold +Important +\series default +: To be able to compile your document to a PDF, PS, or DVI, assure that + the two options +\family sans +Use AMS math package +\family default + in the document settings under +\family sans +Math Options +\family default + are not used! +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Title +Your Title +\begin_inset OptArg +status collapsed + +\begin_layout Standard +optional short title +\end_layout + +\end_inset + + +\begin_inset Note Note +status collapsed + +\begin_layout Standard + +\size normal +The title environment defines the kind of your paper. + Use either +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Title +\family default + for a Paper +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Review +\family default + for a Review +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Topical +\family default + for a Topical review +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Comment +\family default + for a Comment +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Note +\family default + for a Note +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Paper +\family default + for a Paper (same as Title) +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Prelim +\family default + for a Preliminary communication +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Rapid +\family default + for a Rapid communication +\end_layout + +\begin_layout Itemize + +\family sans +\size normal +Letter +\family default + for a Letter to the editor +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Author + +\size larger +X Dummyname, Y Testman and Z Another-Name +\size default + +\begin_inset Note Note +status collapsed + +\begin_layout Standard +Use no dots behind the letter for the forenames. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Address + +\size large +Department of ???, University of ???, Nicecountry +\end_layout + +\begin_layout Email + +\size large +dummy@test.xx +\size default + +\begin_inset Note Note +status collapsed + +\begin_layout Standard +At least one Email adress is required. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Abstract +Abstract, should normally be not loger than 200 words. +\end_layout + +\begin_layout Keywords +bla, blub +\begin_inset Note Note +status collapsed + +\begin_layout Standard +required for the journals: Measurement Science and Technology, Physical + Biology, Physiological Measurement, and both parts of Journal of Optics. + For other journals it is optional. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout PACS +11 +\begin_inset Note Note +status collapsed + +\begin_layout Standard +optional +\end_layout + +\end_inset + + +\end_layout + +\begin_layout MSC +44 +\begin_inset Note Note +status collapsed + +\begin_layout Standard +optional +\end_layout + +\end_inset + + +\end_layout + +\begin_layout submitto +\begin_inset ERT +status collapsed + +\begin_layout Standard + + +\backslash +CQG +\end_layout + +\end_inset + + +\begin_inset Note Note +status collapsed + +\begin_layout Standard +optional, you can specify to which journal your paper was or should be submitted +\end_layout + +\begin_layout Standard +See Table\InsetSpace ~ + +\begin_inset LatexCommand ref +reference "tab:Abbreviations-for-the" + +\end_inset + + for a list with commands to print the journal name. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Section +Introduction +\end_layout + +\begin_layout Standard +Bla bla, as listed in +\begin_inset LatexCommand cite +key "Parkin2005,LComp2004" + +\end_inset + +. +\end_layout + +\begin_layout Standard +\begin_inset Float table +placement hb +wide false +sideways false +status collapsed + +\begin_layout Standard +\begin_inset Caption + +\begin_layout Standard +\begin_inset LatexCommand label +name "tab:Abbreviations-for-the" + +\end_inset + +Abbreviations for the IOP journals. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +\begin_inset Tabular + + + + + + +\begin_inset Text + +\begin_layout Standard + Macro name +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard + +\family roman +Short form of journal title +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +CQG +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Class. + Quantum Grav. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +EJP +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Eur. + J. + Phys. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +IP +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Inverse Problems +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +JHEP +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + High Energy Phys. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +JMM +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + of Michromech. + and Microeng. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +JNE +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + Neural Eng. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +JOA +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + Opt. + A: Pure and Applied Opt. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +JOB +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + Opt. + B: Quantum and Semiclass. + Opt. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +JPA +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + Phys. + A: Math. + Gen. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +jpb +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + Phys. + B: At. + Mol. + Opt. + Phys. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +JPCM +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + Phys: Condens. + Matter +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +JPD +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + Phys. + D: Appl. + Phys. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +jpg +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +J. + Phys. + G: Nucl. + Part. + Phys. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +MSMSE +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Modelling Simul. + Mater. + Sci. + Eng. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +MST +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Meas. + Sci. + Technol. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +NJP +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +New J. + Phys. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +NL +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Nonlinearity +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +NT +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Nanotechnology +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +PB +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Phys. + Biol. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +PM +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Physiol. + Meas. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +PMB +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Phys. + Med. + Biol. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +PPCF +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Plasma Physics and Controlled Fusion +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +PSST +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Plasma Sources Sci. + Technol. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +RPP +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Rep. + Prog. + Phys. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +SST +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Semicond. + Sci. + Technol. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +SMS +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Smart Mater. + Struct. +\end_layout + +\end_inset + + + + +\begin_inset Text + +\begin_layout Standard + +\backslash +SUST +\end_layout + +\end_inset + + +\begin_inset Text + +\begin_layout Standard +Supercond. + Sci. + Technol. +\end_layout + +\end_inset + + + + +\end_inset + + +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +\begin_inset Formula \begin{eqnarray} +A & = & \prod_{i=1}^{\infty}B\nonumber \\ + & = & C\end{eqnarray} + +\end_inset + + +\end_layout + +\begin_layout Standard + +\end_layout + +\begin_layout Acknowledgments +\begin_inset Note Note +status collapsed + +\begin_layout Standard +Keep this paragraph empty, it's only a heading. +\end_layout + +\end_inset + + +\end_layout + +\begin_layout Standard +Acknowledgments +\end_layout + +\begin_layout Section +\start_of_appendix +Appendix name +\end_layout + +\begin_layout Standard +Appendix, only when needed, inserted behind the acknowledgments but before + the bibliography. +\end_layout + +\begin_layout Section* +----------------- +\end_layout + +\begin_layout Standard +You can use either BibTeX: +\end_layout + +\begin_layout Standard +\begin_inset LatexCommand bibtex +options "bibtotoc,unsrt" +bibfiles "biblioExample" + +\end_inset + + +\end_layout + +\begin_layout Section* +--------------------- +\end_layout + +\begin_layout Standard +\noindent +Or plain bibliography: +\end_layout + +\begin_layout Bibliography (plain) +\begin_inset LatexCommand bibitem +key "key-1" + +\end_inset + +Frank Mittelbach and Michel Goossens: +\emph on +The LaTeX Companion Second Edition. + +\emph default + Addison-Wesley, 2004. +\end_layout + +\begin_layout Bibliography (plain) +\begin_inset LatexCommand bibitem +key "key-2" + +\end_inset + +Scott Pakin. + The comprehensive LaTeX symbol list, 2005. +\end_layout + +\end_body +\end_document -- 2.39.2