]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/Additional.lyx
doc files: save them with LyX 2.3 - part 2
[lyx.git] / lib / doc / Additional.lyx
index a43300f42667bf0d234350bb0d848ce91b4b52f5..26ad346155d71b8bed43e7463c05e002f3b4f44a 100644 (file)
@@ -1,5 +1,5 @@
 #LyX 2.3 created this file. For more info see http://www.lyx.org/
-\lyxformat 531
+\lyxformat 544
 \begin_document
 \begin_header
 \save_transient_properties true
 
 % extra space for tables
 \newcommand{\extratablespace}[1]{\noalign{\vskip#1}}
+
+% Improve line breaking
+\tolerance 1414
+\hbadness 1414
+\emergencystretch 1.5em
+\hfuzz 0.3pt
 \end_preamble
-\options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
+\options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
 \use_default_options false
 \begin_modules
 logicalmkup
@@ -53,6 +59,7 @@ shapepar
 \font_sf_scale 100 100
 \font_tt_scale 100 100
 \use_microtype false
+\use_dash_ligatures true
 \graphics default
 \default_output_format pdf2
 \output_sync 0
@@ -79,14 +86,14 @@ shapepar
 \use_geometry false
 \use_package amsmath 1
 \use_package amssymb 1
-\use_package cancel 0
-\use_package esint 0
+\use_package cancel 1
+\use_package esint 1
 \use_package mathdots 1
-\use_package mathtools 0
+\use_package mathtools 1
 \use_package mhchem 1
-\use_package stackrel 0
-\use_package stmaryrd 0
-\use_package undertilde 0
+\use_package stackrel 1
+\use_package stmaryrd 1
+\use_package undertilde 1
 \cite_engine basic
 \cite_engine_type default
 \biblio_style plain
@@ -96,6 +103,7 @@ shapepar
 \suppress_date false
 \justification true
 \use_refstyle 0
+\use_minted 0
 \notefontcolor #0000ff
 \index Index
 \shortcut idx
@@ -105,17 +113,19 @@ shapepar
 \tocdepth 3
 \paragraph_separation indent
 \paragraph_indentation default
+\is_math_indent 1
+\math_indentation default
+\math_numbering_side default
 \quotes_style english
 \dynamic_quotes 0
 \papercolumns 1
 \papersides 2
 \paperpagestyle headings
-\tracking_changes true
+\tracking_changes false
 \output_changes false
 \html_math_output 0
 \html_css_as_file 0
 \html_be_strict true
-\author -712698321 "Jürgen Spitzmüller"
 \end_header
 
 \begin_body
@@ -126,7 +136,7 @@ Additional \SpecialChar LyX
 \end_layout
 
 \begin_layout Subtitle
-Version 2.2.x
+Version 2.3.x
 \end_layout
 
 \begin_layout Author
@@ -1029,6 +1039,7 @@ On that last point, \SpecialChar LyX
 LatexCommand href
 name "CTAN"
 target "http://www.ctan.org/"
+literal "false"
 
 \end_inset
 
@@ -1782,20 +1793,101 @@ hbox
 loves
 \emph default
  to spew these out.
+ It seems to generate at least one of these messages for just about any
+ document you write.
  They are warnings about lines that were too long and run past the right
  margin.
- Almost always, this is unnoticeable in the final output.
- (It can be just a point or two.) Or, only one or two characters extend past
- the margin.
- \SpecialChar LaTeX
- seems to generate at least one of these messages for just about any document
- you write.
+ This happens if \SpecialChar LaTeX
+ does not find a reasonable way to break the lines (notoriously
+ often with typewriter font, since this does not allow for automatic break
+ points).
+ In many cases, this is unnoticeable in the final output.
+ (It can be just a point or two.) Sometimes, however, the lines run rather
+ visibly into the margin; something you will not want to have in your final
+ print.
+\begin_inset Newline newline
+\end_inset
+
+There are several global ways to try to minimize the overfull lines.
+ Clicking 
+\family sans
+Enable micro-typographic extensions
+\family default
+ in 
+\family sans
+Document\SpecialChar menuseparator
+Settings\SpecialChar menuseparator
+Fonts
+\family default
+ might already improve things a lot.
+ Furthermore, \SpecialChar LaTeX
+ code such as the following in 
+\family sans
+Document\SpecialChar menuseparator
+Settings\SpecialChar menuseparator
+Preamble
+\family default
+ usually reduces the overfull lines drastically (we use this in the preamble
+ of this document):
+\end_layout
+
+\begin_deeper
+\begin_layout LyX-Code
+
+\backslash
+tolerance 1414
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+hbadness 1414
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+emergencystretch 1.5em
 \begin_inset Newline newline
 \end_inset
 
-You can ignore these messages.
+
+\backslash
+hfuzz 0.3pt
+\end_layout
+
+\begin_layout Standard
+In some cases, however, you eventually have to rewrite the text to get the
+ line breaking right.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+For more information, see 
+\begin_inset Flex URL
+status open
+
+\begin_layout Plain Layout
+
+http://www.tex.ac.uk/FAQ-overfull.html
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+In any case, you should check the respective lines, at least for the final
+ version of your document.
  Your eyes will tell you if there's a problem with something that's too
- wide; just look at the output.
+ wide.
 \begin_inset Foot
 status collapsed
 
@@ -1817,9 +1909,10 @@ Settings
 
 \end_inset
 
-
 \end_layout
 
+\end_deeper
 \begin_layout Itemize
 \begin_inset Flex Code
 status collapsed
@@ -1837,10 +1930,10 @@ hbox
 \end_inset
 
 Not quite as common as its cousin.
- \SpecialChar LaTeX
- seems to like to print lines that are a bit too wide as opposed to ones
that are a bit too narrow.
We have no idea why.
This happens again if \SpecialChar LaTeX
+ does not find a reasonable break point and consequently
generates too loose lines.
As with the overfull lines, you should check if this is a visible problem.
 \end_layout
 
 \begin_layout Itemize
@@ -2183,32 +2276,19 @@ Supplemental Tools
 
 \begin_layout Section
 Customizing Bibliographies with Bib\SpecialChar TeX
-
-\change_inserted -712698321 1485694846
  or Biblatex
-\change_unchanged
-
 \end_layout
 
 \begin_layout Standard
 The most basic information about how to use Bib\SpecialChar TeX
-\change_inserted -712698321 1485694851
-or 
+ or 
 \family sans
 Biblatex
 \family default
-\change_unchanged
-with \SpecialChar LyX
+ with \SpecialChar LyX
  is contained in the section 
 \emph on
 Bibliography databases
-\change_deleted -712698321 1485694823
- (Bib\SpecialChar TeX
-)
-\change_unchanged
-
 \emph default
  of the 
 \emph on
@@ -2262,31 +2342,17 @@ Knuth 1984a
 
 ).
  \SpecialChar LyX
- supports 
-\change_deleted -712698321 1485694902
-two
-\change_inserted -712698321 1485694902
-three
-\change_unchanged
- packages that provide this style,
-\change_inserted -712698321 1485694917
+ supports three packages that provide this style, 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485694917
 biblatex
-\change_unchanged
-
 \end_layout
 
 \end_inset
 
-,
-\change_unchanged
+, 
 \begin_inset Flex Code
 status collapsed
 
@@ -2296,11 +2362,7 @@ natbib
 
 \end_inset
 
-
-\change_inserted -712698321 1485696751
-,
-\change_unchanged
- and 
+, and 
 \begin_inset Flex Code
 status collapsed
 
@@ -2311,19 +2373,8 @@ jurabib
 \end_inset
 
 .
-\change_deleted -712698321 1485695091
-Both
-\change_inserted -712698321 1485695093
-Each of these
-\change_unchanged
- packages ha
-\change_deleted -712698321 1485695095
-ve
-\change_inserted -712698321 1485695095
-s
-\change_unchanged
- their pros and cons, which cannot be listed in detail.
+ Each of these packages has their pros and cons, which cannot be listed
+ in detail.
  If you only want to have simple author-year (or author-numerical) style,
  or if you want to use one of the countless style files for 
 \begin_inset Flex Code
@@ -2346,13 +2397,8 @@ natbib
 \end_inset
 
  package is probably your choice.
- If you 
-\change_inserted -712698321 1485695152
-look for specific citation styles common in law studies
-\change_deleted -712698321 1485695162
-need special features like short title references, ibidem etc.
-\change_unchanged
-, you might consider the 
+ If you look for specific citation styles common in law studies, you might
+ consider the 
 \begin_inset Flex Code
 status collapsed
 
@@ -2363,8 +2409,6 @@ jurabib
 \end_inset
 
  package.
-
-\change_inserted -712698321 1485695432
  If you want to have full control over the formatting or look for advanced
  features such as ibidem, footnote citations, full title citations, advanced
  date formats (such as 400 BC) or full localization to other languages than
@@ -2373,8 +2417,6 @@ jurabib
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485695328
 biblatex
 \end_layout
 
@@ -2382,18 +2424,10 @@ biblatex
 
 , which exceeds all other packages in terms of features, but is also quite
  heavy and more resource-hungry.
-\change_unchanged
-
 \end_layout
 
 \begin_layout Standard
-The handling of 
-\change_deleted -712698321 1485695449
-both
-\change_inserted -712698321 1485695449
-these
-\change_unchanged
- packages in \SpecialChar LyX
+The handling of these packages in \SpecialChar LyX
  is basically the same.
  Go to 
 \begin_inset Flex Noun
@@ -2416,17 +2450,11 @@ Bibliography
 
 \end_inset
 
-\change_deleted -712698321 1485695462
-the option
-\change_inserted -712698321 1485695559
-the 
+ the 
 \begin_inset Flex Noun
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485695499
 Style Format
 \end_layout
 
@@ -2437,8 +2465,6 @@ Style Format
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485695527
 Biblatex
 \end_layout
 
@@ -2449,25 +2475,17 @@ Biblatex
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485695554
 Biblatex (Natbib mode)
 \end_layout
 
 \end_inset
 
-,
-\change_unchanged
+, 
 \begin_inset Flex Noun
 status collapsed
 
 \begin_layout Plain Layout
-Natbib
-\change_inserted -712698321 1485695505
- (BibTeX)
-\change_unchanged
-
+Natbib (BibTeX)
 \end_layout
 
 \end_inset
@@ -2477,32 +2495,18 @@ Natbib
 status collapsed
 
 \begin_layout Plain Layout
-Jurabib
-\change_inserted -712698321 1485695511
- (BibTeX)
-\change_unchanged
-
+Jurabib (BibTeX)
 \end_layout
 
 \end_inset
 
-
-\change_inserted -712698321 1485695637
  (see sec.
 \begin_inset space ~
 \end_inset
 
-6.5.3 in the User's Guide for more information on these choices)
-\change_unchanged
-.
- With 
-\change_deleted -712698321 1485695643
-both
-\change_inserted -712698321 1485695645
-all these
-\change_unchanged
- packages, you will get some extra features in the citation dialog and you
- can select the style of the reference (
+6.5.3 in the User's Guide for more information on these choices).
+ With all these packages, you will get some extra features in the citation
+ dialog and you can select the style of the reference (
 \begin_inset Quotes eld
 \end_inset
 
@@ -2535,29 +2539,9 @@ Knuth, 1984
 \end_inset
 
  etc.).
- Note that 
-\change_deleted -712698321 1485695659
-both
-\change_inserted -712698321 1485695660
-either
-\change_unchanged
- package
-\change_deleted -712698321 1485695663
-s
-\change_unchanged
- need
-\change_inserted -712698321 1485695664
-s
-\change_unchanged
- specifically designed style files.
- They 
-\change_deleted -712698321 1485695676
-both
-\change_inserted -712698321 1485695676
-all
-\change_unchanged
- ship their own, but there are lots of additional style files, and there
- is even an interactive style file builder
+ Note that either package needs specifically designed style files.
+ They all ship their own, but there are lots of additional style files,
+ and there is even an interactive style file builder
 \begin_inset Foot
 status collapsed
 
@@ -2592,7 +2576,7 @@ natbib
 \end_layout
 
 \begin_layout Subsection
-Sectioned Bibliographies
+Subdivided Bibliographies
 \end_layout
 
 \begin_layout Standard
@@ -2641,13 +2625,7 @@ ftp://ctan.tug.org/tex-archive/macros/latex/contrib/bibtopic/
 
 \end_inset
 
- The advantage of this package (compared to other packages 
-\change_deleted -712698321 1485695727
-like
-\change_inserted -712698321 1485695729
-such as
-\change_unchanged
+ The advantage of this package (compared to other packages such as 
 \family typewriter
 multibib
 \family default
@@ -2730,7 +2708,7 @@ Bibliography
 status collapsed
 
 \begin_layout Plain Layout
-Sectioned bibliography
+Subdivided bibliography
 \end_layout
 
 \end_inset
@@ -2827,13 +2805,9 @@ bibtopic
 
  removes the bibliography title, you have to manually re-add that, too (as
  a chapter* or section*, for instance).
-\change_inserted -712698321 1485695762
-
 \end_layout
 
 \begin_layout Standard
-
-\change_inserted -712698321 1485696667
 With 
 \family sans
 Biblatex
@@ -2852,9 +2826,7 @@ Biblatex
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485695841
-Sectioned bibliography
+Subdivided bibliography
 \end_layout
 
 \end_inset
@@ -2868,17 +2840,13 @@ Biblatex
 \family sans
 Biblatex
 \family default
- provides its own means to generate sectioned bibliographies.
+ provides its own means to generate subdivided bibliographies.
  You can either add keywords to bibliography entries via the 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485696318
 keywords
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -2889,11 +2857,7 @@ keywords
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485696306
 keyword=mykeyword
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -2903,11 +2867,7 @@ keyword=mykeyword
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485696431
 Options
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -2917,11 +2877,7 @@ Options
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485696518
 Biblatex Generated Bibliography
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -2944,8 +2900,6 @@ g.
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485696628
 type=book
 \end_layout
 
@@ -2956,8 +2910,6 @@ type=book
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485696643
 nottype=collection
 \end_layout
 
@@ -2968,8 +2920,6 @@ nottype=collection
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485696667
 Options
 \end_layout
 
@@ -2989,12 +2939,17 @@ Bibliography Categories
 Subdivided Bibliographies
 \emph default
 , for details.
-\change_unchanged
-
 \end_layout
 
 \begin_layout Subsection
 Multiple Bibliographies
+\begin_inset CommandInset label
+LatexCommand label
+name "subsec:Multiple-Bibliographies"
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
 \begin_inset space \space{}
 \end_inset
 
-a bibliography for each section or chapter of the document, are not supported
- by Bib\SpecialChar TeX
- itself.
- But the 
-\begin_inset Flex Code
+a bibliography for each part, chapter, section, subsection or child (sub-documen
+t) of the document, are also supported by \SpecialChar LyX
+.
+ In order to enable it, go to 
+\begin_inset Flex Noun
 status collapsed
 
 \begin_layout Plain Layout
-bibtopic
+Document\SpecialChar menuseparator
+Settings\SpecialChar menuseparator
+Bibliography
 \end_layout
 
 \end_inset
 
- package, which is used for the creation of sectioned bibliographies in
- \SpecialChar LyX
- (see the previous section), provides an easy way to solve this task, if
- you are willing to use some 
+ and select the relevant unit (e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g., 
+\begin_inset Quotes eld
+\end_inset
+
+per section
+\begin_inset Quotes erd
+\end_inset
+
+) in the 
 \begin_inset Flex Noun
 status collapsed
 
 \begin_layout Plain Layout
-\SpecialChar TeX
- Code
+Multiple Bibliographies
 \end_layout
 
 \end_inset
 
- (see section
-\begin_inset space ~
+ combo box.
+ Then add a Bib(la)\SpecialChar TeX
+ bibliography to each unit (e.
+\begin_inset space \thinspace{}
 \end_inset
 
+g., section) of your document.
+ In the output, a separate bibliography, containing only the references
+ done in the current unit is generated.
+\end_layout
 
-\begin_inset CommandInset ref
-LatexCommand ref
-reference "sec:Inserting-TeX-Code"
+\begin_layout Standard
+If you use Bib\SpecialChar TeX
+, either the 
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+chapterbib
+\end_layout
 
 \end_inset
 
-).
-\begin_inset Foot
+ or the 
+\begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-An alternative approach is to use the 
-\begin_inset Flex Code
+bibtopic
+\end_layout
+
+\end_inset
+
+ package is used to create multiple bibliographies.
+ The former package is used if you select 
+\begin_inset Quotes eld
+\end_inset
+
+per child document
+\begin_inset Quotes erd
+\end_inset
+
+ and do 
+\emph on
+not
+\emph default
+ check 
+\begin_inset Flex Noun
 status collapsed
 
 \begin_layout Plain Layout
-chapterbib
+Sectioned Bibliography
 \end_layout
 
 \end_inset
 
- or 
+.
+ In all other cases, 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-bibunits
+bibtopic
 \end_layout
 
 \end_inset
 
- package, respectively.
+ is used.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+An alternative approach, if you are willing to use some 
+\begin_inset Flex Noun
+status collapsed
+
+\begin_layout Plain Layout
+\SpecialChar TeX
+ Code
 \end_layout
 
 \end_inset
 
+ (see section
+\begin_inset space ~
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-First go to 
-\begin_inset Flex Noun
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Inserting-TeX-Code"
+
+\end_inset
+
+), is to use the 
+\begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-Document\SpecialChar menuseparator
-Settings
+bibunits
 \end_layout
 
 \end_inset
 
- and under 
-\begin_inset Flex Noun
+ package.
+\end_layout
+
+\end_inset
+
+ If 
+\begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-Bibliography
+bibtopic
 \end_layout
 
 \end_inset
 
- check 
-\begin_inset Flex Noun
+ is used, \SpecialChar LyX
+ encloses the specified units in 
+\begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-Sectioned bibliography
+bibtopic
 \end_layout
 
 \end_inset
 
-.
- In the document, you have to enclose the sections, which shall contain
- their own bibliography (including the Bib\SpecialChar TeX
- bibliography itself), between
+'s 
 \begin_inset Flex Code
 status collapsed
 
@@ -3137,10 +3152,9 @@ end{btUnit}
 
 \end_inset
 
- (those commands have to be inserted as \SpecialChar TeX
- code).
- The bibliography will contain all references that have been cited in the
- current 
+ in order to create the units.
+ Note that this approach has some limitations.
+ First, every citation reference has to be inside some 
 \begin_inset Flex Code
 status collapsed
 
@@ -3151,225 +3165,118 @@ btUnit
 \end_inset
 
 .
-\series bold
-Note:
-\series default
- If you are using this approach, then every citation reference has to be
- inside some 
-\begin_inset Flex Code
-status collapsed
+ So citations outside a defined unit (e.
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Plain Layout
-btUnit
-\end_layout
+g., before the first section if you use 
+\begin_inset Quotes eld
+\end_inset
+
+by section
+\begin_inset Quotes erd
+\end_inset
 
+) will appear as 
+\begin_inset Quotes eld
+\end_inset
+
+???
+\begin_inset Quotes erd
 \end_inset
 
 .
- Also, the 
+ You can also create your own units by entering 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-btUnit
+
+\backslash
+begin{btUnit}
 \end_layout
 
 \end_inset
 
-s cannot be nested.
-\change_inserted -712698321 1485696937
-
-\end_layout
-
-\begin_layout Standard
-
-\change_inserted -712698321 1485698355
-Again, with 
-\family sans
-Biblatex
-\family default
-, the procedure differs, since 
-\family typewriter
-bibtopic
-\family default
- does not work with 
-\family sans
-Biblatex
-\family default
-.
- Biblatex has its own commands to get multiple bibliographies.
- Generally, two different ways are differentiated: 
-\emph on
-refsections
-\emph default
- are fully self-enclosed sections containing their own bibliography, 
-\emph on
-refsegments
-\emph default
- are sections that contain their own bibliography, but maintain a global
- numbering scheme (so that if two different 
-\emph on
-refsegments
-\emph default
- contain references to two different papers by Miller published in 2016,
- they will be labeled as 
-\begin_inset Quotes eld
-\end_inset
-
-Miller 2016a
-\begin_inset Quotes erd
-\end_inset
-
- and 
-\begin_inset Quotes eld
-\end_inset
-
-Miller 2016b
-\begin_inset Quotes erd
-\end_inset
-
- in an author-year scheme, while with 
-\emph on
-refsections
-\emph default
-, they will both be labeled as 
-\begin_inset Quotes eld
-\end_inset
-
-Miller 2016
-\begin_inset Quotes erd
-\end_inset
-
-, as the two sections are considered to be independent).
-\end_layout
-
-\begin_layout Standard
-
-\change_inserted -712698321 1485698499
-If you need a 
-\emph on
-refsection
-\emph default
- or 
-\emph on
-refsegment
-\emph default
- per part, chapter, section or subsection, all you have to do is to enter,
- respectively, 
-\begin_inset Flex Code
-status collapsed
+ and 
+\begin_inset Flex Code
+status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted -712698321 1485697458
-refsection=part
-\change_unchanged
-
+\backslash
+end{btUnit}
 \end_layout
 
 \end_inset
 
-, 
+ as \SpecialChar TeX
+ code (for instance to work around the mentioned limitation).
+ Note, though, that 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485697463
-refsection=chapter
-\change_unchanged
-
+btUnit
 \end_layout
 
 \end_inset
 
-, 
+s cannot be nested.
+ A second limitation is that 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485697469
-refsection=section
-\change_unchanged
-
+bibtopic
 \end_layout
 
 \end_inset
 
- or 
-\begin_inset Flex Code
-status collapsed
-
-\begin_layout Plain Layout
-
-\change_inserted -712698321 1485697474
-refsection=subsection
-\change_unchanged
-
-\end_layout
-
+ always processes all references of a bibliography database, even if they
+ are not cited.
+ This can result in odd labels (e.
+\begin_inset space \thinspace{}
 \end_inset
 
- (or 
-\begin_inset Flex Code
-status collapsed
-
-\begin_layout Plain Layout
-
-\change_inserted -712698321 1485697532
-refsegment=\SpecialChar ldots
+g.
+\begin_inset Quotes eld
+\end_inset
 
-\change_unchanged
+Miller 2014b
+\begin_inset Quotes erd
+\end_inset
 
+ if two works of this author from 2014 are in the database, even if only
+ one is cited).
 \end_layout
 
-\end_inset
-
- for 
-\emph on
-refsegments
-\emph default
-) to 
-\begin_inset Flex Noun
+\begin_layout Standard
+If you use 
+\family sans
+Biblatex
+\family default
+, the 
+\begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485697573
-Document\SpecialChar menuseparator
-Settings\SpecialChar menuseparator
-Bibliography\SpecialChar menuseparator
-Options
-\change_unchanged
-
+refsection
 \end_layout
 
 \end_inset
 
-.
- If you need specific 
-\emph on
-refsections
-\emph default
- or 
-\emph on
-refsegments
-\emph default
-, you can start them with the \SpecialChar TeX
+ option is used instead.
+ If you need specific units, you can start them with the \SpecialChar TeX
  code 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted -712698321 1485697716
-
 \backslash
 newrefsection
-\change_unchanged
-
 \end_layout
 
 \end_inset
@@ -3380,27 +3287,19 @@ status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted -712698321 1485697724
-
 \backslash
 newrefsegment
-\change_unchanged
-
 \end_layout
 
 \end_inset
 
 , respectively.
- If you also want to control the end of the section\SpecialChar breakableslash
-segment, use the environment
+ If you also want to control the end of the unit, use the environment 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted -712698321 1485697769
-
 \backslash
 begin{refsection}
 \end_layout
@@ -3414,133 +3313,49 @@ status collapsed
 
 \begin_layout Plain Layout
 
-\change_inserted -712698321 1485697780
-
 \backslash
 end{refsection}
 \end_layout
 
 \end_inset
 
- or 
-\begin_inset Flex Code
-status collapsed
-
-\begin_layout Plain Layout
-
-\change_inserted -712698321 1485697791
-
-\backslash
-begin{refsegment}
-\end_layout
-
-\end_inset
-
- \SpecialChar ldots
+ instead.
+ Note, though, that 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-
-\change_inserted -712698321 1485697797
-
-\backslash
-end{refsegment}
+refsection
 \end_layout
 
 \end_inset
 
- instead.
-\end_layout
-
-\begin_layout Standard
-
-\change_inserted -712698321 1485698580
-In order to actually output the bibliography of the respective section or
- segment, simply insert it at the place where it should appear via 
-\family sans
-Insert\SpecialChar menuseparator
-List
-\family default
-/
+s cannot be nested.
+ In addition to the individual bibliography of the current unit, 
 \family sans
-TOC\SpecialChar menuseparator
-Bib(la)TeX
-\begin_inset space ~
-\end_inset
-
-Bibliography
+Biblatex
 \family default
- (within the given 
-\emph on
-refsection
-\emph default
- or 
-\emph on
-refsegment
-\emph default
-).
- If you want to output all 
-\emph on
-refsections
-\emph default
- or 
-\emph on
-refsegments
-\emph default
- at one place (e.
+ also provides an easy way to output all bibliographies, subsequently, at
+ one place (e.
 \begin_inset space \thinspace{}
 \end_inset
 
-g., at the end of the document), 
-\family sans
-Biblatex
-\family default
- provides the commands 
-\begin_inset Flex Code
-status collapsed
-
-\begin_layout Plain Layout
-
-\change_inserted -712698321 1485698571
-
-\backslash
-bibbysection
-\change_unchanged
-
-\end_layout
-
+g., at the end of the document).
+ Select 
+\begin_inset Quotes eld
 \end_inset
 
- and 
-\begin_inset Flex Code
-status collapsed
-
-\begin_layout Plain Layout
-
-\change_inserted -712698321 1485698580
-
-\backslash
-bibbysegment
-\change_unchanged
-
-\end_layout
-
+all reference units
+\begin_inset Quotes erd
 \end_inset
 
- which automatically loop over all sections/segments and output them subsequentl
-y.
- Currently, these commands need to be entered as \SpecialChar TeX
- code in \SpecialChar LyX
-.
+ from the Content combo box of the Bib(la)TeX inset dialog in order to achieve
+ this.
  Please refer to the 
 \family sans
 Biblatex
 \family default
  manual for more information on this topic.
-\change_unchanged
-
 \end_layout
 
 \begin_layout Section
@@ -3622,7 +3437,7 @@ status collapsed
 
 \begin_layout Plain Layout
 Insert\SpecialChar menuseparator
-ChiId
+Child
 \begin_inset space ~
 \end_inset
 
@@ -3666,7 +3481,7 @@ verbatim
 \end_inset
 
 .
- The difference between 
+ The methods 
 \begin_inset Quotes eld
 \end_inset
 
@@ -3682,9 +3497,11 @@ input
 \begin_inset Quotes erd
 \end_inset
 
- is really only meaningful to \SpecialChar LaTeX
-perts, but the practical difference is that
- files that are 
+ are similar in many ways, but there are also some notable differences:
+\end_layout
+
+\begin_layout Enumerate
+Files that are 
 \begin_inset Quotes eld
 \end_inset
 
@@ -3703,12 +3520,97 @@ inputted
  are typeset starting on the current page.
 \end_layout
 
+\begin_layout Enumerate
+\begin_inset Quotes eld
+\end_inset
+
+Included
+\begin_inset Quotes erd
+\end_inset
+
+ files cannot themselves 
+\begin_inset Quotes eld
+\end_inset
+
+include
+\begin_inset Quotes erd
+\end_inset
+
+ further files (
+\begin_inset Quotes eld
+\end_inset
+
+grandchilds
+\begin_inset Quotes erd
+\end_inset
+
+).
+ With 
+\begin_inset Quotes eld
+\end_inset
+
+input
+\begin_inset Quotes erd
+\end_inset
+
+, on the other hand, infinite sub-inputting is possible.
+\end_layout
+
+\begin_layout Enumerate
+\begin_inset Quotes eld
+\end_inset
+
+Include
+\begin_inset Quotes erd
+\end_inset
+
+ allow for the output of only selected 
+\begin_inset Quotes eld
+\end_inset
+
+included
+\begin_inset Quotes erd
+\end_inset
+
+ files, while maintaining the actual counters (pagination etc.) and references
+ (please refer to the section 
+\emph on
+Child
+\begin_inset space ~
+\end_inset
+
+Documents
+\emph default
+ of the 
+\emph on
+Embedded
+\begin_inset space ~
+\end_inset
+
+Objects
+\emph default
+ manual for details).
+\end_layout
+
 \begin_layout Standard
-Generally, the master file is converted into a full \SpecialChar LaTeX
- file before typesetting,
- while the included files are converted to \SpecialChar LaTeX
- files that do not have all the
- preamble information.
+Hence, 
+\begin_inset Quotes eld
+\end_inset
+
+include
+\begin_inset Quotes erd
+\end_inset
+
+ is the preferred method for chapters that are outsourced to child documents,
+ while 
+\begin_inset Quotes eld
+\end_inset
+
+input
+\begin_inset Quotes erd
+\end_inset
+
+ is more suitable for arbitrary file inheritance.
 \end_layout
 
 \begin_layout Standard
@@ -3769,6 +3671,14 @@ output
  
 \end_layout
 
+\begin_layout Standard
+Generally, the master file is converted into a full \SpecialChar LaTeX
+ file before typesetting,
+ while the included files are converted to \SpecialChar LaTeX
+ files that do not have all the
+ preamble information.
+\end_layout
+
 \begin_layout Subsection
 Cross-References Between Files
 \end_layout
@@ -3826,93 +3736,80 @@ Bibliography Lists in all Subdocuments
 \end_layout
 
 \begin_layout Standard
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-use_makebox 0
-width "100col%"
-special "none"
-height "1in"
-height_special "totalheight"
-thickness "0.4pt"
-separation "3pt"
-shadowsize "4pt"
-framecolor "black"
-backgroundcolor "none"
-status open
-
-\begin_layout Plain Layout
-This section also needs updating.
- There is now material about this on the wiki, and it could be copied here.
+If you work with child documents, you might want to have only one main bibliogra
+phy at the end, but still be able to have a selected bibliography for the
+ child if you output it on its own.
+ Here is how to achieve this.
 \end_layout
 
-\end_inset
-
-
+\begin_layout Standard
+For the main document, you just insert a bibliography inset at the place
+ where the main bibliography has to appear (within the master file or within
+ a child).
+ If the bibliography inset is in the master file, the references will be
+ inherited by all children, so they are available in the citation dialog
+ within each child.
 \end_layout
 
 \begin_layout Standard
-Copy the bibliography list with all entries to all subdocuments and transform
- them to a comment.
- This way \SpecialChar LyX
- will find the 
-\begin_inset Flex Code
-status collapsed
+For child-specific bibliographies, insert bibliography insets within the
+ child documents, at the place where the bibliography should appear when
+ the child is compiled separately.
+ However, the trick is to insert them into a branch (
+\family sans
+Insert\SpecialChar menuseparator
+Branch\SpecialChar menuseparator
+Insert New Branch...
+\family default
+), e.
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Plain Layout
-.bib
-\end_layout
+g.
+ called 
+\begin_inset Quotes eld
+\end_inset
 
+Childonly
+\begin_inset Quotes erd
 \end_inset
 
--files and you can easily insert references without making the bibliography
- list visible.
+.
+ Within the children, activate the branch (
+\family sans
+Document\SpecialChar menuseparator
+Settings...\SpecialChar menuseparator
+Branches
+\family default
+).
+ Within the master, deactivate the branch (
+\family sans
+Document\SpecialChar menuseparator
+Settings...\SpecialChar menuseparator
+Branches
+\family default
+).
+ Now the child's bibliography will be ignored by the master, but considered
+ by the child.
 \end_layout
 
 \begin_layout Standard
-As the bibliography list is in a comment, \SpecialChar LaTeX
- won't use it and the references
- will look like this: [?], instead of like this: [1].
- One solution is to use the \SpecialChar LaTeX
--package 
-\begin_inset Flex Code
-status collapsed
-
-\begin_layout Plain Layout
-comment
-\end_layout
-
+If you need multiple bibliographies (e.
+\begin_inset space \thinspace{}
 \end_inset
 
- that will only include comments by processing the files separately.
- To do this, add in the \SpecialChar LaTeX
- preamble of every subdocument the following:
-\end_layout
-
-\begin_layout LyX-Code
-
-\backslash
-usepackage{comment}
-\end_layout
-
-\begin_layout LyX-Code
-
-\backslash
-includecomment{comment}
-\end_layout
+g., one per child in the 
+\emph on
+main document
+\emph default
+), please refer to sec.
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-See also 
-\begin_inset Flex URL
-status collapsed
 
-\begin_layout Plain Layout
-
-http://wiki.lyx.org/FAQ/Unsorted#toc31
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "subsec:Multiple-Bibliographies"
 
 \end_inset
 
@@ -3937,7 +3834,7 @@ bundle
  file together with all the images (and other files) on which it depends,
  either for sending to a publisher or for sharing with a co-author.
  \SpecialChar LyX
2.0 includes a Python script (
+ includes a Python script (
 \begin_inset Flex Code
 status collapsed
 
@@ -4922,7 +4819,7 @@ Select which bullet depth you want to change then select the bullet shape
 You can reset a bullet shape to the default simply by clicking your right
  mouse button on the appropriate bullet depth button.
 \begin_inset Foot
-status collapsed
+status open
 
 \begin_layout Plain Layout
 If you 
@@ -5046,24 +4943,46 @@ labelitem
 \end_layout
 
 \begin_layout Itemize
+\begin_inset Argument item:1
+status open
+
+\begin_layout Plain Layout
 \begin_inset ERT
 status open
 
 \begin_layout Plain Layout
 
-[
+
 \backslash
 (
 \backslash
 star
 \backslash
-)]
+)
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
 
  Specify each individual entry by starting each item with the bullet shape
- enclosed in square brackets and set as 
+ enclosed in a 
+\begin_inset Quotes eld
+\end_inset
+
+Custom Item
+\begin_inset Quotes erd
+\end_inset
+
+ inset (available at 
+\family sans
+Insert\SpecialChar menuseparator
+Custom Item
+\family default
+) and set as 
 \begin_inset Flex Noun
 status collapsed
 
@@ -5080,13 +4999,13 @@ status collapsed
 status collapsed
 
 \begin_layout Plain Layout
-[
+
 \backslash
 (
 \backslash
 star
 \backslash
-)]
+)
 \end_layout
 
 \end_inset
@@ -5144,8 +5063,8 @@ savelabelitemi}
 \SpecialChar LyX
  has long supported the export of documents to various web-friendly formats,
  such as HTML.
- Before verson 2.0, however, HTML export was always accomplished by the use
- of external converters.
+ Before version 2.0, however, HTML export was always accomplished by the
use of external converters.
 \begin_inset Foot
 status collapsed
 
@@ -5289,8 +5208,9 @@ er
  (
 \begin_inset CommandInset href
 LatexCommand href
-name "http://elyxer.nongnu.org/"
-target "http://elyxer.nongnu.org/"
+name "http://pinchito.es/elyxer/"
+target "http://pinchito.es/elyxer/"
+literal "false"
 
 \end_inset
 
@@ -5385,7 +5305,7 @@ The file
 status collapsed
 
 \begin_layout Plain Layout
-development/HTML.notes
+development/HTML/HTML.notes
 \end_layout
 
 \end_inset
@@ -5396,6 +5316,7 @@ development/HTML.notes
 LatexCommand href
 name "accessed online"
 target "http://www.lyx.org/trac/browser/lyxgit/development/HTML/HTML.notes?rev=master"
+literal "false"
 
 \end_inset
 
@@ -5405,6 +5326,7 @@ target "http://www.lyx.org/trac/browser/lyxgit/development/HTML/HTML.notes?rev=m
 LatexCommand href
 name "the bug tracker"
 target "http://www.lyx.org/trac/query?status=reopened&status=assigned&status=new&max=0&component=xhtml+export&order=id&col=id&col=summary&col=reporter&col=keywords&keywords=%21%7Efixedintrunk&desc=1"
+literal "false"
 
 \end_inset
 
@@ -5642,16 +5564,6 @@ have to be on for images to be output, however.
 , so they are very accurate.
  The disadvantage, as mentioned earlier, is that these are bitmapped images,
  so they do not scale terribly well, and one cannot copy them, etc.
- (As of this writing, there are also problems about equation numbering.
- See 
-\begin_inset CommandInset href
-LatexCommand href
-name "bug 6894"
-target "http://www.lyx.org/trac/ticket/6894"
-
-\end_inset
-
-.)
 \begin_inset Newline newline
 \end_inset
 
@@ -5670,7 +5582,7 @@ status collapsed
 \begin_layout Plain Layout
 Document\SpecialChar menuseparator
 Settings\SpecialChar menuseparator
-Output
+Formats
 \end_layout
 
 \end_inset
@@ -5713,6 +5625,7 @@ Finally, \SpecialChar LyX
 LatexCommand href
 name "jsMath"
 target "http://www.math.union.edu/~dpvc/jsMath/"
+literal "false"
 
 \end_inset
 
@@ -5761,7 +5674,7 @@ status collapsed
 \begin_layout Plain Layout
 Document\SpecialChar menuseparator
 Settings\SpecialChar menuseparator
-Output
+Formats
 \end_layout
 
 \end_inset
@@ -6039,6 +5952,13 @@ push
 \begin_layout Section
 Starting the \SpecialChar LyX
  Server
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Starting-the-Server"
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -6734,24 +6654,26 @@ name "subsec:rev-search"
 
 \begin_layout Standard
 In most cases \SpecialChar LyX
- will do the work for you by enabling the option 
-\begin_inset Flex Noun
-status collapsed
-
-\begin_layout Plain Layout
-Synchronize with Output
-\end_layout
-
+ will do the work for you by pressing the following button
+ in the toolbar: 
+\begin_inset Info
+type  "icon"
+arg   "buffer-toggle-output-sync"
 \end_inset
 
- in the menu 
+.
+ Alternatively, you can also enable the feature by checking 
+\family sans
+Synchronize with Output
+\family default
+ in 
 \begin_inset Flex Noun
 status collapsed
 
 \begin_layout Plain Layout
 Document\SpecialChar menuseparator
 Settings\SpecialChar menuseparator
-Output
+Formats
 \end_layout
 
 \end_inset
@@ -7132,8 +7054,9 @@ The generation of the required info can be forced by changing the converter
 
 \end_inset
 
- Also note that only a few PDF viewers (Okular and Qpdfview on Unix, Skim
- on the Mac, SumatraPDF on Windows) already provide Sync\SpecialChar TeX
+ Also note that only a few PDF viewers (such as Okular and Qpdfview on Unix,
+ Skim on the Mac, SumatraPDF on Windows; see the next section for details)
+ already provide Sync\SpecialChar TeX
  support.
 \end_layout
 
@@ -7203,7 +7126,7 @@ TeX
 
 \end_inset
 
or converter to 
+ converter to 
 \begin_inset Flex Code
 status collapsed
 
@@ -7214,8 +7137,9 @@ pdflatex -synctex=1 $$i
 \end_inset
 
 .
- Check the documentation of your viewer whether the viewer needs to be configure
-d for the use with Sync\SpecialChar TeX
+ Should your viewer not be considered in the following description, or in
+ case of missing success, please check the documentation of your viewer
+ whether the viewer needs to be configured for the use with Sync\SpecialChar TeX
 .
 \begin_inset Foot
 status collapsed
@@ -7535,6 +7459,24 @@ status collapsed
 Reverse search is triggered by COMMAND-SHIFT-click
 \end_layout
 
+\begin_layout Subsubsection*
+Evince (GNOME)
+\end_layout
+
+\begin_layout Standard
+Reverse search with evince does not work out of the box, but it can be achieved
+ by means of some third party helper scripts.
+ Please refer to 
+\begin_inset CommandInset href
+LatexCommand href
+target "http://wiki.lyx.org/LyX/SyncTeX"
+literal "false"
+
+\end_inset
+
+ for details.
+\end_layout
+
 \begin_layout Subsubsection*
 Okular (KDE)
 \end_layout
@@ -7552,15 +7494,12 @@ Editor
 
 \end_inset
 
-, select 
-\begin_inset Quotes eld
-\end_inset
-
-Custom Text Editor
+ and select LyX
 \begin_inset Quotes erd
 \end_inset
 
- and add the command 
+ as editor.
+ This inserts the appropriate command (
 \begin_inset Flex Code
 status collapsed
 
@@ -7570,7 +7509,7 @@ lyxclient -g %f %l
 
 \end_inset
 
-.
+).
 \end_layout
 
 \begin_layout Standard
@@ -7739,7 +7678,7 @@ lyxpipe
 \begin_inset Newline newline
 \end_inset
 
-echo LYXCMD:revdvi:server-goto-file-row:%1 %2> 
+echo LYXCMD:revdvi:server-goto-file-row:%~1 %2> 
 \backslash
 
 \backslash
@@ -7810,7 +7749,7 @@ In order to use SumatraPDF for inverse search, enter
 status collapsed
 
 \begin_layout Plain Layout
-SumatraPDF -inverse-search "lyxeditor.bat %f %l"
+SumatraPDF -inverse-search "lyxeditor.bat "%f" %l"
 \end_layout
 
 \end_inset
@@ -8177,8 +8116,8 @@ $$o
 \end_layout
 
 \begin_layout Standard
-Note that only some of the viewers provide full forward search functionality,
- among them yap, xdvi, okular
+Note that only some of the viewers provide full and usable forward search
functionality out of the box, among them yap, xdvi, okular
 \begin_inset Foot
 status collapsed
 
@@ -8215,7 +8154,7 @@ Formats
 
 \end_inset
 
-, qpdfview and SumatraPDF
+, qpdfview, and SumatraPDF
 \begin_inset Foot
 status collapsed
 
@@ -8225,6 +8164,7 @@ SumatraPDF can also use DDE commands through the external program CMCDDE
 \begin_inset CommandInset href
 LatexCommand href
 target "http://www.istri.fr/spip/zip/CMCDDE.zip"
+literal "false"
 
 \end_inset
 
@@ -8234,14 +8174,35 @@ target "http://www.istri.fr/spip/zip/CMCDDE.zip"
 \end_inset
 
 .
+ Others, such as evince
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+Forward search with evince can be achieved by means of third party helper
+ scripts.
+ Please refer to 
+\begin_inset CommandInset href
+LatexCommand href
+target "http://wiki.lyx.org/LyX/SyncTeX"
+literal "false"
+
+\end_inset
+
+ for details.
+\end_layout
+
+\end_inset
+
+, require some extra tools in order to use forward search.
  While many of the widespread PDF viewers (most notably Adobe Reader) do
  not support forward search at all, some other viewers – e.
 \begin_inset space \thinspace{}
 \end_inset
 
 g.
- evince and xpdf – allow at least to reload the document and jump to a specific
page of the file, so you can at least navigate 
+ xpdf – allow at least to reload the document and jump to a specific page
+ of the file, so you can at least navigate 
 \begin_inset Quotes eld
 \end_inset
 
@@ -8297,7 +8258,7 @@ status collapsed
 
 \begin_layout Plain Layout
 
-http://www.edpsciences.fr/aa/
+https://www.aanda.org/
 \end_layout
 
 \end_inset
@@ -8517,31 +8478,23 @@ thanks{}
 \end_layout
 
 \begin_layout Standard
-In addition to these topics, the macros use three additional \SpecialChar LaTeX
- commands that
- have no counterpart in \SpecialChar LyX
-:
-\end_layout
-
-\begin_layout Itemize
-
-\family typewriter
-
-\backslash
-and
+Under 
+\family sans
+Edit\SpecialChar menuseparator
+Text Style
 \family default
- to separate different names for more than one author and institute, respectivel
-y.
+, you'll find two insets which are relevant for the titling:
 \end_layout
 
 \begin_layout Itemize
 
+\family sans
+Institute
 \family typewriter
-
-\backslash
-inst{<nr>}
 \family default
-to mark corresponding author/institute pairs.
+to mark corresponding author\SpecialChar breakableslash
+institute pairs.
  The institutes are numbered sequentially as they appear in the 
 \family sans
 Address
@@ -8551,18 +8504,33 @@ Address
 
 \begin_layout Itemize
 
+\family sans
+Email
+\family default
+ to supply an email address for fast contact.
+\end_layout
+
+\begin_layout Standard
+In addition to these topics, the macros use one additional \SpecialChar LaTeX
+ command that
+ has no counterpart in \SpecialChar LyX
+:
+\end_layout
+
+\begin_layout Itemize
+
 \family typewriter
 
 \backslash
-email{address}
+and
 \family default
- to supply an email address for fast contact.
+ to separate different names for more than one author and institute, respectivel
+y.
 \end_layout
 
 \begin_layout Standard
-In all cases, the appropriate command has to be entered in \SpecialChar LyX
- and marked as
- \SpecialChar LaTeX
+The appropriate command has to be entered in \SpecialChar LyX
+ and marked as \SpecialChar LaTeX
  code.
  See the examples.
  
@@ -8577,17 +8545,11 @@ The abstract should immediately follow the header block.
  With version 5 the abstract environment was changed to a command, and there
  is now a resctriction to only one paragraph.
  In addition, it should contain an entry with the keywords.
- This is not yet implemented for \SpecialChar LyX
-, therefore you have to enter the \SpecialChar LaTeX
- command
-\family typewriter
-
-\backslash
-keywords{}
+ This is done via the paragraph style 
+\family sans
+Keywords
 \family default
- by hand and mark it as \SpecialChar LaTeX
- code.
+.
  Refer to the example paper.
 \end_layout
 
@@ -8701,22 +8663,6 @@ and
 
 \family typewriter
 
-\backslash
-email
-\end_layout
-
-\begin_layout Itemize
-
-\family typewriter
-
-\backslash
-appendix
-\end_layout
-
-\begin_layout Itemize
-
-\family typewriter
-
 \backslash
 authorrunning
 \end_layout
@@ -8725,22 +8671,6 @@ authorrunning
 
 \family typewriter
 
-\backslash
-inst{}
-\end_layout
-
-\begin_layout Itemize
-
-\family typewriter
-
-\backslash
-keywords{}
-\end_layout
-
-\begin_layout Itemize
-
-\family typewriter
-
 \backslash
 object{}
 \end_layout
@@ -8913,7 +8843,7 @@ For submission, the paper has to be formated in a special double-spacing
 referee
 \family default
  to the documentclass.
- This must be done using the extra class options field in the 
+ This must be done using the custom class options field in the 
 \family sans
 Document\SpecialChar menuseparator
 Settings
@@ -8971,7 +8901,7 @@ AAS\SpecialChar TeX
  has proven to be an excellent tool for generating these documents, especially
  given its equation, citation, and figure handling capabilities.
  \SpecialChar LyX
- requires version 5.0 (or higher) of these macros; preferably 5.2, which
+ requires version 5.0 (or higher) of these macros; preferably 6.0, which
  is the version described here, or higher.
  Versions prior to 5.0 are intended for use with \SpecialChar LaTeX
 2.09 and are fundamentally
@@ -9043,7 +8973,7 @@ Template
 \family default
 , enter the new file name, then choose the 
 \family typewriter
-aastex.lyx
+aastex6.lyx
 \family default
  template.
  This will show the most common fields found in a manuscript.
@@ -9055,20 +8985,7 @@ aastex.lyx
  Many of the AAS\SpecialChar TeX
  commands and environments can be implemented directly in
  \SpecialChar LyX
-, but some cannot: most noticeably 
-\family typewriter
-
-\backslash
-altaffilmark
-\family default
- and 
-\family typewriter
-
-\backslash
-altaffiltext
-\family default
-, which should stick out like a sore thumb if you actually just opened the
- template file.
+, but some cannot.
  For commands such as these, the \SpecialChar LaTeX
  code must be entered directly and marked
  as such.
@@ -9076,8 +8993,7 @@ altaffiltext
  code, or Evil Red Text.
  I tried to minimize the amount of \SpecialChar TeX
  code needed in an AAS\SpecialChar TeX
- document, but
- there is still a bit more required than any of us would like.
+ document.
 \end_layout
 
 \begin_layout Subsection
@@ -9656,18 +9572,6 @@ Things not implemented, use \SpecialChar TeX
 
 \family typewriter
 
-\backslash
-altaffilmark
-\family default
- (2.3), 
-\family typewriter
-
-\backslash
-altaffiltext
-\family default
- (2.3), 
-\family typewriter
-
 \backslash
 eqnum
 \family default
@@ -11709,13 +11613,7 @@ Quotation
 \begin_layout Itemize
 
 \family sans
-Title
-\end_layout
-
-\begin_layout Itemize
-
-\family sans
-Author
+TitleAuthor
 \end_layout
 
 \begin_layout Itemize
@@ -11748,18 +11646,6 @@ Address
 RightAddress
 \end_layout
 
-\begin_layout Itemize
-
-\family sans
-Caption
-\end_layout
-
-\begin_layout Itemize
-
-\family sans
-Comment
-\end_layout
-
 \end_inset
 
 
@@ -12141,39 +12027,20 @@ Theorems, Lemmas, Proofs and more
 \end_layout
 
 \begin_layout Standard
-Due to a small bug in \SpecialChar LyX
- you can't have two of the same type of these environments
- directly following each other.
- They must be separated by something.
- If you try, you will just be extending the previous environment as if you
- had merged the two environments together.
- So, how do you get around this problem? The simplest option is to insert
- some text between the two environments or add a 
-\family sans
-\SpecialChar LaTeX
-
-\family default
- environment between the two with just a 
-\begin_inset Quotes eld
-\end_inset
-
-
-\family typewriter
-%
-\family default
-
-\begin_inset Quotes erd
-\end_inset
-
- in it.
- This will force \SpecialChar LyX
- to produce two separate environments and hence the correct
- \SpecialChar LaTeX
- output.
- An example is provided in the example file included with the \SpecialChar LyX
- distribution.
- Remember, this problem only occurs if you are trying to place two of the
- same type of theorem-like environments one directly after the other.
+You can't have two of the same type of these environments directly following
+ each other.
+ If you use a normal paragraph break, , you will just be extending the previous
+ environment as if you had merged the two environments together.
+ Rather than that, you need to insert a so-called separator.
+ Please refer to the section entitled 
+\emph on
+Separate Nestings
+\emph default
+ in the 
+\emph on
+User's Guide
+\emph default
+.
 \end_layout
 
 \begin_layout Subsubsection
@@ -12881,9 +12748,7 @@ M-z p
 
 \family default
 Instructions to the speaker.
- The () are automatically inserted, but only the ( will show in \SpecialChar LyX
-.
- Both will be printed.
+ The () are automatically inserted.
 \end_layout
 
 \begin_layout Itemize
@@ -13126,27 +12991,29 @@ ijmpd.lyx
 The language of the document should not be changed.
  Before previewing your paper, be sure that the babel package is not used.
  To do this, click on 
+\begin_inset Info
+type  "menu"
+arg   "dialog-show document"
+\end_inset
+
 \family sans
-Tools\SpecialChar menuseparator
-Preferences
-\family default
-, select the 
-\family sans
-Lang Opts
-\family default
- tab, deselect the 
-\family sans
-Use babel
-\family default
- checkbox in the language settings, and click on 
-\family sans
-Apply
+\SpecialChar menuseparator
+Language
 \family default
- (or 
+, and select 
+\begin_inset Quotes eld
+\end_inset
+
+None
+\begin_inset Quotes erd
+\end_inset
+
+ as 
 \family sans
-Save
+Language Package
 \family default
-, if you wish to make this change permanent).
+.
 \end_layout
 
 \begin_layout Enumerate
@@ -13550,40 +13417,6 @@ The modified
  document.
 \end_layout
 
-\begin_layout Subsection
-Use of \SpecialChar TeX
- code
-\end_layout
-
-\begin_layout Standard
-The use of \SpecialChar TeX
- code is reduced to two commands, which must be placed at the
- top of the document.
- If you started writing your paper by using the 
-\family typewriter
-ijmpc.lyx
-\family default
- or the 
-\family typewriter
-ijmpd.lyx
-\family default
- template, the \SpecialChar TeX
- code needed is already in its place; you usually don't need
- to delete it.
- You may only modify the first \SpecialChar TeX
- code to specify the information printed
- to the top of odd and even pages (authors' names and short paper's title,
- respectively).
- This \SpecialChar TeX
- code must have the form 
-\family typewriter
-
-\backslash
-markboth{Authors' Names}{Short Paper's Title}
-\family default
-.
-\end_layout
-
 \begin_layout Section
 iopart
 \end_layout
@@ -13621,28 +13454,28 @@ Writing a paper
 \end_layout
 
 \begin_layout Standard
-The easiest way to write a paper is to start with the fil
+The easiest way to write a paper is to start with the templat
 \emph on
 IOP-article.lyx
 \emph default
- that is available in \SpecialChar 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.
+ that is available via 
+\family sans
+File\SpecialChar menuseparator
+New From Template
+\family default
+ The template 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, ensure that the
- two options 
-\family sans
-Use AMS math package
-\family default
- in the document settings under 
+ no AMS packages are loaded in 
 \family sans
+Document\SpecialChar menuseparator
+Settings\SpecialChar menuseparator
 Math Options
 \family default
- are not used!
+!
 \end_layout
 
 \begin_layout Itemize
@@ -13750,7 +13583,7 @@ There is a general title environment
 \family sans
 Article
 \family default
- which is not directly supported by the \SpecialChar LyX
+ which is not directly supported by \SpecialChar LyX
 .
  This can be used as \SpecialChar TeX
  code when your document doesn't fit into one of the
@@ -13790,7 +13623,7 @@ Solar Physics
 \emph default
 , but there are many others (see a complete list at 
 \begin_inset Flex URL
-status open
+status collapsed
 
 \begin_layout Plain Layout
 
@@ -14602,11 +14435,11 @@ at the beginning of a chapter.
  If you use the optional argument (
 \family sans
 Insert\SpecialChar menuseparator
-Short
+Dictum
 \begin_inset space ~
 \end_inset
 
-Title
+Author
 \family default
 ), you can insert the dictum's author there.
  Dictum and author are separated by a line.
@@ -14868,6 +14701,24 @@ scrmacros.inc
 letter (koma-script)
 \end_layout
 
+\begin_layout Description
+Note: This section discusses the obsolete 
+\family sans
+KOMA-Script-Letter (v.
+\begin_inset space ~
+\end_inset
+
+1)
+\family default
+, which is not even included anymore in recent KOMA releases.
+ Please refer to the next section for the current KOMA-Script-Letter class
+ (v.
+\begin_inset space ~
+\end_inset
+
+2)!
+\end_layout
+
 \begin_layout Standard
 \noindent
 The document class 
@@ -15163,7 +15014,7 @@ Subject
  are input types provided with a label to enter information, which will
  be processed by the document class.
 \begin_inset Foot
-status open
+status collapsed
 
 \begin_layout Plain Layout
 It could be seen as a matter of inconsequence, that the types 
@@ -15962,8 +15813,8 @@ style: The fancy page style is not supported, due to a command clash between
 ).
  Instead, Memoir comes with a number of its own page styles (see 
 \family sans
-Layout\SpecialChar menuseparator
 Document\SpecialChar menuseparator
+Settings\SpecialChar menuseparator
 Page
 \begin_inset space ~
 \end_inset
@@ -16010,14 +15861,21 @@ Short
 
 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.
+ 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.
+ \SpecialChar LyX
+ makes these available in form of specific 
+\family sans
+Short Title
+\family default
+ variants in the 
+\family sans
+Insert
+\family default
+ menu.
 \end_layout
 
 \begin_layout Description
@@ -16055,9 +15913,10 @@ article
 \emph default
  (to be inserted in 
 \family sans
-Layout\SpecialChar menuseparator
 Document\SpecialChar menuseparator
-Extra
+Settings\SpecialChar menuseparator
+Class Settings\SpecialChar menuseparator
+Custom
 \begin_inset space ~
 \end_inset
 
@@ -16191,24 +16050,15 @@ Our hero arrives in Troia; he loses some friends; he finds others
 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 \SpecialChar LyX
- a bit here again, since the environment
- needs two arguments (text and source).
- In this case, we have to use curly brackets (in \SpecialChar TeX
- mode) between the two
- arguments: 
-\emph on
-<smart slogan>
-\emph default
-\family typewriter
-}{
+ The motto itself (text) and its (optional) author (source) are divided
+ by a short line.
+ The author (source) can be inserted via 
+\family sans
+Insert\SpecialChar menuseparator
+Epigraph Source
 \family default
 \emph on
-<author of the slogan>.
+.
 \end_layout
 
 \begin_layout Description
@@ -16752,60 +16602,6 @@ Address
  won't compile.
 \end_layout
 
-\begin_layout Subsection
-Drawbacks
-\end_layout
-
-\begin_layout Standard
-The main problem with this layout is that you can't use the optional arguments
- to layouts like Email and Title.
- (The problem is not unique to this layout; you can't use optional arguments
- to the Section layouts either.) This means that after you export that file
- to \SpecialChar LaTeX
- (which you'll need to do eventually to send it in to APS), you'll need
- to edit the \SpecialChar LaTeX
- file with a text editor to add the optional arguments to set,
- e.
-\begin_inset space \thinspace{}
-\end_inset
-
-g.
-\begin_inset space \space{}
-\end_inset
-
-the running title for the page headers.
- Lacking these layouts makes the 
-\family typewriter
-
-\backslash
-altaffiliation
-\family default
- (and the equivalent 
-\family typewriter
-
-\backslash
-altaddress
-\family default
-) useless, so the corresponding layouts don't exist, and will have to be
- added by hand.
-\begin_inset Foot
-status collapsed
-
-\begin_layout Plain Layout
-
-\emph on
-Note from JMarc:
-\emph default
- actually, \SpecialChar LyX
- 1.3.0 supports some forms of optional arguments, but this layout
- has not been updated yet to take advantage of it.
-\end_layout
-
-\end_inset
-
-\end_layout
-
 \begin_layout Section
 Springer Journals (
 \family sans
@@ -16998,14 +16794,6 @@ ejour2
 .
 \end_layout
 
-\begin_layout Standard
-Limitations e.
-\begin_inset space \thinspace{}
-\end_inset
-
-g.: does not display the number for theorem-like layouts, just #.
-\end_layout
-
 \begin_layout Section
 Slides [aka 
 \noun on
@@ -17479,12 +17267,6 @@ Caption
 -Code
 \end_layout
 
-\begin_layout Itemize
-
-\family sans
-Comment
-\end_layout
-
 \begin_layout Standard
 All of the other standard environments, including the section-heading environmen
 ts, aren't used in the 
@@ -19161,6 +18943,7 @@ chktex
 \begin_inset CommandInset href
 LatexCommand href
 target "http://www.ctan.org/tex-archive/help/Catalogue/entries/chktex.html"
+literal "false"
 
 \end_inset
 
@@ -20268,9 +20051,9 @@ Introduction
 \end_layout
 
 \begin_layout Standard
-Also note that CVS support is not as good as subversion support so we advise
+Also note that CVS support is not as good as subversion support, so we advise
  using SVN instead.
- A good place to start learning Subversion is SVN Book
+ A good place to start learning Subversion is the SVN Book
 \begin_inset Foot
 status collapsed
 
@@ -20278,6 +20061,7 @@ status collapsed
 \begin_inset CommandInset href
 LatexCommand href
 target "http://svnbook.red-bean.com/"
+literal "false"
 
 \end_inset
 
@@ -20317,9 +20101,9 @@ Before you begin to use the version control features in \SpecialChar LyX
  assumes a recent version of the GNU RCS or CVS/SVN
  package — no guarantees are made for older versions.
  Most of the log messages are not currently displayed after operations —
- you can check them in the Messages pane if unsure.
- Regular users of version control will appreciate VC toolbar, which can
- be enabled via 
+ you can check them in the Messages pane if you are unsure.
+ Regular users of version control will appreciate the VC toolbar, which
can be enabled via 
 \family sans
 View\SpecialChar menuseparator
 Toolbars\SpecialChar menuseparator
@@ -20333,9 +20117,22 @@ Control
 \end_layout
 
 \begin_layout Standard
-For introducing your own external commands consult vc-command in the manual
- of \SpecialChar LyX
- functions.
+For introducing your own external commands consult 
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+vc-command
+\end_layout
+
+\end_inset
+
+ in the manual 
+\emph on
+\SpecialChar LyX
+ Functions
+\emph default
+.
 \end_layout
 
 \begin_layout Standard
@@ -20424,7 +20221,11 @@ Edit
 \end_layout
 
 \begin_layout Standard
-RCS command that is run: 
+RCS command that is run:
+\end_layout
+
+\begin_layout LyX-Code
+
 \family typewriter
 ci -q -u -i -t-"<initial description>" <file-name>
 \end_layout
@@ -20452,7 +20253,7 @@ When you are finished editing a file, you check in your changes.
  file, the document is unlocked and set to Read-Only mode.
 \end_layout
 
-\begin_layout Standard
+\begin_layout Itemize
 RCS command: 
 \family typewriter
 ci -q -u -m"<description>" <file-name>
@@ -20472,7 +20273,7 @@ By doing this you lock the document so that only you can edit it.
  The status line is changed to reflect that you have locked the file.
 \end_layout
 
-\begin_layout Standard
+\begin_layout Itemize
 RCS command: 
 \family typewriter
 co -q -l <file-name>
@@ -20490,7 +20291,7 @@ This will discard all changes made to the document since the last check
  You get a warning before changes are discarded.
 \end_layout
 
-\begin_layout Standard
+\begin_layout Itemize
 RCS command: 
 \family typewriter
 co -f -u<version> <file-name>
@@ -20541,11 +20342,11 @@ status collapsed
 \begin_layout Plain Layout
 
 \family typewriter
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -20560,11 +20361,11 @@ status collapsed
 \begin_layout Plain Layout
 
 \family typewriter
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <new-file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -20584,11 +20385,11 @@ status collapsed
 ci -q -u 
 \family typewriter
 -i 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <new-file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -20612,7 +20413,7 @@ This makes as if the last check in never happened.
  is removed from the master RCS file.
 \end_layout
 
-\begin_layout Standard
+\begin_layout Itemize
 RCS command: 
 \family typewriter
 rcs -o<version> <file-name>
@@ -21054,14 +20855,12 @@ status collapsed
 \begin_layout Plain Layout
 
 \family typewriter
-\begin_inset Quotes eld
-\end_inset
-
+\lang ngerman
+"
+\lang english
 <file-name>
-\begin_inset Quotes erd
-\end_inset
-
-
+\lang ngerman
+"
 \end_layout
 
 \end_inset
@@ -21073,14 +20872,12 @@ status collapsed
 \begin_layout Plain Layout
 
 \family typewriter
-\begin_inset Quotes eld
-\end_inset
-
+\lang ngerman
+"
+\lang english
 <new-file-name>
-\begin_inset Quotes erd
-\end_inset
-
-
+\lang ngerman
+"
 \end_layout
 
 \end_inset
@@ -21096,15 +20893,12 @@ status collapsed
 \begin_layout Plain Layout
 cvs -q add 
 \family typewriter
-
-\begin_inset Quotes eld
-\end_inset
-
+\lang ngerman
+"
+\lang english
 <new-file-name>
-\begin_inset Quotes erd
-\end_inset
-
-
+\lang ngerman
+"
 \end_layout
 
 \end_inset
@@ -21158,14 +20952,12 @@ status collapsed
 \begin_layout Plain Layout
 
 \family typewriter
-\begin_inset Quotes eld
-\end_inset
-
+\lang ngerman
+"
+\lang english
 <file-name>
-\begin_inset Quotes erd
-\end_inset
-
-
+\lang ngerman
+"
 \end_layout
 
 \end_inset
@@ -21177,14 +20969,12 @@ status collapsed
 \begin_layout Plain Layout
 
 \family typewriter
-\begin_inset Quotes eld
-\end_inset
-
+\lang ngerman
+"
+\lang english
 <new-file-name>
-\begin_inset Quotes erd
-\end_inset
-
-
+\lang ngerman
+"
 \end_layout
 
 \end_inset
@@ -21200,15 +20990,12 @@ status collapsed
 \begin_layout Plain Layout
 cvs -q add 
 \family typewriter
-
-\begin_inset Quotes eld
-\end_inset
-
+\lang ngerman
+"
+\lang english
 <new-file-name>
-\begin_inset Quotes erd
-\end_inset
-
-
+\lang ngerman
+"
 \end_layout
 
 \end_inset
@@ -21224,15 +21011,12 @@ status collapsed
 \begin_layout Plain Layout
 cvs -q remove 
 \family typewriter
-
-\begin_inset Quotes eld
-\end_inset
-
+\lang ngerman
+"
+\lang english
 <file-name>
-\begin_inset Quotes erd
-\end_inset
-
-
+\lang ngerman
+"
 \end_layout
 
 \end_inset
@@ -21449,7 +21233,7 @@ Control
  \SpecialChar LyX
  was tested against SVN 1.5, 1.6, 1.7 and 1.8
 \begin_inset Foot
-status open
+status collapsed
 
 \begin_layout Plain Layout
 Most of the commands will work with 1.4 too, see 
@@ -21505,11 +21289,11 @@ Then you are asked interactively to supply an initial description of the
 SVN command that is run: 
 \family typewriter
 svn add -q 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -21585,11 +21369,11 @@ Ditto.
  
 \family typewriter
 svn update --non-interactive 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -21611,11 +21395,11 @@ This will discard all changes made to the document since the last check
 SVN command: 
 \family typewriter
 svn revert -q 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -21665,19 +21449,19 @@ status collapsed
 svn copy -q 
 \family typewriter
 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
  
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <new-file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -21746,19 +21530,19 @@ status collapsed
 svn move -q 
 \family typewriter
 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
  
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <new-file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -21808,7 +21592,7 @@ Note that this command will work only with subversion
 \end_layout
 
 \begin_layout Standard
-All the commands above have one shortcomming - they deal with the current
+All the commands above have one shortcoming – they deal with the current
  document only.
  Once your document contains pictures, includes external 
 \begin_inset Flex Code
@@ -21922,11 +21706,11 @@ This shows the complete history of the SVN document.
  The output of 
 \family typewriter
 svn log 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -21956,7 +21740,7 @@ The file exchange through various revision control systems brings the problem
 
 \begin_layout Standard
 SVN has two such mechanisms to provide mutual exclusivity for file access
- locks and automatic setting of write permissions (see sec.
 locks and automatic setting of write permissions (see sec.
  
 \begin_inset CommandInset ref
 LatexCommand ref
@@ -21976,14 +21760,24 @@ svn:needs-lock
 
  file svn property
 \begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+\begin_inset Flex URL
 status open
 
 \begin_layout Plain Layout
+
 http://svnbook.red-bean.com/en/1.2/svn.advanced.locking.html
 \end_layout
 
 \end_inset
 
+
+\end_layout
+
+\end_inset
+
 .
  If this property is detected for a given document \SpecialChar LyX
  starts to use SVN locks
@@ -22007,7 +21801,15 @@ Check-out
 
 \begin_layout Itemize
 Locked state.
- The loaded file is in the 'normal' edit mode.
+ The loaded file is in the 
+\begin_inset Quotes els
+\end_inset
+
+normal
+\begin_inset Quotes ers
+\end_inset
+
+ edit mode.
  No other user is allowed to edit the file.
  
 \emph on
@@ -22077,7 +21879,7 @@ Version
 \end_inset
 
 Control\SpecialChar menuseparator
-Toggle locking property
+Use Locking Property
 \family default
 .
  This command is active only when the file is not locked on the svn server
@@ -22159,22 +21961,26 @@ svnversion
 \begin_inset Tabular
 <lyxtabular version="3" rows="6" columns="2">
 <features tabularvalignment="middle">
-<column alignment="center" valignment="top">
-<column alignment="center" valignment="top">
+<column alignment="left" valignment="top">
+<column alignment="left" valignment="top">
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\series bold
 Output
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\series bold
 Meaning
 \end_layout
 
@@ -22182,7 +21988,7 @@ Meaning
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22191,7 +21997,7 @@ Meaning
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22202,7 +22008,7 @@ mixed revision working copy
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22211,7 +22017,7 @@ mixed revision working copy
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22222,7 +22028,7 @@ modified working copy
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22231,7 +22037,7 @@ modified working copy
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22242,7 +22048,7 @@ switched working copy
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22251,7 +22057,7 @@ switched working copy
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22262,7 +22068,7 @@ partial working copy, from a sparse checkout
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22271,7 +22077,7 @@ partial working copy, from a sparse checkout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
@@ -22435,11 +22241,10 @@ This is an easy way how to ensure that \SpecialChar LyX
 
  tag in your document (e.g.
  
-\begin_inset ERT
-status open
+\begin_inset Flex Code
+status collapsed
 
 \begin_layout Plain Layout
-
 $Rev$
 \end_layout
 
@@ -22448,11 +22253,10 @@ $Rev$
 ).
  This way svn client will automatically substitute revision number (e.g.
  
-\begin_inset ERT
-status open
+\begin_inset Flex Code
+status collapsed
 
 \begin_layout Plain Layout
-
 $Rev: 59 $
 \end_layout
 
@@ -22508,6 +22312,7 @@ In addition to installing \SpecialChar LyX
 LatexCommand href
 name "CollabNet"
 target "http://www.collab.net/nonav/downloads/subversion/"
+literal "false"
 
 \end_inset
 
@@ -22517,6 +22322,7 @@ target "http://www.collab.net/nonav/downloads/subversion/"
 LatexCommand href
 name "TortoiseSVN"
 target "http://tortoisesvn.tigris.org/"
+literal "false"
 
 \end_inset
 
@@ -22729,11 +22535,19 @@ puttygen
  Save your private .ppk key file and put the public one on the server side.
  If the SVN server runs on Linux, note that the format of the public key
  is not compatible with Linux openssh and you will need to direcly copy-paste
- the key from the “
+ the key from the 
+\begin_inset Quotes eld
+\end_inset
+
+
 \emph on
 Public key for pasting into OpenSSH authorized_keys file
 \emph default
-:” edit field into the server's 
+:
+\begin_inset Quotes erd
+\end_inset
+
+ edit field into the server's 
 \begin_inset Flex Code
 status collapsed
 
@@ -22950,7 +22764,7 @@ Control
  \SpecialChar LyX
  was tested against GIT 1.7.
 \begin_inset Foot
-status open
+status collapsed
 
 \begin_layout Plain Layout
 Windows users please note that you need to ensure that git is on the path.
@@ -23055,18 +22869,18 @@ This command registers in GIT your document ONLY in case you have already
 \begin_layout Standard
 Then you are asked interactively to supply an initial description of the
  document.
- Don't forget that registered file is not yet commited.
+ Don't forget that registered file is not yet committed.
 \end_layout
 
 \begin_layout Standard
 GIT command that is run: 
 \family typewriter
 git add 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -23089,7 +22903,7 @@ Check In Changes
 \begin_layout Standard
 When you are finished editing a file, you commit your changes.
  When you do this, you are asked for a description of the changes.
- After that changes are commited.
+ After that changes are committed.
 \end_layout
 
 \begin_layout Standard
@@ -23114,11 +22928,11 @@ This will discard all changes made to the document since the last check
 GIT command: 
 \family typewriter
 git checkout -q 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -23168,19 +22982,19 @@ status collapsed
 git mv 
 \family typewriter
 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
  
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <new-file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -23216,11 +23030,11 @@ This shows the complete history of the GIT document.
  The output of 
 \family typewriter
 git log 
-\begin_inset Quotes eld
+\begin_inset Quotes qld
 \end_inset
 
 <file-name>
-\begin_inset Quotes erd
+\begin_inset Quotes qld
 \end_inset
 
 
@@ -23261,9 +23075,19 @@ Further tuning
 \end_layout
 
 \begin_layout Standard
-With the recent addition of the vc-command function \SpecialChar LyX
- power users are allowed
- to create their own commands for revision control.
+With the recent addition of the 
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+vc-command
+\end_layout
+
+\end_inset
+
+ function \SpecialChar LyX
+ power users are allowed to create their own commands for revision
+ control.
 \end_layout
 
 \begin_layout Standard
@@ -23320,29 +23144,31 @@ diff
  case of \SpecialChar LyX
  files, which have more a complicated structure.
  Hence we provide binding to the Document comparison feature.
- There are two ways of calling this feature - either by direct call of 
+ There are two ways of calling this feature  either by direct call of 
 \begin_inset Flex Code
 status collapsed
 
 \begin_layout Plain Layout
-VC_COMPARE
+vc-compare
 \end_layout
 
 \end_inset
 
  \SpecialChar LyX
  function (for details see \SpecialChar LyX
- functions manual) or by icon/menu item 
-\begin_inset Flex Noun
-status collapsed
-
-\begin_layout Plain Layout
-Compare with older revision...
-\end_layout
+ functions manual) or by the toolbar icon 
+\begin_inset Info
+type  "icon"
+arg   "vc-compare"
+\end_inset
 
+ or the menu item 
+\begin_inset Info
+type  "menu"
+arg   "vc-compare"
 \end_inset
 
-.
+, respectively.
  One can either compare two chosen revisions of the document or he can simply
  compare the current version of edited text with older revisions (where
  '
@@ -23368,7 +23194,17 @@ This feature is supported for SVN and RCS though due to the more complicated
  '35' in '1.2.35'.
  We don't currently support GIT addressing of revisions, one can just compare
  edited document with its revision X steps backs, where X is addressed as
- HEAD~X.
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+HEAD~X
+\end_layout
+
+\end_inset
+
+.
 \end_layout
 
 \begin_layout Section
@@ -23503,7 +23339,7 @@ The complete Literate Programming FAQ can be found at:
 \begin_layout Quote
 Literate Programming FAQ 
 \begin_inset Flex URL
-status collapsed
+status open
 
 \begin_layout Plain Layout
 
 \begin_inset space \space{}
 \end_inset
 
-it is easy to plug in new filters and to perform special processing that
- you may need.
+it is easy to plug in new filters
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+
+\emph on
+Filters 
+\emph default
+are programs that read a given data stream and output a manipulated data
+ stream.
+ That way, a WEB file (consisting of literate code) can be turned into a
+ file consisting only of C program code or \SpecialChar LaTeX
+ code.
+\end_layout
+
+\end_inset
+
+ and to perform special processing that you may need.
  
 \end_layout
 
@@ -23572,7 +23425,7 @@ status collapsed
 
 \begin_layout Plain Layout
 
-http://www.cs.virginia.edu/~nr/noweb/
+https://www.cs.tufts.edu/~nr/noweb/
 \end_layout
 
 \end_inset
@@ -23628,8 +23481,12 @@ Using the noweb module
 \begin_layout Standard
 If you have installed Noweb and \SpecialChar LyX
  successfully, whenever you open a new document,
- after you have chosen its document class, use the Document->Settings menu
- to add the 
+ after you have chosen its document class, use the 
+\family sans
+Document\SpecialChar menuseparator
+Settings
+\family default
+ menu to add the 
 \begin_inset Quotes eld
 \end_inset
 
@@ -23663,7 +23520,7 @@ Typing code in
 
 \begin_layout Standard
 \SpecialChar LyX
- enables you to write code with a layout named 
+ enables you to write code with a custom inset named 
 \begin_inset Flex Noun
 status collapsed
 
@@ -23723,7 +23580,7 @@ Chunk
 
 \end_inset
 
-, that works like a normal paragraph but has a free spacing capability.
+, that works like a normal text inset but has a free spacing capability.
 \end_layout
 
 \begin_layout Standard
@@ -23835,7 +23692,7 @@ Chunk
 
 \end_inset
 
layout that, by itself, takes care of the business.
inset that, by itself, takes care of the business.
 \end_layout
 
 \begin_layout Enumerate
@@ -23949,25 +23806,17 @@ Converter
 \end_inset
 
  setting, should be set to
-\begin_inset Newline newline
-\end_inset
-
-
-\begin_inset Quotes eld
-\end_inset
+\end_layout
 
+\begin_layout LyX-Code
 
 \family typewriter
 build-script $$i
 \family default
  $$r
-\begin_inset Quotes erd
-\end_inset
-
-.
-\begin_inset Newline newline
-\end_inset
+\end_layout
 
+\begin_layout Standard
 This basically means that \SpecialChar LyX
  will call 
 \begin_inset Quotes eld
@@ -23996,45 +23845,24 @@ build-script
  that you can place in a directory on your path:
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Newpage pagebreak
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
+\begin_layout LyX-Code
 
 \family sans
 #!/bin/sh
 \end_layout
 
-\begin_layout Standard
+\begin_layout LyX-Code
 
 \family sans
 #
 \end_layout
 
-\begin_layout Standard
+\begin_layout LyX-Code
 
 \family sans
 notangle -Rbuild-script $1 | env NOWEB_SOURCE=$1 NOWEB_OUTPUT_DIR=$2 sh
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
-\end_inset
-
-
-\end_layout
-
 \begin_layout Standard
 The next part of the converter setting is the 
 \begin_inset Quotes eld
@@ -24045,25 +23873,15 @@ Flags
 \end_inset
 
  which is to be set to
-\begin_inset Newline newline
-\end_inset
-
-
-\begin_inset Quotes eld
-\end_inset
+\end_layout
 
+\begin_layout LyX-Code
 
 \family typewriter
 parselog=$$s/scripts/listerrors
-\family default
-
-\begin_inset Quotes erd
-\end_inset
-
-.
-\begin_inset Newline newline
-\end_inset
+\end_layout
 
+\begin_layout Standard
 This will run any errors that are generated by the 
 \begin_inset Quotes eld
 \end_inset
@@ -24420,26 +24238,10 @@ Edit Sources
  to:
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-
-\family sans
+\begin_layout LyX-Code
 echo "LYXCMD:monitor:server-goto-file-row:@FILE@ @LINE@" >~/.lyxpipe.in
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
-\end_inset
-
-
-\end_layout
-
 \begin_layout Standard
 With this, whenever you are using ddd and find a point in the program that
  you want to edit, you just press shift-ctrl-V (in the ddd window), and
@@ -24457,45 +24259,18 @@ With this, whenever you are using ddd and find a point in the program that
 Note however that you must enable the \SpecialChar LyX
  server to get this feature working
  (it is disabled by default).
- You can enable it in 
-\family sans
-Preferences
-\family default
- (tabs 
-\family sans
-Inputs
-\family default
-, 
-\family sans
-Paths
-\family default
-) by entering in the 
-\family sans
-\SpecialChar LyX
-server pipe
-\family default
- a path like 
-\begin_inset Quotes eld
+ Sec.
+\begin_inset space ~
 \end_inset
 
 
-\family typewriter
-/home/<your-home-directory>/.lyx/lyxpipe
-\family default
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Starting-the-Server"
 
-\begin_inset Quotes erd
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
-Read the \SpecialChar LyX
- server documentation in the 
-\emph on
-Customization Manual
-\emph default
- for further information.
+ explains how to do that.
 \end_layout
 
 \begin_layout Subsubsection
@@ -24505,7 +24280,7 @@ Toolbar extensions
 \begin_layout Standard
 There are six new buttons that can be added to your \SpecialChar LyX
  toolbar.
- Five of these buttons are short cuts to layout styles: 
+ Four of these buttons are short cuts to layout styles: 
 \family sans
 Standard
 \family default
@@ -24518,12 +24293,12 @@ Section
 \SpecialChar LaTeX
 
 \family default
-, 
+, and 
 \family sans
 \SpecialChar LyX
 -Code
 \family default
-, and 
+, one for the custom inset 
 \family sans
 Chunk
 \family default
@@ -24595,7 +24370,7 @@ Toolbar
 \end_layout
 
 \begin_layout LyX-Code
-  Icon "layout Chunk"
+  Icon "flex.insert Chunk"
 \end_layout
 
 \begin_layout LyX-Code
@@ -24761,9 +24536,15 @@ Modules
 \family default
 ) and must have the \SpecialChar LaTeX
 -package 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 multicol
-\series default
+\end_layout
+
+\end_inset
+
  installed.
 \end_layout
 
@@ -24913,6 +24694,7 @@ status open
 status open
 
 \begin_layout Plain Layout
+
 3
 \end_layout
 
@@ -25048,16 +24830,23 @@ The examples in this section show some more special features of multiple
 \end_layout
 
 \begin_layout Standard
-For more features of multiple columns, have a look at the documentation
+For more features of multiple columns, have a look at the 
+\begin_inset CommandInset href
+LatexCommand href
+name "documentation"
+target "http://mirror.ctan.org/macros/latex/required/tools/multicol.pdf"
+literal "false"
+
+\end_inset
+
  of the \SpecialChar LaTeX
 -package 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 multicol
-\series default
-, 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "multicol"
+\end_layout
 
 \end_inset
 
@@ -25135,9 +24924,7 @@ You can also use a section heading as the preface if you use a section command
  For example the command
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\begin_layout LyX-Code
 
 \backslash
 subsection{subsection title}
@@ -25267,21 +25054,29 @@ In this example the space is set to 7
 \end_inset
 
 text lines by using 
-\begin_inset Quotes eld
-\end_inset
+\begin_inset Flex Code
+status collapsed
 
+\begin_layout Plain Layout
 7
 \backslash
 baselineskip
-\begin_inset Quotes erd
+\end_layout
+
 \end_inset
 
  (where the command 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 
 \backslash
 baselineskip
-\series default
+\end_layout
+
+\end_inset
+
  needs to be inserted as \SpecialChar TeX
  code):
 \end_layout
@@ -25343,18 +25138,22 @@ Surrounding Space
 \begin_layout Standard
 The amount of space before and after multiple columns can be changed by
  changing the length 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 
 \backslash
 multicolsep
-\series default
+\end_layout
+
+\end_inset
+
 .
  For example the command
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\begin_layout LyX-Code
 
 \backslash
 setlength{
@@ -25379,11 +25178,17 @@ pt.
 
 \begin_layout Standard
 For this example 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 
 \backslash
 multicolsep
-\series default
+\end_layout
+
+\end_inset
+
  was set to 2.5
 \begin_inset space \thinspace{}
 \end_inset
@@ -25449,11 +25254,17 @@ status open
 Note:
 \series default
  The values you set with 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 
 \backslash
 setlength
-\series default
+\end_layout
+
+\end_inset
+
  will be used for all following multiple columns until you change them again.
 \end_layout
 
@@ -25503,11 +25314,17 @@ Column Breaks
 
 \begin_layout Standard
 A column break can be forced by inserting the command 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 
 \backslash
 columnbreak{}
-\series default
+\end_layout
+
+\end_inset
+
  as \SpecialChar TeX
  Code to that position in the text where the column should be broken.
  Note that this leads in most cases to whitespace in the text.
@@ -25640,11 +25457,17 @@ Column Separation
 The width of the columns is automatically calculated, but you can modify
  the space between the columns.
  This is done by changing the length 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 
 \backslash
 columnsep
-\series default
+\end_layout
+
+\end_inset
+
 .
  Its predefined value is 10
 \begin_inset space \thinspace{}
@@ -25652,11 +25475,17 @@ columnsep
 
 pt.
  Here is an example where 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 
 \backslash
 columnsep
-\series default
+\end_layout
+
+\end_inset
+
  is set to 3
 \begin_inset space \thinspace{}
 \end_inset
@@ -25746,11 +25575,17 @@ Vertical Lines
 
 \begin_layout Standard
 Between the columns a rule with a width of the length 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 
 \backslash
 columnseprule
-\series default
+\end_layout
+
+\end_inset
+
  is placed.
  If this rule width is set to 0
 \begin_inset space \thinspace{}
@@ -25893,18 +25728,22 @@ The Holy War
 
 \begin_layout Standard
 The rule can be colored by redefining the command 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 
 \backslash
 columnseprulecolor
-\series default
-.
- This is done by inserting the command
-\begin_inset Newline newline
+\end_layout
+
 \end_inset
 
+.
+ This is done by inserting the command
+\end_layout
 
-\series bold
+\begin_layout LyX-Code
 
 \backslash
 renewcommand{
@@ -25912,17 +25751,21 @@ renewcommand{
 columnseprulecolor}{
 \backslash
 color{red}}
-\series default
-
-\begin_inset Newline newline
-\end_inset
+\end_layout
 
+\begin_layout Standard
 as \SpecialChar TeX
  Code before the multicolumn inset.
  Replace 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
 red
-\series default
+\end_layout
+
+\end_inset
+
  in this command by a color of your choice.
  You can use all pre- and self-defined colors.
  See the 
@@ -25939,11 +25782,9 @@ Tables
 \emph default
  for more information about pre- and self-defined colors.
  To go back to the default color insert the command
-\begin_inset Newline newline
-\end_inset
-
+\end_layout
 
-\series bold
+\begin_layout LyX-Code
 
 \backslash
 renewcommand{
@@ -25951,11 +25792,9 @@ renewcommand{
 columnseprulecolor}{
 \backslash
 normalcolor}
-\series default
-
-\begin_inset Newline newline
-\end_inset
+\end_layout
 
+\begin_layout Standard
 Here is the example with a cyan rule and 1
 \begin_inset space \thinspace{}
 \end_inset
@@ -26145,9 +25984,16 @@ Non-standard Paragraph Shapes
  can modify the paragraph shape to one of your choice.
  This can be done by using the \SpecialChar LaTeX
 -package 
-\series bold
+\begin_inset Flex Code
+status collapsed
+
+\begin_layout Plain Layout
+\noindent
 shapepar
-\series default
+\end_layout
+
+\end_inset
+
  which is loaded by using in the document settings the module 
 \family sans
 Custom paragraph shapes
@@ -26171,110 +26017,135 @@ shapepar
 \begin_inset Tabular
 <lyxtabular version="3" rows="13" columns="3">
 <features booktabs="true" islongtable="true" longtabularalignment="center">
-<column alignment="center" valignment="middle" width="16col%">
-<column alignment="center" valignment="middle" width="40col%">
-<column alignment="center" valignment="middle" width="35col%">
+<column alignment="left" valignment="middle" width="16col%">
+<column alignment="left" valignment="middle" width="40col%">
+<column alignment="left" valignment="middle" width="35col%">
 <row endhead="true">
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\series bold
+\size small
 Name
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\series bold
+\size small
 Description
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\series bold
+\size small
 Annotation
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 CDlabel
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Circle with circular hole (in the size of a CD/DVD)
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Cannot be scaled, take care there is not too much text
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Circle
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Circle
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Fragile, calculation might fail
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Diamond
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Rhomboid (symbolizing a 
 \begin_inset Quotes eld
 \end_inset
@@ -26288,255 +26159,307 @@ diamond
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 -
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Heart
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Heart-like shape
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 -
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Hexagon
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Hexagon
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 -
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Nut
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Nut for bolt (hexagon with circular hole)
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 -
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Square
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Square
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 -
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Star
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Five-point star
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 -
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Candle
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Burning candle
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 -
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Drop down/up
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Normal/reversed rain drop
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Fragile, calculation might fail
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 \SpecialChar TeX
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 The \SpecialChar TeX
  logo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 -
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<row interlinespace="default">
+<cell alignment="left" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Triangle up/down/
 \begin_inset Newline newline
 \end_inset
@@ -26546,19 +26469,23 @@ left/right
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 Triangles in different orientations
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="left" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
 \begin_layout Plain Layout
+
+\size small
 -
 \end_layout
 
@@ -26626,7 +26553,11 @@ status open
 \series bold
 Note
 \series default
-: shapepar paragraphs cannot run over a page break.
+: 
+\family sans
+shapepar
+\family default
+ paragraphs cannot run over a page break.
 \end_layout
 
 \end_inset
@@ -26642,10 +26573,16 @@ Note
 \end_layout
 
 \begin_layout Standard
+The package 
+\begin_inset Flex Code
+status collapsed
 
-\series bold
+\begin_layout Plain Layout
 shapepar
-\series default
+\end_layout
+
+\end_inset
+
  takes care that the shape will always be preserved, no matter how much
  text is in the paragraph.
  Therefore the paragraph size changes with the amount of contained text.
@@ -26853,6 +26790,7 @@ Install the program
 LatexCommand href
 name "Jpgfdraw"
 target "http://www.ctan.org/tex-archive/graphics/jpgfdraw"
+literal "false"
 
 \end_inset
 
@@ -26899,6 +26837,7 @@ For more information see
 \begin_inset CommandInset href
 LatexCommand href
 target "http://www.dickimaw-books.com/apps/jpgfdraw/manual/shapepar.html"
+literal "false"
 
 \end_inset
 
@@ -27064,56 +27003,26 @@ These commands are internally used for all shapes described here.
 \end_inset
 
  For information how these styles are used and about further customization
- possibilities, have a look at the documentation of the package 
-\series bold
-shapepar
-\series default
-, 
-\begin_inset CommandInset citation
-LatexCommand cite
-key "shapepar"
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Bibliography
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "multicol"
-
-\end_inset
-
-Documentation of the \SpecialChar LaTeX
--package 
+ possibilities, have a look at the 
 \begin_inset CommandInset href
 LatexCommand href
-name "multicol"
-target "http://mirror.ctan.org/macros/latex/required/tools/multicol.pdf"
+name "documentation"
+target "http://mirrors.ctan.org/macros/latex/contrib/shapepar/shapepar.pdf"
+literal "false"
 
 \end_inset
 
+ of the package 
+\begin_inset Flex Code
+status collapsed
 
+\begin_layout Plain Layout
+shapepar
 \end_layout
 
-\begin_layout Bibliography
-\begin_inset CommandInset bibitem
-LatexCommand bibitem
-key "shapepar"
-
-\end_inset
-
-Documentation of the \SpecialChar LaTeX
--package 
-\begin_inset CommandInset href
-LatexCommand href
-name "shapepar"
-target "http://mirrors.ctan.org/macros/latex/contrib/shapepar/shapepar.pdf"
-
 \end_inset
 
-
+.
 \end_layout
 
 \end_body