]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/Extended.lyx
UserGuide.lyx: clarify the description of the character encodings
[lyx.git] / lib / doc / Extended.lyx
index 269d32160b99cdc5272bd219df0a4e2a780162be..0f5d569a237e236c5dfa948cad6b7b6d76a6f8d7 100644 (file)
@@ -1,12 +1,55 @@
-#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
-\lyxformat 256
+#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 337
 \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
@@ -36,8 +96,9 @@
 \papersides 2
 \paperpagestyle headings
 \tracking_changes false
-\output_changes true
-\author "usti" 
+\output_changes false
+\author "" 
+\author "" 
 \end_header
 
 \begin_body
@@ -51,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
@@ -68,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
 
@@ -135,9 +197,9 @@ Overextended Manual
 \begin_layout Standard
 If you haven't read the 
 \emph on
-Introduction 
+Introduction
 \emph default
-yet, you are definitely in the wrong manual.
+ yet, you are definitely in the wrong manual.
  The 
 \emph on
 Introduction
@@ -163,12 +225,8 @@ In this document, many sections are independent articles contributed by
 
 \begin_layout Standard
 Since all the topics in this manual depend heavily on LyX's interaction
- with LaTeX, this first chapter covers
-\emph on
-\emph default
-the inner workings of LyX and how to direct LyX to generate exactly the
- LaTeX code you want.
+ with LaTeX, this first chapter covers the inner workings of LyX and how
+ to direct LyX to generate exactly the LaTeX code you want.
  It is obviously for more seasoned LyX users.
 \end_layout
 
@@ -181,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
@@ -252,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
@@ -342,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 
@@ -352,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 
@@ -377,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 
@@ -393,7 +464,10 @@ P
 \bar default
 rint
 \family default
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 , the output file has the extension 
 \family typewriter
 .ps
@@ -471,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
@@ -523,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
@@ -533,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
@@ -542,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
@@ -580,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
@@ -607,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}
@@ -673,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
@@ -779,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 
@@ -846,7 +965,7 @@ User's Guide
 \begin_inset Foot
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Note from 
 \noun on
 John Weiss
@@ -887,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
@@ -904,9 +1024,9 @@ If you already know LaTeX, there is no need to explain here what the preamble
 \begin_layout Standard
 The LaTeX preamble comes at the very beginning of a document, 
 \emph on
-before 
+before
 \emph default
-the text.
+ the text.
  It serves to:
 \end_layout
 
@@ -932,11 +1052,7 @@ Customization Manual
 declare the usage of packages.
  LaTeX packages provide special commands, which are only available within
  a document when the package has been declared in the preamble.
- For example, the
-\family typewriter
-\family default
-package 
+ For example, the package 
 \family typewriter
 indentfirst
 \family default
@@ -964,9 +1080,9 @@ declare user defined commands [with
 \family typewriter
 
 \backslash
-newcommand 
+newcommand
 \family default
-or 
+ or 
 \family typewriter
 
 \backslash
@@ -1014,7 +1130,10 @@ Select
 \bar under
 L
 \bar default
-aTeX\InsetSpace ~
+aTeX
+\begin_inset space ~
+\end_inset
+
 
 \bar under
 P
@@ -1142,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
 
@@ -1213,9 +1341,9 @@ labels.sty
 \begin_layout Standard
 First, make sure you're using the 
 \family sans
-article 
+article
 \family default
-document class.
+ document class.
  Next, you need to put the following in your preamble:
 \end_layout
 
@@ -1304,7 +1432,7 @@ every
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Note from 
 \noun on
 John Weiss
@@ -1377,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
@@ -1413,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
@@ -1453,9 +1585,8 @@ open
 \end_layout
 
 \begin_layout Standard
-Some folks also like to look at the log file directly, accessible from
+Some folks also like to look at the log file directly, accessible from 
 \family sans
 \bar under
 D
 \bar default
@@ -1464,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
 .
@@ -1825,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, 
@@ -1907,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
@@ -1937,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
@@ -2084,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
@@ -2096,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
@@ -2144,9 +2303,9 @@ ocument\SpecialChar \menuseparator
 \bar under
 S
 \bar default
-ettings 
+ettings
 \family default
-and select the 
+ and select the 
 \family sans
 Bibliography
 \family default
@@ -2204,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
 
@@ -2225,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
@@ -2260,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
 
@@ -2296,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
@@ -2321,9 +2497,9 @@ ocument\SpecialChar \menuseparator
 \bar under
 S
 \bar default
-ettings 
+ettings
 \family default
-and select the 
+ and select the 
 \family sans
 Bibliography
 \family default
@@ -2334,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
@@ -2422,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
@@ -2452,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
@@ -2480,9 +2683,9 @@ ocument\SpecialChar \menuseparator
 \bar under
 S
 \bar default
-ettings 
+ettings
 \family default
-and select the 
+ and select the 
 \family sans
 Bibliography
 \family default
@@ -2493,7 +2696,10 @@ Extras
  tab).
  Check 
 \family sans
-Sectionated\InsetSpace ~
+Sectionated
+\begin_inset space ~
+\end_inset
+
 bibliography
 \family default
 .
@@ -2514,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
@@ -2523,869 +2732,464 @@ 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 sans
-\series default
-\shape default
-\size default
 \emph default
-\bar 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 
+ everything up to and including the 
 \family typewriter
-\series default
-\shape default
-\size default
-\emph default
-\bar 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 U\i \~{g}
-ra\i \c{s}
- 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
 
-\end_layout
+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
+
+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
-
-\begin_layout LyX-Code
+, 
+\family typewriter
 
 \backslash
-renewcommand{
-\backslash
-nomname}{List of Symbols}
-\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
+chead
+\family default
+, 
+\family typewriter
 
 \backslash
-renewcommand{
-\backslash
-nomlabelwidth}{3.0cm}
-\end_layout
-
-\begin_layout Section
-Multipart Documents
-\end_layout
+rhead
+\family default
+, 
+\family typewriter
 
-\begin_layout Subsection
-General Operation
+\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
-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.
-
-\emph default
- everything up to and including the 
-\family typewriter
-
-\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.
+lhead{John Q.
+ DocWriter}
 \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.
+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
+
+g.
 \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
+\family typewriter
 
-input
-\begin_inset Quotes erd
-\end_inset
+\backslash
+cfoot{}
+\end_layout
 
-, and 
+\begin_layout Standard
+Let's get really fancy: lets put the section number with the word 
 \begin_inset Quotes eld
 \end_inset
 
-verbatim
+Section
 \begin_inset Quotes erd
 \end_inset
 
-.
- The difference between 
-\begin_inset Quotes eld
-\end_inset
-
-include
-\begin_inset Quotes erd
+ (e.
+\begin_inset space \thinspace{}
 \end_inset
 
- and 
-\begin_inset Quotes eld
+g.
+\begin_inset space ~
 \end_inset
 
-input
-\begin_inset Quotes erd
+Section 3) in the upper left, the page number (e.
+\begin_inset space \thinspace{}
 \end_inset
 
- is really only meaningful to LaTeXperts, but the practical difference is
- that files which are 
-\begin_inset Quotes eld
+g.
+\begin_inset space ~
 \end_inset
 
-included
-\begin_inset Quotes erd
-\end_inset
+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
 
- are typeset beginning on a new page, while files which are 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Standard
 
-inputted
-\begin_inset Quotes erd
-\end_inset
+\family typewriter
 
- are typeset starting on the current page.
- Perhaps the labeling in LyX will be changed someday to reflect this.
+\backslash
+lhead{Section 
+\backslash
+thesection}
 \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
+chead{}
 \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.
+\family typewriter
 
-\emph on
+\backslash
+rhead{Page 
+\backslash
+thepage}
 \end_layout
 
-\begin_layout Subsection
-Cross-References Between Files
+\begin_layout Standard
+
+\family typewriter
+
+\backslash
+lfoot{John Q.
+ DocWriter}
 \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
+\family typewriter
 
- to use.
+\backslash
+cfoot{}
 \end_layout
 
-\begin_layout Section
-Fancy Headers and Footers
+\begin_layout Standard
+
+\family typewriter
+
+\backslash
+rfoot{
+\backslash
+today}
 \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
+The codes 
+\family typewriter
 
-fancy
-\begin_inset Quotes erd
-\end_inset
+\backslash
+thesection
+\family default
+ and 
+\family typewriter
 
-, as mentioned in the 
-\family sans
-User\InsetSpace ~
-Guide
+\backslash
+thepage
 \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.
+ access LaTeX's section and page counters, and so print out the current
+ section and page numbers.
+\family typewriter
+
+\backslash
+today
+\family default
+ simply prints out today's date.
 \end_layout
 
 \begin_layout Standard
-The page header is divided into three fields, not surprisingly labeled 
-\begin_inset Quotes eld
+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.
+\begin_inset space \thinspace{}
 \end_inset
 
-left
-\begin_inset Quotes erd
-\end_inset
-
-, 
-\begin_inset Quotes eld
-\end_inset
-
-center
-\begin_inset Quotes erd
-\end_inset
-
-, and 
-\begin_inset Quotes eld
-\end_inset
-
-right
-\begin_inset Quotes erd
-\end_inset
-
-.
- 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
-, 
-\family typewriter
-
-\backslash
-chead
-\family default
-, 
-\family typewriter
-
-\backslash
-rhead
-\family default
-, 
-\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
-\family default
- simply prints out today's date.
-\end_layout
-
-\begin_layout Standard
-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{}
 g.
  
 \family typewriter
@@ -3480,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
@@ -3507,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
 
@@ -3565,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
@@ -3586,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
@@ -3605,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
@@ -3627,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
@@ -3642,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
@@ -3664,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
@@ -3680,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
@@ -3702,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
@@ -3718,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
@@ -3740,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
@@ -3756,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
@@ -3778,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
@@ -3794,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
@@ -3813,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
@@ -3854,11 +3659,7 @@ How to use it
 \begin_layout Standard
 Select which bullet depth you want to change then select the bullet shape
  and size.
-
-\family sans
-\family default
-Any changes will not be visible in LyX, but are visible when viewing the
+ Any changes will not be visible in LyX, but are visible when viewing the
  document using xdvi or ghostview.
 \end_layout
 
@@ -3881,9 +3682,9 @@ really
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -3901,9 +3702,9 @@ labelitemi
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -3937,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
 
@@ -3951,7 +3754,9 @@ labelitemi
  
 \family typewriter
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 renewcommand
@@ -3965,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
@@ -3980,9 +3787,9 @@ labelitem
 
 \begin_layout Itemize
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 [
 \backslash
@@ -4012,9 +3819,9 @@ star
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -4034,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
 
@@ -4051,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
@@ -4076,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
+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
 
-\bar under
-S
-\bar default
-ettings
-\family default
- dialog.
+\begin_layout Plain Layout
+Theorems (AMS)
 \end_layout
 
-\begin_layout Subsection
-What these layouts provide
-\end_layout
+\end_inset
 
-\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:
+ 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
+
+\begin_layout Plain Layout
+Theorems (AMS-Extended)
 \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.
+\end_layout
 
-\family sans
-Theorem
-\family default
+\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 Plain Layout
+Theorems (Order by Section)
+\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.
-\end_layout
+ or, if you are using 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-\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.
+\begin_layout Plain Layout
+book (AMS)
 \end_layout
 
-\begin_layout Description
-Lemma These are smaller results needed to prove other statements.
-\end_layout
+\end_inset
 
-\begin_layout Description
-Proposition These are less major results which (hopefully) add to the general
- theory being discussed.
-\end_layout
+, the module 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-\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).
+\begin_layout Plain Layout
+Theorems (Order by Chapter)
 \end_layout
 
-\begin_layout Description
-Criterion A required condition.
+\end_inset
+
+.
+ These will number the results as 
+\begin_inset Formula $n.m$
+\end_inset
+
+, 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 Plain Layout
+Theorems (Starred)
 \end_layout
 
-\begin_layout Description
-Algorithm A general procedure to be used.
+\end_inset
+
+ provides that option.
 \end_layout
 
-\begin_layout Description
-Axiom This is a property or statement taken as true within the system being
- discussed.
+\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 Plain Layout
+Theorems (AMS)
 \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
-\end_inset
+ module, and the others mentioned, with other classes, such as 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-) is still set in boldface, along with the number, if any, but the rest
- is set upright.
+\begin_layout Plain Layout
+article
 \end_layout
 
-\begin_layout Description
-Example Typeset similarly to Definition.
-\end_layout
+\end_inset
 
-\begin_layout Description
-Condition
-\end_layout
+, 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-\begin_layout Description
-Problem
+\begin_layout Plain Layout
+report
 \end_layout
 
-\begin_layout Description
-Exercise
+\end_inset
+
+, 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+book (KOMA-script)
 \end_layout
 
-\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.
+\end_inset
+
+, and so forth.
 \end_layout
 
-\begin_layout Description
-Note Set similarly to the Remark environment.
+\begin_layout Subsection
+What these layouts provide
 \end_layout
 
-\begin_layout Description
-Notation
+\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
-Claim
+\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
-Summary
+\end_inset
+
+, 
+\begin_inset Flex CharStyle:Noun
+status collapsed
+
+\begin_layout Plain Layout
+bibliography
 \end_layout
 
-\begin_layout Description
-Acknowledgement
+\end_inset
+
+, 
+\begin_inset Flex CharStyle:Noun
+status collapsed
+
+\begin_layout Plain Layout
+title
 \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.
+\end_inset
+
+, 
+\begin_inset Flex CharStyle:Noun
+status collapsed
+
+\begin_layout Plain Layout
+author
 \end_layout
 
-\begin_layout Description
-Conclusion
+\end_inset
+
+, and 
+\begin_inset Flex CharStyle:Noun
+status collapsed
+
+\begin_layout Plain Layout
+date
 \end_layout
 
-\begin_layout Description
-Fact 
+\end_inset
+
+---are provided by 
+\begin_inset Flex CharStyle:Code
+status collapsed
+
+\begin_layout Plain Layout
+article (AMS)
 \end_layout
 
-\begin_layout Description
-Proof The word 
-\begin_inset Quotes eld
 \end_inset
 
+ and 
+\begin_inset Flex CharStyle:Code
+status collapsed
 
-\shape italic
-Proof
-\shape default
+\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
@@ -4328,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
@@ -4369,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
 
@@ -4429,22 +4441,18 @@ 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
 
-)
-\emph on
-\emph default
-using
-\emph on
-\emph default
-Version 5.01 of the document class 
+) using Version 5.01 of the document class 
 \family typewriter
 aa.cls
 \family default
@@ -4461,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
 
@@ -4534,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 
@@ -4628,19 +4644,13 @@ 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
+If you want to place footnotes in the header block, e.
+\begin_inset space \thinspace{}
+\end_inset
 
-
-\backslash
-\end_layout
-
-\end_inset
+g.
+\begin_inset space ~
+\end_inset
 
 to state your present address, just use the standard footnote via 
 \family sans
@@ -4653,9 +4663,9 @@ nsert\SpecialChar \menuseparator
 F
 \bar default
 ootnote.
+
 \family default
-LyX will automagically use the term 
+ LyX will automagically use the term 
 \family typewriter
 
 \backslash
@@ -4905,16 +4915,19 @@ Figure and Table Floats
 \begin_layout Standard
 LyX provides support for the necessary float environments 
 \family sans
-figure, figure*, table 
+figure, figure*, table
 \family default
-and 
+ and 
 \family sans
 table*
 \family default
 , 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
 .
@@ -4929,16 +4942,15 @@ dit\SpecialChar \menuseparator
 \bar under
 P
 \bar default
-aragraph\InsetSpace ~
+aragraph
+\begin_inset space ~
+\end_inset
+
 Settings.
 \end_layout
 
 \begin_layout Standard
-There is
-\family sans
-\family default
-only one special thing: the figures with caption besides the figure.
+There is only one special thing: the figures with caption besides the figure.
  To create such a figure, you have to do the following:
 \end_layout
 
 t\SpecialChar \menuseparator
 Figure
 \family default
-, then right click in the figure and select
+, then right click in the figure and select 
 \family sans
 \bar under
 S
 \bar default
-pan\InsetSpace ~
+pan
+\begin_inset space ~
+\end_inset
+
 columns
 \family default
 .
@@ -4995,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
 .
@@ -5010,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
 .
@@ -5033,8 +5056,13 @@ 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 ~
-t 
+M-c
+\begin_inset space ~
+\end_inset
+
+t
+\family default
 \family typewriter
 }
 \family default
@@ -5131,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
 
@@ -5168,7 +5201,10 @@ I strongly suggest that you start with the AASTeX template file.
 F
 \bar default
 ile\SpecialChar \menuseparator
-New from 
+New from
+\family default
+\family sans
 \bar under
 T
 \bar default
@@ -5354,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
@@ -5436,9 +5472,9 @@ subsubsection
 \backslash
 paragraph
 \family default
- (2.7),
+ (2.7), 
 \family typewriter
+
 \backslash
 facility
 \family default
@@ -5479,9 +5515,9 @@ begin{thebibliography}
 bibitem
 \family default
  (2.13.2), all the cite commands and their variations (2.13.2), the generic
- graphicx figure commands (2.14.1),
+ graphicx figure commands (2.14.1), 
 \family typewriter
+
 \backslash
 begin{table}
 \family default
@@ -5566,9 +5602,9 @@ Document
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -5812,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
@@ -5907,15 +5943,15 @@ tablenotetext
 \backslash
 objectname
 \family default
-,
+, 
 \family typewriter
+
 \backslash
 dataset
 \family default
-,
+, 
 \family typewriter
+
 \backslash
 url
 \family default
@@ -5954,9 +5990,9 @@ twocolumn
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -5988,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.
@@ -6028,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
@@ -6102,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 
@@ -6122,7 +6160,8 @@ lock
 
 \begin_layout Subsubsection
 References
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "cite"
 
 \end_inset
@@ -6140,13 +6179,19 @@ 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
+type 
 \family typewriter
- Ressler(1992)
+Ressler(1992)
 \family default
 , not 
 \family typewriter
@@ -6185,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
 
@@ -6246,7 +6294,7 @@ Your mileage may vary.
 \end_layout
 
 \begin_layout Section
-qijmpc and ijmpd
+ijmpc and ijmpd
 \end_layout
 
 \begin_layout Standard
@@ -6284,14 +6332,24 @@ 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
+
+\begin_layout Plain Layout
+
+http://www.worldscinet.com/ijmpd/mkt/guidelines.shtml
+\end_layout
 
 \end_inset
 
@@ -6322,7 +6380,10 @@ As usual, the easiest way to write a paper is to start with a template.
 F
 \bar default
 ile\SpecialChar \menuseparator
-New from 
+New from
+\family default
+\family sans
 \bar under
 T
 \bar default
@@ -6544,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
 
@@ -6690,7 +6757,10 @@ Chil
 \bar under
 d
 \bar default
-\InsetSpace ~
+
+\begin_inset space ~
+\end_inset
+
 Document
 \family default
 ).
@@ -6736,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,
@@ -6820,6 +6890,181 @@ markboth{Authors' Names}{Short Paper's Title}
 .
 \end_layout
 
+\begin_layout Section
+iopart
+\end_layout
+
+\begin_layout Standard
+by 
+\noun on
+Uwe Stöhr
+\end_layout
+
+\begin_layout Subsection
+Overview
+\end_layout
+
+\begin_layout Standard
+The iopart package provides a document class to create electronic manuscript
+ submission to the journals published by the Institute of Physics.
+ Instructions for the authors how to create a paper using the iopart class
+ can be downloaded together with the iopart package from the site 
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+ftp://ftp.iop.org/pub/journals/latex2e
+\end_layout
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Subsection
+Writing a paper
+\end_layout
+
+\begin_layout Standard
+The easiest way to write a paper is to start with the file 
+\emph on
+IOP-article.lyx
+\emph default
+ that is available in LyX's examples files folder.
+ Open this file, save it under a new name, and start writing.
+ The example file explains how to use the special text environments.
+ Here are the most important advices:
+\end_layout
+
+\begin_layout Itemize
+To be able to compile your document to a PDF, PS, or DVI, assure that the
+ two options 
+\family sans
+Use AMS math package
+\family default
+ in the document settings under 
+\family sans
+Math Options
+\family default
+ are not used!
+\end_layout
+
+\begin_layout Itemize
+
+\size normal
+The title environment defines the kind of your paper.
+ So use one of the following environments for the title:
+\end_layout
+
+\begin_deeper
+\begin_layout Itemize
+
+\family sans
+\size normal
+Title
+\family default
+ for a Paper
+\end_layout
+
+\begin_layout Itemize
+
+\family sans
+\size normal
+Review
+\family default
+ for a Review
+\end_layout
+
+\begin_layout Itemize
+
+\family sans
+\size normal
+Topical
+\family default
+ for a Topical review
+\end_layout
+
+\begin_layout Itemize
+
+\family sans
+\size normal
+Comment
+\family default
+ for a Comment
+\end_layout
+
+\begin_layout Itemize
+
+\family sans
+\size normal
+Note
+\family default
+ for a Note
+\end_layout
+
+\begin_layout Itemize
+
+\family sans
+\size normal
+Paper
+\family default
+ for a Paper (same as Title)
+\end_layout
+
+\begin_layout Itemize
+
+\family sans
+\size normal
+Prelim
+\family default
+ for a Preliminary communication
+\end_layout
+
+\begin_layout Itemize
+
+\family sans
+\size normal
+Rapid
+\family default
+ for a Rapid communication
+\end_layout
+
+\begin_layout Itemize
+
+\family sans
+\size normal
+Letter
+\family default
+ for a Letter to the editor
+\end_layout
+
+\end_deeper
+\begin_layout Itemize
+
+\size normal
+All title environments except of 
+\family sans
+Letter
+\family default
+ can have an optional short title.
+\end_layout
+
+\begin_layout Itemize
+There is a general title environment 
+\family sans
+Article
+\family default
+ which is not directly supported by the LyX.
+ This can be used as ERT when your document doesn't fit into one of the
+ other title types.
+\end_layout
+
+\begin_layout Standard
+For more informations like hints for special table and formula formatting,
+ look at the IOP author guidelines.
+\end_layout
+
 \begin_layout Section
 Kluwer
 \end_layout
@@ -6847,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
 
@@ -6874,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
@@ -6898,7 +7157,10 @@ The easiest way to write a paper is to start with the Kluwer template file.
  Click on 
 \family sans
 File\SpecialChar \menuseparator
-New from 
+New from
+\family default
+\family sans
 \bar under
 T
 \bar default
@@ -7016,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
@@ -7033,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
@@ -7058,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
 
@@ -7115,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
@@ -7200,9 +7468,9 @@ Overview
 \end_layout
 
 \begin_layout Standard
-The LyX document classes
+The LyX document classes 
 \emph on
- article (koma-script)
+article (koma-script)
 \emph default
 , 
 \emph on
@@ -7240,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
@@ -7286,20 +7557,21 @@ letter (koma-script)
 Headings, labels of the description environment, and a number of elements
  of the 
 \emph on
-letter (koma-script) 
+letter (koma-script)
 \emph default
-document class are set in a bold sans serif font.
+ document class are set in a bold sans serif font.
 \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.
  Here the LaTeX package 
 \family typewriter
-cmsd.sty by 
+cmsd.sty by
 \family default
 \shape smallcaps
 Walter Schmidt
 \shape default
@@ -7334,7 +7606,10 @@ E
 \bar under
 x
 \bar default
-tra\InsetSpace ~
+tra
+\begin_inset space ~
+\end_inset
+
 Options
 \family default
  of the dialog 
@@ -7420,7 +7695,7 @@ scrguide
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 There is an English translation 
 \emph on
 screnggu
@@ -7526,11 +7801,11 @@ Section*
 , resp., additionally inserting an entry in the table of contents.
  
 \family sans
-Addpart 
+Addpart
 \family default
-and
+ and 
 \family sans
- Addchap
+Addchap
 \family default
  are not contained in 
 \emph on
@@ -7557,9 +7832,9 @@ Addchap
 Addsec
 \family default
 , resp., additionally clearing running heads.
-
 \family sans
- Addchap*
+Addchap*
 \family default
  is not contained in 
 \emph on
@@ -7569,7 +7844,7 @@ article (koma-script)
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 There is also an 
 \family typewriter
 
@@ -7612,10 +7887,10 @@ Captionabove
 \family default
  and 
 \family sans
-Captionbelow 
+Captionbelow
 \family default
-are special captions which respect the different space settings needed for
- captions placed above or below an element (if you follow strict typographic
+ are special captions which respect the different space settings needed
for captions placed above or below an element (if you follow strict typographic
  rules, you might want to place table captions always above the table).
  You can also use the class option 
 \family typewriter
@@ -7643,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.
@@ -7675,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.
@@ -7718,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
 
@@ -7939,9 +8199,9 @@ letter (koma-script)
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -8009,9 +8269,9 @@ Verse
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -8029,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 
@@ -8111,9 +8371,9 @@ scrguide
 \begin_layout Standard
 The types 
 \family sans
-Letter 
+Letter
 \family default
-and 
+ and 
 \family sans
 Opening
 \family default
@@ -8127,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 
@@ -8222,9 +8485,9 @@ Signature
 \family sans
 Address
 \family default
-,
+, 
 \family sans
- Telephone
+Telephone
 \family default
 , 
 \family sans
@@ -8255,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
@@ -8313,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
@@ -8694,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).
@@ -8767,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
@@ -8801,9 +9052,9 @@ ayout\SpecialChar \menuseparator
 D
 \bar default
 ocument\SpecialChar \menuseparator
-Extra Options 
+Extra Options
 \family default
-field.
+ field.
 \end_layout
 
 \end_inset
@@ -8871,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
 ).
@@ -8939,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
 
@@ -8951,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
@@ -9035,9 +9300,9 @@ Journal of Geodesy
 \emph default
 : 
 \family typewriter
-svjog.layout 
+svjog.layout
 \family default
---- Martin Vermeer
+ --- Martin Vermeer
 \end_layout
 
 \begin_layout Itemize
@@ -9090,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
@@ -9118,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
 
@@ -9230,9 +9502,9 @@ Journal of Geophysical Research
 \emph default
 : 
 \family typewriter
-jgrga.layout 
+jgrga.layout
 \family default
---- Martin Vermeer
+ --- Martin Vermeer
 \end_layout
 
 \begin_layout Standard
@@ -9331,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
 
@@ -9368,7 +9645,8 @@ Slides [aka
 Sli
 \noun default
 TeX]
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:slitex"
 
 \end_inset
@@ -9452,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
@@ -9462,9 +9744,9 @@ reference "sec:foiltex"
 .
  The 
 \family sans
-foils 
+foils
 \family default
-class [
+ class [
 \begin_inset Quotes eld
 \end_inset
 
@@ -9484,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.
@@ -9531,7 +9813,8 @@ slides
 
 \begin_layout Subsection
 Getting Started
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:slidesetup"
 
 \end_inset
@@ -9587,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.
@@ -9657,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
@@ -9683,16 +9973,22 @@ slides.lyx
 
  to automatically set up a document to use the 
 \family sans
-slides 
+slides
 \family default
-class [using 
+ class [using 
 \family sans
 \bar under
 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
@@ -9716,9 +10012,9 @@ Supported Environments
 \begin_layout Standard
 The first thing you'll notice when you start up a new 
 \family sans
-slides 
+slides
 \family default
-document is the font size and type: it's the equivalent of the size 
+ document is the font size and type: it's the equivalent of the size 
 \begin_inset Quotes eld
 \end_inset
 
@@ -9732,7 +10028,10 @@ Largest
 
  in the 
 \family sans
-Sans\InsetSpace ~
+Sans
+\begin_inset space ~
+\end_inset
+
 Serif
 \family default
  font.
@@ -9898,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
@@ -10129,9 +10429,9 @@ Making a Presentation with
 \family sans
 Slide
 \family default
-,
+, 
 \family sans
- Overlay
+Overlay
 \family default
  and 
 \family sans
@@ -10167,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
@@ -10238,9 +10542,9 @@ Note
 \family default
  environments work the same way as the 
 \family sans
-Slide 
+Slide
 \family default
-environment.
+ environment.
  They both create an 
 \begin_inset Quotes eld
 \end_inset
@@ -10380,7 +10684,7 @@ Slide
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Presumably, mutliple 
 \family sans
 Overlay
@@ -10421,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
@@ -10513,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
@@ -10708,7 +11019,7 @@ slides
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The commands of interest are: 
 \end_layout
 
@@ -10730,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 
@@ -10777,7 +11088,8 @@ Note
 Slide
 \family default
 
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:slideNote"
 
 \end_inset
@@ -10955,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
@@ -11253,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
@@ -11270,9 +11592,9 @@ Slide
 \family sans
 Overlay
 \family default
- --
+ -- 
 \family sans
- Note
+Note
 \family default
  triplet.
  The 
@@ -11309,7 +11631,9 @@ VisibleText
 onlyslides{
 \backslash
 slides}
-\newline
+\begin_inset Newline newline
+\end_inset
+
  
 \end_layout
 
@@ -11351,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
@@ -11375,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
@@ -11395,7 +11723,8 @@ Foil
 TeX
 \noun default
 ]
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:foiltex"
 
 \end_inset
@@ -11477,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
@@ -11487,9 +11820,9 @@ reference "sec:slitex"
 .
  If your machine doesn't have the 
 \family sans
-foils 
+foils
 \family default
-class [
+ class [
 \begin_inset Quotes eld
 \end_inset
 
@@ -11548,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:
@@ -11571,7 +11910,10 @@ Columns
 \family default
  on the 
 \family sans
-Document\InsetSpace ~
+Document
+\begin_inset space ~
+\end_inset
+
 Layout
 \family default
  dialog.
@@ -11633,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
@@ -11655,7 +12001,7 @@ always
 \end_layout
 
 \begin_deeper
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMM
 
 \family sans
@@ -11668,7 +12014,7 @@ empty
  
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMM
 
 \family sans
@@ -11680,7 +12026,7 @@ plain
  No other headings or footers (other than footnotes).
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMM
 
 \series bold
@@ -11691,7 +12037,7 @@ foilheadings
  This is also the default.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMM
 
 \series bold
@@ -11733,7 +12079,7 @@ ettings
  dialog.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11744,7 +12090,7 @@ ettings
  this medium.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11754,7 +12100,7 @@ headrule
  title page.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11764,7 +12110,7 @@ footrule
  title page.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11783,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
@@ -11804,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
@@ -11813,7 +12159,7 @@ leqno
  Equation numbers on the left.
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMx
 
 \series bold
@@ -11843,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
@@ -11967,9 +12313,9 @@ Comment
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12034,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
@@ -12116,9 +12462,9 @@ Definition*
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12173,9 +12519,9 @@ Martin Vermeer
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12190,7 +12536,10 @@ begin{multicols}{2}
 \begin_layout Itemize
 
 \family sans
-My\InsetSpace ~
+My
+\begin_inset space ~
+\end_inset
+
 Logo
 \end_layout
 
@@ -12203,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
@@ -12250,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
@@ -12427,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
@@ -12444,9 +12818,9 @@ reference "sec:bullet"
 \begin_layout Standard
 The two new list styles, 
 \family sans
-TickList 
+TickList
 \family default
-and 
+ and 
 \family sans
 CrossList
 \family default
@@ -12482,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
@@ -12493,7 +12868,10 @@ name "sec:foilfoot"
 \begin_layout Standard
 
 \family sans
-My\InsetSpace ~
+My
+\begin_inset space ~
+\end_inset
+
 Logo
 \family default
  and 
@@ -12518,28 +12896,43 @@ 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
 
 \begin_layout Standard
-The remaining page corners can be filled by
+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).
@@ -12551,7 +12944,8 @@ Unsupported
 Foil
 \family default
 TeX Goodies
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:unsuppfoils"
 
 \end_inset
@@ -12654,40 +13048,40 @@ 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
 
 \backslash
-abovefloatskip 
+abovefloatskip
 \family default
-Separation between the text and the top of the float
+ Separation between the text and the top of the float
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
 
 \backslash
-abovecaptionskip 
+abovecaptionskip
 \family default
-Separation between the float and the caption
+ Separation between the float and the caption
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
 
 \backslash
-belowcaptionskip 
+belowcaptionskip
 \family default
-Separation between the caption and the following text
+ Separation between the caption and the following text
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12711,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
@@ -12724,7 +13118,7 @@ abovetitleskip
 Title
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12743,7 +13137,7 @@ Author
  environments
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12758,7 +13152,7 @@ Author
  lines
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12775,7 +13169,7 @@ Author
 Date
 \end_layout
 
-\begin_layout List
+\begin_layout Labeling
 \labelwidthstring MMMMMMMMMMM
 
 \family typewriter
@@ -12794,9 +13188,9 @@ Abstract
 
 \begin_layout Standard
 The last length related command affects all the list environments.
- If you place
+ If you place 
 \family typewriter
+
 \backslash
 zerolistvertdimens
 \family default
@@ -12866,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 
@@ -13078,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.
@@ -13091,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
@@ -13113,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.
@@ -13128,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.
@@ -13141,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.
@@ -13153,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.
@@ -13167,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 
@@ -13183,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
 
@@ -13198,7 +13631,9 @@ CUT TO:
 
 \family sans
 FADE OUT:
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-I
 \end_layout
 
@@ -13206,7 +13641,9 @@ M-z S-I
 
 \family sans
 Author
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-A
 \end_layout
 
@@ -13214,7 +13651,9 @@ M-z S-A
 
 \family sans
 Title
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-T
 \end_layout
 
@@ -13222,7 +13661,9 @@ M-z S-T
 
 \family sans
 Right_Address
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z r
 \end_layout
 
@@ -13318,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
@@ -13329,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.
@@ -13342,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.
@@ -13355,26 +13806,34 @@ 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 
 \family sans
 ACT.
+
 \family default
-It is just centered text.
+ It is just centered text.
 \end_layout
 
 \begin_layout Itemize
 
 \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.
@@ -13386,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
@@ -13399,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.
@@ -13411,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.
@@ -13430,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.
@@ -13442,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.
@@ -13454,7 +13933,9 @@ The curtain comes down.
 
 \family sans
 Title
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-T
 \end_layout
 
@@ -13462,7 +13943,9 @@ M-z S-T
 
 \family sans
 Author
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z S-A
 \end_layout
 
@@ -13470,7 +13953,9 @@ M-z S-A
 
 \family sans
 Right_Address
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 M-z r
 \end_layout
 
@@ -13499,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 
@@ -13521,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.
@@ -13543,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
 
@@ -13562,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.
@@ -13624,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.
@@ -13662,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
@@ -13730,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 
@@ -13781,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
@@ -13800,7 +14319,7 @@ altaddress
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \emph on
 Note from JMarc:
@@ -13819,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
@@ -13839,9 +14358,9 @@ Tomasz Luczak
 \end_layout
 
 \begin_layout Standard
-The LyX document classes
+The LyX document classes 
 \emph on
- article (mwart)
+article (mwart)
 \emph default
 , 
 \emph on
@@ -13895,2015 +14414,575 @@ Unnumbered titles (with star, eg.
 Section*
 \family default
 ) are added into table of contents,
-\end_layout
-
-\begin_layout Itemize
-Additional page styles:
-\end_layout
-
-\begin_deeper
-\begin_layout Description
-uheadings header with separated lines,
-\end_layout
-
-\begin_layout Description
-myheadings custom header, contents headers via commands: 
-\family typewriter
-
-\backslash
-markright
-\family default
- and 
-\family typewriter
-
-\backslash
-markboth
-\family default
-,
-\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
-\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
-
- preserves all the linebreaks in the ASCII; to LyX, then, each line looks
- like a paragraph.
- Importing 
-\begin_inset Quotes eld
-\end_inset
-
-as paragraphs
-\begin_inset Quotes erd
-\end_inset
-
- 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.
-\end_layout
-
-\begin_layout Subsection
-Noweb
-\end_layout
-
-\begin_layout Standard
-
-\emph on
-[Editor's note: Needs to be written, obviously - any volunteers? --- mer]
-\end_layout
-
-\begin_layout Section
-Exporting Other Formats
-\end_layout
-
-\begin_layout Standard
-The output formats listed here in the following are also explained concerning
- possible graphics formats in the 
-\emph on
-Extended-Insets
-\emph default
- manual.
-\end_layout
-
-\begin_layout Subsection
-LaTeX
-\end_layout
-
-\begin_layout Standard
-LyX generates two types of LaTeX files: stripped down versions for the normal
- processing (
-\family sans
-View DVI
-\family default
-, etc.) which one normally never sees
-\begin_inset Foot
-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 Subsection
-Device Independent Files
-\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
-
-\begin_layout Subsection
-PostScript
-\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
-\family default
-\SpecialChar \menuseparator
-
-\family sans
-\bar under
-P
-\bar default
-references
-\family default
-, the options passed to the dvips program to achieve different effects.
-\end_layout
-
-\begin_layout Subsection
-ASCII text
-\end_layout
-
-\begin_layout Standard
-Exporting as ASCII attempts to preserve the 
-\begin_inset Quotes eld
-\end_inset
-
-shape
-\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.
-\end_layout
-
-\begin_layout Subsection
-HTML
-\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.
-\end_layout
-
-\begin_layout Subsection
-PDF
-\end_layout
-
-\begin_layout Standard
-by 
-\noun on
-Dekel Tsur
-\noun default
- (mostly)
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-
-\end_layout
-
-\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_inset LatexCommand ref
-reference "sec:badfonts"
-
-\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
-
-\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.
-\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
-
-
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Bad Fonts in Acrobat Reader
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\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 LyX-Code
-p+ psfonts.cmz
-\end_layout
-
-\begin_layout LyX-Code
-p+ psfonts.amz
-\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
-
-\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.
-\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
-).
-\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"
-
-\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.
-\end_layout
-
-\begin_layout Subsubsection
-Why doesn't the 
-\backslash
-boldsymbol{} command work when I use pslatex?
-\begin_inset LatexCommand label
-name "sec:pdfbold"
-
-\end_inset
-
-
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-boldsymbol{}
-\family default
- and 
-\family typewriter
-pslatex
-\end_layout
-
-\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{}
-\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
-
-\backslash
-pmb
-\family default
- by putting
-\end_layout
-
-\begin_layout LyX-Code
-
-\backslash
-renewcommand{
-\backslash
-boldsymbol}[1]{
-\backslash
-pmb{#1}}
-\end_layout
-
-\begin_layout Standard
-in the preamble.
-\end_layout
-
-\begin_layout Subsubsection
-Is it possible to do write LaTeX-code which is processed only when running
- pdfLaTeX?
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Conditionals with pdfLaTeX
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Yes you can do this with the 
-\family typewriter
-ifpdf.sty
-\family default
- package.
- Here is an example:
-\end_layout
-
-\begin_layout LyX-Code
-
-\end_layout
-
-\begin_layout LyX-Code
-
-\backslash
-usepackage{ifpdf}
-\end_layout
-
-\begin_layout LyX-Code
-
-\backslash
-ifpdf
-\end_layout
-
-\begin_layout LyX-Code
-   
-\backslash
-pdfinfo { /Author (your name and e-mail address)
-\end_layout
-
-\begin_layout LyX-Code
-      /Title (official title -- i.e., title element)
-\end_layout
-
-\begin_layout LyX-Code
-      /Subject (one line description of the document)
-\end_layout
-
-\begin_layout LyX-Code
-   }
-\end_layout
-
-\begin_layout LyX-Code
-   
-\backslash
-pdfcatalog { /PageMode (/UseNone)
-\end_layout
-
-\begin_layout LyX-Code
-   % /OpenAction (fitbh)
-\end_layout
-
-\begin_layout LyX-Code
-   }
-\end_layout
-
-\begin_layout LyX-Code
-   
-\backslash
-usepackage[pdftex]{hyperref}
-\end_layout
-
-\begin_layout LyX-Code
-
-\backslash
-else
-\end_layout
-
-\begin_layout LyX-Code
-   
-\backslash
-usepackage[ps2pdf]{hyperref}
-\end_layout
-
-\begin_layout LyX-Code
-
-\backslash
-fi
-\end_layout
-
-\begin_layout Subsubsection
-How can I make URLs clickable?
-\end_layout
-
-\begin_layout Standard
-See the references here:
-\end_layout
-
-\begin_layout Standard
-\begin_inset LatexCommand url
-target "http://wiki.lyx.org/pmwiki.php/FAQ/PDF"
-
-\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
-\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.
-\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
-\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.
-\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
-\end_layout
-
-\begin_layout LyX-Code
-
-\backslash
-custom_export_command "mycommand $$FName"
-\end_layout
-
-\begin_layout Chapter
-LyX Features needing Extra Software
-\end_layout
-
-\begin_layout Section
-Using LyX with SGML-Tools (aka LinuxDoc)
-\end_layout
-
-\begin_layout Standard
-by 
-\noun on
-Paul Evans
-\end_layout
-
-\begin_layout Subsection
-Overview
-\end_layout
-
-\begin_layout Standard
-LinuxDoc is a document class available in LyX if you have the 
-\family typewriter
-sgml-tools
-\family default
- package installed.
- You can use it to produce documents in the so-called Standardized General
- Mark-up Language (SGML) in the particular format used by the Linux Documentatio
-n Project.
- That is obviously helpful if you are contributing to that project.
- You can use the SGML format with the 
-\family typewriter
-sgml-tools
-\family default
- package of scripts and programs (to produce other formats, including LaTeX,
- HTML, plain text, man pages and\SpecialChar \ldots{}
-).
- You may therefore prefer to use this document class if you want to write
- something that can be easily translated into other formats.
-\end_layout
-
-\begin_layout Standard
-You will find that LinuxDoc has fewer layout options than the other text
- classes in LyX.
- This is mainly so that the translations into other formats have a chance
- of making some sense.
- In this section we describe:
-\end_layout
-
-\begin_layout Itemize
-how to setup and use a document in LinuxDoc
-\end_layout
-
-\begin_layout Itemize
-how to use the tags in LinuxDoc to layout your document
-\end_layout
-
-\begin_layout Itemize
-how to use the SGML packages to produce the various formats
-\end_layout
-
-\begin_layout Itemize
-how to sort out some problems.
-\end_layout
-
-\begin_layout Subsection
-Preparing and using a LinuxDoc document
-\end_layout
-
-\begin_layout Subsubsection
-Getting started
-\end_layout
-
-\begin_layout Standard
-You start by selecting the LinuxDoc class using the 
-\family sans
-\bar under
-D
-\bar default
-ocument\SpecialChar \menuseparator
-
-\bar under
-S
-\bar default
-ettings
-\family default
- dialog.
-
-\family sans
-\family default
-Then you will find that there are fewer paragraph environments than for
- most other classes.
- You can see them on the pull down box on the left of the tool bar.
- How to use them is described in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:sgmlparas"
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Standard
-You 
-\emph on
-must
-\emph default
- enter a title for the document, followed by an author, marking each with
- the appropriate paragraph environment.
- If you don't do this, you will get errors when you try to print the file.
- You can then enter the date and an abstract.
- The document proper must start with a Section paragraph environment rather
- than any standard layout.
-\end_layout
-
-\begin_layout Standard
-After that you can prepare a document as usual using the available range
- of paragraph environments.
- See section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:sgmlparas"
-
-\end_inset
-
- for the full list and their uses.
-\end_layout
-
-\begin_layout Subsubsection
-Output from LinuxDoc
-\end_layout
-
-\begin_layout Standard
-You can print and save these documents in the normal way.
- To use the other features of the SGML package you need to save your document
- as LinuxDoc; this is a version in which the document is translated into
- the basic sgml tags.
- Use
-\family sans
-\bar under
-F
-\bar default
-ile\SpecialChar \menuseparator
-
-\bar under
-E
-\bar default
-xport\SpecialChar \menuseparator
-Linu
-\bar under
-x
-\bar default
-Doc.
+\end_layout
 
-\family default
- You will get a file with the same name and a 
+\begin_layout Itemize
+Additional page styles:
+\end_layout
+
+\begin_deeper
+\begin_layout Description
+uheadings header with separated lines,
+\end_layout
+
+\begin_layout Description
+myheadings custom header, contents headers via commands: 
 \family typewriter
-.sgml
+
+\backslash
+markright
 \family default
- extension rather than a 
+ and 
 \family typewriter
-.lyx
+
+\backslash
+markboth
 \family default
- extension.
- See\InsetSpace ~
+,
+\end_layout
 
-\begin_inset LatexCommand ref
-reference "sec:sgmloperate"
+\begin_layout Description
+myuheadings custom header with separated lines,
+\end_layout
 
-\end_inset
+\begin_layout Description
+outer page number is placed on outer side of page
+\end_layout
 
- on how you than make use of this file.
+\end_deeper
+\begin_layout Itemize
+Options 
 \end_layout
 
-\begin_layout Subsection
-Using the paragraph environments in LinuxDoc
+\begin_deeper
+\begin_layout Description
+rmheadings serif titles --- default,
 \end_layout
 
-\begin_layout Subsubsection
-The Structure of a LinuxDoc Document
+\begin_layout Description
+sfheadings sansserif titles,
 \end_layout
 
-\begin_layout Standard
-There is a formal structure for LinuxDoc which limits how you can place
- tags.
- There are two parts to all documents: 
+\begin_layout Description
+authortitle on title page first placed is author next title --- default,
 \end_layout
 
 \begin_layout Description
-Header: this is everything up to the first time you insert a Section layout
- marker.
- It can include title, author, date, abstract and ToC.
- You must include the first two.
+titleauthor on title page first placed is title next author,
 \end_layout
 
 \begin_layout Description
-Body: from the beginning of the first section onwards.
- All other tags are allowed.
+withmarginpar reserve place on page for margins.
 \end_layout
 
-\begin_layout Subsubsection
-The LinuxDoc Paragraph Environments
+\end_deeper
+\begin_layout Section
+Elsevier Journals
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand label
-name "sec:sgmlparas"
-
-\end_inset
-
-Here is a list of all the tags you will find listed on the layout bar in
- the order they come there, with some comments where the purpose or use
- is not obvious:
+By 
+\noun on
+Rod Pinna
 \end_layout
 
-\begin_layout Itemize
+\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 Flex URL
+status collapsed
 
-\family sans
-Standard:
-\family roman
- works as described in [cross reference]
+\begin_layout Plain Layout
+
+http://authors.elsevier.com/
 \end_layout
 
-\begin_layout Itemize
+\end_inset
 
-\family sans
-Title
-\family default
-: This will appear at the top left of the document when printed, above a
- heavy horizontal rule, although you will not see this on the LyX screen.
+.
+ 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 Itemize
-
-\family sans
-Section, Subsection, Subsubsection, Paragraph and Subparagraph:
-\family default
- all do what you would expect and in the usual order.
- Whether they are numbered or not is controlled by the 
-\family sans
-Section\InsetSpace ~
-number\InsetSpace ~
-depth
+\begin_layout Standard
+To make use of 
+\family typewriter
+elsart.cls
 \family default
- setting.
- You cannot get the equivalent number free versions in any other way; there
- is no 
-\family sans
-Section*
+, a file 
+\family typewriter
+elsart.layout
 \family default
- or similar
+ 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 Itemize
-
-\family sans
-Enumerate:
-\family default
- As usual this produces a numbered and indented list as described in the
-\emph on
-User's Guide
-\emph default
-.
-\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
 
-\begin_layout Itemize
+clean
+\begin_inset Quotes erd
+\end_inset
 
-\family sans
-Itemize: 
-\family roman
-Again much the same as in the other classes: see the 
-\emph on
-User's Guide
-\emph default
-.
+ 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 Itemize
+\begin_layout Section
+Memoir
+\end_layout
 
-\family sans
-Description
-\family default
-: As explained in the 
-\emph on
-User's Guide
-\emph default
-.
- Remember that if you want the bold element at the start of a description
- to be more than one word then you need to put protected spaces between
- the words.
+\begin_layout Standard
+By 
+\noun on
+Jürgen Spitzmüller
 \end_layout
 
-\begin_layout Itemize
+\begin_layout Subsection
+Overview
+\end_layout
 
-\family sans
-Verbatim: 
-\family default
-As usual.
+\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 Itemize
+\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
 
-\family sans
-Code: similar to the LyX-Code
-\family roman
- environment
-\end_layout
+\begin_layout Plain Layout
+You are invited to send suggestions to 
+\begin_inset Flex URL
+status collapsed
 
-\begin_layout Itemize
+\begin_layout Plain Layout
 
-\family sans
-Author
-\family default
-: Anything you mark with this will appear on the left of the heading of
- the document, under the heavy rule.
+lyx-devel@lists.lyx.org
 \end_layout
 
-\begin_layout Itemize
+\end_inset
 
-\family sans
-Date:
-\family default
- Anything you mark with this will appear on the right of the heading under
- the rule.
- You do not have to make this a date.
- Any text can be entered, e.\InsetSpace ~
-g.
- a version number.
+.
 \end_layout
 
-\begin_layout Itemize
+\end_inset
 
-\family sans
-Abstract
-\family default
-: You can use this to produce a free standing paragraph after the author
- and date, and before the first section.
- You are only allowed one such paragraph.
+, 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
+\begin_layout Plain Layout
+Cf.
+\begin_inset ERT
+status collapsed
 
-\emph on
-Author's note.
+\begin_layout Plain Layout
+
+
+\backslash
  
-\emph default
-This needs checking ---
-\emph on
-pe.
 \end_layout
 
 \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
 
-\begin_layout Itemize
+\end_inset
 
-\family sans
-Displaymath
-\family default
-:
+).
+ 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
-
-\emph on
-Author's note: 
-\emph default
-I have not yet checked this ---
-\emph on
-pe.
-\end_layout
+\begin_layout Plain Layout
+Cf.
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
 \end_layout
 
-\begin_layout Subsubsection
-Other document features
-\end_layout
+\end_inset
 
-\begin_layout Standard
-You can also use the 
-\family sans
-Layout 
-\family default
-menu to set fonts or to emphasis words.
- You can also use the table of contents as usual; see the corresponding
- section of the 
-\emph on
-User's Guide
-\emph default
-.
- Although you will find some some other features on the menus e.\InsetSpace ~
-g.
- inserting footnotes.
- There is some doubt about whether these will work correctly.
-\begin_inset Foot
+
+\begin_inset Flex URL
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\emph on
-Author's note: 
-\emph default
-Again still checking to see whether this is my system
-\emph on
- ---pe.
+CTAN:/macros/latex/memoir/memman.pdf
 \end_layout
 
 \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 Subsubsection
-Cross references and HTML 
+\begin_layout Subsection
+Basic features and restrictions
 \end_layout
 
 \begin_layout Standard
-On the
-\family sans
- Insert
-\family default
- menu you will find two new options relating to the inclusion of URL addresses.
- If you use either option you will find some highlighted TeX code inserted
- into your document in three separate blocks with spaces available between.
- The blocks will be:
+Memoir supports basically all features of the standard book classes.
+ There are, however, some differences, as follows:
 \end_layout
 
-\begin_layout Quote
+\begin_layout Description
+Font
+\begin_inset space ~
+\end_inset
 
-\family typewriter
+sizes: Memoir has a broader range of font sizes: 9, 10, 11, 12, 14, 17
+\end_layout
 
-\backslash
-htmlurl{
-\family default
- or 
-\family typewriter
+\begin_layout Description
+Page
+\begin_inset space ~
+\end_inset
 
-\backslash
-url{
-\family roman
+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
 
-\hfill
-space
+Style
 \family default
+).
+ If you want to use these for the chapter pages, you have to use the command
  
 \family typewriter
 
-\hfill
-}{
-\family roman
-
-\hfill
-space
-\hfill
-
-\family typewriter
-}
-\end_layout
-
-\begin_layout Standard
-You insert a full HTML tag between the first and second blocks.
- This can be 
-\begin_inset LatexCommand url
-target "http://any.address"
-
+\backslash
+chapterstyle
+\family default
+ in the main text or in preamble (e.
+\begin_inset space \thinspace{}
 \end_inset
 
- or other valid tags such as 
-\begin_inset LatexCommand url
-target "mailto:me@my.address"
-
+g.
+\begin_inset space ~
 \end_inset
 
 
 \family typewriter
-.
-\family default
-Then y
-\family roman
-ou 
+
+\backslash
+chapterstyle{companion}
 \family default
-insert some description between the second and third blocks.
- The differences are:
+).
 \end_layout
 
-\begin_layout Itemize
-
+\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
-URL:
-\family roman
- both the HTML tag and the description will appear in the document
-\end_layout
-
-\begin_layout Itemize
+Insert\SpecialChar \menuseparator
+Short
+\begin_inset space ~
+\end_inset
 
-\family sans
-HTML\InsetSpace ~
-URL: 
-\family roman
-only the description appears in the printed version
+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 Subsection
-Using the LinuxDoc Sgml scripts
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Standard
-This section is completely outdated.
+\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
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "sec:sgmloperate"
+, i
+\begin_inset space \thinspace{}
+\end_inset
 
+e.
+\begin_inset space ~
 \end_inset
 
-You can use LinuxDoc as a text class without any additional scripts or programs,
- but there is not much point in doing this.
- All you will get is a document that looks like a 
-\emph on
-Linux Documentation Project Howto
-\family sans
-\emph default
-.
-\family default
-To do the document translation you need to get and install the 
+without pagina).
+ If you want an empty title page, type 
 \family typewriter
-sgml-tools-1.0.x.tar.gz 
+
+\backslash
+aliaspagestyle{title}{empty}
 \family default
-(with 
-\begin_inset Formula $x\geq3$
+ 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
+\begin_inset space ~
 \end_inset
 
-) package from 
-\family roman
-the SGML-Tools WWW Page
+Options
 \family default
- at
-\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
 
-\family roman
-\begin_inset LatexCommand url
-target "http://pobox.com/~cg/sgmltools"
+ 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 space \thinspace{}
+\end_inset
 
+g.
+\begin_inset space ~
 \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
-Alternatively, you can go to the 
-\family typewriter
-sunsite
-\family default
- archive at
+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
-Note that, at the time of this writing (01/1998), version 1.0.3 of sgml-tools
- has not yet been made available at 
-\family typewriter
-sunsite
-\family default
-.
+\begin_layout Plain Layout
+Cf.
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
 \end_layout
 
 \end_inset
 
 
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+CTAN:/macros/latex/memoir/memman.pdf
 \end_layout
 
-\begin_layout LyX-Code
+\end_inset
 
-\family roman
-\begin_inset LatexCommand url
-target "ftp://sunsite.unc.edu/pub/Linux/utils/text/sgml-tools-1.0.x.tar.gz"
+.
+\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 Standard
+\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
 
-\family roman
-The
-\family default
- file 
-\family typewriter
-sgml-tools-1.0.x.tar.gz
-\family default
- contains everything that you need to write SGML documents and convert them
- to groff, LaTeX, HTML, GNU info, LyX, and RTF\SpecialChar \@.
+g.
+\begin_inset space ~
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-This package was renamed from 
-\family typewriter
-linuxdoc-sgml-1.5.tar.gz
-\family default
in January 1997.
+\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 Standard
-Follow the instructions in that package on how to install it and how to
- use it.
- All this has to be done outside of LyX, before you can use the 
-\family sans
-\bar under
-F
-\bar default
-ile\SpecialChar \menuseparator
+\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
 
-\bar under
-E
-\bar default
-xport\SpecialChar \menuseparator
-as\InsetSpace ~
-LinuxDoc 
-\family roman
-option.
+\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 Subsection
-Troubleshooting LinuxDoc
+\begin_layout Description
+Poemtitle*: Same as poemtitle, but it adds no entry to the table of contents.
 \end_layout
 
-\begin_layout Standard
-When you print or preview a LinuxDoc document some checking is done of the
- tags before LaTeX is run.
- Some errors are trapped here, especially those concerning the structure
- of the document.
- LyX may produce an error message, but not leave an error box in the document
- for you to open.
- You may have to look at the files directly to discover what is wrong.
- Most problems seem to come from the use of options that are not fully available
- in the text class.
+\begin_layout Chapter
+LyX Features needing Extra Software
 \end_layout
 
 \begin_layout Section
@@ -15933,7 +15012,10 @@ ools
 \bar under
 C
 \bar default
-heck\InsetSpace ~
+heck
+\begin_inset space ~
+\end_inset
+
 TeX
 \family default
  command.
@@ -15943,8 +15025,13 @@ 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/"
+\begin_inset Flex URL
+status collapsed
+
+\begin_layout Plain Layout
+
+http://www.ifi.uio.no/~jensthi/chktex/
+\end_layout
 
 \end_inset
 
@@ -16004,20 +15091,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
@@ -16046,7 +15144,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
 
@@ -16057,12 +15155,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
@@ -16121,7 +15223,10 @@ ools\SpecialChar \menuseparator
 \bar under
 C
 \bar default
-heck\InsetSpace ~
+heck
+\begin_inset space ~
+\end_inset
+
 TeX
 \family default
 .
@@ -16227,9 +15332,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.
@@ -16259,7 +15373,7 @@ ChkTeX
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 You can inspect the specific output from 
 \family sans
 chktex
@@ -16267,8 +15381,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 
@@ -16308,7 +15428,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
@@ -16595,9 +15715,9 @@ Inter-word spacing (
 \family typewriter
 
 \backslash
-\family default
 
+\family default
 \begin_inset Quotes eld
 \end_inset
 
@@ -17068,7 +16188,10 @@ ile\SpecialChar \menuseparator
 \bar under
 V
 \bar default
-ersion\InsetSpace ~
+ersion
+\begin_inset space ~
+\end_inset
+
 Control
 \family default
  submenu.
@@ -17100,9 +16223,18 @@ This command registers your document with RCS\SpecialChar \@.
  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 ~
+Check
+\begin_inset space ~
+\end_inset
+
+Out
+\begin_inset space ~
+\end_inset
+
+For
+\begin_inset space ~
+\end_inset
+
 Edit
 \family default
 , before making any changes to it.
@@ -17353,9 +16485,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
 
@@ -17404,9 +16541,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
 
@@ -17419,6 +16561,12 @@ Starting from there you can reach many other interesting links and even
 \end_layout
 
 \begin_layout Subsection
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:LyX-and-Literate"
+
+\end_inset
+
 LyX and Literate Programming
 \end_layout
 
@@ -17478,7 +16626,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
@@ -17502,7 +16650,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
@@ -17570,7 +16718,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
@@ -17582,13 +16730,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
 
@@ -17599,7 +16755,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
@@ -17631,12 +16787,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
 
@@ -17648,9 +16809,9 @@ rence:
 For an example of this usage and the resulting cross-reference output, look
  at the Literate python program in 
 \emph on
-LIBDIR/examples/listerrors.lyx 
+LIBDIR/examples/listerrors.lyx
 \emph default
-which should make this all clear.
+ which should make this all clear.
 \end_layout
 
 \begin_layout Paragraph
@@ -17692,9 +16853,9 @@ pdate\SpecialChar \menuseparator
 \bar under
 D
 \bar default
-VI 
+VI
 \family default
-menu option is chosen, a LaTeX file is generated.
+ menu option is chosen, a LaTeX file is generated.
  
 \end_layout
 
@@ -17712,9 +16873,9 @@ literate
  format (defined in the Preferences panel), otherwise the file will have
  the usual 
 \family typewriter
-.tex 
+.tex
 \family default
-extension.
+ extension.
 \end_layout
 
 \end_deeper
@@ -17729,9 +16890,9 @@ Note that the only difference so far is in the name of the file, no special
 If the document is of any literate class LyX will then use the internal
  LyX to Noweb converter, followed by the Noweb to LaTeX converter
 \begin_inset Foot
-status open
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The converters are defined in the 
 \family sans
 \bar under
@@ -17753,6 +16914,18 @@ Conversion
 \end_inset
 
  tab.
+ See section 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:converters"
+
+\end_inset
+
+ of the 
+\emph on
+Customization
+\emph default
+ manual for general information about converters.
 \end_layout
 
 \end_inset
@@ -17791,12 +16964,14 @@ Generating the code
 \begin_layout Standard
 When the build menu option is chosen or the corresponding button in the
  toolbar is pressed, a LaTeX file is generated just like step 1 above.
- Next, LyX invokes the
+ Next, LyX invokes the 
 \family typewriter
- Noweb->Program
+Noweb->Program
 \family default
  converter.
- Typically, this converter (like any other converter), has two parts:
+ This converter needs to be defined by the user and is not installed by
+ default, though the Program format is.
+ This converter (like any other converter) will have two parts:
 \end_layout
 
 \begin_layout Enumerate
@@ -17843,7 +17018,7 @@ build-script
 \begin_inset Quotes erd
 \end_inset
 
- (a program or script) with the name of the Noweb file (generally a file
+ (a program or script) with the name of the Noweb file (normally a file
  in the LyX temp directory).
  
 \end_layout
@@ -17887,7 +17062,7 @@ Flags
 
 
 \family typewriter
-originaldir,parselog=listerrors
+parselog=listerrors
 \family default
 
 \begin_inset Quotes erd
@@ -17916,13 +17091,13 @@ listerrors
 \begin_layout Standard
 The converter code looks in 
 \emph on
-MYLYXDIR/scripts 
+MYLYXDIR/scripts
 \emph default
-first, then in
+ first, then in 
 \emph on
- LIBDIR/scripts 
+LIBDIR/scripts
 \emph default
-then on the path for the 
+ then on the path for the 
 \begin_inset Quotes eld
 \end_inset
 
@@ -17933,6 +17108,75 @@ listerrors
  program.
 \end_layout
 
+\begin_layout Standard
+The build will normally take place in LyX's temporary directory, so the
+ files produced by the conversion will be in that directory.
+ LyX will copy out what it regards as the `main' file, but the 
+\family typewriter
+Noweb->Program
+\family default
+ conversion may produce several files, and so most of these would then be
+ deleted when LyX was closed.
+ The present solution is to use a `copier',
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+See section 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:converters-etc"
+
+\end_inset
+
+ of the 
+\emph on
+Customization
+\emph default
+ manual for information on these.
+\end_layout
+
+\end_inset
+
+ in this case, the 
+\family typewriter
+ext_copy.py
+\family default
+ script in its default mode, so that the entire contents of the temporary
+ directory is copied.
+ More will get copied than is needed, to be sure, but nothing will be lost.
+ If, however, you know what extensions the generated files will have, this
+ can be improved by using the 
+\family typewriter
+-e
+\family default
+ option to 
+\family typewriter
+ext_copy
+\family default
+.
+ This option takes a comma-separated list of extensions to copy.
+ So, for example, if the conversion will generate only files with the extensions
+\family typewriter
+.c
+\family default
+ and 
+\family typewriter
+.h
+\family default
+, then the correct definition would be:
+\end_layout
+
+\begin_layout LyX-Code
+python -tt $$s/scripts/ext_copy.py -e c,h $$i $$o
+\end_layout
+
+\begin_layout Standard
+The result will be that only files with these two extensions will be copied
+ out.
+\end_layout
+
 \begin_layout Paragraph
 Build instructions in the document
 \end_layout
@@ -17982,35 +17226,52 @@ 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
 
 \begin_layout Standard
 Look in 
 \emph on
-LIBDIR/examples/listerrors.lyx 
+LIBDIR/examples/listerrors.lyx
 \emph default
-or in 
+ or in 
 \emph on
 LIBDIR/examples/Literate.lyx
 \emph default
@@ -18026,9 +17287,9 @@ listerrors
  in 
 \emph on
 LIBDIR/examples/noweb2lyx.lyx.
+
 \emph default
-Interestingly, these three files show off the language-indepence of the
+ Interestingly, these three files show off the language-indepence of the
  LyX literate programming support since they are written in Python, C and
  Perl respectively.
 \end_layout
@@ -18063,7 +17324,10 @@ Conversion
 \end_layout
 
 \begin_layout Description
-the\InsetSpace ~
+the
+\begin_inset space ~
+\end_inset
+
 
 \begin_inset Quotes eld
 \end_inset
@@ -18072,7 +17336,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 
@@ -18096,12 +17363,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
@@ -18202,9 +17475,8 @@ When debugging code with ddd/gdb, it is possible to invoke a text editor
  at the current execution position with a single key stroke.
  The default ddd configuration for that is shift-ctrl-V.
  It happens that you can define the editor command line invocation in ddd
- by accessing the
+ by accessing the 
 \family sans
 \bar under
 E
 \bar default
@@ -18218,9 +17490,9 @@ references\SpecialChar \menuseparator
 \bar under
 H
 \bar default
-elpers 
+elpers
 \family default
-dialog and changing the "Edit Sources" entry.
+ dialog and changing the "Edit Sources" entry.
 \end_layout
 
 \begin_layout Standard
@@ -18472,7 +17744,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
@@ -18533,7 +17806,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
@@ -18613,9 +17886,9 @@ end{multicols}
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -18635,7 +17908,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
@@ -18669,9 +17944,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
@@ -18693,9 +17968,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
@@ -18733,9 +18008,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
@@ -18762,9 +18037,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
@@ -18788,9 +18063,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
@@ -18819,9 +18094,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
@@ -18862,9 +18137,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
@@ -18894,7 +18169,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
@@ -19154,7 +18438,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
@@ -19163,7 +18450,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
@@ -19211,7 +18504,7 @@ Mike Ressler
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19232,9 +18525,9 @@ vspace*{-8.4ex}
 \begin_layout Standard
 \noindent
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19262,9 +18555,9 @@ dropped capitals
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19391,9 +18684,9 @@ Mike Ressler
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19409,7 +18702,7 @@ begin{sloppypar}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19418,7 +18711,7 @@ newdimen
 varunit 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19437,7 +18730,7 @@ varunit}{4.5in}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19448,7 +18741,7 @@ varunit 0.332
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.40
 \backslash
@@ -19457,7 +18750,7 @@ varunit 0.300
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.35
 \backslash
@@ -19466,7 +18759,7 @@ varunit 0.293
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.30
 \backslash
@@ -19475,7 +18768,7 @@ varunit 0.300
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.25
 \backslash
@@ -19484,7 +18777,7 @@ varunit 0.317
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.20
 \backslash
@@ -19493,7 +18786,7 @@ varunit 0.342
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.15
 \backslash
@@ -19502,7 +18795,7 @@ varunit 0.373
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.10
 \backslash
@@ -19511,7 +18804,7 @@ varunit 0.410
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.05
 \backslash
@@ -19520,7 +18813,7 @@ varunit 0.453
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.00
 \backslash
@@ -19529,7 +18822,7 @@ varunit 0.500
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.05
 \backslash
@@ -19538,7 +18831,7 @@ varunit 0.453
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.10
 \backslash
@@ -19547,7 +18840,7 @@ varunit 0.410
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.15
 \backslash
@@ -19556,7 +18849,7 @@ varunit 0.373
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.20
 \backslash
@@ -19565,7 +18858,7 @@ varunit 0.342
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.25
 \backslash
@@ -19574,7 +18867,7 @@ varunit 0.317
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.30
 \backslash
@@ -19583,7 +18876,7 @@ varunit 0.300
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.35
 \backslash
@@ -19592,7 +18885,7 @@ varunit 0.293
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.40
 \backslash
@@ -19601,7 +18894,7 @@ varunit 0.300
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 0.45
 \backslash
@@ -19610,7 +18903,7 @@ varunit 0.332
 varunit
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -19671,9 +18964,9 @@ numlines
 
 \begin_layout Standard
 \begin_inset ERT
-status inlined
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash