]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/Extended.lyx
Change Shortcuts.lyx from Landscape to Portrait, add svn:eol-stype=native property
[lyx.git] / lib / doc / Extended.lyx
index c1ca907ba0f25ba580fe3636c66f81db3a3a57cd..0b52b344d59e83fbf4bc3a4a898cd5b929633228 100644 (file)
@@ -1,12 +1,55 @@
-#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
-\lyxformat 276
+#LyX 1.6.0rc1 created this file. For more info see http://www.lyx.org/
+\lyxformat 340
 \begin_document
 \begin_header
-\textclass book
+\textclass scrbook
 \begin_preamble
+% DO NOT ALTER THIS PREAMBLE!!!
+%
+% This preamble is designed to ensure that the User's Guide prints
+% out as advertised. If you mess with this preamble,
+% parts of the User's Guide may not print out as expected.  If you
+% have problems LaTeXing this file, please contact 
+% the documentation team
+% email: lyx-docs@lists.lyx.org
+
+% if pdflatex is used
+\usepackage{ifpdf}
+\ifpdf
+
+ % set fonts for nicer pdf view
+ \IfFileExists{lmodern.sty}
+  {\usepackage{lmodern}}{}
+
+\fi % end if pdflatex is used
+
+% the pages of the TOC are numbered roman
+% and a PDF-bookmark for the TOC is added
+\pagenumbering{roman}
+\let\myTOC\tableofcontents
+\renewcommand{\tableofcontents}{%
+ \pdfbookmark[1]{\contentsname}{}
+ \myTOC
+ \cleardoublepage
+ \pagenumbering{arabic}}
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX }}
+
+% used for multi-column text
 \usepackage{multicol}
+
+% extra space for tables
 \newcommand{\extratablespace}[1]{\noalign{\vskip#1}}
 \end_preamble
+\options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
+\begin_modules
+logicalmkup
+theorems-ams
+theorems-ams-extended
+\end_modules
 \language english
 \inputencoding latin1
 \font_roman default
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
+
 \graphics default
-\paperfontsize default
+\paperfontsize 12
 \spacing single
+\use_hyperref true
+\pdf_title "LyX's Extended manual"
+\pdf_author "LyX Team"
+\pdf_subject "LyX's extended documentation"
+\pdf_keywords "LyX, Documentation, Extended"
+\pdf_bookmarks true
+\pdf_bookmarksnumbered true
+\pdf_bookmarksopen false
+\pdf_bookmarksopenlevel 1
+\pdf_breaklinks false
+\pdf_pdfborder false
+\pdf_colorlinks true
+\pdf_backref false
+\pdf_pagebackref false
+\pdf_pdfusetitle false
+\pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
 \papersize default
 \use_geometry false
 \use_amsmath 0
@@ -52,7 +112,7 @@ by the LyX Team
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \noindent
 Principal maintainer of this file is
 \noun on
@@ -69,7 +129,8 @@ Principal maintainer of this file is
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand tableofcontents
+\begin_inset CommandInset toc
+LatexCommand tableofcontents
 
 \end_inset
 
@@ -178,7 +239,8 @@ How LyX Uses LaTeX
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:lyxandlatex"
 
 \end_inset
@@ -249,7 +311,10 @@ There are several commands that automatically invoke LaTeX.
 V
 \bar default
 iew\SpecialChar \menuseparator
-View\InsetSpace ~
+View
+\begin_inset space ~
+\end_inset
+
 
 \emph on
 Format
@@ -339,7 +404,10 @@ If there are any errors, insert error boxes in the document to mark where
 \begin_layout Standard
 If you've run LaTeX using 
 \family sans
-View\InsetSpace ~
+View
+\begin_inset space ~
+\end_inset
+
 DVI
 \family default
 , LyX then executes 
@@ -349,7 +417,10 @@ xdvi
  on the DVI-file.
  If you've used 
 \family sans
-View\InsetSpace ~
+View
+\begin_inset space ~
+\end_inset
+
 PostScript
 \family default
  or 
@@ -374,7 +445,10 @@ dvips
 \begin_layout Itemize
 For 
 \family sans
-View\InsetSpace ~
+View
+\begin_inset space ~
+\end_inset
+
 PostScript
 \family default
 , the output file has the extension 
@@ -390,7 +464,10 @@ P
 \bar default
 rint
 \family default
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 , the output file has the extension 
 \family typewriter
 .ps
@@ -468,6 +545,13 @@ ile
 
 \begin_layout Section
 Translating LaTeX files into LyX
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Translating-LaTeX-files"
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -520,7 +604,12 @@ tex2lyx
 
 \begin_layout Standard
 If you just want to put a piece of LaTeX code into a LyX file, see Section
-\begin_inset LatexCommand ref
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:latexcodes"
 
 \end_inset
@@ -530,7 +619,8 @@ reference "sec:latexcodes"
 
 \begin_layout Section
 Inserting LaTeX Code into LyX Documents 
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Inserting-LaTeX-Code"
 
 \end_inset
@@ -539,7 +629,8 @@ name "sec:Inserting-LaTeX-Code"
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:latexcodes"
 
 \end_inset
@@ -577,9 +668,9 @@ inlined
  short sections of LaTeX commands.
  
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 % like this
 \end_layout
@@ -604,52 +695,80 @@ Here's an example of inserting LaTeX commands in a LyX document.
 
 \backslash
 begin{tabular}{ll}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 begin{minipage}{5cm}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 This is an example for a minipage environment.
  You 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 can put nearly everything in it, even (non-floating) 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 figures and tables.
  
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 end{minipage}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 &
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 begin{minipage}{5cm}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 begin{verbatim}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 begin{minipage}{5cm}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 This ...
  
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 end{minipage}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 end{verbatim}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 end{minipage}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 end{tabular}
@@ -670,88 +789,88 @@ The ERT box containing this text is directly after this paragraph.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 begin{tabular}{ll}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 begin{minipage}{5cm}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 This is an example for a minipage environment.
  You can put nearly everything in it, even (non-floating) figures and tables.
  
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 end{minipage}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 &
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 begin{minipage}{5cm}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 begin{verbatim}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 begin{minipage}{5cm}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 This ...
  
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 end{minipage}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 end{verbatim}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 end{minipage}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -776,7 +895,10 @@ Chil
 \bar under
 d
 \bar default
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 Document
 \family default
  to include your file (you should select the type 
@@ -843,7 +965,7 @@ User's Guide
 \begin_inset Foot
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Note from 
 \noun on
 John Weiss
@@ -884,7 +1006,8 @@ About the LaTeX Preamble
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:preamble"
 
 \end_inset
@@ -1007,7 +1130,10 @@ Select
 \bar under
 L
 \bar default
-aTeX\InsetSpace ~
+aTeX
+\begin_inset space ~
+\end_inset
+
 
 \bar under
 P
@@ -1135,9 +1261,18 @@ hoffset
 \backslash
 voffset
 \family default
- are both 0 pt.,\InsetSpace ~
-i.\InsetSpace ~
-e.\InsetSpace ~
+ are both 0 pt.,
+\begin_inset space ~
+\end_inset
+
+i.
+\begin_inset space ~
+\end_inset
+
+e.
+\begin_inset space ~
+\end_inset
+
 the page isn't shifted.
 \end_layout
 
@@ -1297,7 +1432,7 @@ every
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Note from 
 \noun on
 John Weiss
@@ -1370,9 +1505,13 @@ dirty tricks
 \begin_inset Quotes erd
 \end_inset
 
- given in Chapter\InsetSpace ~
+ given in Chapter
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "cha:secrets"
 
 \end_inset
@@ -1406,7 +1545,7 @@ Error
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 LyX will occasionally misguess where the error was.
  This will typically happen with tables, figures, math, and the preamble.
 \end_layout
@@ -1456,8 +1595,14 @@ ocument\SpecialChar \menuseparator
 \bar under
 L
 \bar default
-aTeX\InsetSpace ~
-Log\InsetSpace ~
+aTeX
+\begin_inset space ~
+\end_inset
+
+Log
+\begin_inset space ~
+\end_inset
+
 File
 \family default
 .
@@ -1817,7 +1962,10 @@ misuse
 \emph default
  any of them, like trying to manually insert lots of 
 \family sans
-Protected\InsetSpace ~
+Protected
+\begin_inset space ~
+\end_inset
+
 Blank
 \family default
 s, 
@@ -1899,7 +2047,8 @@ Supplemental Tools
 
 \begin_layout Section
 Preparing a Bibliography with BibTeX
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Preparing-a-Bibliography"
 
 \end_inset
@@ -1929,10 +2078,16 @@ Jürgen Spitzmüller
 STOP! If you don't know what BibTeX is, or have a reasonably good idea of
  how to use it (
 \emph on
-e.\InsetSpace \thinspace{}
+e.
+\begin_inset space \thinspace{}
+\end_inset
+
 g.
 \emph default
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 setting up your own bibliographic databases), 
 \emph on
 run
@@ -2076,8 +2231,14 @@ Alternative Citation Styles
 \end_layout
 
 \begin_layout Standard
-Standard BibTeX uses numbers (e.\InsetSpace \thinspace{}
-g.\InsetSpace \space{}
+Standard BibTeX uses numbers (e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space \space{}
+\end_inset
+
 
 \begin_inset Quotes eld
 \end_inset
@@ -2088,8 +2249,14 @@ g.\InsetSpace \space{}
 
 ) to refer to a cited work.
  However, in many scientific disciplines, other citation styles are in use.
- The most common one is the author-year style (e.\InsetSpace \thinspace{}
-g.\InsetSpace \space{}
+ The most common one is the author-year style (e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space \space{}
+\end_inset
+
 
 \begin_inset Quotes eld
 \end_inset
@@ -2196,10 +2363,15 @@ Knuth, 1984
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 See 
-\begin_inset LatexCommand url
-target "ftp://ctan.tug.org/tex-archive/macros/latex/contrib/custom-bib/"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+ftp://ctan.tug.org/tex-archive/macros/latex/contrib/custom-bib/
+\end_layout
 
 \end_inset
 
@@ -2217,7 +2389,8 @@ natbib
 
 \begin_layout Subsection
 Sectionated Bibliographies
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:Sectionated-Bibliographies"
 
 \end_inset
@@ -2252,10 +2425,15 @@ bibtopic
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Available from 
-\begin_inset LatexCommand url
-target "ftp://ctan.tug.org/tex-archive/macros/latex/contrib/bibtopic/"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+ftp://ctan.tug.org/tex-archive/macros/latex/contrib/bibtopic/
+\end_layout
 
 \end_inset
 
@@ -2288,8 +2466,14 @@ Scientific works
 \begin_inset Quotes erd
 \end_inset
 
-, you first need to create two bibliographic databases, e.\InsetSpace \thinspace{}
-g.\InsetSpace \space{}
+, you first need to create two bibliographic databases, e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space \space{}
+\end_inset
+
 
 \family typewriter
 sources.bib
@@ -2326,13 +2510,20 @@ Extras
  tab).
  Check 
 \family sans
-Sectionated\InsetSpace ~
+Sectionated
+\begin_inset space ~
+\end_inset
+
 bibliography
 \family default
 .
- Now you can insert multiple BibTeX references (as described in section\InsetSpace ~
+ Now you can insert multiple BibTeX references (as described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Preparing-a-Bibliography"
 
 \end_inset
@@ -2414,28 +2605,48 @@ Multiple Bibliographies
 \end_layout
 
 \begin_layout Standard
-Multiple bibliographies, e.\InsetSpace \thinspace{}
-g.\InsetSpace \space{}
-a bibliography for each section or chapter of
- the document, are not supported by BibTeX itself.
+Multiple bibliographies, e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space \space{}
+\end_inset
+
+a bibliography for each section or chapter of the document, are not supported
+ by BibTeX itself.
  But the 
 \family typewriter
 bibtopic
 \family default
  package, which is used for the creation of sectionated bibliographies in
- LyX (cf.\InsetSpace ~
-section\InsetSpace ~
+ LyX (cf.
+\begin_inset space ~
+\end_inset
+
+section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Sectionated-Bibliographies"
 
 \end_inset
 
 ), provides an easy way to solve this task, if you are willing to use some
- LaTeX-Code (ERT, cf.\InsetSpace ~
-section\InsetSpace ~
+ LaTeX-Code (ERT, cf.
+\begin_inset space ~
+\end_inset
+
+section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Inserting-LaTeX-Code"
 
 \end_inset
@@ -2444,7 +2655,7 @@ reference "sec:Inserting-LaTeX-Code"
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 An alternative approach is to use the 
 \family typewriter
 chapterbib
@@ -2485,7 +2696,10 @@ Extras
  tab).
  Check 
 \family sans
-Sectionated\InsetSpace ~
+Sectionated
+\begin_inset space ~
+\end_inset
+
 bibliography
 \family default
 .
@@ -2506,7 +2720,10 @@ end{btUnit}
  (those commands have to be inserted as ERT).
  The bibliography will contain all references which have been cited in the
  current btUnit.
- N.\InsetSpace \thinspace{}
+ N.
+\begin_inset space \thinspace{}
+\end_inset
+
 B.: If you are using this approach, then 
 \emph on
 every
@@ -2515,859 +2732,451 @@ every
  Also, the btUnits cannot be nested.
 \end_layout
 
+\begin_layout Standard
+
+\end_layout
+
 \begin_layout Section
-Making an Index
+Multipart Documents
 \end_layout
 
-\begin_layout Standard
-A good index is one of the hardest things to make in a lengthy document,
- but LyX helps make things a bit simpler by interfacing to the 
-\family typewriter
-makeindex
-\family default
- program which is found in most recent LaTeX distributions.
-\begin_inset Foot
-status collapsed
+\begin_layout Subsection
+General Operation
+\end_layout
 
 \begin_layout Standard
+When you are working on a large file with many sections, it is often convenient
+ to break up the document into several files, or perhaps you have something
+ where a table may change from time to time, but the preceding text does
+ not.
+ In these cases, you should seriously consider using multipart documents.
+ For example, scientific papers often have five major sections: the introduction
+, observations, results, discussion, and conclusion.
+ Each of these could be its own separate LyX file, with one 
+\begin_inset Quotes eld
+\end_inset
+
+master
+\begin_inset Quotes erd
+\end_inset
+
+ file which contains the title, authors, abstract, references, etc., plus
+ the five included files.
+ It is important to note that each of these files is a full LyX file which
+ can be formatted and printed on its own, as well as included in a master
+ file.
+ Each of these files must have the same document class, however--- don't
+ attempt to mix book classes with article classes.
+ You may also include LaTeX files; however, these files must not have their
+ own preamble 
+\emph on
+(i.e.
 
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-In the
-\family default
-\series default
-\shape default
-\emph default
-\bar default
-\family sans
-\size default
-\noun default
-Outputs\SpecialChar \menuseparator
-LaT\SpecialChar \textcompwordmark{}
-eX
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
- section of the preferences dialog, however, you can customize the index
- command, if you prefer an alternative program like
-\family default
-\series default
-\shape default
 \emph default
-\bar default
+ everything up to and including the 
 \family typewriter
-\size default
-\noun default
-xindy
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-.
-\end_layout
 
-\end_inset
+\backslash
+begin{document}
+\family default
+ line as well as the 
+\family typewriter
 
- Inserting an index and marking words to include in it works much the same
- way as preparing a bibliography as mentioned in the last section.
+\backslash
+end{document}
+\family default
+ line must be deleted) or else errors will be generated when you try to
+ make a DVI file.
 \end_layout
 
 \begin_layout Standard
-First, go to the end of your file and select 
+LyX allows you to include files quite easily with 
 \family sans
 \bar under
 I
 \bar default
 nsert\SpecialChar \menuseparator
-List
-\family default
-\InsetSpace ~
-/\InsetSpace ~
-
-\family sans
-T
+ChiI
 \bar under
-O
+d
 \bar default
-C\SpecialChar \menuseparator
 
-\bar under
-I
-\bar default
-ndex
-\family default
-\InsetSpace ~
+\begin_inset space ~
+\end_inset
 
-\family sans
-List
+Document
 \family default
 .
- Then, for each word you would like to include in the index, go to the end
- of that word and click on 
-\family sans
-\bar under
-I
-\bar default
-nsert\SpecialChar \menuseparator
-
-\bar under
-I
-\bar default
-ndex
-\family default
-\InsetSpace ~
+ When you click on this selection a small box is inserted into the file
+ at the current cursor location.
+ Clicking on the box raises a dialog which allows you to select the file
+ to be included, and the method of its inclusion.
+\end_layout
 
-\family sans
-Entry
-\family default
-.
- This will insert a tag showing the word as it will appear in the index.
- That's all there is to it; LyX will automatically call 
-\family typewriter
-makeindex
-\family default
- for you and create the index itself.
- The text in the dialog available from right-clicking on the index button
- accepts LaTeX, so you'll need to be careful to avoid using any special
- characters.
- On the positive side, you can use the advanced options - have a look at
- the documentation which comes with your LaTeX distribution to find out
- how to do things like 
+\begin_layout Standard
+The file selection box should by now be obvious.
+ The three inclusion methods are 
 \begin_inset Quotes eld
 \end_inset
 
-nested entries
+include
 \begin_inset Quotes erd
 \end_inset
 
-, etc.
-\end_layout
-
-\begin_layout Standard
-Be careful not to put spaces between the word in the text and the index
- marker; apparently the wrong page number can be produced if this happens.
-\end_layout
-
-\begin_layout Section
-Glossaries
-\end_layout
-
-\begin_layout Standard
-by 
-\noun on
-Özgür Ug̃raş Baran
-\end_layout
-
-\begin_layout Standard
-Sometimes you need to compile a list of symbols that are mentioned in your
- document with a brief explanation of them.
- A LaTeX package named 
-\family typewriter
-nomencl
-\family default
- provides an easy way of compiling such lists.
-\family typewriter
-nomencl
-\family default
- is included in most standard Linux distributions.
- If your distribution doesn't contain it, you should download it from a
- CTAN mirror and install the package in order to use this feature of LyX.
-\end_layout
-
-\begin_layout Standard
-A glossary entry is created if you place the cursor after a symbol entry
- and then use the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Glossary\InsetSpace ~
-Entry
-\family default
-.
- A gray box labeled 
+, 
 \begin_inset Quotes eld
 \end_inset
 
-
-\family sans
-Not
-\family default
-
+input
 \begin_inset Quotes erd
 \end_inset
 
- is inserted and a window pops up asking for the glossary entry.
- A glossary entry consists of two main entries.
- The first is the symbol that you want to refer to.
- You should enter a valid LaTeX code for the corresponding field in the
- glossary dialog.
- The second is the description of the symbol.
- You should fill the corresponding field to complete the glossary entry.
-\end_layout
-
-\begin_layout Subsection
-Sort Order of Glossary Entries
-\end_layout
-
-\begin_layout Standard
-Suppose you have two glossary entries for the symbols 
-\begin_inset Formula $a$
+, and 
+\begin_inset Quotes eld
 \end_inset
 
- and 
-\begin_inset Formula $\sigma$
+verbatim
+\begin_inset Quotes erd
 \end_inset
 
 .
- The 
-\family typewriter
-nomencl
-\family default
- package automatically sorts these two entries considering the symbol entry,
- while printing the Glossary.
- However, this can lead to an undesired sort order.
- For the example given, the first entry appears as 
-\family typewriter
-$a$
-\family default
-, while the second is 
-\family typewriter
-$
-\backslash
-sigma$
-\family default
-.
- Note that, in this case 
-\begin_inset Formula $\sigma$
+ The difference between 
+\begin_inset Quotes eld
 \end_inset
 
- is located in front of the 
-\begin_inset Formula $a$
+include
+\begin_inset Quotes erd
 \end_inset
 
-, since the character 
+ and 
 \begin_inset Quotes eld
 \end_inset
 
+input
+\begin_inset Quotes erd
+\end_inset
 
-\backslash
+ is really only meaningful to LaTeXperts, but the practical difference is
+ that files which are 
+\begin_inset Quotes eld
+\end_inset
 
+included
 \begin_inset Quotes erd
 \end_inset
 
- is considered in sorting.
- In order to control the sort order, you can edit the 
-\family sans
-Sort\InsetSpace ~
-as
-\family default
- field of the glossary dialog.
- For the given example, you can edit this field as 
-\family typewriter
-a
-\family default
- and 
-\family typewriter
-sigma
-\family default
- correspondingly.
- Then, these entries will be effective in the sort ordering and 
-\begin_inset Formula $a$
+ are typeset beginning on a new page, while files which are 
+\begin_inset Quotes eld
 \end_inset
 
- will be located before 
-\begin_inset Formula $\sigma$
+inputted
+\begin_inset Quotes erd
 \end_inset
 
-.
+ are typeset starting on the current page.
+ Perhaps the labeling in LyX will be changed someday to reflect this.
 \end_layout
 
 \begin_layout Standard
-This feature provides exciting ways of ordering the entries.
- For subgrouping and tips for using sort entries see the official nomencl
- documentation.
-\end_layout
-
-\begin_layout Subsection
-Referencing
-\end_layout
+Generally, the master file is converted into a full LaTeX file before typesettin
+g, while the included files are converted to LaTeX files which do not have
+ all the preamble information.
+ Checking the 
+\family sans
+Don't
+\family default
 
-\begin_layout Standard
-You can turn on referencing to the equations and pages in the glossary entries.
- For this purpose, you should add referencing options commands at the end
- of description field.
- There are six referencing options in nomencl package:
-\end_layout
+\begin_inset space ~
+\end_inset
 
-\begin_layout Paragraph*
 
-\backslash
-refeq:
+\family sans
+typeset
+\family default
+ button prevents this conversion.
 \end_layout
 
 \begin_layout Standard
-Adds reference to the equation by adding the phrase 
+A 
 \begin_inset Quotes eld
 \end_inset
 
-, see equation (#)
+verbatim
 \begin_inset Quotes erd
 \end_inset
 
+ included file allows you to include a file typeset exactly as it appears
+ in the file, i.e.
+\begin_inset space ~
+\end_inset
+
+verbatim mode, with the characters set in a fixed-width typewriter font.
+ Normally, spaces in this file are invisible, though two consecutive spaces
+ are conserved, unlike LyX's normal treatment of spaces.
+ However, setting the 
+\family sans
+\bar under
+M
+\bar default
+ark
+\begin_inset space ~
+\end_inset
 
-\end_layout
+spaces
+\begin_inset space ~
+\end_inset
 
-\begin_layout Paragraph*
+in
+\begin_inset space ~
+\end_inset
 
-\backslash
-refpage:
+output
+\family default
+ checkbox typesets a mark to unambiguously define the presence of a space.
+\end_layout
+
+\begin_layout Subsection
+Cross-References Between Files
 \end_layout
 
 \begin_layout Standard
-Adds reference to the page by adding the phrase 
+It is possible to set up cross-references between the different files.
+ First, open all the files in question: let's call them A and B in a two
+ file example, where B is included in A.
+ Let's say you insert a label in A, then want to reference it in B.
+ Open the cross-reference dialog in whilst in document B, and you can select
+ the 
 \begin_inset Quotes eld
 \end_inset
 
-, page (#)
+buffer
 \begin_inset Quotes erd
 \end_inset
 
-
+ to use.
 \end_layout
 
-\begin_layout Paragraph*
-
-\backslash
-refeqpage:
+\begin_layout Section
+Fancy Headers and Footers
 \end_layout
 
 \begin_layout Standard
-Is the short notation of 
-\backslash
-refeq
-\backslash
-refpage.
-\end_layout
-
-\begin_layout Paragraph*
+The default page layout is rather plain; for an article document class,
+ all you get is a centered page number at the bottom of the page.
+ This document is the book class, so it appears to be a bit fancier, but
+ to really put on a show, you need to set the document page style to 
+\begin_inset Quotes eld
+\end_inset
 
-\backslash
-norefeq, 
-\backslash
-norefpag, 
-\backslash
-norefeqpage:
-\end_layout
+fancy
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
-Turns off corresponding referencing options if they are turned on globally
- (see reference documentation of nomencl).
-\end_layout
+, as mentioned in the 
+\family sans
+User
+\begin_inset space ~
+\end_inset
 
-\begin_layout Subsection
-Printing Glossary
+Guide
+\family default
+.
+ This section describes the LaTeX codes you need to insert in your LaTeX
+ preamble or the text in order to get the desired effects.
 \end_layout
 
 \begin_layout Standard
-You can insert the glossary with the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Lists\InsetSpace ~
-&TOC\SpecialChar \menuseparator
-Glossary
-\family default
-.
- A light blue box labeled 
+The page header is divided into three fields, not surprisingly labeled 
 \begin_inset Quotes eld
 \end_inset
 
-
-\family sans
-Glossary
-\family default
-
+left
 \begin_inset Quotes erd
 \end_inset
 
- will show the place where the index is printed in the output.
- The index list box is not clickable like other LyX-boxes.
- In the printed output the title of the glossary appears as 
-\series bold
-Nomenclature
-\series default
+, 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_inset Foot
-status collapsed
+center
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
-This is translated to the document language for a small number of languages,
- amongst others French and German
-\end_layout
+, and 
+\begin_inset Quotes eld
+\end_inset
 
+right
+\begin_inset Quotes erd
 \end_inset
 
 .
- If you are not happy with the title, you can change it by re-defining the
- command 
+ The footer is also divided into these three fields.
+ The LaTeX commands to set these fields in the simplest manner are 
 \family typewriter
 
 \backslash
-nomname
+lhead
 \family default
- in the preamble.
- For example, in order to change the title 
-\emph on
-List of Symbols
-\emph default
- for the 
-\emph on
-Glossary
-\emph default
- add the following line to the preamble.
-\end_layout
+, 
+\family typewriter
 
-\begin_layout LyX-Code
+\backslash
+chead
+\family default
+, 
+\family typewriter
 
 \backslash
-renewcommand{
+rhead
+\family default
+, 
+\family typewriter
+
 \backslash
-nomname}{List of Symbols}
+lfoot
+\family default
+, etc.
+ Suppose you wish to put your name in the upper left hand corner of each
+ page.
+ Simply insert the following command in the preamble: 
 \end_layout
 
 \begin_layout Standard
- If you're unhappy with the amount of space for symbols, you can alter it
- by adding following line to the preamble.
-\end_layout
 
-\begin_layout LyX-Code
+\family typewriter
 
 \backslash
-renewcommand{
-\backslash
-nomlabelwidth}{3.0cm}
-\end_layout
-
-\begin_layout Section
-Multipart Documents
-\end_layout
-
-\begin_layout Subsection
-General Operation
+lhead{John Q.
+ DocWriter}
 \end_layout
 
 \begin_layout Standard
-When you are working on a large file with many sections, it is often convenient
- to break up the document into several files, or perhaps you have something
- where a table may change from time to time, but the preceding text does
- not.
- In these cases, you should seriously consider using multipart documents.
- For example, scientific papers often have five major sections: the introduction
-, observations, results, discussion, and conclusion.
- Each of these could be its own separate LyX file, with one 
-\begin_inset Quotes eld
-\end_inset
-
-master
-\begin_inset Quotes erd
+You will now see your name in the upper left.
+ If a field has a default entry that you would like to get rid of (often
+ the page number appears in the central footer, simply include a command
+ with a blank argument, e.
+\begin_inset space \thinspace{}
 \end_inset
 
- file which contains the title, authors, abstract, references, etc., plus
- the five included files.
- It is important to note that each of these files is a full LyX file which
- can be formatted and printed on its own, as well as included in a master
- file.
- Each of these files must have the same document class, however--- don't
- attempt to mix book classes with article classes.
- You may also include LaTeX files; however, these files must not have their
- own preamble 
-\emph on
-(i.e.
+g.
+\end_layout
 
-\emph default
- everything up to and including the 
-\family typewriter
+\begin_layout Standard
 
-\backslash
-begin{document}
-\family default
- line as well as the 
 \family typewriter
 
 \backslash
-end{document}
-\family default
- line must be deleted) or else errors will be generated when you try to
- make a DVI file.
-\end_layout
-
-\begin_layout Standard
-LyX allows you to include files quite easily with 
-\family sans
-\bar under
-I
-\bar default
-nsert\SpecialChar \menuseparator
-ChiI
-\bar under
-d
-\bar default
-\InsetSpace ~
-Document
-\family default
-.
- When you click on this selection a small box is inserted into the file
- at the current cursor location.
- Clicking on the box raises a dialog which allows you to select the file
- to be included, and the method of its inclusion.
+cfoot{}
 \end_layout
 
 \begin_layout Standard
-The file selection box should by now be obvious.
- The three inclusion methods are 
-\begin_inset Quotes eld
-\end_inset
-
-include
-\begin_inset Quotes erd
-\end_inset
-
-, 
-\begin_inset Quotes eld
-\end_inset
-
-input
-\begin_inset Quotes erd
-\end_inset
-
-, and 
-\begin_inset Quotes eld
-\end_inset
-
-verbatim
-\begin_inset Quotes erd
-\end_inset
-
-.
- The difference between 
-\begin_inset Quotes eld
-\end_inset
-
-include
-\begin_inset Quotes erd
-\end_inset
-
- and 
+Let's get really fancy: lets put the section number with the word 
 \begin_inset Quotes eld
 \end_inset
 
-input
+Section
 \begin_inset Quotes erd
 \end_inset
 
- is really only meaningful to LaTeXperts, but the practical difference is
- that files which are 
-\begin_inset Quotes eld
+ (e.
+\begin_inset space \thinspace{}
 \end_inset
 
-included
-\begin_inset Quotes erd
+g.
+\begin_inset space ~
 \end_inset
 
- are typeset beginning on a new page, while files which are 
-\begin_inset Quotes eld
+Section 3) in the upper left, the page number (e.
+\begin_inset space \thinspace{}
 \end_inset
 
-inputted
-\begin_inset Quotes erd
+g.
+\begin_inset space ~
 \end_inset
 
- are typeset starting on the current page.
- Perhaps the labeling in LyX will be changed someday to reflect this.
+Page 4) in the upper right, your name in the lower left, and the date in
+ the lower right.
+ The following commands should now appear in the preamble:
 \end_layout
 
 \begin_layout Standard
-Generally, the master file is converted into a full LaTeX file before typesettin
-g, while the included files are converted to LaTeX files which do not have
- all the preamble information.
- Checking the 
-\family sans
-Don't
-\family default
-\InsetSpace ~
 
-\family sans
-typeset
-\family default
- button prevents this conversion.
+\family typewriter
+
+\backslash
+lhead{Section 
+\backslash
+thesection}
 \end_layout
 
 \begin_layout Standard
-A 
-\begin_inset Quotes eld
-\end_inset
-
-verbatim
-\begin_inset Quotes erd
-\end_inset
 
- included file allows you to include a file typeset exactly as it appears
- in the file, i.e.\InsetSpace ~
-verbatim mode, with the characters set in a fixed-width
- typewriter font.
- Normally, spaces in this file are invisible, though two consecutive spaces
- are conserved, unlike LyX's normal treatment of spaces.
- However, setting the 
-\family sans
-\bar under
-M
-\bar default
-ark\InsetSpace ~
-spaces\InsetSpace ~
-in\InsetSpace ~
-output
-\family default
- checkbox typesets a mark to unambiguously define the presence of a space.
-\end_layout
+\family typewriter
 
-\begin_layout Subsection
-Cross-References Between Files
+\backslash
+chead{}
 \end_layout
 
 \begin_layout Standard
-It is possible to set up cross-references between the different files.
- First, open all the files in question: let's call them A and B in a two
- file example, where B is included in A.
- Let's say you insert a label in A, then want to reference it in B.
- Open the cross-reference dialog in whilst in document B, and you can select
- the 
-\begin_inset Quotes eld
-\end_inset
-
-buffer
-\begin_inset Quotes erd
-\end_inset
 
- to use.
-\end_layout
+\family typewriter
 
-\begin_layout Section
-Fancy Headers and Footers
+\backslash
+rhead{Page 
+\backslash
+thepage}
 \end_layout
 
 \begin_layout Standard
-The default page layout is rather plain; for an article document class,
- all you get is a centered page number at the bottom of the page.
- This document is the book class, so it appears to be a bit fancier, but
- to really put on a show, you need to set the document page style to 
-\begin_inset Quotes eld
-\end_inset
 
-fancy
-\begin_inset Quotes erd
-\end_inset
+\family typewriter
 
-, as mentioned in the 
-\family sans
-User\InsetSpace ~
-Guide
-\family default
-.
- This section describes the LaTeX codes you need to insert in your LaTeX
- preamble or the text in order to get the desired effects.
+\backslash
+lfoot{John Q.
+ DocWriter}
 \end_layout
 
 \begin_layout Standard
-The page header is divided into three fields, not surprisingly labeled 
-\begin_inset Quotes eld
-\end_inset
-
-left
-\begin_inset Quotes erd
-\end_inset
-
-, 
-\begin_inset Quotes eld
-\end_inset
 
-center
-\begin_inset Quotes erd
-\end_inset
+\family typewriter
 
-, and 
-\begin_inset Quotes eld
-\end_inset
+\backslash
+cfoot{}
+\end_layout
 
-right
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Standard
 
-.
- The footer is also divided into these three fields.
- The LaTeX commands to set these fields in the simplest manner are 
 \family typewriter
 
 \backslash
-lhead
-\family default
-, 
+rfoot{
+\backslash
+today}
+\end_layout
+
+\begin_layout Standard
+The codes 
 \family typewriter
 
 \backslash
-chead
+thesection
 \family default
-, 
+ and 
 \family typewriter
 
 \backslash
-rhead
+thepage
 \family default
-, 
+ access LaTeX's section and page counters, and so print out the current
+ section and page numbers.
 \family typewriter
 
 \backslash
-lfoot
-\family default
-, etc.
- Suppose you wish to put your name in the upper left hand corner of each
- page.
- Simply insert the following command in the preamble: 
-\end_layout
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-lhead{John Q.
- DocWriter}
-\end_layout
-
-\begin_layout Standard
-You will now see your name in the upper left.
- If a field has a default entry that you would like to get rid of (often
- the page number appears in the central footer, simply include a command
- with a blank argument, e.\InsetSpace \thinspace{}
-g.
-\end_layout
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-cfoot{}
-\end_layout
-
-\begin_layout Standard
-Let's get really fancy: lets put the section number with the word 
-\begin_inset Quotes eld
-\end_inset
-
-Section
-\begin_inset Quotes erd
-\end_inset
-
- (e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-Section 3) in the upper left, the page number (e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-Page 4) in the upper
- right, your name in the lower left, and the date in the lower right.
- The following commands should now appear in the preamble:
-\end_layout
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-lhead{Section 
-\backslash
-thesection}
-\end_layout
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-chead{}
-\end_layout
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-rhead{Page 
-\backslash
-thepage}
-\end_layout
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-lfoot{John Q.
- DocWriter}
-\end_layout
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-cfoot{}
-\end_layout
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-rfoot{
-\backslash
-today}
-\end_layout
-
-\begin_layout Standard
-The codes 
-\family typewriter
-
-\backslash
-thesection
-\family default
- and 
-\family typewriter
-
-\backslash
-thepage
-\family default
- access LaTeX's section and page counters, and so print out the current
- section and page numbers.
-\family typewriter
-
-\backslash
-today
+today
 \family default
  simply prints out today's date.
 \end_layout
@@ -3377,7 +3186,10 @@ The thicknesses of the horizontal rules drawn beneath the header and above
  the footer can also be modified.
  If you don't want one of the headers, set its thickness to 0.
  The header rule has a default thickness of 0.4pt, the footer rule is 0pt.
- Use the commands, e.\InsetSpace \thinspace{}
+ Use the commands, e.
+\begin_inset space \thinspace{}
+\end_inset
+
 g.
  
 \family typewriter
@@ -3472,7 +3284,8 @@ usepackage{graphics}
 
 \begin_layout Section
 Itemize Bullet Selection
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:bullet"
 
 \end_inset
@@ -3499,7 +3312,7 @@ LyX provides 216 bullet shapes that can be accessed from a simple dialog.
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Well, actually you can but you'll have to do it by hand.
 \end_layout
 
@@ -3557,13 +3370,13 @@ The six panels are divided up by the packages they require.
 \begin_inset Tabular
 <lyxtabular version="3" rows="7" columns="2">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -3578,10 +3391,10 @@ Button
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -3597,11 +3410,11 @@ Packages Required
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family sans
 \series medium
@@ -3619,7 +3432,7 @@ Standard
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series medium
 \shape up
@@ -3634,11 +3447,11 @@ base LaTeX
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family sans
 \series medium
@@ -3656,7 +3469,7 @@ Maths
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family typewriter
 \series medium
@@ -3672,11 +3485,11 @@ amssymb.sty
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family sans
 \series medium
@@ -3694,7 +3507,7 @@ Ding1
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family typewriter
 \series medium
@@ -3710,11 +3523,11 @@ pifont.sty
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family sans
 \series medium
@@ -3732,7 +3545,7 @@ Ding2
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family typewriter
 \series medium
@@ -3748,11 +3561,11 @@ pifont.sty
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family sans
 \series medium
@@ -3770,7 +3583,7 @@ Ding3
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family typewriter
 \series medium
@@ -3786,11 +3599,11 @@ pifont.sty
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family sans
 \series medium
@@ -3805,10 +3618,10 @@ Ding4
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family typewriter
 \series medium
@@ -3869,9 +3682,9 @@ really
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -3889,9 +3702,9 @@ labelitemi
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -3925,7 +3738,9 @@ renewcommand{}{}
  again afterwards.
  In this itemized list the following LaTeX code was used to change the bullet
  used for the first depth.
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family typewriter
 
@@ -3939,7 +3754,9 @@ labelitemi
  
 \family typewriter
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 renewcommand
@@ -3953,7 +3770,9 @@ small
 sharp
 \backslash
 )}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Note that the itemize depth is specified in Roman numerals as part of the
@@ -3968,9 +3787,9 @@ labelitem
 
 \begin_layout Itemize
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 [
 \backslash
@@ -4000,9 +3819,9 @@ star
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -4022,7 +3841,9 @@ savelabelitemi}
 You'll also need to revert the labelitem back to its previous setting for
  the global bullet shape settings to remain in effect.
  The way used here was:
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family typewriter
 
@@ -4039,13 +3860,19 @@ Special Document Classes
 \end_layout
 
 \begin_layout Section
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:AMS-LaTeX"
+
+\end_inset
+
 AMS LaTeX
 \end_layout
 
 \begin_layout Standard
 by 
 \noun on
-David Johnson
+David Johnson; updated by Richard Heck
 \end_layout
 
 \begin_layout Standard
@@ -4064,251 +3891,268 @@ The AMS LaTeX layouts are set up to conform to suggested styles for mathematical
  each journal (usually it will entail only changing a single line in the
  TeX output).
  That documentation is available on the Web at 
-\begin_inset LatexCommand url
-target "http://www.ams.org"
+\begin_inset Flex URL
+status open
+
+\begin_layout Plain Layout
+
+http://www.ams.org
+\end_layout
 
 \end_inset
 
  or by ftp at 
-\begin_inset LatexCommand url
-target "ftp://ftp.ams.org/pub/tex/amslatex/"
+\begin_inset Flex URL
+status open
 
-\end_inset
+\begin_layout Plain Layout
 
-.These layouts are appropriate, and useful, for any mathematical writing.
- There are currently 4 distinct AMS LaTeX layouts: 
+ftp://ftp.ams.org/pub/tex/amslatex/
 \end_layout
 
-\begin_layout Enumerate
-amsart: The standard AMS-article format.
- All results and similar statements are numbered as 
-\begin_inset Formula $(n.m)$
 \end_inset
 
-, where the first number refers to the section, and the second refers to
- the total number of results (Theorems, Corollaries, Propositions, Definitions
- and Remarks, etc.) in that section.
- There are also many (but not all) environments available unnumbered, which
- is occasionally needed.
- Unnumbered environments indicated by an asterisk at the end.
+.
+ These layouts are appropriate, and useful, for any mathematical writing.
 \end_layout
 
-\begin_layout Enumerate
-amsart-seq: Here, numbering for each type of statement is in its own sequence,
- with no reference to the section number.
- There are also many (but not all) environments available unnumbered, which
- is occasionally needed.
- Unnumbered environments indicated by an asterisk at the end.
+\begin_layout Standard
+There are two basic AMS LaTeX layouts: 
 \end_layout
 
 \begin_layout Enumerate
-amsart-plain: This one is even more terse, since all the environments are
- unnumbered.
+amsart: The standard AMS article format.
 \end_layout
 
 \begin_layout Enumerate
 amsbook: the standard AMS book (really, monograph) format.
- Numbering is similar to the amsart layout, except that all numbering is
- by 
-\begin_inset Formula $(n.m.p)$
-\end_inset
-
-, where the first number refers to the chapter, the second to the section,
- and the third is the number of the results (Theorems, Corollaries, Propositions
-, Definitions and Remarks, etc.) in that section.
- There are also many (but not all) environments available unnumbered, which
- is occasionally needed.
- Unnumbered environments indicated by an asterisk at the end.
-\end_layout
-
-\begin_layout Standard
-Any AMS LyX file can be converted to either of the numbering schemes by
- simply changing the document class in the 
-\family sans
-\bar under
-D
-\bar default
-ocument\SpecialChar \menuseparator
-
-\bar under
-S
-\bar default
-ettings
-\family default
- dialog.
  
 \end_layout
 
-\begin_layout Subsection
-What these layouts provide
-\end_layout
-
 \begin_layout Standard
-There is a long list of included environments provided by these layouts.
- Most mathematical papers or books will set as special statements most of
- these environments, in AMS-LaTeX there is an opportunity to define an unlimited
- variety of such declarations.
- However, the AMS recommends the environments that are available in LyX.
- The list of environments (not counting the standard environments such as
-\family sans
-sections, bibliography, title, author, date
-\family default
-), is:
+These layouts themselves contain only the minimum necessary to use the AMS
+ classes.
+ They do not, in particular, contain any of the `theorem' environments used
+ for setting theorems, lemmas, and the like.
+ These are contained, instead, in the 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+Theorems (AMS)
 \end_layout
 
-\begin_layout Description
-Theorem This is typically used for the statements of major results.
- The word 
-\begin_inset Quotes eld
 \end_inset
 
+ module, which you will need to load separately when you selected one of
+ the AMS classes.
+ Less commonly used environments are in the 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-\family sans
-Theorem
-\family default
+\begin_layout Plain Layout
+Theorems (AMS-Extended)
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
 
- appears in bold type, along with an automatically-determined number (an
- unnumbered version, 
-\family sans
-Theorem*
-\family default
-, is also available).
- The text is italicized.
+ module.
 \end_layout
 
-\begin_layout Description
-Corollary This is used for statements which follow fairly directly from
- previous statements.
- Again, these can be major results.
- Unnumbered version 
-\family sans
-Corollary*
-\family default
- is available.
-\end_layout
+\begin_layout Standard
+By default, theorems and the like are numbered consecutively throughout
+ the document, but this may be modified by loading the module 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-\begin_layout Description
-Lemma These are smaller results needed to prove other statements.
+\begin_layout Plain Layout
+Theorems (Order by Section)
 \end_layout
 
-\begin_layout Description
-Proposition These are less major results which (hopefully) add to the general
- theory being discussed.
-\end_layout
+\end_inset
 
-\begin_layout Description
-Conjecture These are statements provided without justification, which the
- author does not know how to prove, but which seem to be true (to the author,
- at least).
-\end_layout
+ or, if you are using 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-\begin_layout Description
-Criterion A required condition.
+\begin_layout Plain Layout
+book (AMS)
 \end_layout
 
-\begin_layout Description
-Algorithm A general procedure to be used.
-\end_layout
+\end_inset
 
-\begin_layout Description
-Axiom This is a property or statement taken as true within the system being
- discussed.
+, the module 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+Theorems (Order by Chapter)
 \end_layout
 
-\begin_layout Description
-Definition Guess what this is for.
- The font, both on-screen and in the output, is different for this environment
- than for the previous ones.
- The heading (
-\begin_inset Quotes eld
 \end_inset
 
-definition
-\begin_inset Quotes erd
+.
+ These will number the results as 
+\begin_inset Formula $n.m$
 \end_inset
 
-) is still set in boldface, along with the number, if any, but the rest
- is set upright.
-\end_layout
+, where the first number refers to the section (or chapter) and the second
+ refers to the total number of results so far in that section (or chapter).
+ Many environments are also available unnumbered.
+ These are indicated by an asterisk at the end.
+ If you happen to want 
+\emph on
+only
+\emph default
+ unnumbered results, the the module 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-\begin_layout Description
-Example Typeset similarly to Definition.
+\begin_layout Plain Layout
+Theorems (Starred)
 \end_layout
 
-\begin_layout Description
-Condition
-\end_layout
+\end_inset
 
-\begin_layout Description
-Problem
+ provides that option.
 \end_layout
 
-\begin_layout Description
-Exercise
-\end_layout
+\begin_layout Standard
+Note that these modules do not 
+\emph on
+have
+\emph default
+ to be used with the AMS classes.
+ It is perfectly possible to use the 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-\begin_layout Description
-Remark This environment is also a new type of theorem.
- This is set with the word Remark in italics, and the rest upright.
+\begin_layout Plain Layout
+Theorems (AMS)
 \end_layout
 
-\begin_layout Description
-Note Set similarly to the Remark environment.
-\end_layout
+\end_inset
 
-\begin_layout Description
-Notation
+ module, and the others mentioned, with other classes, such as 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+article
 \end_layout
 
-\begin_layout Description
-Claim
+\end_inset
+
+, 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+report
 \end_layout
 
-\begin_layout Description
-Summary
+\end_inset
+
+, 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+book (KOMA-script)
 \end_layout
 
-\begin_layout Description
-Acknowledgement
+\end_inset
+
+, and so forth.
 \end_layout
 
-\begin_layout Description
-Case Generally, these are used to break up long arguments, using specific
- instances of some condition.
- The numbering scheme for cases is on its own, not together with other numbered
- statements.
+\begin_layout Subsection
+What these layouts provide
+\end_layout
+
+\begin_layout Standard
+There is a long list of included environments provided by these layouts.
+ In AMS-LaTeX, there is, in fact, an opportunity to define an unlimited
+ variety of `theorem' environments.
+ However, the AMS recommends the environments that are available in LyX.
  
 \end_layout
 
-\begin_layout Description
-Conclusion
+\begin_layout Standard
+The following environments---as well as the standard environments, such
+ as 
+\begin_inset Flex CharStyle:Noun
+status collapsed
+
+\begin_layout Plain Layout
+section
 \end_layout
 
-\begin_layout Description
-Fact 
+\end_inset
+
+, 
+\begin_inset Flex CharStyle:Noun
+status collapsed
+
+\begin_layout Plain Layout
+bibliography
+\end_layout
+
+\end_inset
+
+, 
+\begin_inset Flex CharStyle:Noun
+status collapsed
+
+\begin_layout Plain Layout
+title
 \end_layout
 
-\begin_layout Description
-Proof The word 
-\begin_inset Quotes eld
 \end_inset
 
+, 
+\begin_inset Flex CharStyle:Noun
+status collapsed
+
+\begin_layout Plain Layout
+author
+\end_layout
 
-\shape italic
-Proof
-\shape default
+\end_inset
+
+, and 
+\begin_inset Flex CharStyle:Noun
+status collapsed
+
+\begin_layout Plain Layout
+date
+\end_layout
+
+\end_inset
+
+---are provided by 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+article (AMS)
+\end_layout
+
+\end_inset
+
+ and 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+book (AMS)
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
 
- is set in italics, but the rest is set upright.
- At the end of this environment (other environments can be nested within
- this one, of course) a QED symbol (usually a square, but it can vary with
- different styles) is placed.
+:
 \end_layout
 
 \begin_layout Description
@@ -4316,9 +4160,12 @@ Address This should be the author's permanent address.
 \end_layout
 
 \begin_layout Description
-Current\InsetSpace ~
-Address This should be the author's temporary address at the time
- of submission, if different from the Address.
+Current
+\begin_inset space ~
+\end_inset
+
+Address This should be the author's temporary address at the time of submission,
+ if different from the Address.
 \end_layout
 
 \begin_layout Description
@@ -4357,8 +4204,185 @@ Translator
 \end_layout
 
 \begin_layout Standard
-In addition, these environments automatically provide the AMS LaTeX and
- AMS fonts packages.
+The following environments are provided by both the 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+Theorems
+\end_layout
+
+\end_inset
+
+ and 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+Theorems (AMS)
+\end_layout
+
+\end_inset
+
+ modules, in the latter case in both starred (unnumbered) and unstarred
+ (numbered) versions.
+ These same environments are provided only in the starred versions by the
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+Theorems (Starred)
+\end_layout
+
+\end_inset
+
+ module:
+\end_layout
+
+\begin_layout Theorem
+This is typically used for the statements of major results.
+\end_layout
+
+\begin_layout Corollary*
+This is used for statements which follow fairly directly from previous statement
+s.
+ Again, these can be major results.
+\end_layout
+
+\begin_layout Lemma
+These are smaller results needed to prove other statements.
+\end_layout
+
+\begin_layout Proposition
+These are less major results which (hopefully) add to the general theory
+ being discussed.
+\end_layout
+
+\begin_layout Conjecture
+These are statements provided without justification, which the author does
+ not know how to prove, but which seem to be true (to the author, at least).
+\end_layout
+
+\begin_layout Definition*
+Guess what this is for.
+ The font is different for this environment than for the previous ones.
+\end_layout
+
+\begin_layout Example*
+Used for examples illustrating proven results.
+\end_layout
+
+\begin_layout Problem
+It's not really known what this is for.
+ You should figure it out.
+\end_layout
+
+\begin_layout Exercise*
+Write a description for this one.
+\end_layout
+
+\begin_layout Remark
+This environment is also a type of theorem, usually a lesser sort of observation.
+\end_layout
+
+\begin_layout Claim*
+Often used in the course of giving a proof of a larger result.
+\end_layout
+
+\begin_layout Case
+Generally, these are used to break up long arguments, using specific instances
+ of some condition.
+\end_layout
+
+\begin_layout Case
+The numbering scheme for cases is on its own, not together with other numbered
+ statements.
+\end_layout
+
+\begin_layout Proof
+At the end of this environment , a QED symbol (usually a square, but it
+ can vary with different styles) is placed.
+ If you want to have other environments within this one---for example, Case
+ environments---and have the QED symbol appear only after them, then the
+ other environments need to be nested within the proof environment.
+ See section 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Nesting"
+
+\end_inset
+
+ of the 
+\emph on
+User's Guide
+\emph default
+ for information on nesting.
+\end_layout
+
+\begin_layout Standard
+And these are provided by 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+Theorems (AMS-Extended)
+\end_layout
+
+\end_inset
+
+:
+\end_layout
+
+\begin_layout Criterion*
+A required condition.
+\end_layout
+
+\begin_layout Algorithm*
+A general procedure to be used.
+\end_layout
+
+\begin_layout Axiom*
+This is a property or statement taken as true within the system being discussed.
+\end_layout
+
+\begin_layout Condition*
+Sometimes used to state a condition assumed within the present context of
+ discussion.
+\end_layout
+
+\begin_layout Note*
+Similar to a Remark.
+\end_layout
+
+\begin_layout Notation*
+Used for the explanation of, yes, notation.
+\end_layout
+
+\begin_layout Summary
+Do we really need to tell you? 
+\end_layout
+
+\begin_layout Acknowledgement*
+Acknowledgement.
+\end_layout
+
+\begin_layout Conclusion*
+Sometimes used at the end of a long train of argument.
+\end_layout
+
+\begin_layout Fact
+Used in a way similar to Proposition, though perhaps lower on the scale.
+\end_layout
+
+\begin_layout Standard
+In addition, the AMS classes automatically provide the AMS LaTeX and AMS
+ fonts packages.
  They need to be available on your system in order to use these environments.
 \end_layout
 
@@ -4417,10 +4441,14 @@ This section describes how LyX can be used to write articles for submission
 \emph on
 Astronomy and Astrophysics
 \emph default
- (
-\begin_inset LatexCommand url
-name "www.edpsciences.fr/aa/"
-target "http://www.edpsciences.fr/aa/"
+ (www.edpsciences.fr/aa/ 
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://www.edpsciences.fr/aa/
+\end_layout
 
 \end_inset
 
@@ -4441,8 +4469,13 @@ aa.cls
 
 \begin_layout Standard
 \align center
-\begin_inset LatexCommand url
-target "ftp://ftp.edpsciences.org/pub/aa/readme.html"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+ftp://ftp.edpsciences.org/pub/aa/readme.html
+\end_layout
 
 \end_inset
 
@@ -4514,7 +4547,10 @@ ettings
 \begin_layout Itemize
 Don't change the option 
 \family sans
-Page\InsetSpace ~
+Page
+\begin_inset space ~
+\end_inset
+
 style
 \family default
 : Leave it set to 
@@ -4608,18 +4644,12 @@ maketitle
 \end_layout
 
 \begin_layout Standard
-If you want to place footnotes in the header block, e.\InsetSpace \thinspace{}
-g.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
+If you want to place footnotes in the header block, e.
+\begin_inset space \thinspace{}
+\end_inset
 
+g.
+\begin_inset space ~
 \end_inset
 
 to state your present address, just use the standard footnote via 
@@ -4894,7 +4924,10 @@ table*
 , therefore we won't tell much about it here.
  Refer to the 
 \emph on
-User's\InsetSpace ~
+User's
+\begin_inset space ~
+\end_inset
+
 Guide
 \emph default
 .
@@ -4909,7 +4942,10 @@ dit\SpecialChar \menuseparator
 \bar under
 P
 \bar default
-aragraph\InsetSpace ~
+aragraph
+\begin_inset space ~
+\end_inset
+
 Settings.
 \end_layout
 
@@ -4937,7 +4973,10 @@ Figure
 \bar under
 S
 \bar default
-pan\InsetSpace ~
+pan
+\begin_inset space ~
+\end_inset
+
 columns
 \family default
 .
@@ -4970,13 +5009,19 @@ nsert\SpecialChar \menuseparator
 \bar under
 S
 \bar default
-pecial\InsetSpace ~
+pecial
+\begin_inset space ~
+\end_inset
+
 Character
 \bar under
 \SpecialChar \menuseparator
 H
 \bar default
-orizontal\InsetSpace ~
+orizontal
+\begin_inset space ~
+\end_inset
+
 Fill
 \family default
 .
@@ -4985,7 +5030,10 @@ Fill
 \begin_layout Enumerate
 Switch to LaTeX mode: 
 \family sans
-M-c\InsetSpace ~
+M-c
+\begin_inset space ~
+\end_inset
+
 t
 \family default
 .
@@ -5008,7 +5056,10 @@ Do not close the brace!
 Position the cursor behind the caption text, switch to LaTeX mode and insert
  the closing brace: 
 \family sans
-M-c\InsetSpace ~
+M-c
+\begin_inset space ~
+\end_inset
+
 t
 \family default
  
@@ -5108,8 +5159,13 @@ AASTeX is a set of macros produced by the American Astronomical Society
 
 \begin_layout Standard
 \align center
-\begin_inset LatexCommand url
-target "http://www.journals.uchicago.edu/AAS/AASTeX"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://www.journals.uchicago.edu/AAS/AASTeX
+\end_layout
 
 \end_inset
 
@@ -5334,9 +5390,9 @@ Things that work as expected
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -5546,9 +5602,9 @@ Document
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -5792,9 +5848,9 @@ Things not implemented, use ERT
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -5934,9 +5990,9 @@ twocolumn
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -5968,7 +6024,10 @@ Chil
 \bar under
 d
 \bar default
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 Document
 \family default
  to include it in your LyX document.
@@ -6008,15 +6067,11 @@ Make certain that
 \family typewriter
 aastex.layout
 \family default
- appears in 
-\family typewriter
-/usr/.../share/lyx/layouts
-\family default
- or 
+ appears in LyX's 
 \family typewriter
-~/.lyx/layouts
+layouts
 \family default
-.
+ folder
 \end_layout
 
 \begin_layout Enumerate
@@ -6082,7 +6137,10 @@ dit\SpecialChar \menuseparator
 \bar under
 P
 \bar default
-aragraph\InsetSpace ~
+aragraph
+\begin_inset space ~
+\end_inset
+
 Settings
 \family default
 , then set the 
@@ -6102,7 +6160,8 @@ lock
 
 \begin_layout Subsubsection
 References
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "cite"
 
 \end_inset
@@ -6120,8 +6179,14 @@ no
  space between the last author and the parenthesis setting off the year;
  
 \emph on
-e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
 
 \emph default
 type 
@@ -6165,9 +6230,12 @@ plotone
 \backslash
 plotone
 \family default
-, etc.\InsetSpace ~
-commands as ERT into a Figure Float box if you desire, but I never
- have much luck getting the layout right.
+, etc.
+\begin_inset space ~
+\end_inset
+
+commands as ERT into a Figure Float box if you desire, but I never have
+ much luck getting the layout right.
  With the standard graphics, LyX will insert a 
 \family typewriter
 
@@ -6226,7 +6294,7 @@ Your mileage may vary.
 \end_layout
 
 \begin_layout Section
-qijmpc and ijmpd
+ijmpc and ijmpd
 \end_layout
 
 \begin_layout Standard
@@ -6264,18 +6332,28 @@ ws-ijmpd.cls
 , respectively.
  These files, together with instructions for the authors, can be downloaded
  from the sites 
-\begin_inset LatexCommand url
-target "http://www.worldscinet.com/ijmpc/mkt/guidelines.shtml"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://www.worldscinet.com/ijmpc/mkt/guidelines.shtml
+\end_layout
 
 \end_inset
 
  and 
-\begin_inset LatexCommand url
-target "http://www.worldscinet.com/ijmpd/mkt/guidelines.shtml"
+\begin_inset Flex URL
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
-.
+http://www.worldscinet.com/ijmpd/mkt/guidelines.shtml
+\end_layout
+
+\end_inset
+
+.
  Both packages are modified versions of the standard 
 \begin_inset Quotes eld
 \end_inset
@@ -6527,12 +6605,18 @@ Both packages use basic citations; the natbib package should not be used.
 \family typewriter
 refcite
 \family default
- command, e.\InsetSpace \thinspace{}
+ command, e.
+\begin_inset space \thinspace{}
+\end_inset
+
 g., 
 \begin_inset Quotes eld
 \end_inset
 
-See Ref.\InsetSpace ~
+See Ref.
+\begin_inset space ~
+\end_inset
+
 
 \family typewriter
 
@@ -6673,7 +6757,10 @@ Chil
 \bar under
 d
 \bar default
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 Document
 \family default
 ).
@@ -6719,7 +6806,7 @@ eX
 \begin_inset Foot
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Actually you have the choice between LaTeX (plain) and pdflatex.
  If you intend to use pdflatex to prepare the paper, you should use the
  pdflatex option so that included graphics are converted to PDF format,
@@ -6822,8 +6909,13 @@ 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"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+ftp://ftp.iop.org/pub/journals/latex2e
+\end_layout
 
 \end_inset
 
@@ -7000,15 +7092,25 @@ Astrophysics and Space Science
 Solar Physics
 \emph default
 , but there are many others (see a complete list at 
-\begin_inset LatexCommand url
-target "http://www.wkap.nl/jrnllist.htm/JRNLHOME"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://www.wkap.nl/jrnllist.htm/JRNLHOME
+\end_layout
 
 \end_inset
 
 ).
  The Kluwer package may be downloaded from the site 
-\begin_inset LatexCommand url
-target "http://www.wkap.nl/kaphtml.htm/STYLEFILES"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://www.wkap.nl/kaphtml.htm/STYLEFILES
+\end_layout
 
 \end_inset
 
@@ -7027,9 +7129,13 @@ peculiar
 \begin_inset Quotes erd
 \end_inset
 
- commands of the package (see\InsetSpace ~
+ commands of the package (see
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "subsec:kluwer_peculiarities"
 
 \end_inset
@@ -7172,7 +7278,10 @@ View the resulting
 \family typewriter
 .dvi
 \family default
- document using, e.\InsetSpace \thinspace{}
+ document using, e.
+\begin_inset space \thinspace{}
+\end_inset
+
 g., 
 \family sans
 xdvi
@@ -7189,7 +7298,8 @@ Peculiarities
 \end_inset
 
  of the Kluwer package
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "subsec:kluwer_peculiarities"
 
 \end_inset
@@ -7214,7 +7324,7 @@ It is possible to write multiple articles in the same LaTeX file
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 I can't imagine any good reason to do this.
 \end_layout
 
@@ -7271,9 +7381,11 @@ opening
 \end_inset
 
 .
- This is not implemented in LyX, so you must enter title, subtitle etc.\InsetSpace ~
-between
- two ERT lines (
+ This is not implemented in LyX, so you must enter title, subtitle etc.
+\begin_inset space ~
+\end_inset
+
+between two ERT lines (
 \family typewriter
 
 \backslash
@@ -7396,7 +7508,10 @@ scrbook.cls
 \family typewriter
 scrlettr.cls
 \family default
-, resp.\InsetSpace ~
+, resp.
+\begin_inset space ~
+\end_inset
+
 of the Koma-Script family.
  They are replacements for the standard document classes 
 \family typewriter
@@ -7448,7 +7563,7 @@ letter (koma-script)
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 There is a big difference between the bold sans serif old cm fonts and new
  ec fonts, especially in the appearance of headings.
  In comparison, the ec bold sans serif fonts look a bit thin.
@@ -7491,7 +7606,10 @@ E
 \bar under
 x
 \bar default
-tra\InsetSpace ~
+tra
+\begin_inset space ~
+\end_inset
+
 Options
 \family default
  of the dialog 
@@ -7577,7 +7695,7 @@ scrguide
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 There is an English translation 
 \emph on
 screnggu
@@ -7726,7 +7844,7 @@ article (koma-script)
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 There is also an 
 \family typewriter
 
@@ -7800,29 +7918,11 @@ captionbelow
 Dictum
 \family default
 : can be used to set a bonmot, e.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-,
-\end_layout
-
+\begin_inset space \thinspace{}
 \end_inset
 
 g.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
-
+\begin_inset space ~
 \end_inset
 
 at the beginning of a chapter.
@@ -7832,7 +7932,10 @@ at the beginning of a chapter.
 I
 \bar default
 nsert\SpecialChar \menuseparator
-Short\InsetSpace ~
+Short
+\begin_inset space ~
+\end_inset
+
 Title
 \family default
 ), you can insert the dictum's author there.
@@ -7875,7 +7978,7 @@ ordinary
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The corresponding LaTeX commands must appear before the 
 \family typewriter
 
@@ -8096,9 +8199,9 @@ letter (koma-script)
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -8166,9 +8269,9 @@ Verse
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -8186,7 +8289,7 @@ The appearance of the letter produced by this document class can be controlled
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 For example, the standard appearance of the letter`s heading, consisting
  of name and address, is quite self-willed.
  An 
@@ -8284,7 +8387,10 @@ L
 \shape italic
 O
 \shape default
-, resp.\InsetSpace ~
+, resp.
+\begin_inset space ~
+\end_inset
+
 in the left margin.
  It is possible to write any number of letters in one file.
  An 
@@ -8412,7 +8518,7 @@ Subject
 \begin_inset Foot
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 It could be seen as a matter of inconsequence, that the types 
 \family sans
 Letter
@@ -8470,8 +8576,14 @@ Telephone
 
 \begin_layout Standard
 The input types can also be used as empty paragraphs.
- This makes sense e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+ This makes sense e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
 for the 
 \family sans
 Signature
@@ -8851,29 +8963,11 @@ Closing
 NextAddress
 \family default
  will start a new letter (i.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-,
-\end_layout
-
+\begin_inset space \thinspace{}
 \end_inset
 
 e.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
-
+\begin_inset space ~
 \end_inset
 
 you can write several letters per document).
@@ -8924,7 +9018,7 @@ The biggest improvement is, though, that the letter's layout is configurable
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The KOMA package comes with some default 
 \family typewriter
 *.lco
@@ -9028,8 +9122,14 @@ ocument\SpecialChar \menuseparator
 \bar under
 T
 \bar default
-able\InsetSpace ~
-of\InsetSpace ~
+able
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
 Contents
 \family default
 ).
@@ -9096,8 +9196,13 @@ Description
 \begin_layout Standard
 These are the layout files for some of the journal formats used by Springer
  Verlag and listed on 
-\begin_inset LatexCommand url
-target "http://www.springer.de/author/tex/help-journals.html"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://www.springer.de/author/tex/help-journals.html
+\end_layout
 
 \end_inset
 
@@ -9108,7 +9213,10 @@ target "http://www.springer.de/author/tex/help-journals.html"
 \family typewriter
 svjour.inc
 \family default
-, which journal-specific layout files (such as, e.\InsetSpace \thinspace{}
+, which journal-specific layout files (such as, e.
+\begin_inset space \thinspace{}
+\end_inset
+
 g., 
 \family typewriter
 svjog.layout
@@ -9247,9 +9355,11 @@ ejour2
 \end_layout
 
 \begin_layout Standard
-Limitations e.\InsetSpace \thinspace{}
-g.: does not display the number for theorem-like layouts, just
- #.
+Limitations e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.: does not display the number for theorem-like layouts, just #.
 \end_layout
 
 \begin_layout Section
@@ -9275,8 +9385,13 @@ These are the layout files for some of the journals of the American Geophysical
  Society.
  It is assumed that you have both the AGU's own class files and AGUplus
  installed (everything to be found at
-\begin_inset LatexCommand url
-target "ftp://ftp.agu.org/journals/latex/journals"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+ftp://ftp.agu.org/journals/latex/journals
+\end_layout
 
 \end_inset
 
@@ -9488,8 +9603,13 @@ This is the layout file for the European Geophysical Society journals.
 egs.cls
 \family default
  can be downloaded from the web site of the EGS under 
-\begin_inset LatexCommand url
-target "www.copernicus.org"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+www.copernicus.org
+\end_layout
 
 \end_inset
 
@@ -9525,7 +9645,8 @@ Slides [aka
 Sli
 \noun default
 TeX]
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:slitex"
 
 \end_inset
@@ -9609,9 +9730,13 @@ slides (FoilTeX)
 \begin_inset Quotes erd
 \end_inset
 
-, check out section\InsetSpace ~
+, check out section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:foiltex"
 
 \end_inset
@@ -9641,7 +9766,7 @@ slides
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \SpecialChar \ldots{}
 or so I've been told repeatedly by its advocates.
  Having never used it, I have no idea if this claim is true or not.
@@ -9688,7 +9813,8 @@ slides
 
 \begin_layout Subsection
 Getting Started
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:slidesetup"
 
 \end_inset
@@ -9744,7 +9870,10 @@ The option
 \bar under
 P
 \bar default
-age\InsetSpace ~
+age
+\begin_inset space ~
+\end_inset
+
 style
 \family default
  behaves a bit differently for this class.
@@ -9814,9 +9943,13 @@ Using this options allows you to add time markers to
 Note
 \family default
 s.
- See section\InsetSpace ~
+ See section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:slideNote"
 
 \end_inset
@@ -9848,8 +9981,14 @@ slides
 F
 \bar default
 ile\SpecialChar \menuseparator
-New\InsetSpace ~
-from\InsetSpace ~
+New
+\begin_inset space ~
+\end_inset
+
+from
+\begin_inset space ~
+\end_inset
+
 
 \bar under
 T
@@ -9889,7 +10028,10 @@ Largest
 
  in the 
 \family sans
-Sans\InsetSpace ~
+Sans
+\begin_inset space ~
+\end_inset
+
 Serif
 \family default
  font.
@@ -10055,7 +10197,8 @@ LaTeX magic.
 
 \begin_layout Subsubsection
 Quirks of the New Environments
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:slideQuirk"
 
 \end_inset
@@ -10324,9 +10467,13 @@ Choosing the
 \family sans
 Slide
 \family default
- environment [in the manner described in section\InsetSpace ~
+ environment [in the manner described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:slideQuirk"
 
 \end_inset
@@ -10537,7 +10684,7 @@ Slide
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Presumably, mutliple 
 \family sans
 Overlay
@@ -10578,7 +10725,10 @@ s would have
 \begin_inset Quotes erd
 \end_inset
 
-, etc.\InsetSpace ~
+, etc.
+\begin_inset space ~
+\end_inset
+
 appended to the page number of the parent 
 \family sans
 Slide
@@ -10670,9 +10820,13 @@ VisibleText
 \family default
  are two command-like paragraph environments that make all subsequent text
  invisible and visible, respectively.
- Note from section\InsetSpace ~
+ Note from section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:slideQuirk"
 
 \end_inset
@@ -10865,7 +11019,7 @@ slides
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The commands of interest are: 
 \end_layout
 
@@ -10887,7 +11041,7 @@ visible \SpecialChar \ldots{}
  }
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \SpecialChar \ldots{}
 and need to be marked as TeX.
  The text whose 
@@ -10934,7 +11088,8 @@ Note
 Slide
 \family default
 
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:slideNote"
 
 \end_inset
@@ -11112,9 +11267,13 @@ clock
 \begin_inset Quotes erd
 \end_inset
 
- [see section\InsetSpace ~
+ [see section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:slidesetup"
 
 \end_inset
@@ -11410,8 +11569,14 @@ slides
 F
 \bar default
 ile\SpecialChar \menuseparator
-New\InsetSpace ~
-from\InsetSpace ~
+New
+\begin_inset space ~
+\end_inset
+
+from
+\begin_inset space ~
+\end_inset
+
 
 \bar under
 T
@@ -11466,7 +11631,9 @@ VisibleText
 onlyslides{
 \backslash
 slides}
-\newline
+\begin_inset Newline newline
+\end_inset
+
  
 \end_layout
 
@@ -11508,9 +11675,13 @@ TeX emulation
 \family sans
 Foils
 \family default
- class [see section\InsetSpace ~
+ class [see section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:foiltex"
 
 \end_inset
@@ -11532,7 +11703,7 @@ seminar
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Perhaps you can take on the task\SpecialChar \ldots{}
 
 \end_layout
@@ -11552,7 +11723,8 @@ Foil
 TeX
 \noun default
 ]
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:foiltex"
 
 \end_inset
@@ -11634,9 +11806,13 @@ slides (default)
 \begin_inset Quotes erd
 \end_inset
 
-, check out section\InsetSpace ~
+, check out section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:slitex"
 
 \end_inset
@@ -11705,13 +11881,19 @@ lass
 \family default
  entry in the 
 \family sans
-Document\InsetSpace ~
+Document
+\begin_inset space ~
+\end_inset
+
 Layout
 \family default
  dialog.
  There are some settings in the 
 \family sans
-Document\InsetSpace ~
+Document
+\begin_inset space ~
+\end_inset
+
 Layout
 \family default
  dialog that you should know about that are specific to this class:
@@ -11728,7 +11910,10 @@ Columns
 \family default
  on the 
 \family sans
-Document\InsetSpace ~
+Document
+\begin_inset space ~
+\end_inset
+
 Layout
 \family default
  dialog.
@@ -11790,9 +11975,13 @@ Foil
 \family default
 TeX provides extensive footer and header capabilities including a user-defined
  logo.
- See section\InsetSpace ~
+ See section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:foilfoot"
 
 \end_inset
@@ -11812,7 +12001,7 @@ always
 \end_layout
 
 \begin_deeper
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMM
 
 \family sans
@@ -11825,7 +12014,7 @@ empty
  
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMM
 
 \family sans
@@ -11837,7 +12026,7 @@ plain
  No other headings or footers (other than footnotes).
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMM
 
 \series bold
@@ -11848,7 +12037,7 @@ foilheadings
  This is also the default.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMM
 
 \series bold
@@ -11890,7 +12079,7 @@ ettings
  dialog.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11901,7 +12090,7 @@ ettings
  this medium.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11911,7 +12100,7 @@ headrule
  title page.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11921,7 +12110,7 @@ footrule
  title page.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11940,7 +12129,7 @@ TeX to use the dvips driver to rotate those pages that are set as landscape
  foils.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11961,7 +12150,7 @@ Rotatefoilhead
  environments (don't worry these are described in the next section).
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11970,7 +12159,7 @@ leqno
  Equation numbers on the left.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -12000,9 +12189,9 @@ TeX as well as a couple added by LyX.
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12124,9 +12313,9 @@ Comment
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12191,9 +12380,9 @@ TeX also provides a comprehensive box of goodies for presenting them:
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12273,9 +12462,9 @@ Definition*
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12330,9 +12519,9 @@ Martin Vermeer
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12347,7 +12536,10 @@ begin{multicols}{2}
 \begin_layout Itemize
 
 \family sans
-My\InsetSpace ~
+My
+\begin_inset space ~
+\end_inset
+
 Logo
 \end_layout
 
@@ -12360,36 +12552,47 @@ Restriction
 \begin_layout Itemize
 
 \family sans
-Right\InsetSpace ~
+Right
+\begin_inset space ~
+\end_inset
+
 Footer
 \end_layout
 
 \begin_layout Itemize
 
 \family sans
-Right\InsetSpace ~
+Right
+\begin_inset space ~
+\end_inset
+
 Header
 \end_layout
 
 \begin_layout Itemize
 
 \family sans
-Left\InsetSpace ~
+Left
+\begin_inset space ~
+\end_inset
+
 Header
 \end_layout
 
 \begin_deeper
 \begin_layout Standard
-\InsetSpace ~
+\begin_inset space ~
+\end_inset
+
 
 \end_layout
 
 \end_deeper
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12407,9 +12610,13 @@ There are also a few commands provided by
 Foil
 \family default
 TeX that aren't directly supported by LyX but I'll tell you what they do
- and how to use them in section\InsetSpace ~
+ and how to use them in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:unsuppfoils"
 
 \end_inset
@@ -12584,13 +12791,23 @@ User's Guide.
  If you intend to use itemized lists you might also want to read about the
  
 \family sans
-Itemize\InsetSpace ~
-Bullet\InsetSpace ~
+Itemize
+\begin_inset space ~
+\end_inset
+
+Bullet
+\begin_inset space ~
+\end_inset
+
 Selection
 \family default
- dialog described above in section\InsetSpace ~
+ dialog described above in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:bullet"
 
 \end_inset
@@ -12639,7 +12856,8 @@ TeX redefines the floating tables and figures so that they appear exactly
 
 \begin_layout Subsubsection
 Page Headers and Footers
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:foilfoot"
 
 \end_inset
@@ -12650,7 +12868,10 @@ name "sec:foilfoot"
 \begin_layout Standard
 
 \family sans
-My\InsetSpace ~
+My
+\begin_inset space ~
+\end_inset
+
 Logo
 \family default
  and 
@@ -12675,10 +12896,16 @@ TeX-
  While the second is meant to provide a classification for the audience,
  
 \emph on
-e.\InsetSpace \thinspace{}
+e.
+\begin_inset space \thinspace{}
+\end_inset
+
 g.
 \emph default
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 Confidential.
  It is empty by default.
 \end_layout
@@ -12686,17 +12913,26 @@ Confidential.
 \begin_layout Standard
 The remaining page corners can be filled by 
 \family sans
-Right\InsetSpace ~
+Right
+\begin_inset space ~
+\end_inset
+
 Footer
 \family default
  (which defaults to page numbers), 
 \family sans
-Right\InsetSpace ~
+Right
+\begin_inset space ~
+\end_inset
+
 Header
 \family default
  (top right) and 
 \family sans
-Left\InsetSpace ~
+Left
+\begin_inset space ~
+\end_inset
+
 Header
 \family default
  (top left).
@@ -12708,7 +12944,8 @@ Unsupported
 Foil
 \family default
 TeX Goodies
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:unsuppfoils"
 
 \end_inset
@@ -12811,7 +13048,7 @@ foilheadskip}{-0.5in}
 The spacings around floats can be adjusted by setting these lengths:
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12822,7 +13059,7 @@ abovefloatskip
  Separation between the text and the top of the float
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12833,7 +13070,7 @@ abovecaptionskip
  Separation between the float and the caption
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12844,7 +13081,7 @@ belowcaptionskip
  Separation between the caption and the following text
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12868,7 +13105,7 @@ There are also several title page related lengths that you may find useful
  if you have a long title or several authors:
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12881,7 +13118,7 @@ abovetitleskip
 Title
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12900,7 +13137,7 @@ Author
  environments
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12915,7 +13152,7 @@ Author
  lines
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12932,7 +13169,7 @@ Author
 Date
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -13023,7 +13260,10 @@ fancy
 \family default
  page style setting in the 
 \family sans
-Document\InsetSpace ~
+Document
+\begin_inset space ~
+\end_inset
+
 Layout
 \family default
  dialog you should probably add 
@@ -13235,7 +13475,9 @@ The following environments are available.
 
 \family sans
 Standard
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Used where nothing else works.
@@ -13248,13 +13490,17 @@ Used where nothing else works.
 FADE_IN
 \family default
 :
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 
 \family sans
 M-z S-I
 \family default
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 Usually followed by something like 
 \begin_inset Quotes eld
 \end_inset
@@ -13270,9 +13516,13 @@ on Sally waking up.
 
 \family sans
 INT:
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z i
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Introduces a new INTERIOR camera set-up.
@@ -13285,9 +13535,13 @@ Introduces a new INTERIOR camera set-up.
 
 \family sans
 EXT:
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z e
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Introduces a new EXTERIOR camera set-up.
@@ -13298,9 +13552,13 @@ Introduces a new EXTERIOR camera set-up.
 
 \family sans
 Speaker
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z s
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 The character speaking.
@@ -13310,9 +13568,13 @@ The character speaking.
 
 \family sans
 Parenthetical
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z p
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Instructions to the speaker.
@@ -13324,9 +13586,13 @@ Instructions to the speaker.
 
 \family sans
 Dialogue
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z d
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 What the 
@@ -13340,14 +13606,24 @@ Speaker
 
 \family sans
 Transition
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z t
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Camera movement instruction.
- e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+ e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
 CUT TO:
 \end_layout
 
@@ -13355,7 +13631,9 @@ CUT TO:
 
 \family sans
 FADE OUT:
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-I
 \end_layout
 
@@ -13363,7 +13641,9 @@ M-z S-I
 
 \family sans
 Author
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-A
 \end_layout
 
@@ -13371,7 +13651,9 @@ M-z S-A
 
 \family sans
 Title
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-T
 \end_layout
 
@@ -13379,7 +13661,9 @@ M-z S-T
 
 \family sans
 Right_Address
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z r
 \end_layout
 
@@ -13475,7 +13759,9 @@ The following environments are available.
 
 \family sans
 Standard
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 You should not have to use this, but it is here for anything that does not
@@ -13486,9 +13772,13 @@ You should not have to use this, but it is here for anything that does not
 
 \family sans
 Narrative
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z n
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Used to describe stage setting and the action.
@@ -13499,9 +13789,13 @@ Used to describe stage setting and the action.
 
 \family sans
 ACT
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z a
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Automatically numbered.
@@ -13512,9 +13806,13 @@ Automatically numbered.
 
 \family sans
 ACT*
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S at
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Subtitle for 
@@ -13529,9 +13827,13 @@ ACT.
 
 \family sans
 SCENE
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-S
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Not automatically numbered.
@@ -13543,9 +13845,13 @@ Not automatically numbered.
 
 \family sans
 AT_RISE:
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-R
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 A special case of Narrative to describe the setting and action as the curtain
@@ -13556,9 +13862,13 @@ A special case of Narrative to describe the setting and action as the curtain
 
 \family sans
 Speaker
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z s
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 The speaker's (actor's) title, centered in all CAPS.
@@ -13568,9 +13878,13 @@ The speaker's (actor's) title, centered in all CAPS.
 
 \family sans
 Parenthetical
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z p
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 Instructions to the speaker.
@@ -13587,9 +13901,13 @@ Dialogue
 
 \family sans
 Dialogue
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z d
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 What the Speaker says.
@@ -13599,9 +13917,13 @@ What the Speaker says.
 
 \family sans
 CURTAIN
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-C
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \family default
 The curtain comes down.
@@ -13611,7 +13933,9 @@ The curtain comes down.
 
 \family sans
 Title
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-T
 \end_layout
 
@@ -13619,7 +13943,9 @@ M-z S-T
 
 \family sans
 Author
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-A
 \end_layout
 
@@ -13627,7 +13953,9 @@ M-z S-A
 
 \family sans
 Right_Address
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z r
 \end_layout
 
@@ -13656,7 +13984,10 @@ Amir Karger
 \noindent
 The 
 \family sans
-Revtex\InsetSpace ~
+Revtex
+\begin_inset space ~
+\end_inset
+
 4
 \family default
  textclass works with the American Physical Sociey's RevTeX 4.0 (the 
@@ -13678,7 +14009,10 @@ Revtex
  Since RevTeX 4.0 has been designed to work much more cleanly with LaTeX2e,
  LyX with the 
 \family sans
-RevTeX\InsetSpace ~
+RevTeX
+\begin_inset space ~
+\end_inset
+
 4
 \family default
  textclass should also be pretty easy to use.
@@ -13700,10 +14034,14 @@ Installation
 \begin_layout Standard
 All you need to do is install RevTeX 4, as described in the package's README
  file.
- The package can be found at 
-\begin_inset LatexCommand url
-name "The RevTeX 4 Web Site"
-target "http://publish.aps.org/revtex4/"
+ The package can be found at The RevTeX 4 Web Site 
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://publish.aps.org/revtex4/
+\end_layout
 
 \end_inset
 
@@ -13719,11 +14057,14 @@ target "http://publish.aps.org/revtex4/"
 Probably the easiest way to get started is either to import a RevTeX 4 document
  using 
 \family typewriter
-reLyX
+tex2lyx
 \family default
 , or to use the 
 \family sans
-Revtex\InsetSpace ~
+Revtex
+\begin_inset space ~
+\end_inset
+
 4
 \family default
  template, found in the templates directory.
 \bar under
 x
 \bar default
-tra\InsetSpace ~
+tra
+\begin_inset space ~
+\end_inset
+
 Options
 \family default
  field in the 
 \family sans
-Document\InsetSpace ~
+Document
+\begin_inset space ~
+\end_inset
+
 Layout
 \family default
  dialog, as usual.
@@ -13781,14 +14128,20 @@ Other preamble matter, like
 \backslash
 draft
 \family default
- etc.\InsetSpace ~
+ etc.
+\begin_inset space ~
+\end_inset
+
 goes in the 
 \family sans
 La
 \family default
 T
 \family sans
-eX\InsetSpace ~
+eX
+\begin_inset space ~
+\end_inset
+
 Preamble
 \family default
  dialog, also as usual.
@@ -13819,10 +14172,10 @@ Affiliation
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 In case you're curious, both were included so that 
 \family typewriter
-reLyX
+tex2lyx
 \family default
  would be able to translate both 
 \family typewriter
@@ -13887,12 +14240,18 @@ Author
 \begin_layout Standard
 Also, the 
 \family sans
-Author\InsetSpace ~
+Author
+\begin_inset space ~
+\end_inset
+
 Email
 \family default
 , 
 \family sans
-Author\InsetSpace ~
+Author
+\begin_inset space ~
+\end_inset
+
 URL
 \family default
 , and 
@@ -13938,7 +14297,10 @@ The main problem with this layout is that you can't use the optional arguments
  to the Section layouts either.) This means that after you export that file
  to LaTeX (which you'll need to do eventually to send it in to APS), you'll
  need to edit the LaTeX file with a text editor to add the optional arguments
- to set, e.\InsetSpace \thinspace{}
+ to set, e.
+\begin_inset space \thinspace{}
+\end_inset
+
 g., the running title for the page headers.
  Lacking these layouts makes the 
 \family typewriter
@@ -13957,7 +14319,7 @@ altaddress
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \emph on
 Note from JMarc:
@@ -13976,7 +14338,7 @@ Article (mwart), book (mwbk) and report (mwrep)
 \begin_inset OptArg
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The 
 \family typewriter
 mw
@@ -14079,1325 +14441,544 @@ markboth
 ,
 \end_layout
 
-\begin_layout Description
-myuheadings custom header with separated lines,
-\end_layout
-
-\begin_layout Description
-outer page number is placed on outer side of page
-\end_layout
-
-\end_deeper
-\begin_layout Itemize
-Options 
-\end_layout
-
-\begin_deeper
-\begin_layout Description
-rmheadings serif titles --- default,
-\end_layout
-
-\begin_layout Description
-sfheadings sansserif titles,
-\end_layout
-
-\begin_layout Description
-authortitle on title page first placed is author next title --- default,
-\end_layout
-
-\begin_layout Description
-titleauthor on title page first placed is title next author,
-\end_layout
-
-\begin_layout Description
-withmarginpar reserve place on page for margins.
-\end_layout
-
-\end_deeper
-\begin_layout Section
-Elsevier Journals
-\end_layout
-
-\begin_layout Standard
-By 
-\noun on
-Rod Pinna
-\end_layout
-
-\begin_layout Standard
-Elsevier Science Publishers B.V.
- provides a standard LaTeX document class (
-\family typewriter
-elsart.cls
-\family default
-) for submitting articles to their various journals.
- The style file can be downloaded directly from their web site: 
-\begin_inset LatexCommand url
-target "http://authors.elsevier.com/"
-
-\end_inset
-
-.
- Instructions are supplied along with the class file, which details the
- requirements of the publishers.
- LyX includes package that allows for the use of this class, by a layout
- and a template file.
- Installation of the class file is the same as for any other LaTeX package;
- instructions are provided in the Elsevier documentation.
-\end_layout
-
-\begin_layout Standard
-To make use of 
-\family typewriter
-elsart.cls
-\family default
-, a file 
-\family typewriter
-elsart.layout
-\family default
- is supplied.
- As the Elsevier class file is based mainly on the standard article class,
- most of the normal functionality is provided.
- The Elsevier class defines a number of mathematical environments, which
- are similar to the AMS environments.
- These commands are all described in the Elsevier documentation, and are
- available in LyX.
-\end_layout
-
-\begin_layout Standard
-The easiest way to use the Elsevier style is to base documents on the included
- template file.
- It is best not to use options such as fancy headings or the geometry package,
- as elements such as these are defined by Elsevier in their style file.
- Ideally, no extra packages except those mentioned in the Elsevier documentation
- should be used.
- Essentially, Elsevier require as 
-\begin_inset Quotes eld
-\end_inset
-
-clean
-\begin_inset Quotes erd
-\end_inset
-
- a 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-LaTeX
-\end_layout
-
-\end_inset
-
- file as possible, as their intention is to take the supplied file and replace
- the class file with one for the particular journal to which the paper has
- been submitted.
- This also means that not too much time should be spent on the formating
- of the document.
- When it comes to be published, this will change anyway.
- The rest of the usage for this layout is substantially the same as for
- the normal article class.
- For details of what Elsevier do and don't allow, refer to their documentation.
-\end_layout
-
-\begin_layout Section
-Memoir
-\end_layout
-
-\begin_layout Standard
-By 
-\noun on
-Jürgen Spitzmüller
-\end_layout
-
-\begin_layout Subsection
-Overview
-\end_layout
-
-\begin_layout Standard
-Memoir is a very powerful and constantly evolving class.
- It has been designed with regard to fictional and non-fictional literature.
- Its aim is to let the user have maximum control over the typesetting of
- his document.
- Memoir is based on the standard book class, but it can also emulate the
- article class (see below).
-\end_layout
-
-\begin_layout Standard
-Peter Wilson, the developer of Memoir, is known as the author of lots of
- useful packages in the LaTeX world.
- Most of them have been merged with Memoir.
- Therefore, it is much easier to layout the table of contents, appendices,
- chapter designs and such.
- LyX, though, does not support all of these goodies natively.
- Some of them might be added to forthcoming releases
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-You are invited to send suggestions to 
-\begin_inset LatexCommand url
-target "lyx-devel@lists.lyx.org"
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
-, lots will probably never, due to the limitations of LyX's framework.
- Of course you can still use all features with the help of some native LaTeX
- commands (ERT
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-Cf.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
-
-\end_inset
-
-section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:Inserting-LaTeX-Code"
-
-\end_inset
-
- for details.
-\end_layout
-
-\end_inset
-
-).
- In this section, we can only list those features which are natively supported
- by LyX.
- For detailed descriptions (and for the rest of features) we are recommending
- to have a look at the detailed manual of the Memoir class
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-Cf.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
-
-\end_inset
-
-
-\begin_inset LatexCommand url
-target "CTAN:/macros/latex/memoir/memman.pdf"
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
-, which is not only a user guide for the class, but also both a comprehensive
- description on good typesetting and a superb example for good typesetting
- itself.
-\end_layout
-
-\begin_layout Subsection
-Basic features and restrictions
-\end_layout
-
-\begin_layout Standard
-Memoir supports basically all features of the standard book classes.
- There are, however, some differences, as follows:
-\end_layout
-
-\begin_layout Description
-Font\InsetSpace ~
-sizes: Memoir has a broader range of font sizes: 9, 10, 11, 12, 14,
- 17
-\end_layout
-
-\begin_layout Description
-Page\InsetSpace ~
-style: The fancy page style is not supported, due to a command clash
- between Memoir and the fancyhdr package (they are both defining a command
- with the same name, which confuses LaTeX).
- Instead, Memoir comes with a bunch of own page styles (see 
-\family sans
-Layout\SpecialChar \menuseparator
-Document\SpecialChar \menuseparator
-Page\InsetSpace ~
-Style
-\family default
-).
- If you want to use these for the chapter pages, you have to use the command
-\family typewriter
-
-\backslash
-chapterstyle
-\family default
- in the main text or in preamble (e.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-,
-\end_layout
-
-\end_inset
-
-g.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
-
-\end_inset
-
-
-\family typewriter
-
-\backslash
-chapterstyle{companion}
-\family default
-).
-\end_layout
-
-\begin_layout Description
-Sectioning: Sectionings (chapter, section, subsection etc.) are coming with
- an optional argument in the standard classes.
- With this, you can specify an alternative version of the title for the
- table of contents and the headers (for instance, if the title is too long).
- In LyX, you can do this via 
-\family sans
-Insert\SpecialChar \menuseparator
-Short\InsetSpace ~
-Title
-\family default
- at the beginning of a chapter/section.
- Memoir features a second optional argument and thus separates the table
- of contents from the header.
- You can define three variants of a title with this: one for the main text,
- one for the table of contents, and one for the headers.
- Simply insert two optional arguments if you need this feature, the first
- one containing the short title for the Table of Contents, the second one
- containing an alternative short title for the headers.
-\end_layout
-
-\begin_layout Description
-TOC/LOT/LOF: In the standard classes (and in many other classes), the table
- of contents, the list of figures and the list of table start a new page
- automatically.
- Memoir does not follow this route.
- You have to insert a page break yourself, if you want to have one.
-\end_layout
-
-\begin_layout Description
-Titlepage: For some unknown reason, Memoir uses pagination on the title
- page (in the standard classes, title pages are 
-\begin_inset Quotes eld
-\end_inset
-
-empty
-\begin_inset Quotes erd
-\end_inset
-
-, i.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-,
-\end_layout
-
-\end_inset
-
-e.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
-
-\end_inset
-
-without pagina).
- If you want an empty title page, type 
-\family typewriter
-
-\backslash
-aliaspagestyle{title}{empty}
-\family default
- in the preamble.
-\end_layout
-
-\begin_layout Description
-Article: With the class option 
-\emph on
-article
-\emph default
- (to be inserted in 
-\family sans
-Layout\SpecialChar \menuseparator
-Document\SpecialChar \menuseparator
-Extra\InsetSpace ~
-Options
-\family default
-), you can emulate article style.
- That is, counters (footnotes, figures, tables etc.) will not be reset on
- new chapters, chapters don't start a new page (but are---in contrary to
-\begin_inset Quotes eld
-\end_inset
-
-real
-\begin_inset Quotes erd
-\end_inset
-
- article classes---still allowed), parts, though, use their own page, as
- in book.
-\end_layout
-
-\begin_layout Description
-Oldfontcommands: By default, Memoir does not allow the use of the deprecated
- font commands, which have been used in the old LaTeX version 2.09 (e.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-,
-\end_layout
-
-\end_inset
-
-g.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
-
-\end_inset
-
-
-\family typewriter
-
-\backslash
-rm
-\family default
-, 
-\family typewriter
-
-\backslash
-it
-\family default
-).
- It produces an error and stops LaTeX whenever such a command appears.
- The class option 
-\emph on
-oldfontcommands
-\emph default
- reallows the commands and spits out warnings instead (which does at least
- not stop LaTeX).
- Since a lot of packages and particularly BibTeX style files are still using
- those commands, we have decided to use this option by default.
-\end_layout
-
-\begin_layout Subsection
-Extra features
-\end_layout
-
-\begin_layout Standard
-We will only describe the features supported by LyX (which is not much currently
-).
- Please consult the Memoir manual
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-Cf.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
-
-\end_inset
-
-
-\begin_inset LatexCommand url
-target "CTAN:/macros/latex/memoir/memman.pdf"
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
- for details.
-\end_layout
-
-\begin_layout Description
-Abstract: You may wonder why an abstract is an extra feature.
- Well, it is in book class.
- Usually books don't have abstracts.
- Memoir, however, has.
- You can use it wherever and how often you like.
-\end_layout
-
-\begin_layout Description
-Chapterprecis: You may know this from belletristic: The contents of a chapter
- is shortly described below the title and also in the table of contents
- (e.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-,
-\end_layout
-
-\end_inset
-
-g.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-\end_layout
-
-\end_inset
-
-
-\emph on
-Our hero arrives in Troia; he loses some friends; he finds others
-\emph default
-).
- Chapterprecis does exactly this.
- It is therefore only sensible below a chapter.
-\end_layout
-
-\begin_layout Description
-Epigraph: An epigraph is a smart slogan or motto at the beginning of a chapter.
- The epigraph environment provides an elegant way of typesetting such a
- motto.
- The motto itself (text) and its author (source) are divided by a short
- line.
- Unfortunately, we have to fool LyX a bit here again, since the environment
- needs two arguments (text and source).
- In this case, we have to use curly brackets (in TeX mode) between the two
- arguments: 
-\emph on
-<smart slogan>
-\emph default
-\family typewriter
-}{
-\family default
-\emph on
-<author of the slogan>.
-\end_layout
-
-\begin_layout Description
-Poemtitle: Memoir has lots of possibilities to typeset poetry (up to very
- complex figurative poems).
- LyX can only support a few of them.
- One is poemtitle, which is a centered title for poems, which will also
- be added to the table of contents (verse is the standard environment for
- poems.
- Memoir has some enhanced versions of verse, but you need to use ERT, because
- they have to be nested inside regular verse environments, which is not
- possible with LyX).
-\end_layout
-
-\begin_layout Description
-Poemtitle*: Same as poemtitle, but it adds no entry to the table of contents.
-\end_layout
-
-\begin_layout Chapter
-Importing and Exporting Alternate File Formats
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Importing and Exporting
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Section
-Considerations
-\end_layout
-
-\begin_layout Standard
-Importing and exporting LyX documents from/to other formats has been touched
- on briefly in the 
-\emph on
-User Guide
-\emph default
-.
- Here we describe more of the gory details needed to understand just what
- is going on when you click on the 
-\family sans
-\bar under
-F
-\bar default
-ile\SpecialChar \menuseparator
-
-\bar under
-I
-\bar default
-mport
-\family default
- and 
-\family sans
-\bar under
-F
-\bar default
-ile\SpecialChar \menuseparator
-E
-\bar under
-x
-\bar default
-port
-\family default
- menu items.
-\end_layout
-
-\begin_layout Section
-Importing Other Formats
-\end_layout
-
-\begin_layout Subsection
-LaTeX
-\end_layout
-
-\begin_layout Standard
-Translating from LaTeX into LyX is performed by a Perl script called reLyX.
- Although it is a standalone program which can be called from the command
- line, LyX will call it automatically when a LaTeX document is imported.
- See section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:reLyX"
-
-\end_inset
-
- for a complete description.
- There are no user tunable parameters for reLyX within LyX.
-\end_layout
-
-\begin_layout Subsection
-ASCII Text
+\begin_layout Description
+myuheadings custom header with separated lines,
 \end_layout
 
-\begin_layout Standard
-When importing plain ASCII text, there are two methods of reading the file.
- Importing 
-\begin_inset Quotes eld
-\end_inset
-
-as lines
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Description
+outer page number is placed on outer side of page
+\end_layout
 
- preserves all the linebreaks in the ASCII; to LyX, then, each line looks
- like a paragraph.
- Importing 
-\begin_inset Quotes eld
-\end_inset
+\end_deeper
+\begin_layout Itemize
+Options 
+\end_layout
 
-as paragraphs
-\begin_inset Quotes erd
-\end_inset
+\begin_deeper
+\begin_layout Description
+rmheadings serif titles --- default,
+\end_layout
 
- assumes that consecutive lines separated by only a single linebreak form
- a single paragraph.
- Successive linebreaks with no intervening text are thus assumed to be paragraph
- delimiters.
+\begin_layout Description
+sfheadings sansserif titles,
 \end_layout
 
-\begin_layout Subsection
-Noweb
+\begin_layout Description
+authortitle on title page first placed is author next title --- default,
 \end_layout
 
-\begin_layout Standard
+\begin_layout Description
+titleauthor on title page first placed is title next author,
+\end_layout
 
-\emph on
-[Editor's note: Needs to be written, obviously - any volunteers? --- mer]
+\begin_layout Description
+withmarginpar reserve place on page for margins.
 \end_layout
 
+\end_deeper
 \begin_layout Section
-Exporting Other Formats
+Elsevier Journals
 \end_layout
 
 \begin_layout Standard
-The output formats listed here in the following are also explained concerning
- possible graphics formats in the 
-\emph on
-Embedded Objects
-\emph default
- manual.
-\end_layout
-
-\begin_layout Subsection
-LaTeX
+By 
+\noun on
+Rod Pinna
 \end_layout
 
 \begin_layout Standard
-LyX generates two types of LaTeX files: stripped down versions for the normal
- processing (
-\family sans
-View DVI
+Elsevier Science Publishers B.V.
+ provides a standard LaTeX document class (
+\family typewriter
+elsart.cls
 \family default
-, etc.) which one normally never sees
-\begin_inset Foot
+) for submitting articles to their various journals.
+ The style file can be downloaded directly from their web site: 
+\begin_inset Flex URL
 status collapsed
 
-\begin_layout Standard
-The resulting file is a perfectly valid LaTeX file, though the preamble
- might look a bit strange since it includes some definitions used by LyX
- which wouldn't show up in most human-written files.
-\end_layout
-
-\end_inset
-
-, and human readable forms which are suitable for exchanging with your colleague
-s.
- The only settable option for the translation is the line length of the
- output file.
- The default is 65 characters, but it can be set in 
-\family sans
-\bar under
-T
-\bar default
-ools
-\family default
-\SpecialChar \menuseparator
-
-\family sans
-\bar under
-P
-\bar default
-references
-\family default
- using the 
-\family sans
-\bar under
-A
-\bar default
-scii\InsetSpace ~
-line\InsetSpace ~
-length
-\family default
- field.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Subsection
-Device Independent Files
+http://authors.elsevier.com/
 \end_layout
 
-\begin_layout Standard
-Device Independent files (DVI files) are produced by running LaTeX on your
- document.
- There are no user settable options.
-\end_layout
+\end_inset
 
-\begin_layout Subsection
-PostScript
+.
+ Instructions are supplied along with the class file, which details the
+ requirements of the publishers.
+ LyX includes package that allows for the use of this class, by a layout
+ and a template file.
+ Installation of the class file is the same as for any other LaTeX package;
+ instructions are provided in the Elsevier documentation.
 \end_layout
 
 \begin_layout Standard
-The next step in the conversion chain is converting a DVI file into Postscript.
- You can either use 
-\family sans
-\bar under
-F
-\bar default
-ile
-\family default
-\SpecialChar \menuseparator
-
-\family sans
-\bar under
-E
-\bar default
-xport
-\family default
-\SpecialChar \menuseparator
-
-\family sans
-Pos
-\bar under
-t
-\bar default
-script
-\family default
- or, if you need more control on the result, 
-\family sans
-\bar under
-F
-\bar default
-ile
-\family default
-\SpecialChar \menuseparator
-
-\family sans
-\bar under
-P
-\bar default
-rint
-\family default
-.
- If you use the later, note that it is possible to configure, in 
-\family sans
-\bar under
-T
-\bar default
-ools
+To make use of 
+\family typewriter
+elsart.cls
 \family default
-\SpecialChar \menuseparator
-
-\family sans
-\bar under
-P
-\bar default
-references
+, a file 
+\family typewriter
+elsart.layout
 \family default
-, the options passed to the dvips program to achieve different effects.
-\end_layout
-
-\begin_layout Subsection
-ASCII text
+ is supplied.
+ As the Elsevier class file is based mainly on the standard article class,
+ most of the normal functionality is provided.
+ The Elsevier class defines a number of mathematical environments, which
+ are similar to the AMS environments.
+ These commands are all described in the Elsevier documentation, and are
+ available in LyX.
 \end_layout
 
 \begin_layout Standard
-Exporting as ASCII attempts to preserve the 
+The easiest way to use the Elsevier style is to base documents on the included
+ template file.
+ It is best not to use options such as fancy headings or the geometry package,
+ as elements such as these are defined by Elsevier in their style file.
+ Ideally, no extra packages except those mentioned in the Elsevier documentation
+ should be used.
+ Essentially, Elsevier require as 
 \begin_inset Quotes eld
 \end_inset
 
-shape
+clean
 \begin_inset Quotes erd
 \end_inset
 
- of the document as well as possible, but things like centering and indentation
- are thrown out; paragraphs are separated by blank lines.
- Section numbering and cross-references are done correctly, so the resulting
- text files is remarkably readable.
- The only changeable option is the length of lines, as for LaTeX output.
+ a LaTeX file as possible, as their intention is to take the supplied file
+ and replace the class file with one for the particular journal to which
+ the paper has been submitted.
+ This also means that not too much time should be spent on the formating
+ of the document.
+ When it comes to be published, this will change anyway.
+ The rest of the usage for this layout is substantially the same as for
+ the normal article class.
+ For details of what Elsevier do and don't allow, refer to their documentation.
 \end_layout
 
-\begin_layout Subsection
-HTML
+\begin_layout Section
+Memoir
 \end_layout
 
 \begin_layout Standard
-LyX documents can be converted to hypertext markup, usually by converting
- to LaTeX first, then converting that to HTML\SpecialChar \@.
- Four LaTeX
-\begin_inset Formula $\rightarrow$
-\end_inset
-
-HTML converters are currently known to LyX: 
-\family typewriter
-tth
-\family default
-, 
-\family typewriter
-latex2html
-\family default
-, 
-\family typewriter
-hevea
-\family default
- and 
-\family typewriter
-htlatex
-\family default
-.
- Though they are autodetected, you can overide the selection in preferences.
- You can also include further command line options in this dialog.
+By 
+\noun on
+Jürgen Spitzmüller
 \end_layout
 
 \begin_layout Subsection
-PDF
+Overview
 \end_layout
 
 \begin_layout Standard
-by 
-\noun on
-Dekel Tsur
-\noun default
- (mostly)
+Memoir is a very powerful and constantly evolving class.
+ It has been designed with regard to fictional and non-fictional literature.
+ Its aim is to let the user have maximum control over the typesetting of
+ his document.
+ Memoir is based on the standard book class, but it can also emulate the
+ article class (see below).
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
+Peter Wilson, the developer of Memoir, is known as the author of lots of
+ useful packages in the LaTeX world.
+ Most of them have been merged with Memoir.
+ Therefore, it is much easier to layout the table of contents, appendices,
+ chapter designs and such.
+ LyX, though, does not support all of these goodies natively.
+ Some of them might be added to forthcoming releases
+\begin_inset Foot
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
+You are invited to send suggestions to 
+\begin_inset Flex URL
+status collapsed
 
-\begin_layout Standard
-The fastest way to generate a basic PDF file (no tags, links, etc.) with
- any version of LyX is to save the document as a Postscript file, then run
- the 
-\family typewriter
-ps2pdf
-\family default
- command on it.
- Starting with version 1.1.6, the menu item 
-\family sans
-File->Export->PDF
-\family default
- will do all this for you.
- There are some issues with fonts that you need to pay attention to: see
- Section\InsetSpace ~
+\begin_layout Plain Layout
 
-\begin_inset LatexCommand ref
-reference "sec:badfonts"
+lyx-devel@lists.lyx.org
+\end_layout
 
 \end_inset
 
 .
- Also, as of version 1.1.6, there is a better method that will generate much
- more sophisticated files.
 \end_layout
 
-\begin_layout Subsubsection
-Use pdfLaTeX
-\end_layout
+\end_inset
 
-\begin_layout Standard
-With pdfLaTeX you cannot use pstricks.
- On the other hand, with pdfLaTeX it is possible to insert directly images
- in JPEG, PDF or PNG format, use TrueType fonts, and more.
+, lots will probably never, due to the limitations of LyX's framework.
+ Of course you can still use all features with the help of some native LaTeX
+ commands (ERT
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+Cf.
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
 \end_layout
 
-\begin_layout Subsubsection
-Why does the text look so bad when viewed with Acrobat Reader?
-\begin_inset LatexCommand label
-name "sec:badfonts"
+\end_inset
+
+section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Inserting-LaTeX-Code"
+
+\end_inset
+
+ for details.
+\end_layout
 
 \end_inset
 
+).
+ In this section, we can only list those features which are natively supported
+ by LyX.
+ For detailed descriptions (and for the rest of features) we are recommending
+ to have a look at the detailed manual of the Memoir class
+\begin_inset Foot
+status collapsed
 
-\begin_inset OptArg
+\begin_layout Plain Layout
+Cf.
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-Bad Fonts in Acrobat Reader
+\begin_layout Plain Layout
+
+
+\backslash
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Flex URL
+status collapsed
 
-\begin_layout Standard
-The problem is that bitmap fonts are displayed poorly by Acrobat Reader.
- When creating a PDF from the LyX file, you need to use outline font instead
- of the default bitmap fonts (in fact, you should also use outline fonts
- for Postscript files).
- Recent LaTeX distributions come with Postscript Type 1 version of the standard
- (Computer Modern) fonts.
- pdfLaTeX uses these font by default.
- Dvips doesn't use these fonts by default, so to make it use them, add the
- following to lines to your 
-\family typewriter
-~/.dvipsrc
-\family default
- file
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout LyX-Code
-p+ psfonts.cmz
+CTAN:/macros/latex/memoir/memman.pdf
 \end_layout
 
-\begin_layout LyX-Code
-p+ psfonts.amz
+\end_inset
+
+.
 \end_layout
 
-\begin_layout Standard
-If the default LaTeX font encoding (OT1) is used, nothing else need to be
- done.
- However, if the T1 font encoding is used, then LaTeX uses the newer EC
- fonts, for which there are no Type1 version.
- The solution is to use the ae package which emulates T1 coded fonts using
- the standard CM fonts.
- This is done by adding 
-\family typewriter
+\end_inset
 
-\backslash
-usepackage{ae,aecompl}
-\family default
- to the preamble of the LyX file.
- However, some glyphs are missing from the CM fonts (e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-eth, thorn), and
- they are taken from the EC fonts.
- Therefore you get these glyphs as bitmaps.
+, which is not only a user guide for the class, but also both a comprehensive
+ description on good typesetting and a superb example for good typesetting
+ itself.
 \end_layout
 
-\begin_layout Standard
-Note: LyX uses by default the T1 font encoding.
- If you wish to use the default font encoding (this is not recommended,
- unless you only write English documents), clear the field 
-\family sans
-\bar under
-T
-\bar default
-eX\InsetSpace ~
-encoding
-\family default
- in preferences (tabs 
-\family sans
-Outputs
-\family default
-, 
-\family sans
-Misc
-\family default
-).
+\begin_layout Subsection
+Basic features and restrictions
 \end_layout
 
 \begin_layout Standard
-An alternate option is to use the standard Postscript fonts instead of the
- Computer Modern fonts.
- To do that, you need to select 
-\family sans
-pslatex
-\family default
- as the global font in the document layout dialog.
- When using the Postscript fonts, the result PDF file is smaller as the
- fonts are not saved into the file.
- Furthermore, the Postscript fonts include all T1 glyphs.
- On the other hand, the Postscript fonts have no bold symbol font, so poor
- man's bold must be used (see Section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:pdfbold"
+Memoir supports basically all features of the standard book classes.
+ There are, however, some differences, as follows:
+\end_layout
 
+\begin_layout Description
+Font
+\begin_inset space ~
 \end_inset
 
-).
- The Postscript fonts also look different from the Computer Modern fonts.
-\end_layout
-
-\begin_layout Standard
-To sum up, both the Computer Modern and the Postscript fonts gives good
- results (with few exceptions).
- The decision of which one to use is a matter of taste.
+sizes: Memoir has a broader range of font sizes: 9, 10, 11, 12, 14, 17
 \end_layout
 
-\begin_layout Subsubsection
-Why doesn't the 
-\backslash
-boldsymbol{} command work when I use pslatex?
-\begin_inset LatexCommand label
-name "sec:pdfbold"
-
+\begin_layout Description
+Page
+\begin_inset space ~
 \end_inset
 
+style: The fancy page style is not supported, due to a command clash between
+ Memoir and the fancyhdr package (they are both defining a command with
+ the same name, which confuses LaTeX).
+ Instead, Memoir comes with a bunch of own page styles (see 
+\family sans
+Layout\SpecialChar \menuseparator
+Document\SpecialChar \menuseparator
+Page
+\begin_inset space ~
+\end_inset
 
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-
+Style
+\family default
+).
+ If you want to use these for the chapter pages, you have to use the command
 \family typewriter
 
 \backslash
-boldsymbol{}
+chapterstyle
 \family default
- and 
-\family typewriter
-pslatex
-\end_layout
-
+ in the main text or in preamble (e.
+\begin_inset space \thinspace{}
 \end_inset
 
+g.
+\begin_inset space ~
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-The Postscript fonts do not have a bold symbol font.
- The solution is to use the 
 \family typewriter
 
 \backslash
-pmb{}
+chapterstyle{companion}
 \family default
- (poor man's bold) command.
+).
 \end_layout
 
-\begin_layout Standard
-It is possible to redefine the 
-\family typewriter
-
-\backslash
-boldsymbol
-\family default
- command to use 
-\family typewriter
+\begin_layout Description
+Sectioning: Sectionings (chapter, section, subsection etc.) are coming with
+ an optional argument in the standard classes.
+ With this, you can specify an alternative version of the title for the
+ table of contents and the headers (for instance, if the title is too long).
+ In LyX, you can do this via 
+\family sans
+Insert\SpecialChar \menuseparator
+Short
+\begin_inset space ~
+\end_inset
 
-\backslash
-pmb
+Title
 \family default
- by putting
+ at the beginning of a chapter/section.
+ Memoir features a second optional argument and thus separates the table
+ of contents from the header.
+ You can define three variants of a title with this: one for the main text,
+ one for the table of contents, and one for the headers.
+ Simply insert two optional arguments if you need this feature, the first
+ one containing the short title for the Table of Contents, the second one
+ containing an alternative short title for the headers.
 \end_layout
 
-\begin_layout LyX-Code
-
-\backslash
-renewcommand{
-\backslash
-boldsymbol}[1]{
-\backslash
-pmb{#1}}
+\begin_layout Description
+TOC/LOT/LOF: In the standard classes (and in many other classes), the table
+ of contents, the list of figures and the list of table start a new page
+ automatically.
+ Memoir does not follow this route.
+ You have to insert a page break yourself, if you want to have one.
 \end_layout
 
-\begin_layout Standard
-in the preamble.
-\end_layout
+\begin_layout Description
+Titlepage: For some unknown reason, Memoir uses pagination on the title
+ page (in the standard classes, title pages are 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Subsubsection
-Is it possible to do write LaTeX-code which is processed only when running
- pdfLaTeX?
-\begin_inset OptArg
-status collapsed
+empty
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
-Conditionals with pdfLaTeX
-\end_layout
+, i
+\begin_inset space \thinspace{}
+\end_inset
 
+e.
+\begin_inset space ~
 \end_inset
 
+without pagina).
+ If you want an empty title page, type 
+\family typewriter
 
+\backslash
+aliaspagestyle{title}{empty}
+\family default
+ in the preamble.
 \end_layout
 
-\begin_layout Standard
-Yes you can do this with the 
-\family typewriter
-ifpdf.sty
+\begin_layout Description
+Article: With the class option 
+\emph on
+article
+\emph default
+ (to be inserted in 
+\family sans
+Layout\SpecialChar \menuseparator
+Document\SpecialChar \menuseparator
+Extra
+\begin_inset space ~
+\end_inset
+
+Options
 \family default
- package.
- Here is an example:
-\end_layout
+), you can emulate article style.
+ That is, counters (footnotes, figures, tables etc.) will not be reset on
+ new chapters, chapters don't start a new page (but are---in contrary to
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout LyX-Code
+real
+\begin_inset Quotes erd
+\end_inset
 
+ article classes---still allowed), parts, though, use their own page, as
+ in book.
 \end_layout
 
-\begin_layout LyX-Code
+\begin_layout Description
+Oldfontcommands: By default, Memoir does not allow the use of the deprecated
+ font commands, which have been used in the old LaTeX version 2.09 (e.
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-usepackage{ifpdf}
-\end_layout
+g.
+\begin_inset space ~
+\end_inset
 
-\begin_layout LyX-Code
 
-\backslash
-ifpdf
-\end_layout
+\family typewriter
 
-\begin_layout LyX-Code
-   
 \backslash
-pdfinfo { /Author (your name and e-mail address)
-\end_layout
+rm
+\family default
+, 
+\family typewriter
 
-\begin_layout LyX-Code
-      /Title (official title -- i.e., title element)
+\backslash
+it
+\family default
+).
+ It produces an error and stops LaTeX whenever such a command appears.
+ The class option 
+\emph on
+oldfontcommands
+\emph default
+ reallows the commands and spits out warnings instead (which does at least
+ not stop LaTeX).
+ Since a lot of packages and particularly BibTeX style files are still using
+ those commands, we have decided to use this option by default.
 \end_layout
 
-\begin_layout LyX-Code
-      /Subject (one line description of the document)
+\begin_layout Subsection
+Extra features
 \end_layout
 
-\begin_layout LyX-Code
-   }
-\end_layout
+\begin_layout Standard
+We will only describe the features supported by LyX (which is not much currently
+).
+ Please consult the Memoir manual
+\begin_inset Foot
+status collapsed
 
-\begin_layout LyX-Code
-   
-\backslash
-pdfcatalog { /PageMode (/UseNone)
-\end_layout
+\begin_layout Plain Layout
+Cf.
+\begin_inset ERT
+status collapsed
 
-\begin_layout LyX-Code
-   % /OpenAction (fitbh)
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout LyX-Code
-   }
-\end_layout
 
-\begin_layout LyX-Code
-   
 \backslash
-usepackage[pdftex]{hyperref}
 \end_layout
 
-\begin_layout LyX-Code
+\end_inset
 
-\backslash
-else
-\end_layout
 
-\begin_layout LyX-Code
-   
-\backslash
-usepackage[ps2pdf]{hyperref}
-\end_layout
+\begin_inset Flex URL
+status collapsed
 
-\begin_layout LyX-Code
+\begin_layout Plain Layout
 
-\backslash
-fi
+CTAN:/macros/latex/memoir/memman.pdf
 \end_layout
 
-\begin_layout Subsubsection
-How can I make URLs clickable?
+\end_inset
+
+.
 \end_layout
 
-\begin_layout Standard
-See the references here:
+\end_inset
+
+ for details.
 \end_layout
 
-\begin_layout Standard
-\begin_inset LatexCommand url
-target "http://wiki.lyx.org/pmwiki.php/FAQ/PDF"
+\begin_layout Description
+Abstract: You may wonder why an abstract is an extra feature.
+ Well, it is in book class.
+ Usually books don't have abstracts.
+ Memoir, however, has.
+ You can use it wherever and how often you like.
+\end_layout
 
+\begin_layout Description
+Chapterprecis: You may know this from belletristic: The contents of a chapter
+ is shortly described below the title and also in the table of contents
+ (e.
+\begin_inset space \thinspace{}
 \end_inset
 
+g.
+\begin_inset space ~
+\end_inset
 
-\end_layout
-
-\begin_layout Subsection
-Custom
-\end_layout
 
-\begin_layout Standard
-Custom exports are possible if you have some particularly weird format you
- wish to convert to, assuming you have the relevant converter, of course.
- The format of the 
 \emph on
-input
+Our hero arrives in Troia; he loses some friends; he finds others
 \emph default
- file can be chosen in the 
-\family sans
-\bar under
-F
-\bar default
-ile\SpecialChar \menuseparator
-
-\bar under
-E
-\bar default
-xport\SpecialChar \menuseparator
-
-\bar under
-C
-\bar default
-ustom
-\family default
- dialog; LyX will automatically convert the file to this point, then feed
- it to your custom converter.
- The possible values are all formats that LyX can produce from its own documents.
+).
+ Chapterprecis does exactly this.
+ It is therefore only sensible below a chapter.
 \end_layout
 
-\begin_layout Standard
-The converter command is also specified in the dialog.
- It should be a completely qualified command line which uses the variable
+\begin_layout Description
+Epigraph: An epigraph is a smart slogan or motto at the beginning of a chapter.
+ The epigraph environment provides an elegant way of typesetting such a
+ motto.
+ The motto itself (text) and its author (source) are divided by a short
+ line.
+ Unfortunately, we have to fool LyX a bit here again, since the environment
+ needs two arguments (text and source).
+ In this case, we have to use curly brackets (in TeX mode) between the two
+ arguments: 
+\emph on
+<smart slogan>
+\emph default
  
 \family typewriter
-$$FName
+}{
 \family default
- to specify the name of the file.
- If this variable is not given, then the file will be sent to the standard
- input of your command.
- You may have to apply a bit of ingenuity to escape this sequence correctly
- so that it is compatible with your shell.
  
+\emph on
+<author of the slogan>.
 \end_layout
 
-\begin_layout Standard
-While it is not possible to save this command using the 
-\family sans
-Preferences
-\family default
- dialog, you can manually edit your 
-\family typewriter
-.lyx/preferences
-\family default
- to add a line like
+\begin_layout Description
+Poemtitle: Memoir has lots of possibilities to typeset poetry (up to very
+ complex figurative poems).
+ LyX can only support a few of them.
+ One is poemtitle, which is a centered title for poems, which will also
+ be added to the table of contents (verse is the standard environment for
+ poems.
+ Memoir has some enhanced versions of verse, but you need to use ERT, because
+ they have to be nested inside regular verse environments, which is not
+ possible with LyX).
 \end_layout
 
-\begin_layout LyX-Code
-
-\backslash
-custom_export_command "mycommand $$FName"
+\begin_layout Description
+Poemtitle*: Same as poemtitle, but it adds no entry to the table of contents.
 \end_layout
 
 \begin_layout Chapter
@@ -15419,30 +15000,31 @@ Introduction
 \end_layout
 
 \begin_layout Standard
-Under the 
+When you to have the 
+\family typewriter
+chktex
+\family default
+ program installed, you'll find in the 
 \family sans
-\bar under
-T
-\bar default
-ools
+Tools
 \family default
- menu, you'll find a 
+ menu the entry 
 \family sans
-\bar under
-C
-\bar default
-heck\InsetSpace ~
+Check
+\begin_inset space ~
+\end_inset
+
 TeX
 \family default
  command.
- This feature requires you to have the 
+ You can get 
 \family typewriter
 chktex
 \family default
- program installed, and is grayed out if you don't have it.
- You can get it from your nearest CTAN mirror, or over the Web from 
-\begin_inset LatexCommand url
-target "http://www.ifi.uio.no/~jensthi/chktex/"
+ it from CTAN, 
+\begin_inset CommandInset href
+LatexCommand href
+target "http://www.ctan.org/tex-archive/help/Catalogue/entries/chktex.html"
 
 \end_inset
 
@@ -15502,20 +15084,26 @@ ChkTeX
 
 \begin_layout Itemize
 Ellipsis detection:
-\newline
+\begin_inset Newline newline
+\end_inset
+
 Use \SpecialChar \ldots{}
  instead of ...
 \end_layout
 
 \begin_layout Itemize
 No space in front of/after parenthesis:
-\newline
+\begin_inset Newline newline
+\end_inset
+
 ( wrong spacing )
 \end_layout
 
 \begin_layout Itemize
 Enforcement of normal space after common abbreviations:
-\newline
+\begin_inset Newline newline
+\end_inset
+
 e.
  g.
  is too wide spacing.
 \begin_layout Itemize
 Enforcement of end-of-sentence space when the last sentence ends with a
  capital letter:
-\newline
+\begin_inset Newline newline
+\end_inset
+
 This is a TEST.
  And this is wrong spacing.
 \end_layout
 
 \begin_layout Itemize
 Space in front of labels and similar commands:
-\newline
-The label should stick right
- up to the text to avoid falling to a wrong page.
+\begin_inset Newline newline
+\end_inset
+
+The label should stick right up to the text to avoid falling to a wrong
+ page.
  
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:chktex"
 
 \end_inset
@@ -15544,7 +15137,7 @@ name "sec:chktex"
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 This footnote is in danger of falling off to a wrong page
 \end_layout
 
@@ -15555,12 +15148,14 @@ This footnote is in danger of falling off to a wrong page
 
 \begin_layout Itemize
 Space in front of references, instead of hard spaces:
-\newline
-In you are in bad luck,
- the text will break right between the referenced text and reference number,
- and that's a pity.
+\begin_inset Newline newline
+\end_inset
+
+In you are in bad luck, the text will break right between the referenced
+ text and reference number, and that's a pity.
  See section 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:chktex"
 
 \end_inset
 \end_inset
 
  between numbers:
-\newline
+\begin_inset Newline newline
+\end_inset
+
 2x2 looks cheap compared to 
 \begin_inset Formula $2\times2$
 \end_inset
@@ -15619,7 +15216,10 @@ ools\SpecialChar \menuseparator
 \bar under
 C
 \bar default
-heck\InsetSpace ~
+heck
+\begin_inset space ~
+\end_inset
+
 TeX
 \family default
 .
@@ -15725,9 +15325,18 @@ iew\SpecialChar \menuseparator
 \bar under
 R
 \bar default
-emove\InsetSpace ~
-All\InsetSpace ~
-Error\InsetSpace ~
+emove
+\begin_inset space ~
+\end_inset
+
+All
+\begin_inset space ~
+\end_inset
+
+Error
+\begin_inset space ~
+\end_inset
+
 Boxes
 \family default
 , which will get rid of all warnings instantly.
@@ -15757,7 +15366,7 @@ ChkTeX
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 You can inspect the specific output from 
 \family sans
 chktex
@@ -15765,8 +15374,14 @@ chktex
  by using 
 \family sans
 Edit\SpecialChar \menuseparator
-View\InsetSpace ~
-LaTeX\InsetSpace ~
+View
+\begin_inset space ~
+\end_inset
+
+LaTeX
+\begin_inset space ~
+\end_inset
+
 Log
 \family default
  right after a 
@@ -15806,7 +15421,7 @@ ChkTeX
 \family default
  installation configuration file (usually with the file 
 \family typewriter
-/usr/local/share/chktexrc
+chktexrc
 \family default
 ).
  See below to learn what warnings can be enabled and disabled on the command
@@ -15865,64 +15480,227 @@ chktex -n1 -n3 -n6 -n9 -n22 -n25 -n30 -n38
 ".
 \end_layout
 
-\begin_layout Standard
-Notice that you should only use the options that enable and disable warnings,
- because LyX relies on some of the other command line parameters to be set
- in a specific way to have a chance to communicate with 
+\begin_layout Standard
+Notice that you should only use the options that enable and disable warnings,
+ because LyX relies on some of the other command line parameters to be set
+ in a specific way to have a chance to communicate with 
+\family typewriter
+chktex
+\family default
+.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+\emph on
+Command terminated with space.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+Non-breaking space (
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+~
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+) should have been used.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+\emph on
+You should enclose the previous parenthesis with 
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+{}
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+Italic correction (
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+
+\backslash
+/
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+) found in non-italic buffer.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+Italic correction (
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+
+\backslash
+/
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+) found more than once.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+\emph on
+No italic correction (
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+
+\backslash
+/
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+) found.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+Accent command 
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+cmd
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ needs use of 
+\begin_inset Quotes eld
+\end_inset
+
+
 \family typewriter
-chktex
+cmd
 \family default
+
+\begin_inset Quotes erd
+\end_inset
+
 .
 \end_layout
 
 \begin_layout Enumerate
 
+\size small
+Wrong length of dash may have been used.
+\end_layout
+
+\begin_layout Enumerate
+
 \size small
 \emph on
-Command terminated with space.
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+%s
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ expected, found 
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+%s
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-Non-breaking space (
+Solo 
 \begin_inset Quotes eld
 \end_inset
 
 
 \family typewriter
-~
+%s
 \family default
 
 \begin_inset Quotes erd
 \end_inset
 
-) should have been used.
+ found.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-\emph on
-You should enclose the previous parenthesis with 
+You should use 
 \begin_inset Quotes eld
 \end_inset
 
 
 \family typewriter
-{}
+%s
 \family default
 
 \begin_inset Quotes erd
 \end_inset
 
-.
+ to achieve an ellipsis.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-Italic correction (
+Inter-word spacing (
 \begin_inset Quotes eld
 \end_inset
 
@@ -15930,19 +15708,19 @@ Italic correction (
 \family typewriter
 
 \backslash
-/
-\family default
 
-\begin_inset Quotes erd
+\family default
+\begin_inset Quotes eld
 \end_inset
 
-) found in non-italic buffer.
+) should perhaps be used.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-Italic correction (
+Inter-sentence spacing (
 \begin_inset Quotes eld
 \end_inset
 
@@ -15950,58 +15728,67 @@ Italic correction (
 \family typewriter
 
 \backslash
-/
+@
 \family default
 
 \begin_inset Quotes erd
 \end_inset
 
-) found more than once.
+) should perhaps be used.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-\emph on
-No italic correction (
+Could not find argument for command.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+No match found for 
 \begin_inset Quotes eld
 \end_inset
 
 
 \family typewriter
-
-\backslash
-/
+%s
 \family default
 
 \begin_inset Quotes erd
 \end_inset
 
-) found.
+.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-Accent command 
+Math mode still on at end of LaTeX file.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+Number of 
 \begin_inset Quotes eld
 \end_inset
 
 
 \family typewriter
-cmd
+char
 \family default
 
 \begin_inset Quotes erd
 \end_inset
 
needs use of 
doesn't match the number of 
 \begin_inset Quotes eld
 \end_inset
 
 
 \family typewriter
-cmd
+char
 \family default
 
 \begin_inset Quotes erd
 \begin_layout Enumerate
 
 \size small
-Wrong length of dash may have been used.
+You should use either 
+\family typewriter
+
+\begin_inset Quotes eld
+\end_inset
+
+
+\family default
+ or 
+\family typewriter
+
+\begin_inset Quotes erd
+\end_inset
+
+
+\family default
+ as an alternative to 
+\begin_inset Quotes eld
+\end_inset
+
+
+\family typewriter
+"
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+You should use "
+\family typewriter
+'
+\family default
+" (ASCII 39) instead of "
+\family typewriter
+\family default
+" (ASCII 180).
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+User-specified pattern found.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+This command might not be intended.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+\emph on
+Comment displayed.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+Either 
+\family typewriter
+''
+\backslash
+,'
+\family default
+ or 
+\family typewriter
+'
+\backslash
+,''
+\family default
+ will look better.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+Delete this space to maintain correct page references.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
 \emph on
+You might wish to put this between a pair of 
 \begin_inset Quotes eld
 \end_inset
 
 
 \family typewriter
-%s
+{}
 \family default
 
 \begin_inset Quotes erd
 \end_inset
 
- expected, found 
-\begin_inset Quotes eld
-\end_inset
+.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+You ought to remove spaces in front of punctuation.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+Could not execute LaTeX command.
+\end_layout
 
+\begin_layout Enumerate
 
+\size small
+Don't use 
 \family typewriter
-%s
+
+\backslash
+/
 \family default
+ in front of small punctuation.
+\end_layout
 
-\begin_inset Quotes erd
+\begin_layout Enumerate
+
+\family typewriter
+\size small
+$
+\backslash
+times$
+\family default
+ may look prettier here.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+\emph on
+Multiple spaces detected in output.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+This text may be ignored.
+\end_layout
+
+\begin_layout Enumerate
+
+\size small
+Use 
+\family typewriter
+
+\begin_inset Quotes eld
 \end_inset
 
+
+\family default
+ to begin quotation, not 
+\family typewriter
+'
+\family default
 .
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-Solo 
+Use 
+\family typewriter
+'
+\family default
+ to end quotation, not 
+\family typewriter
+
 \begin_inset Quotes eld
 \end_inset
 
 
-\family typewriter
-%s
 \family default
+.
+\end_layout
 
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Enumerate
 
- found.
+\size small
+Don't mix quotes.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-You should use 
+You should perhaps use 
 \begin_inset Quotes eld
 \end_inset
 
 
 \family typewriter
-%s
+cmd
 \family default
 
 \begin_inset Quotes erd
 \end_inset
 
to achieve an ellipsis.
instead.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-Inter-word spacing (
-\begin_inset Quotes eld
-\end_inset
-
-
-\family typewriter
-
-\backslash
+You should put a space in front of/after parenthesis.
+\end_layout
 
-\family default
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Enumerate
 
-) should perhaps be used.
+\size small
+You should avoid spaces in front of/after parenthesis.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-Inter-sentence spacing (
-\begin_inset Quotes eld
-\end_inset
-
+\emph on
+You should not use punctuation in front of/after quotes.
+\end_layout
 
-\family typewriter
+\begin_layout Enumerate
 
-\backslash
-@
-\family default
+\size small
+Double space found.
+\end_layout
 
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Enumerate
 
-) should perhaps be used.
+\size small
+You should put punctuation outside inner/inside display math mode.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-Could not find argument for command.
+You ought to not use primitive TeX in LaTeX code.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-No match found for 
+You should remove spaces in front of 
 \begin_inset Quotes eld
 \end_inset
 
@@ -16143,37 +16067,30 @@ No match found for
 \begin_inset Quotes erd
 \end_inset
 
-.
-\end_layout
-
-\begin_layout Enumerate
 
-\size small
-Math mode still on at end of LaTeX file.
 \end_layout
 
 \begin_layout Enumerate
 
 \size small
-Number of 
 \begin_inset Quotes eld
 \end_inset
 
 
 \family typewriter
-char
+%s
 \family default
 
 \begin_inset Quotes erd
 \end_inset
 
- doesn't match the number of 
+ is normally not followed by 
 \begin_inset Quotes eld
 \end_inset
 
 
 \family typewriter
-char
+%c
 \family default
 
 \begin_inset Quotes erd
 .
 \end_layout
 
-\begin_layout Enumerate
-
-\size small
-You should use either 
+\begin_layout Standard
+In later versions of LyX, we hope to provide a more complete interface to
+ this tool (and it's smaller cousin 
 \family typewriter
+lacheck
+\family default
+) to exploit the full power of it.
+ But it's not exactly useless as it is now: go try it on one of your existing
+ documents of a certain length and be surprised.
+\end_layout
 
-\begin_inset Quotes eld
-\end_inset
-
+\begin_layout Section
+Version Control in LyX
+\end_layout
 
-\family default
- or 
-\family typewriter
+\begin_layout Standard
+by
+\noun on
+ Lars Gullik Bjønnes, 
+\noun default
+updated by 
+\noun on
+Pavel Sanda
+\end_layout
 
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Subsection
+Introduction
+\end_layout
 
+\begin_layout Standard
+A friend of mine wanted to try LyX for a group project.
+ When he didn't find support for version control or file locking, he dropped
+ it.
+ This angered me a bit, so I thought that I should at least make support
+ for RCS (with the possibility of CVS and/or SCCS as a future improvement.)
+ This has now been done.
+ LyX now supports some of the most basic RCS commands.
+ If you need to something a bit more sophisticated you will have to do that
+ manually in an xterm.
+\end_layout
 
-\family default
- as an alternative to 
+\begin_layout Standard
+Before you begin to use the version control features in LyX, you should
+ read 
 \begin_inset Quotes eld
 \end_inset
 
-
-\family typewriter
-"
-\family default
-
+rcsintro
 \begin_inset Quotes erd
 \end_inset
 
-.
-\end_layout
-
-\begin_layout Enumerate
-
-\size small
-You should use "
+ (a man file, read it with 
 \family typewriter
-'
+man rcsintro
 \family default
-" (ASCII 39) instead of "
+).
+ This file describes all the basic features of RCS.
+ You should especially notice the comment about a RCS directory, and the
+ notion of a master RCS file (the file ending in 
 \family typewriter
+,v
 \family default
-" (ASCII 180).
+).
 \end_layout
 
-\begin_layout Enumerate
-
-\size small
-User-specified pattern found.
+\begin_layout Standard
+Later basic CVS/SVN support was added.
+ You should be familiar with CVS/SVN usage before start using it under LyX.
+ Most of the log messages are not currently displayed after operations -
+ you can check them in terminal window if unsure.
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Standard
+The implementation in LyX assumes a recent version of the GNU RCS or CVS/SVN
+ package---no guarantees are made for older versions.
+\end_layout
 
-\size small
-This command might not be intended.
+\begin_layout Subsection
+RCS commands in LyX
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Standard
+The following sections describe the RCS commands supported by LyX.
+ You can find them in the 
+\family sans
+\bar under
+F
+\bar default
+ile\SpecialChar \menuseparator
 
-\size small
-\emph on
-Comment displayed.
+\bar under
+V
+\bar default
+ersion
+\begin_inset space ~
+\end_inset
+
+Control
+\family default
+ submenu.
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Subsubsection
 
-\size small
-Either 
-\family typewriter
-''
-\backslash
-,'
-\family default
- or 
-\family typewriter
-'
-\backslash
-,''
+\family sans
+Register
+\end_layout
+
+\begin_layout Standard
+If your document is not under revision control, this is the only item shown
+ in the menu.
+ And if it is under revision control, the 
+\family sans
+\bar under
+R
+\bar default
+egister
 \family default
- will look better.
+ item is not visible.
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Standard
+This command registers your document with RCS (unless you are under the
+ directory managed by CVS)\SpecialChar \@.
+ You are asked interactively to supply an initial
+ description of the document.
+ The document is now set in Read-Only mode and you have to 
+\family sans
+Check
+\begin_inset space ~
+\end_inset
 
-\size small
-Delete this space to maintain correct page references.
-\end_layout
+Out
+\begin_inset space ~
+\end_inset
 
-\begin_layout Enumerate
+For
+\begin_inset space ~
+\end_inset
 
-\size small
-\emph on
-You might wish to put this between a pair of 
+Edit
+\family default
+, before making any changes to it.
+ A document under revision control has a 
 \begin_inset Quotes eld
 \end_inset
 
+[RCS:<version> <locker>]
+\begin_inset Quotes erd
+\end_inset
+
+ item tagged to the filename in the minibuffer.
+\end_layout
+
+\begin_layout Standard
+RCS command that is run: 
+\family typewriter
+ci -q -u -i -t-"<initial description>" <file-name>
+\end_layout
 
+\begin_layout Standard
+Read 
 \family typewriter
-{}
+man ci
 \family default
+ to understand the switches.
+\end_layout
 
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Subsubsection
 
-.
+\family sans
+Check In Changes
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Standard
+When you are finished editing a file, you check in your changes.
+ When you do this, you are asked for a description of the changes.
+ This is stored in the history log.
+ The version number is bumped, your changes are applied to the master RCS
+ file, the document is unlocked and set to Read-Only mode.
+\end_layout
 
-\size small
-You ought to remove spaces in front of punctuation.
+\begin_layout Standard
+RCS command: 
+\family typewriter
+ci -q -u -m"<description>" <file-name>
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Subsubsection
 
-\size small
-Could not execute LaTeX command.
+\family sans
+Check Out For Edit
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Standard
+By doing this you lock the document so that only you can edit it.
+ This will also make the document Read-Write only for you.
+ You will usually continue editing for a while and when you are finished
+ you check in your changes.
+ The status line is changed to reflect that you have locked the file.
+\end_layout
 
-\size small
-Don't use 
+\begin_layout Standard
+RCS command: 
 \family typewriter
-
-\backslash
-/
-\family default
- in front of small punctuation.
+co -q -l <file-name>
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Subsubsection
 
-\family typewriter
-\size small
-$
-\backslash
-times$
-\family default
- may look prettier here.
+\family sans
+Revert To Repository Version
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Standard
+This will discard all changes made to the document since the last check
+ in.
+ You get a warning before changes are discarded.
+\end_layout
 
-\size small
-\emph on
-Multiple spaces detected in output.
+\begin_layout Standard
+RCS command: 
+\family typewriter
+co -f -u<version> <file-name>
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Subsubsection
 
-\size small
-This text may be ignored.
+\family sans
+Undo Last Checkin
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Standard
+This makes as if the last check in never happened.
+ No changes are made to the document loaded into LyX, but the last version
+ is removed from the master RCS file.
+\end_layout
 
-\size small
-Use 
+\begin_layout Standard
+RCS command: 
 \family typewriter
+rcs -o<version> <file-name>
+\end_layout
 
-\begin_inset Quotes eld
-\end_inset
-
+\begin_layout Subsubsection
 
-\family default
- to begin quotation, not 
-\family typewriter
-'
-\family default
-.
+\family sans
+Show History
 \end_layout
 
-\begin_layout Enumerate
-
-\size small
-Use 
+\begin_layout Standard
+This show the complete history of the RCS document.
+ The output of 
 \family typewriter
-'
+rlog <file-name>
 \family default
- to end quotation, not 
+ is shown in a browser.
+ See 
 \family typewriter
-
-\begin_inset Quotes eld
-\end_inset
-
-
+man rlog
 \family default
-.
+ for more info.
 \end_layout
 
-\begin_layout Enumerate
-
-\size small
-Don't mix quotes.
+\begin_layout Subsection
+CVS commands in LyX
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Standard
+CVS is now partially supported by LyX.
+ You can find the commands in the 
+\family sans
+\bar under
+F
+\bar default
+ile\SpecialChar \menuseparator
 
-\size small
-You should perhaps use 
-\begin_inset Quotes eld
+\bar under
+V
+\bar default
+ersion
+\begin_inset space ~
 \end_inset
 
-
-\family typewriter
-cmd
+Control
 \family default
-
-\begin_inset Quotes erd
-\end_inset
-
- instead.
-\end_layout
-
-\begin_layout Enumerate
-
-\size small
-You should put a space in front of/after parenthesis.
-\end_layout
-
-\begin_layout Enumerate
-
-\size small
-You should avoid spaces in front of/after parenthesis.
+ submenu.
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Subsubsection
 
-\size small
-\emph on
-You should not use punctuation in front of/after quotes.
+\family sans
+Register
 \end_layout
 
-\begin_layout Enumerate
-
-\size small
-Double space found.
+\begin_layout Standard
+If your document is not under revision control, this is the only item shown
+ in the menu.
+ And if it is under revision control, the 
+\family sans
+\bar under
+R
+\bar default
+egister
+\family default
+ item is not visible.
 \end_layout
 
-\begin_layout Enumerate
-
-\size small
-You should put punctuation outside inner/inside display math mode.
+\begin_layout Standard
+This command registers in CVS your document ONLY in case you have already
+ the documents directory under CVS control (in particular 
+\family typewriter
+CVS/Entries
+\family default
+ file exists).
+ This means you have to checkout the archive by yourself.
 \end_layout
 
-\begin_layout Enumerate
-
-\size small
-You ought to not use primitive TeX in LaTeX code.
+\begin_layout Standard
+Then you are asked interactively to supply an initial description of the
+ document.
+ Don't forget that registered file is not yet commited.
 \end_layout
 
-\begin_layout Enumerate
+\begin_layout Standard
+CVS command that is run: 
+\family typewriter
+cvs -q add -m
+\begin_inset Quotes erd
+\end_inset
 
-\size small
-You should remove spaces in front of 
+<entered message>" 
 \begin_inset Quotes eld
 \end_inset
 
-
-\family typewriter
-%s
-\family default
-
+<file-name>
 \begin_inset Quotes erd
 \end_inset
 
 
 \end_layout
 
-\begin_layout Enumerate
-
-\size small
-\begin_inset Quotes eld
-\end_inset
-
-
+\begin_layout Standard
+Read 
 \family typewriter
-%s
+man svn
 \family default
+ to understand the switches.
+\end_layout
 
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Subsubsection
 
- is normally not followed by 
-\begin_inset Quotes eld
-\end_inset
+\family sans
+Check In Changes
+\end_layout
 
+\begin_layout Standard
+When you are finished editing a file, you commit your changes.
+ When you do this, you are asked for a description of the changes.
+ After that changes are commited.
+\end_layout
 
+\begin_layout Standard
+CVS command: 
 \family typewriter
-%c
-\family default
+cvs -q commit -m"<description>" <file-name>
+\end_layout
 
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Subsubsection
 
-.
+\family sans
+Revert To Repository Version
 \end_layout
 
 \begin_layout Standard
-In later versions of LyX, we hope to provide a more complete interface to
- this tool (and it's smaller cousin 
-\family typewriter
-lacheck
-\family default
-) to exploit the full power of it.
- But it's not exactly useless as it is now: go try it on one of your existing
- documents of a certain length and be surprised.
+This will discard all changes made to the document since the last check
+ in.
+ You get a warning before changes are discarded.
+ Firstly the file is deleted, secondly CVS update command is run.
 \end_layout
 
-\begin_layout Section
-Version Control in LyX
-\end_layout
+\begin_layout Standard
+CVS command: 
+\family typewriter
+cvs update 
+\begin_inset Quotes eld
+\end_inset
+
+<file-name>
+\begin_inset Quotes erd
+\end_inset
+
 
-\begin_layout Standard
-by
-\noun on
- Lars Gullik Bjønnes
 \end_layout
 
-\begin_layout Subsection
-Introduction
-\end_layout
+\begin_layout Subsubsection
 
-\begin_layout Standard
-A friend of mine wanted to try LyX for a group project.
- When he didn't find support for version control or file locking, he dropped
- it.
- This angered me a bit, so I thought that I should at least make support
- for RCS (with the possibility of CVS and/or SCCS as a future improvement.)
- This has now been done.
- LyX now supports some of the most basic RCS commands.
- If you need to something a bit more sophisticated you will have to do that
- manually in an xterm.
+\family sans
+Show History
 \end_layout
 
 \begin_layout Standard
-Before you begin to use the version control features in LyX, you should
- read 
+This show the complete history of the CVS document.
+ The output of 
+\family typewriter
+cvs log 
 \begin_inset Quotes eld
 \end_inset
 
-rcsintro
+<file-name>
 \begin_inset Quotes erd
 \end_inset
 
- (a man file, read it with 
-\family typewriter
-man rcsintro
-\family default
-).
- This file describes all the basic features of RCS.
- You should especially notice the comment about a RCS directory, and the
- notion of a master RCS file (the file ending in 
-\family typewriter
-,v
-\family default
-).
-\end_layout
 
-\begin_layout Standard
-The implementation in LyX assumes a recent version of the GNU RCS package---no
- guarantees are made for older versions.
+\family default
+ is shown in a browser.
 \end_layout
 
 \begin_layout Subsection
-RCS commands in LyX
+SVN commands in LyX
 \end_layout
 
 \begin_layout Standard
-The following sections describe the RCS commands supported by LyX.
- You can find them in the 
+SVN is now partially supported by LyX.
+ You can find the commands in the 
 \family sans
 \bar under
 F
@@ -16566,10 +16541,15 @@ ile\SpecialChar \menuseparator
 \bar under
 V
 \bar default
-ersion\InsetSpace ~
+ersion
+\begin_inset space ~
+\end_inset
+
 Control
 \family default
  submenu.
+ Please note that if you use password protected access to repository via
+ ssh, you will be asked in terminal window.
 \end_layout
 
 \begin_layout Subsubsection
 \bar default
 egister
 \family default
- item is grayed out.
+ item is not visible.
  
 \end_layout
 
 \begin_layout Standard
-This command registers your document with RCS\SpecialChar \@.
- You are asked interactively
- to supply an initial description of the document.
- The document is now set in Read-Only mode and you have to 
-\family sans
-Check\InsetSpace ~
-Out\InsetSpace ~
-For\InsetSpace ~
-Edit
+This command registers in SVN your document ONLY in case you have already
+ the documents directory under SVN control (in particular 
+\family typewriter
+.svn/entries
 \family default
-, before making any changes to it.
- A document under revision control has a 
+ file exists).
+ This means you have to checkout the archive by yourself.
+\end_layout
+
+\begin_layout Standard
+Then you are asked interactively to supply an initial description of the
+ document.
+ Don't forget that registered file is not yet commited.
+\end_layout
+
+\begin_layout Standard
+SVN command that is run: 
+\family typewriter
+snv add -q 
 \begin_inset Quotes eld
 \end_inset
 
-[RCS:<version> <locker>]
+<file-name>
 \begin_inset Quotes erd
 \end_inset
 
- item tagged to the filename in the minibuffer.
-\end_layout
 
-\begin_layout Standard
-RCS command that is run: 
-\family typewriter
-ci -q -u -i -t-"<initial description>" <file-name>
 \end_layout
 
 \begin_layout Standard
 Read 
 \family typewriter
-man ci
+man svn
 \family default
  to understand the switches.
  
@@ -16637,18 +16619,15 @@ Check In Changes
 \end_layout
 
 \begin_layout Standard
-When you are finished editing a file, you check in your changes.
+When you are finished editing a file, you commit your changes.
  When you do this, you are asked for a description of the changes.
- This is stored in the history log.
- The version number is bumped, your changes are applied to the master RCS
- file, the document is unlocked and set to Read-Only mode.
+ After that changes are commited.
 \end_layout
 
 \begin_layout Standard
-RCS command: 
+SVN command: 
 \family typewriter
-ci -q -u -m"<description>" <file-name>
+svn commit -q -m"<description>" <file-name>
 \end_layout
 
 \begin_layout Subsubsection
@@ -16658,55 +16637,50 @@ Check Out For Edit
 \end_layout
 
 \begin_layout Standard
-By doing this you lock the document so that only you can edit it.
- This will also make the document Read-Write only for you.
- You will usually continue editing for a while and when you are finished
- you check in your changes.
- The status line is changed to reflect that you have locked the file.
+Updates the changes of this file from the repository.
+ Be sure you understand SVN merging and conflicts resolving before using
+ this function, because all conflicts has to be done manually by you!
 \end_layout
 
 \begin_layout Standard
-RCS command: 
+SVN command: 
 \family typewriter
-co -q -l <file-name>
+svn update 
+\begin_inset Quotes eld
+\end_inset
+
+<file-name>
+\begin_inset Quotes erd
+\end_inset
+
+
 \end_layout
 
 \begin_layout Subsubsection
 
 \family sans
-Revert To Last Version
+Revert To Repository Version
 \end_layout
 
 \begin_layout Standard
 This will discard all changes made to the document since the last check
  in.
  You get a warning before changes are discarded.
 \end_layout
 
 \begin_layout Standard
-RCS command: 
+SVN command: 
 \family typewriter
-co -f -u<version> <file-name>
-\end_layout
-
-\begin_layout Subsubsection
+svn revert -q 
+\begin_inset Quotes eld
+\end_inset
 
-\family sans
-Undo Last Checkin
-\end_layout
+<file-name>
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
-This makes as if the last check in never happened.
- No changes are made to the document loaded into LyX, but the last version
- is removed from the master RCS file.
-\end_layout
 
-\begin_layout Standard
-RCS command: 
-\family typewriter
-rcs -o<version> <file-name>
 \end_layout
 
 \begin_layout Subsubsection
@@ -16716,17 +16690,20 @@ Show History
 \end_layout
 
 \begin_layout Standard
-This show the complete history of the RCS document.
+This show the complete history of the SVN document.
  The output of 
 \family typewriter
-rlog <file-name>
+svn log 
+\begin_inset Quotes eld
+\end_inset
+
+<file-name>
+\begin_inset Quotes erd
+\end_inset
+
+
 \family default
  is shown in a browser.
- See 
-\family typewriter
-man rlog
-\family default
- for more info.
 \end_layout
 
 \begin_layout Section
@@ -16851,9 +16828,14 @@ The complete Literate Programming FAQ can be found at:
 \end_layout
 
 \begin_layout Quote
-\begin_inset LatexCommand url
-name "Literate Programming FAQ"
-target "http://shelob.ce.ttu.edu/daves/lpfaq/faq.html"
+Literate Programming FAQ 
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://shelob.ce.ttu.edu/daves/lpfaq/faq.html
+\end_layout
 
 \end_inset
 
@@ -16902,9 +16884,14 @@ The Noweb web page can be found at:
 \end_layout
 
 \begin_layout Quote
-\begin_inset LatexCommand url
-name "Noweb home page"
-target "http://www.cs.virginia.edu/~nr/noweb/"
+Noweb home page 
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://www.cs.virginia.edu/~nr/noweb/
+\end_layout
 
 \end_inset
 
@@ -16917,7 +16904,8 @@ Starting from there you can reach many other interesting links and even
 \end_layout
 
 \begin_layout Subsection
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:LyX-and-Literate"
 
 \end_inset
@@ -16981,7 +16969,7 @@ Note that literate documents are not limited to these three classes.
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 It is very simple, it involves the creation of a file with four lines, and
  re-running of the auto configuration.
 \end_layout
@@ -17005,7 +16993,7 @@ Scrap
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The equivalent Noweb term is 
 \begin_inset Quotes eld
 \end_inset
@@ -17073,7 +17061,7 @@ The down side of the Scrap paragraph layout is that consecutive paragraphs
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 If you have a printed version of this document you will not see any difference
  between the previous example and this one.
 \end_layout
@@ -17085,13 +17073,21 @@ If you have a printed version of this document you will not see any difference
 
 \begin_layout LyX-Code
 <<My scrap>>=
-\newline
+\begin_inset Newline newline
+\end_inset
+
   code
-\newline
+\begin_inset Newline newline
+\end_inset
+
   more code
-\newline
+\begin_inset Newline newline
+\end_inset
+
   even more code
-\newline
+\begin_inset Newline newline
+\end_inset
+
   @
 \end_layout
 
@@ -17102,7 +17098,7 @@ This layout works fine.
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 It is in my list of 
 \begin_inset Quotes eld
 \end_inset
@@ -17134,12 +17130,17 @@ rence:
 
 \begin_layout LyX-Code
 <<My scrap>>=
-\newline
+\begin_inset Newline newline
+\end_inset
+
   def some_function(args):
-\newline
-    "This is the doc string for this
- function."
-\newline
+\begin_inset Newline newline
+\end_inset
+
+    "This is the doc string for this function."
+\begin_inset Newline newline
+\end_inset
+
     print "My args: ", args
 \end_layout
 
@@ -17234,7 +17235,7 @@ If the document is of any literate class LyX will then use the internal
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The converters are defined in the 
 \family sans
 \bar under
@@ -17257,7 +17258,8 @@ Conversion
 
  tab.
  See section 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:converters"
 
 \end_inset
@@ -17462,9 +17464,10 @@ Noweb->Program
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 See section 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:converters-etc"
 
 \end_inset
@@ -17566,26 +17569,43 @@ Typically, such a scrap would look something like this:
 
 \begin_layout LyX-Code
 <<build-script>>=
-\newline
+\begin_inset Newline newline
+\end_inset
+
 #!/bin/sh
-\newline
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
 
-\newline
 if [ -z "${NOWEB_SOURCE}" ]
-\newline
+\begin_inset Newline newline
+\end_inset
+
 then
-\newline
+\begin_inset Newline newline
+\end_inset
+
   NOWEB_SOURCE=myfile.nw
-\newline
+\begin_inset Newline newline
+\end_inset
 
 fi
-\newline
+\begin_inset Newline newline
+\end_inset
+
 [...
  code to extract files ...]
-\newline
+\begin_inset Newline newline
+\end_inset
+
 [...
  code to compile files ...]
-\newline
+\begin_inset Newline newline
+\end_inset
+
 @
 \end_layout
 
@@ -17647,7 +17667,10 @@ Conversion
 \end_layout
 
 \begin_layout Description
-the\InsetSpace ~
+the
+\begin_inset space ~
+\end_inset
+
 
 \begin_inset Quotes eld
 \end_inset
@@ -17656,7 +17679,10 @@ literate
 \begin_inset Quotes erd
 \end_inset
 
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 format Set up via the Formats tab, this is where the Noweb-specific pieces
  are set up.
  The 
@@ -17680,12 +17706,18 @@ NoWeb
 \end_layout
 
 \begin_layout Description
-the\InsetSpace ~
+the
+\begin_inset space ~
+\end_inset
+
 
 \family sans
 Program
 \family default
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 format This is an empty format whose sole purpose is to be the endpoint
  of a conversion (which then allows us to set up a converter for it).
 \end_layout
@@ -18055,7 +18087,8 @@ The next thing is the visible presence of the newline character in the screen.
 
 \begin_layout Chapter
 Secrets of the LaTeX Masters
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "cha:secrets"
 
 \end_inset
@@ -18116,7 +18149,7 @@ The aim for this chapter
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Editor's note: Lars' original chapter was a masterful description of how
  to use the 
 \family typewriter
@@ -18196,9 +18229,9 @@ end{multicols}
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18218,7 +18251,9 @@ begin{multicols}{2}
 The Adventure of the Empty House
 \series default
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 by 
 \noun on
 Sir Arthur Conan Doyle
@@ -18252,9 +18287,9 @@ ty which utterly submerged my mind.
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18276,9 +18311,9 @@ The same pattern is used when you want more than two columns:
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18316,9 +18351,9 @@ It can be imagined that my close intimacy with Sherlock Holmes had interested
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18345,9 +18380,9 @@ You can even have columns inside columns:
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18371,9 +18406,9 @@ The Honourable Ronald Adair was the second son of the Earl of Maynooth,
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18402,9 +18437,9 @@ The youth moved in the best society--had, so far as was known, no enemies
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18445,9 +18480,9 @@ The evidence of those who had played with him-- Mr.
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18477,7 +18512,7 @@ Enumerate
 \begin_inset OptArg
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Numbering in Enumerate
 \end_layout
 
 \begin_inset Quotes erd
 \end_inset
 
-,\InsetSpace ~
+,
+\begin_inset space ~
+\end_inset
+
 
 \begin_inset Quotes erd
 \end_inset
 \begin_inset Quotes erd
 \end_inset
 
-,\InsetSpace ~
+,
+\begin_inset space ~
+\end_inset
+
 
 \begin_inset Quotes erd
 \end_inset
 \begin_inset Quotes erd
 \end_inset
 
-,\InsetSpace ~
+,
+\begin_inset space ~
+\end_inset
+
 
 \begin_inset Quotes eld
 \end_inset
@@ -18737,7 +18781,10 @@ produces the somewhat out of hand numbering scheme: <
 \begin_inset Quotes erd
 \end_inset
 
-,\InsetSpace ~
+,
+\begin_inset space ~
+\end_inset
+
 
 \begin_inset Quotes erd
 \end_inset
@@ -18746,7 +18793,10 @@ A.1
 \begin_inset Quotes erd
 \end_inset
 
-,\InsetSpace ~
+,
+\begin_inset space ~
+\end_inset
+
 
 \begin_inset Quotes erd
 \end_inset
 \begin_inset Quotes erd
 \end_inset
 
-,\InsetSpace ~
+,
+\begin_inset space ~
+\end_inset
+
 
 \begin_inset Quotes eld
 \end_inset
@@ -18794,7 +18847,7 @@ Mike Ressler
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18815,9 +18868,9 @@ vspace*{-8.4ex}
 \begin_layout Standard
 \noindent
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18845,9 +18898,9 @@ dropped capitals
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18974,9 +19027,9 @@ Mike Ressler
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18992,7 +19045,7 @@ begin{sloppypar}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19001,7 +19054,7 @@ newdimen
 varunit 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19020,7 +19073,7 @@ varunit}{4.5in}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19031,7 +19084,7 @@ varunit 0.332
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.40
 \backslash
@@ -19040,7 +19093,7 @@ varunit 0.300
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.35
 \backslash
@@ -19049,7 +19102,7 @@ varunit 0.293
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.30
 \backslash
@@ -19058,7 +19111,7 @@ varunit 0.300
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.25
 \backslash
@@ -19067,7 +19120,7 @@ varunit 0.317
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.20
 \backslash
@@ -19076,7 +19129,7 @@ varunit 0.342
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.15
 \backslash
@@ -19085,7 +19138,7 @@ varunit 0.373
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.10
 \backslash
@@ -19094,7 +19147,7 @@ varunit 0.410
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.05
 \backslash
@@ -19103,7 +19156,7 @@ varunit 0.453
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.00
 \backslash
@@ -19112,7 +19165,7 @@ varunit 0.500
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.05
 \backslash
@@ -19121,7 +19174,7 @@ varunit 0.453
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.10
 \backslash
@@ -19130,7 +19183,7 @@ varunit 0.410
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.15
 \backslash
@@ -19139,7 +19192,7 @@ varunit 0.373
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.20
 \backslash
@@ -19148,7 +19201,7 @@ varunit 0.342
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.25
 \backslash
@@ -19157,7 +19210,7 @@ varunit 0.317
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.30
 \backslash
@@ -19166,7 +19219,7 @@ varunit 0.300
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.35
 \backslash
@@ -19175,7 +19228,7 @@ varunit 0.293
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.40
 \backslash
@@ -19184,7 +19237,7 @@ varunit 0.300
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.45
 \backslash
@@ -19193,7 +19246,7 @@ varunit 0.332
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -19254,9 +19307,9 @@ numlines
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash