]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/EmbeddedObjects.lyx
documentation: describe a new feature for rotated floats
[lyx.git] / lib / doc / EmbeddedObjects.lyx
index 1f327bfd4907e372ebe6f55712d39329271a33bc..87872c6a8866021c84c82c6928260105157f5ec4 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
-\lyxformat 258
+#LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
+\lyxformat 338
 \begin_document
 \begin_header
 \textclass scrbook
 
 % set fonts for nicer pdf view
 \IfFileExists{lmodern.sty}
- {\usepackage{lmodern}} % if it exists
- {% if it exists not
-  \usepackage[scaled=0.92]{helvet}
-  \usepackage{mathptmx}
-  \usepackage{courier}
- } % end if it exists not
-
-% link all cross references and URLs
-% in pdf output
- \usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1,
-  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
-  pdfpagelayout=OneColumn, pdfnewwindow=true,
-  pdfstartview=XYZ, plainpages=false, pdfpagelabels,
-  pdfauthor={LyX Team}, pdftex,
-  pdftitle={LyX's Figure, Table, Floats, Notes, and Boxes manual},
-  pdfsubject={LyX-documentation about figures, tables, floats, notes, and boxes},
-  pdfkeywords={LyX, Tables, Figures, Floats, Boxes, Notes}]{hyperref}
-\else % if dvi or ps is produced
-
- % link all cross references and URLs in DVI output
- \usepackage[ps2pdf, colorlinks=true,
-  linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
+ {\usepackage{lmodern}}{}
 
 \fi % end if pdflatex is used
 
 % not to its caption
 \usepackage[figure]{hypcap}
 
-% the pages of the TOC are numbered roman
+% the pages of the TOC is numbered roman
 % and a PDF-bookmark for the TOC is added
-\pagenumbering{roman}
 \let\myTOC\tableofcontents
-\renewcommand{\tableofcontents}{%
- \pdfbookmark[1]{Contents}{}
- \myTOC
- \cleardoublepage
\pagenumbering{arabic}}
+\renewcommand\tableofcontents{%
+  \frontmatter
+  \pdfbookmark[1]{\contentsname}{}
+  \myTOC
 \mainmatter }
 
 % provides caption formatting
-\usepackage[labelfont={bf,sf}, tableposition=top]{caption}
+\usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
 
 % provides commands to set caption
 % beside tables/images
 % speed up the longtable calculation
 \setcounter{LTchunksize}{100}
 
-% define a new reference format
-\newrefformat{fig}
- {Figure~float~\ref{#1} printed on page~\pageref{#1}}
+% used for scaled and rotated boxes
+\@ifundefined{rotatebox}{\usepackage{graphicx}}{}
 
 % used for colored tables
 \@ifundefined{textcolor}
  {\usepackage{color}}{}
-\usepackage{colortbl}
 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
 \definecolor{lightgrey}{gray}{0.8}
 
+% check for package colortbl
+% used for colored table cells
+\newboolean{colortbl}
+\IfFileExists{colortbl.sty}
+ {\usepackage{colortbl}
+  \setboolean{colortbl}{true}}
+ {\setboolean{colortbl}{false}}
+
 % used for multirows
 \usepackage{multirow}
 %\renewcommand{\multirowsetup}{\centering}
 % used for book-style tables
 \usepackage{booktabs}
 
-% used to have extra space in table cells,
+% used to have extra space in table cells
+\@ifundefined{extrarowheight}
+ {\usepackage{array}}{}
 \setlength{\extrarowheight}{2pt}
 
 % used for customized tables
 \newcolumntype{W}{!{\color{green}\vline}}
 % ---
 
-% To be able to enter the characters ° and · directly in LyX
-\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
-\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
-
 % insert additional vertical space of
 % 1.5 mm between footnotes
 \let\myFoot\footnote
 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
 
-% enable algorithm floats to be referenced
-\newfloat{Xalgorithm}{tbp}{loa}
-\floatname{Xalgorithm}{Algorithm}
-\newcommand{\theHalgorithm}{\theHXalgorithm}
-\renewenvironment{algorithm}[1][tbp]
- {\begin{Xalgorithm}[#1]}{\end{Xalgorithm}}
-
 % number algorithm floats within chapters
-\numberwithin{Xalgorithm}{chapter}
+\numberwithin{algorithm}{chapter}
 
 % redefine the greyed out note
 \renewenvironment{lyxgreyedout}
   \let\marginpar\marginnote
   \setboolean{marginnote}{true}}
  {\setboolean{marginnote}{false}}
+
+% check for package sidecap
+% used for captions on the side
+\newboolean{sidecap}
+\IfFileExists{sidecap.sty}
+ {\usepackage{sidecap}
+  \let\marginpar\marginnote
+  \setboolean{sidecap}{true}}
+ {\setboolean{sidecap}{false}}
+
+% redefine the \LyX macro for PDF bookmarks
+\def\LyX{\texorpdfstring{%
+  L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
+  {LyX }}
 \end_preamble
-\options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage
+\options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
 \language english
 \inputencoding auto
 \font_roman default
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
+
 \graphics default
 \paperfontsize 12
 \spacing single
+\use_hyperref true
+\pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
+\pdf_author "LyX Team, Uwe Stöhr"
+\pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
+\pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
+\pdf_bookmarks true
+\pdf_bookmarksnumbered true
+\pdf_bookmarksopen true
+\pdf_bookmarksopenlevel 1
+\pdf_breaklinks false
+\pdf_pdfborder false
+\pdf_colorlinks true
+\pdf_backref false
+\pdf_pagebackref false
+\pdf_pdfusetitle false
+\pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
 \papersize default
 \use_geometry false
 \use_amsmath 2
 \bullet 2 2 35 -1
 \bullet 3 2 7 -1
 \tracking_changes false
-\output_changes true
-\author "usti
+\output_changes false
+\author "" 
 \author "" 
 \end_header
 
 \begin_body
 
 \begin_layout Title
-LyX's detailed Figure, Table, Floats, Notes, and Boxes manual
+LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
+ manual
 \end_layout
 
 \begin_layout Author
@@ -222,63 +228,49 @@ by the LyX Team
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \noindent
 If you have comments or error corrections, please send them to the LyX Documenta
 tion mailing list: 
-\family typewriter
+\begin_inset CommandInset href
+LatexCommand href
+name "lyx-docs@lists.lyx.org"
+target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
+type "mailto:"
 
-\begin_inset ERT
-status open
-
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-href{mailto:lyx-docs@lists.lyx.org?subject=LyX's ExtendedInsets manual}{
 \end_layout
 
 \end_inset
 
-lyx-docs@lists.lyx.org
-\begin_inset ERT
-status collapsed
 
-\begin_layout Standard
+\begin_inset Note Note
+status collapsed
 
-}
+\begin_layout Plain Layout
+author: Uwe Stöhr
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
+\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Standard
-original author: Uwe Stöhr
-\end_layout
-
+\begin_inset Newline newline
 \end_inset
 
 
-\newline
-
-\newline
-
 \family sans
-Version 1.5.0-
-\family default
-1
+Version 1.6svn
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand tableofcontents
+\begin_inset CommandInset toc
+LatexCommand tableofcontents
 
 \end_inset
 
@@ -289,24 +281,34 @@ Version 1.5.0-
 \begin_inset Note Note
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
  
 \series bold
 arydshln
 \series default
- and 
+, 
+\series bold
+colortbl
+\series default
+, 
 \series bold
 marginnote
+\series default
+, and 
+\series bold
+sidecap
 \series default
  must be installed.
  If they are not installed you can export the document anyway but the sections
  where the packages are required won't appear in the output.
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The latest PDF-version of this document can be found here:
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \series bold
 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
@@ -319,14 +321,51 @@ http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
 
 \begin_layout Chapter
 Figures
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "cha:Figures"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Figure"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Figures
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Graphics|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+Figures
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
 
 \end_inset
 
@@ -335,8 +374,19 @@ name "Figure"
 
 \begin_layout Section
 Graphics Dialog
-\begin_inset LatexCommand index
-name "Figure ! Graphics Dialog"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Figures ! Graphics Dialog
+\end_layout
+
+\end_inset
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Graphics-Dialog"
 
 \end_inset
 
@@ -347,8 +397,9 @@ name "Figure ! Graphics Dialog"
 To insert an image into your document, place the cursor at the text position
  you want and click on the toolbar icon 
 \begin_inset Graphics
-       filename ../images/dialog-show-new-inset_graphics.xpm
+       filename ../images/dialog-show-new-inset_graphics.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -374,18 +425,70 @@ The graphics dialog can be called at any time by right-clicking on an image.
 Graphics
 \family default
  Here you can choose an image file and adjust its appearance in the output.
- The available units for the image size are explained in appendix\InsetSpace ~
+ The available units for the image size are explained in appendix
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "cha:Units-available-in"
 
 \end_inset
 
 .
-\newline
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Figures ! rotated
+\end_layout
+
+\end_inset
+
 You can rotate images counter-clockwise by setting a rotation angle and
  a rotation origin.
  The image will also be rotated inside LyX.
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Figures ! scaled
+\end_layout
+
+\end_inset
+
+Images can be scaled by using a percentage value or by setting the width
+ and height explicitly.
+ If you set only the width or only the height, the other size will be determined
+ automatically.
+ If you set both, then the image will be transformed to the given size,
+ possibly distorting it.
+ To prevent the image from distortion, use the option 
+\family sans
+Maintain aspect ratio
+\family default
+.
+ The image will then be scaled so that its width and height don't exceed
+ the specified dimensions.
+\begin_inset Newline newline
+\end_inset
+
+Images can be opened in a program of your choice when pressing the 
+\family sans
+Edit
+\family default
+ button.
+ The program can be set for every image format in the file format settings
+ in LyX's preferences.
 \end_layout
 
 \begin_layout Description
@@ -398,16 +501,31 @@ Clipping
  The coordinates can also be calculated automatically by pressing the button
  
 \family sans
-Get\InsetSpace ~
-from\InsetSpace ~
+Get
+\begin_inset space ~
+\end_inset
+
+from
+\begin_inset space ~
+\end_inset
+
 File
 \family default
 .
  The option 
 \family sans
-Clip\InsetSpace ~
-to\InsetSpace ~
-bounding\InsetSpace ~
+Clip
+\begin_inset space ~
+\end_inset
+
+to
+\begin_inset space ~
+\end_inset
+
+bounding
+\begin_inset space ~
+\end_inset
+
 box
 \family default
  will only print the image region within the given coordinates.
@@ -418,40 +536,70 @@ box
 \begin_layout Description
 
 \family sans
-Extra\InsetSpace ~
+Extra
+\begin_inset space ~
+\end_inset
+
 options
 \family default
  In this tab you can modify the appearance of the image within LyX and set
  the image to be a subfigure of a figure float with an own caption.
- Subfigures are explained in section\InsetSpace ~
+ Subfigures are explained in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Figure-Floats"
 
 \end_inset
 
 .
-\newline
+\begin_inset Newline newline
+\end_inset
+
  LaTeX experts can also specify on this tab additional LaTeX options.
-\newline
- The
- option 
+\begin_inset Newline newline
+\end_inset
+
+ The option 
 \family sans
-Draft\InsetSpace ~
+Draft
+\begin_inset space ~
+\end_inset
+
 mode
 \family default
  makes the image appear in the output only as a frame with the size of the
  image.
-\newline
+\begin_inset Newline newline
+\end_inset
+
 The 
 \family sans
-Don't\InsetSpace ~
-unzip\InsetSpace ~
-on\InsetSpace ~
+Don't
+\begin_inset space ~
+\end_inset
+
+unzip
+\begin_inset space ~
+\end_inset
+
+on
+\begin_inset space ~
+\end_inset
+
 export
 \family default
- option only affects zipped EPS-graphics, e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+ option only affects zipped EPS-graphics, e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
 
 \emph on
 x.eps.gz
@@ -459,11 +607,17 @@ x.eps.gz
 .
  When the option is used the images will not be unzipped on export, since
  LaTeX can handle them as they are.
-\newline
-Zipped EPS-graphics are useful to save
- disk space when you choose PostScript as output format, see appendix\InsetSpace ~
+\begin_inset Newline newline
+\end_inset
+
+Zipped EPS-graphics are useful to save disk space when you choose PostScript
+ as output format, see appendix
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:PostScript"
 
 \end_inset
@@ -471,19 +625,25 @@ reference "sec:PostScript"
 .
  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
  console:
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \series bold
 gzip x.eps
 \series default
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \series bold
 zgrep %%Bounding x.eps.gz > x.eps.bb
 \series default
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 The second command creates the bounding box file 
 \begin_inset Quotes eld
 \end_inset
@@ -496,16 +656,25 @@ x.eps.bb
 \end_layout
 
 \begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
 
-\newpage
+\begin_layout Standard
 This is an example image in EPS format
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
-Image formats are explained in section\InsetSpace ~
+\begin_layout Plain Layout
+Image formats are explained in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Image-Formats"
 
 \end_inset
@@ -521,9 +690,9 @@ reference "sec:Image-Formats"
 \begin_layout Standard
 \align center
 \begin_inset Graphics
-       filename mobius.eps
-       display color
+       filename clipart/mobius.eps
        scale 70
+       scaleBeforeRotation
        rotateOrigin center
 
 \end_inset
@@ -538,10 +707,10 @@ This is the same image like the one above but in draft mode:
 \begin_layout Standard
 \align center
 \begin_inset Graphics
-       filename mobius.eps
-       display color
+       filename clipart/mobius.eps
        scale 70
        draft
+       scaleBeforeRotation
        rotateOrigin center
 
 \end_inset
@@ -551,20 +720,29 @@ This is the same image like the one above but in draft mode:
 
 \begin_layout Section
 Figure Floats
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Figure-Floats"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! Figure Floats"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Figures
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Figure ! Floats"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Figures ! Floats
+\end_layout
 
 \end_inset
 
@@ -572,9 +750,13 @@ name "Figure ! Floats"
 \end_layout
 
 \begin_layout Standard
-For general explanations about floats, have a look at section\InsetSpace ~
+For general explanations about floats, have a look at section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:FloatIntroduction"
 
 \end_inset
@@ -585,8 +767,9 @@ reference "sec:FloatIntroduction"
 \begin_layout Standard
 The toolbar button 
 \begin_inset Graphics
-       filename ../images/float-insert_figure.xpm
+       filename ../images/float-insert_figure.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -594,45 +777,51 @@ The toolbar button
 \family sans
 Insert\SpecialChar \menuseparator
 Float\SpecialChar \menuseparator
-Figure 
+Figure
 \family default
-inserts a float with the label 
+ inserts a float with a caption that has the label 
 \begin_inset Quotes eld
 \end_inset
 
+Figure
+\begin_inset space ~
+\end_inset
 
-\series bold
-Figure\InsetSpace ~
 #:
-\series default
-
 \begin_inset Quotes erd
 \end_inset
 
-.
- Set the cursor behind this label, press Enter and insert the image as described
- above to get the caption printed below the image.
- This was done for Figure\InsetSpace ~
+ (# is the actual number).
+ You can insert the image above the caption, like in Figure
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:kill-plat"
 
 \end_inset
 
-.
- If you want the caption to be above the image, set the cursor at the end
- of the caption, press enter and insert the image.
- This was done in Figure\InsetSpace ~
+ or below the caption, like in Figure
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:escher"
 
 \end_inset
 
 .
- More about the caption placement is described in section\InsetSpace ~
+ More about the caption placement is described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Caption-Placement"
 
 \end_inset
@@ -646,12 +835,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Graphics
-       filename platypus.eps
-       display color
+       filename clipart/platypus.eps
        width 50col%
+       scaleBeforeRotation
        rotateOrigin center
 
 \end_inset
@@ -659,11 +848,12 @@ status open
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "fig:kill-plat"
 
 \end_inset
@@ -687,11 +877,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "fig:escher"
 
 \end_inset
@@ -705,12 +896,12 @@ M.C.
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Graphics
-       filename escher-lsd.eps
-       display color
+       filename clipart/escher-lsd.eps
        scale 80
+       scaleBeforeRotation
        rotateOrigin center
 
 \end_inset
@@ -724,26 +915,35 @@ M.C.
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand index
-name "References ! to Figures"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+References ! to Figures
+\end_layout
+
+\end_inset
 
+Figure
+\begin_inset space ~
 \end_inset
 
-Figure\InsetSpace ~
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:kill-plat"
 
 \end_inset
 
  and 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:escher"
 
 \end_inset
 
- are examples of cross-referenced figures.
- Figures can be cross-referenced in the text by referencing their label.
+ are examples of referenced figures.
+ Figures can be referenced in the text by referencing their label.
  To do this insert a label in the caption using the menu 
 \family sans
 Insert\SpecialChar \menuseparator
@@ -751,8 +951,9 @@ Label
 \family default
  or the toolbar button 
 \begin_inset Graphics
-       filename ../images/label-insert.xpm
+       filename ../images/label-insert.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -760,13 +961,17 @@ Label
  You can now refer to the label using the menu 
 \family sans
 Insert\SpecialChar \menuseparator
-Cross\InsetSpace ~
+Cross
+\begin_inset space ~
+\end_inset
+
 reference
 \family default
  or the toolbar button 
 \begin_inset Graphics
-       filename ../images/dialog-show-new-inset_ref.xpm
+       filename ../images/dialog-show-new-inset_ref.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -790,35 +995,60 @@ above
 \end_inset
 
  at all.
+\begin_inset Newline newline
+\end_inset
+
+Referencing is explained in detail in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Referencing-Floats"
+
+\end_inset
+
+.
 \end_layout
 
 \begin_layout Standard
 Normally only one image is inserted to a figure float, but sometimes you
  might want to use two images with separate subcaptions.
- This can be set in the tab
-\family sans
- Extra\InsetSpace ~
-options
-\family default
- of the graphics dialog.
- Choose there the option 
-\family sans
-Subfigure
-\family default
- and enter the subcaption for the image in the caption field.
+ This can be done by inserting image floats into existing image floats.
  Note that only the main caption of the float is added to the List of Figures.
-\end_layout
+ Figure
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-Figure\InsetSpace ~
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:Two-distorted-images"
 
 \end_inset
 
  is an example of a figure float with two images set side by side.
  You can also set the images one below the other.
+ Figure
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Undefinable-structure"
+
+\end_inset
+
+ and 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:A-Platypus"
+
+\end_inset
+
+ are the subfigures.
 \end_layout
 
 \begin_layout Standard
@@ -827,45 +1057,107 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
+\begin_inset space \hfill{}
+\end_inset
 
-\hfill
 
-\begin_inset Graphics
-       filename escher-lsd.eps
-       width 45col%
-       subcaption
-       subcaptionText "Undefinable structure"
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:Undefinable-structure"
+
+\end_inset
+
+Undefinable structure.
+\end_layout
 
 \end_inset
 
 
-\hfill
+\end_layout
 
+\begin_layout Plain Layout
 \begin_inset Graphics
-       filename platypus.eps
-       lyxscale 60
+       filename clipart/escher-lsd.eps
        width 45col%
-       subcaption
-       subcaptionText "Platypus"
+       scaleBeforeRotation
 
 \end_inset
 
 
-\hfill
-
 \end_layout
 
-\begin_layout Standard
-\begin_inset Caption
+\end_inset
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "fig:Two-distorted-images"
 
+\begin_inset space \hfill{}
 \end_inset
 
-Two distorted images.
+
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:A-Platypus"
+
+\end_inset
+
+A Platypus.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+       filename clipart/platypus.eps
+       lyxscale 60
+       width 45col%
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:Two-distorted-images"
+
+\end_inset
+
+Two distorted images.
 \end_layout
 
 \end_inset
@@ -880,20 +1172,29 @@ Two distorted images.
 
 \begin_layout Section
 Image Formats
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Image-Formats"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Image Formats"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Image Formats
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Figure ! Image Formats"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Figures ! Image Formats
+\end_layout
 
 \end_inset
 
@@ -902,9 +1203,13 @@ name "Figure ! Image Formats"
 
 \begin_layout Standard
 You can insert images in any known file format.
- But as explained in appendix\InsetSpace ~
+ But as explained in appendix
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "cha:Output-File-Formats"
 
 \end_inset
@@ -918,9 +1223,13 @@ Imagemagick
  To increase your work flow by avoiding these conversions in the background,
  you can use only the image formats that can directly be embedded in the
  output file format.
- The output file formats are explained in appendix\InsetSpace ~
+ The output file formats are explained in appendix
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "cha:Output-File-Formats"
 
 \end_inset
@@ -933,7 +1242,10 @@ Similar to fonts there are two types of image formats:
 \end_layout
 
 \begin_layout Description
-Bitmap\InsetSpace ~
+Bitmap
+\begin_inset space ~
+\end_inset
+
 images consist of pixel values, often in a compressed form.
  They are therefore not fully scalable and look pixeled in large zooms.
  Well-known bitmap image formats are 
@@ -957,8 +1269,34 @@ Graphics Interchange Format
 \end_inset
 
 )
-\begin_inset LatexCommand index
-name "GIF|see{Image formats}"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+GIF|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+Image formats
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
 
 \end_inset
 
@@ -983,8 +1321,34 @@ Portable Network Graphics
 \end_inset
 
 )
-\begin_inset LatexCommand index
-name "PNG|see{Image formats}"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+PNG|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+Image formats
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
 
 \end_inset
 
@@ -1021,8 +1385,34 @@ Joint Photographic Experts Group
 \end_inset
 
 )
-\begin_inset LatexCommand index
-name "JPG|see{Image formats}"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+JPG|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+Image formats
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
 
 \end_inset
 
@@ -1030,15 +1420,19 @@ name "JPG|see{Image formats}"
 \end_layout
 
 \begin_layout Description
-Vector\InsetSpace ~
-images consist of vectors and can therefore be scaled to any size
- without data loss.
+Vector
+\begin_inset space ~
+\end_inset
+
+images consist of vectors and can therefore be scaled to any size without
+ data loss.
  The scaling ability is necessary if you want to create presentations, because
  presentations are always scaled by the video projector.
  Scaling is also useful for online documents to let the user zoom into diagrams.
-\newline
-W
-ell-known scalable image formats are 
+\begin_inset Newline newline
+\end_inset
+
+Well-known scalable image formats are 
 \begin_inset Quotes eld
 \end_inset
 
@@ -1059,8 +1453,34 @@ Scalable Vector Graphics
 \end_inset
 
 )
-\begin_inset LatexCommand index
-name "SVG|see{Image formats}"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+SVG|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+Image formats
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
 
 \end_inset
 
@@ -1085,8 +1505,34 @@ Encapsulated PostScript
 \end_inset
 
 )
-\begin_inset LatexCommand index
-name "EPS|see{Image formats}"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+EPS|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+Image formats
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
 
 \end_inset
 
@@ -1111,8 +1557,12 @@ Portable Document Format
 \end_inset
 
 )
-\begin_inset LatexCommand index
-name "PDF"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+PDF
+\end_layout
 
 \end_inset
 
@@ -1137,8 +1587,34 @@ Windows Metafile
 \end_inset
 
 )
-\begin_inset LatexCommand index
-name "SVG|see{Image formats}"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+SVG|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+Image formats
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
 
 \end_inset
 
@@ -1158,7 +1634,7 @@ can be
 \begin_inset Foot
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 In the case of PDF, the original image is additionally compressed.
 \end_layout
 
@@ -1177,8 +1653,8 @@ Normally it is not possible to convert a bitmap image into a scalable one,
  only vice versa.
  Only the image formats PDF and EPS can directly be embedded to PDF and
  PostScript output files, respectively.
- SVG and WMF-images are currently recalculated to bitmaps when the output
file is generated because there is currently no adequate WMF/SVG
+ SVG and WMF-images are recalculated to bitmaps when the output file is
+ generated because there is currently no adequate WMF/SVG
 \begin_inset Formula $\to$
 \end_inset
 
@@ -1187,14 +1663,19 @@ PDF/EPS converter available.
 
 \begin_layout Chapter
 Tables
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "cha:Tables"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table
+\end_layout
 
 \end_inset
 
@@ -1203,8 +1684,12 @@ name "Table"
 
 \begin_layout Section
 Introduction
-\begin_inset LatexCommand index
-name "Table ! Introduction"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Introduction
+\end_layout
 
 \end_inset
 
@@ -1214,8 +1699,9 @@ name "Table ! Introduction"
 \begin_layout Standard
 You can insert a table using either the toolbar button 
 \begin_inset Graphics
-       filename ../images/tabular-insert.xpm
+       filename ../images/tabular-insert.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1230,9 +1716,11 @@ Table
  press a mouse button.
  When you use the menu to create a table, a dialog will appear, asking you
  for the number of rows and columns.
-\newline
- The default table has lines around any
- cell and the first row appears separated from the rest of the table.
+\begin_inset Newline newline
+\end_inset
+
+ The default table has lines around any cell and the first row appears separated
+ from the rest of the table.
  This separation occurs due to a double line: The cells of the first row
  have a line below them and the cells of the second row have a line above
  them.
@@ -1244,24 +1732,24 @@ Table
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="4">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -1276,30 +1764,30 @@ Table
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 2
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 3
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -1317,7 +1805,7 @@ A
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -1326,7 +1814,7 @@ A
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -1364,7 +1852,7 @@ B
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -1373,7 +1861,7 @@ B
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -1445,8 +1933,12 @@ C
 
 \begin_layout Section
 Table Dialog
-\begin_inset LatexCommand index
-name "Table ! Dialog"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Dialog
+\end_layout
 
 \end_inset
 
@@ -1472,17 +1964,24 @@ contents
 \begin_layout Description
 
 \family sans
-Table\InsetSpace ~
+Table
+\begin_inset space ~
+\end_inset
+
 Settings
 \family default
- Here you can set the horizontal alignment for the current row and the width
of the current column.
+ Here you can set the horizontal alignment and the width of the current
+ column.
  When you have set a width you can also adjust the vertical alignment of
- the current column.
+ the current row.
  A given width will allow the cell to have line breaks and multiple paragraphs
- of text, see section\InsetSpace ~
+ of text, see section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Multiple-Lines-in"
 
 \end_inset
@@ -1490,26 +1989,36 @@ reference "sub:Multiple-Lines-in"
 .
  If you set no width, the column is as wide as their widest cell content
  is.
-\newline
-Furthermore, you can mark one or multiple cells of one row as a multicolumn
- cell, see section\InsetSpace ~
+\begin_inset Newline newline
+\end_inset
 
-\begin_inset LatexCommand ref
+Furthermore, you can mark one or multiple cells of one row as a multicolumn
+ cell, see section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Multicolumns"
 
 \end_inset
 
 .
-\newline
+\begin_inset Newline newline
+\end_inset
+
 The rotate check boxes rotates the current cell, a selection, or the whole
  table counter-clockwise by 90°.
  The rotation is not shown within LyX, only in the output.
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -1520,17 +2029,24 @@ Note:
 \end_inset
 
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 It is also possible to enter a LaTeX-argument which is needed for special
- table formattings, see section\InsetSpace ~
+ table formattings, see section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Multicolumn-Calculations"
 
 \end_inset
 
  and 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Colored-Tables"
 
 \end_inset
@@ -1544,24 +2060,35 @@ reference "sec:Colored-Tables"
 Borders
 \family default
  In this tab you can add and delete border lines for the current row/column.
-\newline
-Using
- the style option 
+\begin_inset Newline newline
+\end_inset
+
+Using the style option 
 \family sans
 Formal
 \family default
- will convert the table to a formal table as described in section\InsetSpace ~
+ will convert the table to a formal table as described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Formal-Tables"
 
 \end_inset
 
 .
-\newline
-You can also add here space to table rows as decribed in section\InsetSpace ~
+\begin_inset Newline newline
+\end_inset
+
+You can also add here space to table rows as decribed in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Row-Spacing"
 
 \end_inset
@@ -1587,15 +2114,20 @@ longtable
 \end_inset
 
  that can run over several pages.
- Section\InsetSpace ~
+ Section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Longtables"
 
 \end_inset
 
  and 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Special-Longtable-Issues"
 
 \end_inset
@@ -1611,8 +2143,12 @@ When the table toolbar is opened, you can move the cursor with the arrow
 
 \begin_layout Section
 Table Toolbar
-\begin_inset LatexCommand index
-name "Table ! Toolbar"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Toolbar
+\end_layout
 
 \end_inset
 
@@ -1635,7 +2171,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_append-row.xpm
+       filename ../images/tabular-feature_append-row.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1645,7 +2182,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_append-column.xpm
+       filename ../images/tabular-feature_append-column.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1655,7 +2193,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_delete-row.xpm
+       filename ../images/tabular-feature_delete-row.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1665,7 +2204,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_delete-column.xpm
+       filename ../images/tabular-feature_delete-column.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1675,7 +2215,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_toggle-line-top.xpm
+       filename ../images/tabular-feature_toggle-line-top.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1685,7 +2226,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_toggle-line-bottom.xpm
+       filename ../images/tabular-feature_toggle-line-bottom.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1695,7 +2237,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_toggle-line-left.xpm
+       filename ../images/tabular-feature_toggle-line-left.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1705,7 +2248,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_toggle-line-right.xpm
+       filename ../images/tabular-feature_toggle-line-right.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1715,7 +2259,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_set-all-lines.xpm
+       filename ../images/tabular-feature_set-all-lines.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1726,7 +2271,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_unset-all-lines.xpm
+       filename ../images/tabular-feature_unset-all-lines.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1737,7 +2283,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_align-left.xpm
+       filename ../images/tabular-feature_align-left.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1747,7 +2294,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_align-center.xpm
+       filename ../images/tabular-feature_align-center.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1757,7 +2305,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_align-right.xpm
+       filename ../images/tabular-feature_align-right.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1767,7 +2316,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_valign-top.xpm
+       filename ../images/tabular-feature_valign-top.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1777,7 +2327,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_valign-middle.xpm
+       filename ../images/tabular-feature_valign-middle.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1787,7 +2338,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_valign-bottom.xpm
+       filename ../images/tabular-feature_valign-bottom.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1797,7 +2349,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_set-rotate-cell.xpm
+       filename ../images/tabular-feature_set-rotate-cell.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1807,7 +2360,8 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_set-rotate-tabular.xpm
+       filename ../images/tabular-feature_set-rotate-tabular.png
+       scaleBeforeRotation
 
 \end_inset
 
@@ -1817,17 +2371,40 @@ The toolbar has the following icons:
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 \begin_inset Graphics
-       filename ../images/tabular-feature_multicolumn.xpm
+       filename ../images/tabular-feature_multicolumn.png
+       scaleBeforeRotation
 
 \end_inset
 
  sets the current cell or selection as a multicolumn
 \end_layout
 
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ For the output the vertical alignment of the first cell in a row is used
+ for all following cells in the row.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Section
 Edit Table Menu
-\begin_inset LatexCommand index
-name "Table ! Edit Menu"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Edit Menu
+\end_layout
 
 \end_inset
 
@@ -1847,20 +2424,29 @@ Table
 
 \begin_layout Section
 Table Floats
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Table-Floats"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! Tables"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Tables
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table ! Floats"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Floats
+\end_layout
 
 \end_inset
 
@@ -1868,9 +2454,13 @@ name "Table ! Floats"
 \end_layout
 
 \begin_layout Standard
-For general explanations about floats, have a look at section\InsetSpace ~
+For general explanations about floats, have a look at section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:FloatIntroduction"
 
 \end_inset
@@ -1885,11 +2475,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:a table float"
 
 \end_inset
@@ -1902,19 +2493,19 @@ A table float.
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
-<row topline="true" bottomline="true">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -1932,7 +2523,7 @@ A table float.
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -1950,7 +2541,7 @@ A table float.
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -1966,11 +2557,11 @@ A table float.
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -1988,7 +2579,7 @@ Joe
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -2006,7 +2597,7 @@ Mary
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -2022,11 +2613,11 @@ Ted
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -2047,7 +2638,7 @@ Ted
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -2070,7 +2661,7 @@ c & d\end{array}\right]$
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
@@ -2110,8 +2701,9 @@ Table
 \family default
  or the toolbar button 
 \begin_inset Graphics
-       filename ../images/float-insert_table.xpm
+       filename ../images/float-insert_table.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -2119,30 +2711,31 @@ Table
 \end_layout
 
 \begin_layout Standard
-The float appears as a collapsible box with the label 
+The float appears as a collapsible box with a caption that has the label
 \begin_inset Quotes eld
 \end_inset
 
+Table
+\begin_inset space ~
+\end_inset
 
-\series bold
-Table\InsetSpace ~
 #:
-\series default
-
 \begin_inset Quotes erd
 \end_inset
 
- inside it.
- The text following the label is the caption of the table.
- To insert a table to the the float set the cursor at the end of the caption
- text, press enter and insert the table.
- The caption is now printed above the table.
+ (# is the actual table number).
+ You can insert tables to the float above or below the caption.
 \end_layout
 
 \begin_layout Standard
-Table\InsetSpace ~
+Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:a table float"
 
 \end_inset
@@ -2176,8 +2769,12 @@ report
 caption
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! caption"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! caption
+\end_layout
 
 \end_inset
 
@@ -2185,10 +2782,14 @@ name "LaTeX-packages ! caption"
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
-For more information have a look at section\InsetSpace ~
+\begin_layout Plain Layout
+For more information have a look at section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Caption-Placement"
 
 \end_inset
@@ -2212,9 +2813,13 @@ The package
 \series bold
 caption
 \series default
-, which is described in section\InsetSpace ~
+, which is described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Caption-Formatting"
 
 \end_inset
@@ -2223,8 +2828,12 @@ reference "sec:Caption-Formatting"
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand index
-name "References ! to Tables"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+References ! to Tables
+\end_layout
 
 \end_inset
 
@@ -2236,8 +2845,9 @@ Label
 \family default
  or the toolbar button 
 \begin_inset Graphics
-       filename ../images/label-insert.xpm
+       filename ../images/label-insert.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -2245,39 +2855,63 @@ Label
  You can now refer to the label using the menu 
 \family sans
 Insert\SpecialChar \menuseparator
-Cross\InsetSpace ~
+Cross
+\begin_inset space ~
+\end_inset
+
 reference
 \family default
  or the toolbar button 
 \begin_inset Graphics
-       filename ../images/dialog-show-new-inset_ref.xpm
+       filename ../images/dialog-show-new-inset_ref.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
 .
-\end_layout
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
+Referencing is explained in detail in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Referencing-Floats"
 
+\end_inset
+
+.
 \end_layout
 
 \begin_layout Section
 Longtables
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Longtables"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Longtables"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Longtables
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table ! Longtables"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Longtables
+\end_layout
 
 \end_inset
 
@@ -2287,8 +2921,14 @@ name "Table ! Longtables"
 \begin_layout Standard
 If the table is too long to fit on one page, you can use the option 
 \family sans
-Use\InsetSpace ~
-long\InsetSpace ~
+Use
+\begin_inset space ~
+\end_inset
+
+long
+\begin_inset space ~
+\end_inset
+
 table
 \family default
  in the tab 
@@ -2308,7 +2948,10 @@ Header
  defined, are defined to be the header rows of all pages of the longtable;
  except for the first page, if 
 \family sans
-First\InsetSpace ~
+First
+\begin_inset space ~
+\end_inset
+
 header
 \family default
  is defined.
@@ -2318,7 +2961,10 @@ header
 \begin_layout Description
 
 \family sans
-First\InsetSpace ~
+First
+\begin_inset space ~
+\end_inset
+
 header
 \family default
 : The current row and all rows above, that don't have any special options
@@ -2334,7 +2980,10 @@ Footer
  defined, are defined to be the footer rows of all pages of the longtable;
  except for the last page, if 
 \family sans
-Last\InsetSpace ~
+Last
+\begin_inset space ~
+\end_inset
+
 footer
 \family default
  is defined.
@@ -2343,7 +2992,10 @@ footer
 \begin_layout Description
 
 \family sans
-Last\InsetSpace ~
+Last
+\begin_inset space ~
+\end_inset
+
 footer
 \family default
 : The current row and all rows below, that don't have any special options
@@ -2360,24 +3012,23 @@ empty
 \emph default
 .
  In this context, first means first in this order: 
-\family sans
-Footer, Last\InsetSpace ~
-footer,
-\family default
 \family sans
 Header,
 \family default
  
 \family sans
-First\InsetSpace ~
-header.
+First
+\begin_inset space ~
+\end_inset
+
+header, Footer, Last
+\begin_inset space ~
+\end_inset
+
+footer.
 
 \family default
-\emph on
-\emph default
-See the following longtable to see how it works:
+ See the following longtable to see how it works:
 \end_layout
 
 \begin_layout Standard
@@ -2385,14 +3036,14 @@ See the following longtable to see how it works:
 \begin_inset Tabular
 <lyxtabular version="3" rows="69" columns="3">
 <features islongtable="true">
-<column alignment="left" valignment="top" leftline="true" width="0cm">
+<column alignment="left" valignment="top" width="0cm">
 <column alignment="left" valignment="top" width="0pt">
-<column alignment="right" valignment="top" leftline="true" rightline="true" width="0pt">
-<row topline="true" bottomline="true" endfirsthead="true">
+<column alignment="center" valignment="top" width="0pt">
+<row endfirsthead="true">
 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Example Phone List (ignore the names)
@@ -2403,7 +3054,7 @@ Example Phone List (ignore the names)
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -2412,18 +3063,18 @@ Example Phone List (ignore the names)
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" endfirsthead="true">
+<row endfirsthead="true">
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 NAME
@@ -2434,16 +3085,16 @@ NAME
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 TEL.
@@ -2452,11 +3103,11 @@ TEL.
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" endhead="true">
+<row endhead="true">
 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Example Phone List
@@ -2467,7 +3118,7 @@ Example Phone List
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -2476,18 +3127,18 @@ Example Phone List
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" endhead="true">
+<row endhead="true">
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 NAME
@@ -2498,16 +3149,16 @@ NAME
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 TEL.
@@ -2516,11 +3167,11 @@ TEL.
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" endfoot="true">
+<row endfoot="true">
 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
  continued on next page
 \end_layout
 
@@ -2529,7 +3180,7 @@ TEL.
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -2538,7 +3189,7 @@ TEL.
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -2546,10 +3197,10 @@ TEL.
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Annovi
@@ -2557,19 +3208,19 @@ Annovi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Silvia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2577,10 +3228,10 @@ Silvia
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Bertoli
@@ -2588,19 +3239,19 @@ Bertoli
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Stefano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2608,10 +3259,10 @@ Stefano
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Bozzi
@@ -2619,19 +3270,19 @@ Bozzi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Walter
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2639,10 +3290,10 @@ Walter
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Cachia
@@ -2650,19 +3301,19 @@ Cachia
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Maria
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2670,10 +3321,10 @@ Maria
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Cachia
@@ -2681,19 +3332,19 @@ Cachia
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Maurizio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2701,10 +3352,10 @@ Maurizio
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Cinquemani
@@ -2712,19 +3363,19 @@ Cinquemani
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Giusi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2732,10 +3383,10 @@ Giusi
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Colin
@@ -2743,19 +3394,19 @@ Colin
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Bernard
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2763,10 +3414,10 @@ Bernard
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Concli
@@ -2774,19 +3425,19 @@ Concli
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Gianfranco
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2794,10 +3445,10 @@ Gianfranco
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Dal Bosco
@@ -2805,19 +3456,19 @@ Dal Bosco
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Carolina
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2825,10 +3476,10 @@ Carolina
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Dalpiaz
@@ -2836,19 +3487,19 @@ Dalpiaz
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Annamaria
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2856,10 +3507,10 @@ Annamaria
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Feliciello
@@ -2867,19 +3518,19 @@ Feliciello
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Domenico
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2887,10 +3538,10 @@ Domenico
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Focarelli
@@ -2898,19 +3549,19 @@ Focarelli
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Paola
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2918,10 +3569,10 @@ Paola
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Galletti
@@ -2929,19 +3580,19 @@ Galletti
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Oreste
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2949,10 +3600,10 @@ Oreste
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Gasparini
@@ -2960,19 +3611,19 @@ Gasparini
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Franca
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -2980,10 +3631,10 @@ Franca
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Rizzardi
@@ -2991,19 +3642,19 @@ Rizzardi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Paola
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3011,10 +3662,10 @@ Paola
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Lassini
@@ -3022,19 +3673,19 @@ Lassini
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Giancarlo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3042,10 +3693,10 @@ Giancarlo
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Malfatti
@@ -3053,19 +3704,19 @@ Malfatti
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Luciano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3073,10 +3724,10 @@ Luciano
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Malfatti
@@ -3084,19 +3735,19 @@ Malfatti
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Valeriano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3104,10 +3755,10 @@ Valeriano
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Meneguzzo
@@ -3115,19 +3766,19 @@ Meneguzzo
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3135,10 +3786,10 @@ Roberto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Mezzadra
@@ -3146,19 +3797,19 @@ Mezzadra
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3166,10 +3817,10 @@ Roberto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Pirpamer
@@ -3177,19 +3828,19 @@ Pirpamer
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Erich
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3197,10 +3848,10 @@ Erich
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Pochiesa
@@ -3208,19 +3859,19 @@ Pochiesa
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Paolo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111, 222
 \end_layout
 
@@ -3228,10 +3879,10 @@ Paolo
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Radina
@@ -3239,19 +3890,19 @@ Radina
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Claudio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3259,10 +3910,10 @@ Claudio
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Stuffer
@@ -3270,19 +3921,19 @@ Stuffer
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Oskar
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3290,10 +3941,10 @@ Oskar
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Tacchelli
@@ -3301,19 +3952,19 @@ Tacchelli
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Ugo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3321,10 +3972,10 @@ Ugo
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Tezzele
@@ -3332,19 +3983,19 @@ Tezzele
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Margit
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3352,10 +4003,10 @@ Margit
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Unterkalmsteiner
@@ -3363,19 +4014,19 @@ Unterkalmsteiner
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Frieda
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3383,10 +4034,10 @@ Frieda
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Vieider
@@ -3394,19 +4045,19 @@ Vieider
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Hilde
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3414,10 +4065,10 @@ Hilde
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Vigna
@@ -3425,19 +4076,19 @@ Vigna
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Jürgen
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -3445,10 +4096,10 @@ Jürgen
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Weber
@@ -3456,30 +4107,30 @@ Weber
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Maurizio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Winkler
@@ -3487,30 +4138,30 @@ Winkler
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Franz
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true">
+<row>
 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
  
 \end_layout
 
@@ -3519,7 +4170,7 @@ Franz
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -3528,7 +4179,7 @@ Franz
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -3536,10 +4187,10 @@ Franz
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Annovi
@@ -3547,19 +4198,19 @@ Annovi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Silvia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3567,10 +4218,10 @@ Silvia
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Bertoli
@@ -3578,19 +4229,19 @@ Bertoli
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Stefano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3598,10 +4249,10 @@ Stefano
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Bozzi
@@ -3609,19 +4260,19 @@ Bozzi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Walter
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3629,10 +4280,10 @@ Walter
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Cachia
@@ -3640,19 +4291,19 @@ Cachia
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Maria
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3660,10 +4311,10 @@ Maria
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Cachia
@@ -3671,19 +4322,19 @@ Cachia
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Maurizio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3691,10 +4342,10 @@ Maurizio
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Cinquemani
@@ -3702,19 +4353,19 @@ Cinquemani
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Giusi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3722,10 +4373,10 @@ Giusi
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Colin
@@ -3733,19 +4384,19 @@ Colin
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Bernard
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3753,10 +4404,10 @@ Bernard
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Concli
@@ -3764,19 +4415,19 @@ Concli
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Gianfranco
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3784,10 +4435,10 @@ Gianfranco
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Dal Bosco
@@ -3795,19 +4446,19 @@ Dal Bosco
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Carolina
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3815,10 +4466,10 @@ Carolina
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Dalpiaz
@@ -3826,19 +4477,19 @@ Dalpiaz
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Annamaria
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3846,10 +4497,10 @@ Annamaria
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Feliciello
@@ -3857,19 +4508,19 @@ Feliciello
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Domenico
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3877,10 +4528,10 @@ Domenico
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Focarelli
@@ -3888,19 +4539,19 @@ Focarelli
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Paola
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3908,10 +4559,10 @@ Paola
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Galletti
@@ -3919,19 +4570,19 @@ Galletti
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Oreste
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3939,10 +4590,10 @@ Oreste
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Gasparini
@@ -3950,19 +4601,19 @@ Gasparini
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Franca
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -3970,10 +4621,10 @@ Franca
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Rizzardi
@@ -3981,19 +4632,19 @@ Rizzardi
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Paola
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4001,10 +4652,10 @@ Paola
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Lassini
@@ -4012,19 +4663,19 @@ Lassini
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Giancarlo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4032,10 +4683,10 @@ Giancarlo
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Malfatti
@@ -4043,19 +4694,19 @@ Malfatti
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Luciano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4063,10 +4714,10 @@ Luciano
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Malfatti
@@ -4074,19 +4725,19 @@ Malfatti
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Valeriano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4094,10 +4745,10 @@ Valeriano
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Meneguzzo
@@ -4105,19 +4756,19 @@ Meneguzzo
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4125,10 +4776,10 @@ Roberto
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Mezzadra
@@ -4136,19 +4787,19 @@ Mezzadra
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4156,10 +4807,10 @@ Roberto
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Pirpamer
@@ -4167,19 +4818,19 @@ Pirpamer
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Erich
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4187,10 +4838,10 @@ Erich
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Pochiesa
@@ -4198,19 +4849,19 @@ Pochiesa
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Paolo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555, 222
 \end_layout
 
@@ -4218,10 +4869,10 @@ Paolo
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Radina
@@ -4229,19 +4880,19 @@ Radina
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Claudio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4249,10 +4900,10 @@ Claudio
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Stuffer
@@ -4260,19 +4911,19 @@ Stuffer
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Oskar
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4280,10 +4931,10 @@ Oskar
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Tacchelli
@@ -4291,19 +4942,19 @@ Tacchelli
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Ugo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4311,10 +4962,10 @@ Ugo
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Tezzele
@@ -4322,19 +4973,19 @@ Tezzele
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Margit
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4342,10 +4993,10 @@ Margit
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Unterkalmsteiner
@@ -4353,19 +5004,19 @@ Unterkalmsteiner
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Frieda
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4373,10 +5024,10 @@ Frieda
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Vieider
@@ -4384,19 +5035,19 @@ Vieider
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Hilde
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -4404,10 +5055,10 @@ Hilde
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Vigna
@@ -4415,19 +5066,19 @@ Vigna
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Jürgen
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 999
 \end_layout
 
@@ -4435,10 +5086,10 @@ Jürgen
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Weber
@@ -4446,30 +5097,30 @@ Weber
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Maurizio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true">
+<row>
 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Winkler
@@ -4477,30 +5128,30 @@ Winkler
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Franz
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true" endlastfoot="true">
+<row endlastfoot="true">
 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 end
 \end_layout
 
@@ -4509,7 +5160,7 @@ end
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -4518,7 +5169,7 @@ end
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -4533,7 +5184,7 @@ end
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -4546,8 +5197,19 @@ addtocounter{table}{-1}
 \begin_inset Note Note
 status collapsed
 
-\begin_layout Standard
-See greyed-out note in section 2.6.2 for an explanation of this command.
+\begin_layout Plain Layout
+See greyed-out note in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Longtable-Captions"
+
+\end_inset
+
+ for an explanation of this command.
 \end_layout
 
 \end_inset
@@ -4557,14 +5219,19 @@ See greyed-out note in section 2.6.2 for an explanation of this command.
 
 \begin_layout Subsection
 Footnotes in Longtables
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:Footnotes-in-Longtables"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Longtables ! Footnotes"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Longtables ! Footnotes
+\end_layout
 
 \end_inset
 
@@ -4575,9 +5242,13 @@ name "Longtables ! Footnotes"
 Footnotes can be inserted to every longtable cell.
  They appear at the bottom of the page where the table cell with the footnote
  appears.
- Table\InsetSpace ~
+ Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:DiffCaptions"
 
 \end_inset
@@ -4586,184 +5257,128 @@ reference "tab:DiffCaptions"
 \end_layout
 
 \begin_layout Subsection
-Longtable Captions
-\begin_inset LatexCommand index
-name "Longtables ! Captions"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-A longtable cannot be put into a table float because floats can only be
- on one page but the caption environment of floats can also be used for
- longtables.
-\end_layout
+Longtable Alignment
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-As LyX does not yet fully support captions in longtables, a hack is needed
- to create them:
+\begin_layout Plain Layout
+Longtables ! Alignment
 \end_layout
 
-\begin_layout Enumerate
-Create a longtable
-\family sans
-.
-\end_layout
+\end_inset
 
-\begin_layout Enumerate
-Mark the first row an disable its upper line.
-\end_layout
 
-\begin_layout Enumerate
-Insert a caption via the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Caption
-\family default
-\series bold
-\series default
-into the first table cell.
-\newline
-You can also add a short title for the caption.
 \end_layout
 
-\begin_layout Enumerate
-Insert a 
-\begin_inset Quotes eld
-\end_inset
-
-
+\begin_layout Standard
+Longtables are by default centered.
+ In contrary to the alignment of the table columns and row, the table alignment
+ can currently not be changed in the table dialog.
+ To change the alignment of longtables you have to change the value of the
+ lengths 
 \series bold
 
 \backslash
+LTleft 
+\series default
+and 
+\series bold
 
 \backslash
-%
+LTright
 \series default
-
-\begin_inset Quotes erd
-\end_inset
-
- as ERT behind the caption.
+ by inserting this line as TeX-Code before the corresponding longtable:
 \end_layout
 
 \begin_layout Standard
-A short title that will appear in the LOT instead of the full title.
- The 
+
 \series bold
 
 \backslash
-
+setlength{
 \backslash
-%
-\series default
- behind the caption omits the vertical lines between the following cells
- in the row.
- The first table row is now only a dummy row for the caption, the actual
- table starts with the second row.
-\end_layout
-
-\begin_layout Standard
-Here is a short longtable to see how it works:
+LTleft}{value}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Tabular
-<lyxtabular version="3" rows="6" columns="5">
-<features islongtable="true">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-Longtable with caption
-\begin_inset OptArg
-status open
-
-\begin_layout Standard
-Longtable
-\end_layout
-
+Where the value can have any of the units listed in Table
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Units"
 
 \end_inset
 
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
+.
+\series bold
 
 \backslash
+LTleft
+\series default
+ controls the horizontal distance from the left page border to the longtable,
+\series bold
 
 \backslash
-%
-\end_layout
-
-\end_inset
-
+LTright
+\series default
+ the distance from the right side.
+ The default value for both lengths is 
+\series bold
 
+\backslash
+fill
+\series default
+, which is in this case the same as an horizontal fill in LyX.
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
+The following longtable was left-aligned by setting 
+\series bold
 
-\end_layout
-
+\backslash
+LTleft
+\series default
+ to 0
+\begin_inset space \thinspace{}
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
 
-\end_layout
+pt.
+\begin_inset ERT
+status collapsed
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Plain Layout
 
-\begin_layout Standard
 
+\backslash
+setlength{
+\backslash
+LTleft}{0pt}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row topline="true">
+\begin_layout Standard
+\begin_inset Tabular
+<lyxtabular version="3" rows="5" columns="5">
+<features islongtable="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 1
 \end_layout
 
@@ -4772,7 +5387,7 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 2
 \end_layout
 
@@ -4781,7 +5396,7 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 3
 \end_layout
 
@@ -4790,27 +5405,27 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 4
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 5
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -4819,7 +5434,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -4828,7 +5443,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -4837,7 +5452,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -4866,7 +5481,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -4875,7 +5490,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -4884,7 +5499,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -4913,7 +5528,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -4922,7 +5537,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -4931,7 +5546,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -4999,39 +5614,40 @@ asd
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+LTleft}{
+\backslash
+fill}
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace medskip
 \end_inset
 
 
-\begin_inset Note Greyedout
-status open
+\end_layout
 
-\begin_layout Standard
+\begin_layout Subsection
+Longtable Captions
+\begin_inset Index
+status collapsed
 
-\series bold
-Note:
-\series default
- The table number is increased for every longtable, also if you didn't set
- a caption for it.
- For this reason you could have the case that e.g.
- Table\InsetSpace ~
-2.4 follows on Table\InsetSpace ~
-2.1 in the list of tables if there are two longtables
- without captions.
- To avoid this you can add the following command in ERT behind every longtable
- without a caption:
+\begin_layout Plain Layout
+Longtables ! Captions
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-addtocounter{table}{-1}
-\end_layout
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Longtable-Captions"
 
 \end_inset
 
@@ -5039,82 +5655,107 @@ addtocounter{table}{-1}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+A longtable cannot be put into a table float because floats can only be
+ on one page but the caption environment of floats can also be used for
+ longtables.
+\end_layout
 
 \begin_layout Standard
+As LyX does not yet fully support captions in longtables, a hack is needed
+ to create them:
+\end_layout
+
+\begin_layout Enumerate
+Create a longtable
+\family sans
+.
+\end_layout
 
-\series bold
-Note:
-\series default
- If you are using the LaTeX-package 
-\series bold
-hyperref
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
+\begin_layout Enumerate
+Mark the first row and disable its upper line.
+\end_layout
 
+\begin_layout Enumerate
+Insert a caption via the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Caption
+\family default
+ into the first table cell.
+\begin_inset Newline newline
 \end_inset
 
- to link cross-references, the link to a longtable caption will always point
- to the beginning of the document.
+You can also add a short title for the caption.
 \end_layout
 
+\begin_layout Enumerate
+Insert a 
+\begin_inset Quotes eld
 \end_inset
 
 
-\end_layout
+\series bold
 
-\begin_layout Subsubsection
-References to Longtables
-\begin_inset LatexCommand index
-name "Longtables ! References"
+\backslash
+
+\backslash
+%
+\series default
 
+\begin_inset Quotes erd
 \end_inset
 
+ as TeX-Code behind the caption.
+\end_layout
+
+\begin_layout Standard
+A short title that will appear in the LOT instead of the full title.
+ The 
+\series bold
+
+\backslash
+
+\backslash
+%
+\series default
+ behind the caption omits the vertical lines between the following cells
+ in the row.
+ The first table row is now only a dummy row for the caption, the actual
+ table starts with the second row.
+\end_layout
 
+\begin_layout Standard
+Here is a short longtable to see how it works:
 \end_layout
 
 \begin_layout Standard
 \begin_inset Tabular
 <lyxtabular version="3" rows="6" columns="5">
 <features islongtable="true">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row caption="true">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-Referenced longtable
-\begin_inset LatexCommand label
-name "tab:RefExample"
-
-\end_inset
-
+\begin_layout Plain Layout
+Longtable with caption
+\begin_inset OptArg
+status open
 
+\begin_layout Plain Layout
+Longtable
 \end_layout
 
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-
-\backslash
-%
 \end_layout
 
 \end_inset
@@ -5124,48 +5765,48 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 1
 \end_layout
 
@@ -5174,7 +5815,7 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 2
 \end_layout
 
@@ -5183,7 +5824,7 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 3
 \end_layout
 
@@ -5192,27 +5833,27 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 4
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 5
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -5221,7 +5862,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5230,7 +5871,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5239,7 +5880,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -5268,7 +5909,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5277,7 +5918,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5286,7 +5927,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -5315,7 +5956,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5324,7 +5965,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5333,7 +5974,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-sad
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -5404,129 +6045,121 @@ asd
 \end_layout
 
 \begin_layout Standard
-To reference a longtable, insert a label into the caption.
- Note that you have to add the label prefix 
-\begin_inset Quotes eld
+\begin_inset VSpace medskip
 \end_inset
 
 
-\emph on
-tab:
-\emph default
+\begin_inset Note Greyedout
+status open
 
-\begin_inset Quotes eld
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ The table number is increased for every longtable, also if you didn't set
+ a caption for it.
+ For this reason you could have the case that e.g.
+ Table
+\begin_inset space ~
 \end_inset
 
- manually in the label field.
+2.4 follows on Table
+\begin_inset space ~
+\end_inset
+
+2.1 in the list of tables if there are two longtables without captions.
+ To avoid this you can add the following command in TeX-Code behind every
+ longtable without a caption:
 \end_layout
 
-\begin_layout Standard
-This is a reference to Table\InsetSpace ~
+\begin_layout Plain Layout
 
-\begin_inset LatexCommand ref
-reference "tab:RefExample"
+\series bold
+
+\backslash
+addtocounter{table}{-1}
+\end_layout
 
 \end_inset
 
-.
+
 \end_layout
 
 \begin_layout Standard
-The caption layout can be set together with all other caption of your document
- using the LaTeX-package 
-\series bold
-caption
-\series default
+\begin_inset Note Greyedout
+status open
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! caption"
+\begin_layout Plain Layout
 
-\end_inset
+\series bold
+Note:
+\series default
+ If you are using the LaTeX-package 
+\series bold
+hyperref
+\series default
 
-, see section\InsetSpace ~
+\begin_inset Index
+status collapsed
 
-\begin_inset LatexCommand ref
-reference "sec:Caption-Formatting"
+\begin_layout Plain Layout
+LaTeX-packages ! hyperref
+\end_layout
 
 \end_inset
 
-.
+ to link cross-references, the link to a longtable caption will always point
+ to the beginning of the document.
 \end_layout
 
-\begin_layout Subsubsection
-Caption Width
-\begin_inset LatexCommand index
-name "Longtables ! Caption Width"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-The maximal width of of caption lines is defined by the length 
-\series bold
-
-\backslash
-LTcapwidth
-\series default
-.
- Its default value is 4\InsetSpace \thinspace{}
-in.
- To change it add the following command to your document preamble or as
- ERT into your document before the longtable that should be affected
-\end_layout
-
-\begin_layout Standard
+\begin_inset Newpage newpage
+\end_inset
 
-\series bold
 
-\backslash
-setlength{
-\backslash
-LTcapwidth}{width}
 \end_layout
 
-\begin_layout Standard
-where the width could have one of the units listed in appendix\InsetSpace ~
+\begin_layout Subsubsection
+References to Longtables
+\begin_inset Index
+status collapsed
 
-\begin_inset LatexCommand ref
-reference "cha:Units-available-in"
+\begin_layout Plain Layout
+Longtables ! References
+\end_layout
 
 \end_inset
 
-.
-\end_layout
 
-\begin_layout Standard
-The following tables show the difference:
 \end_layout
 
 \begin_layout Standard
 \begin_inset Tabular
 <lyxtabular version="3" rows="6" columns="5">
 <features islongtable="true">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row caption="true">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-long full title with default width long full title with default width long
- full title with default width
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-caption with default width
-\end_layout
+\begin_layout Plain Layout
+Referenced longtable
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:RefExample"
 
 \end_inset
 
@@ -5536,67 +6169,52 @@ caption with default width
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-
-\backslash
-%
 \end_layout
 
 \end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 1
 \end_layout
 
@@ -5605,7 +6223,7 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 2
 \end_layout
 
@@ -5614,7 +6232,7 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 3
 \end_layout
 
@@ -5623,27 +6241,27 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 4
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 5
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -5652,7 +6270,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5661,7 +6279,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5670,7 +6288,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -5699,7 +6317,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5708,7 +6326,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5717,7 +6335,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -5746,7 +6364,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5755,7 +6373,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -5764,7 +6382,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sad
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -5835,70 +6453,156 @@ asd
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
+To reference a longtable, insert a label into the caption.
+ Note that you have to add the label prefix 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
 
+\emph on
+tab:
+\emph default
 
-\backslash
-setlength{
-\backslash
-LTcapwidth}{5cm}
+\begin_inset Quotes eld
+\end_inset
+
+ manually in the label field.
 \end_layout
 
+\begin_layout Standard
+This is a reference to Table
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset Tabular
-<lyxtabular version="3" rows="6" columns="5">
-<features islongtable="true">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:RefExample"
 
-\begin_layout Standard
-\begin_inset Caption
+\end_inset
+
+.
+\end_layout
 
 \begin_layout Standard
-long full title with width set to 5\InsetSpace \thinspace{}
-cm long full title with width set to
- 5\InsetSpace \thinspace{}
-cm long full title with width set to 5\InsetSpace \thinspace{}
-cm
-\begin_inset OptArg
+The caption layout can be set together with all other caption of your document
+ using the LaTeX-package 
+\series bold
+caption
+\series default
+
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-caption with width\InsetSpace \thinspace{}
-=\InsetSpace \thinspace{}
-5\InsetSpace \thinspace{}
-cm
+\begin_layout Plain Layout
+LaTeX-packages ! caption
 \end_layout
 
 \end_inset
 
+, see section
+\begin_inset space ~
+\end_inset
+
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Caption-Formatting"
 
 \end_inset
 
+.
+\end_layout
 
-\begin_inset ERT
+\begin_layout Subsubsection
+Caption Width
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
+Longtables ! Caption Width
+\end_layout
 
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+The maximal width of of caption lines is defined by the length 
+\series bold
 
 \backslash
+LTcapwidth
+\series default
+.
+ Its default value is 4
+\begin_inset space \thinspace{}
+\end_inset
+
+in.
+ To change it add the following command to your document preamble or as
+ TeX-Code into your document before the longtable that should be affected
+\end_layout
+
+\begin_layout Standard
+
+\series bold
 
 \backslash
-%
+setlength{
+\backslash
+LTcapwidth}{width}
+\end_layout
+
+\begin_layout Standard
+where the width could have one of the units listed in appendix
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "cha:Units-available-in"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+The following tables show the difference:
+\end_layout
+
+\begin_layout Standard
+\begin_inset Tabular
+<lyxtabular version="3" rows="6" columns="5">
+<features islongtable="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row caption="true">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+long full title with default width long full title with default width long
+ full title with default width
+\begin_inset OptArg
+status collapsed
+
+\begin_layout Plain Layout
+caption with default width
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
@@ -5908,48 +6612,48 @@ status collapsed
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 1
 \end_layout
 
@@ -5958,7 +6662,7 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 2
 \end_layout
 
@@ -5967,7 +6671,7 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 3
 \end_layout
 
@@ -5976,27 +6680,27 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 4
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 5
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -6005,7 +6709,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -6014,7 +6718,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -6023,7 +6727,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -6052,7 +6756,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -6061,7 +6765,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -6070,7 +6774,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -6099,7 +6803,7 @@ asd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -6108,7 +6812,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
@@ -6117,7 +6821,7 @@ s
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sad
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 asd
 \end_layout
 
@@ -6185,97 +6889,75 @@ asd
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 setlength{
 \backslash
-LTcapwidth}{4in}
+LTcapwidth}{5cm}
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Tabular
+<lyxtabular version="3" rows="6" columns="5">
+<features islongtable="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row caption="true">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+\begin_inset Caption
 
-\end_layout
+\begin_layout Plain Layout
+long full title with width set to 5
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Subsubsection
-Different Captions for Table Pages
-\begin_inset LatexCommand index
-name "Longtables ! Different Captions for Pages"
+cm long full title with width set to 5
+\begin_inset space \thinspace{}
+\end_inset
 
+cm long full title with width set to 5
+\begin_inset space \thinspace{}
 \end_inset
 
+cm
+\begin_inset OptArg
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
+caption with width
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-When the other captions should differ from the one of the first table page,
- insert a caption with a non-empty short title in a dummy caption row marked
- as first header.
- The caption used for the other table pages is inserted as caption without
- a short title in a dummy caption row that is marked as main header.
- When this caption shouldn't include the table number, use the command
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-caption*{caption text}
-\end_layout
-
-\begin_layout Standard
-instead of LyX's caption box.
- The label to reference the table is inserted into the caption of the first
- header.
- Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:DiffCaptions"
+=
+\begin_inset space \thinspace{}
+\end_inset
 
+5
+\begin_inset space \thinspace{}
 \end_inset
 
- is an example for a longtable with different heading where the second caption
- doesn't include the table number.
+cm
 \end_layout
 
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="60" columns="3">
-<features islongtable="true">
-<column alignment="left" valignment="top" leftline="true" width="0cm">
-<column alignment="left" valignment="top" rightline="true" width="0pt">
-<column alignment="right" valignment="top" rightline="true" width="0pt">
-<row endfirsthead="true">
-<cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-Example Phone List
-\begin_inset LatexCommand label
-name "tab:DiffCaptions"
-
 \end_inset
 
 
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Example Phone List
 \end_layout
 
 \end_inset
@@ -6284,132 +6966,115 @@ Example Phone List
 \end_layout
 
 \end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-
-\backslash
-%
 \end_layout
 
 \end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" endfirsthead="true">
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-Example Phone List (ignore the names)
+\begin_layout Plain Layout
+1
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+2
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+3
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true" bottomline="true" endfirsthead="true">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-NAME
+\begin_layout Plain Layout
+4
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+5
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-TEL.
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row bottomline="true" endhead="true">
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-caption*{Continued Example Phone List}
-\backslash
-
-\backslash
-%
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
@@ -6417,8 +7082,8 @@ caption*{Continued Example Phone List}
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
@@ -6426,503 +7091,584 @@ caption*{Continued Example Phone List}
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" endhead="true">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-Example Phone List
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true" bottomline="true" endhead="true">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-NAME
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-TEL.
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true" bottomline="true" endfoot="true">
-<cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-continued on next page
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-Annovi
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Silvia
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+sad
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-Bertoli
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Stefano
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+</lyxtabular>
 
-\begin_layout Standard
+\end_inset
 
-\series bold
-Bozzi
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\end_layout
 
 \begin_layout Standard
-Walter
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Plain Layout
 
-\begin_layout Standard
-111
+
+\backslash
+setlength{
+\backslash
+LTcapwidth}{4in}
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
-\series bold
-Cachia
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ When the LaTeX-package 
+\series bold
+caption
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! caption
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-Maria
+ is used, as in this document, the full page width is used for the caption
+ when you use the default value of 4
+\begin_inset space \thinspace{}
+\end_inset
+
+in for 
+\series bold
+
+\backslash
+LTcapwidth
+\series default
+.
+ To get in this case exactly a 4
+\begin_inset space \thinspace{}
+\end_inset
+
+in wide caption, you can either use a value slightly different from 4.0
+\begin_inset space \thinspace{}
+\end_inset
+
+in, e.g.
+ 3.99
+\begin_inset space \thinspace{}
+\end_inset
+
+in, or the LaTeX-command 
+\series bold
+
+\backslash
+captionsetup{width=value}
+\series default
+ that is provided by the 
+\series bold
+caption
+\series default
+-package.
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-111
+
+\end_layout
+
+\begin_layout Subsubsection
+Different Captions for Table Pages
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Longtables ! Different Captions for Pages
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\end_layout
+
+\begin_layout Standard
+When the other captions should differ from the one of the first table page,
+ insert a caption with a non-empty short title in a dummy caption row marked
+ as first header.
+ The caption used for the other table pages is inserted as caption without
+ a short title in a dummy caption row that is marked as main header.
+ When this caption shouldn't include the table number, use the command
+\end_layout
 
 \begin_layout Standard
 
 \series bold
-Cachia
+
+\backslash
+caption*{caption text}
 \end_layout
 
+\begin_layout Standard
+instead of LyX's caption box.
+ The label to reference the table is inserted into the caption of the first
+ header.
+ Table
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:DiffCaptions"
+
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+
+ is an example for a longtable with different heading where the second caption
+ doesn't include the table number.
+\end_layout
 
 \begin_layout Standard
-Maurizio
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="59" columns="3">
+<features islongtable="true">
+<column alignment="left" valignment="top" width="0cm">
+<column alignment="left" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row endfirsthead="true" caption="true">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+Example Phone List
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:DiffCaptions"
+
+\end_inset
+
+
+\begin_inset OptArg
+status collapsed
+
+\begin_layout Plain Layout
+Example Phone List
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-111
+
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
-\series bold
-Cinquemani
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Giusi
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endfirsthead="true">
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Colin
+Example Phone List (ignore the names)
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Bernard
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endfirsthead="true">
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Concli
+NAME
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Gianfranco
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
+\series bold
+TEL.
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endhead="true" caption="true">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+\begin_inset ERT
+status open
+
+\begin_layout Plain Layout
+
+
+\backslash
+caption*{Continued Example Phone List}
+\backslash
+
+\backslash
+%
+\end_layout
+
+\end_inset
+
 
-\series bold
-Dal Bosco
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Carolina
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endhead="true">
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Dalpiaz
+Example Phone List
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Annamaria
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endhead="true">
+<cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Feliciello
+NAME
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Domenico
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
+\series bold
+TEL.
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endfoot="true">
+<cell multicolumn="1" alignment="right" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-Focarelli
+\begin_layout Plain Layout
+continued on next page
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Paola
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Galletti
+Annovi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Oreste
+\begin_layout Plain Layout
+Silvia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -6930,30 +7676,30 @@ Oreste
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Gasparini
+Bertoli
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Franca
+\begin_layout Plain Layout
+Stefano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -6961,42 +7707,30 @@ Franca
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Rizzardi
-\series default
-
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-Example footnote
-\end_layout
-
-\end_inset
-
-
+Bozzi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Paola
+\begin_layout Plain Layout
+Walter
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7004,30 +7738,30 @@ Paola
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Lassini
+Cachia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Giancarlo
+\begin_layout Plain Layout
+Maria
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7035,30 +7769,30 @@ Giancarlo
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Malfatti
+Cachia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Luciano
+\begin_layout Plain Layout
+Maurizio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7066,30 +7800,30 @@ Luciano
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Malfatti
+Cinquemani
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Valeriano
+\begin_layout Plain Layout
+Giusi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7097,30 +7831,30 @@ Valeriano
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Meneguzzo
+Colin
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Roberto
+\begin_layout Plain Layout
+Bernard
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7128,30 +7862,30 @@ Roberto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Mezzadra
+Concli
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Roberto
+\begin_layout Plain Layout
+Gianfranco
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7159,30 +7893,30 @@ Roberto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Pirpamer
+Dal Bosco
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Erich
+\begin_layout Plain Layout
+Carolina
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7190,61 +7924,61 @@ Erich
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Pochiesa
+Dalpiaz
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Paolo
+\begin_layout Plain Layout
+Annamaria
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111, 222
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Radina
+Feliciello
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Claudio
+\begin_layout Plain Layout
+Domenico
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7252,30 +7986,30 @@ Claudio
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Stuffer
+Focarelli
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Oskar
+\begin_layout Plain Layout
+Paola
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7283,30 +8017,30 @@ Oskar
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Tacchelli
+Galletti
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Ugo
+\begin_layout Plain Layout
+Oreste
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7314,30 +8048,30 @@ Ugo
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Tezzele
+Gasparini
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Margit
+\begin_layout Plain Layout
+Franca
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7345,30 +8079,42 @@ Margit
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Unterkalmsteiner
+Rizzardi
+\series default
+
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+Example footnote
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Frieda
+\begin_layout Plain Layout
+Paola
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7376,30 +8122,30 @@ Frieda
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Vieider
+Lassini
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Hilde
+\begin_layout Plain Layout
+Giancarlo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7407,30 +8153,30 @@ Hilde
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Vigna
+Malfatti
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Jürgen
+\begin_layout Plain Layout
+Luciano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7438,493 +8184,493 @@ Jürgen
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Weber
+Malfatti
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Maurizio
+\begin_layout Plain Layout
+Valeriano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Winkler
+Meneguzzo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Franz
+\begin_layout Plain Layout
+Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true">
-<cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+
+\series bold
+Mezzadra
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Annovi
+Pirpamer
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Silvia
+\begin_layout Plain Layout
+Erich
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Bertoli
+Pochiesa
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Stefano
+\begin_layout Plain Layout
+Paolo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111, 222
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Bozzi
+Radina
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Walter
+\begin_layout Plain Layout
+Claudio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Cachia
+Stuffer
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Maria
+\begin_layout Plain Layout
+Oskar
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Cachia
+Tacchelli
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Maurizio
+\begin_layout Plain Layout
+Ugo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Cinquemani
+Tezzele
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Giusi
+\begin_layout Plain Layout
+Margit
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Colin
+Unterkalmsteiner
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Bernard
+\begin_layout Plain Layout
+Frieda
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Concli
+Vieider
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Gianfranco
+\begin_layout Plain Layout
+Hilde
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Dal Bosco
+Vigna
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Carolina
+\begin_layout Plain Layout
+Jürgen
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Dalpiaz
+Weber
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Annamaria
+\begin_layout Plain Layout
+Maurizio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Feliciello
+Winkler
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Domenico
+\begin_layout Plain Layout
+Franz
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-Focarelli
+\begin_layout Plain Layout
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Paola
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-555
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Galletti
+Annovi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Oreste
+\begin_layout Plain Layout
+Silvia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -7932,30 +8678,30 @@ Oreste
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Gasparini
+Bertoli
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Franca
+\begin_layout Plain Layout
+Stefano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -7963,30 +8709,30 @@ Franca
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Rizzardi
+Bozzi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Paola
+\begin_layout Plain Layout
+Walter
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -7994,30 +8740,30 @@ Paola
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Lassini
+Cachia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Giancarlo
+\begin_layout Plain Layout
+Maria
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -8025,30 +8771,30 @@ Giancarlo
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Malfatti
+Cachia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Luciano
+\begin_layout Plain Layout
+Maurizio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -8056,30 +8802,30 @@ Luciano
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Malfatti
+Cinquemani
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Valeriano
+\begin_layout Plain Layout
+Giusi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -8087,1003 +8833,981 @@ Valeriano
 </cell>
 </row>
 <row>
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Meneguzzo
+Colin
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Roberto
+\begin_layout Plain Layout
+Bernard
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true">
-<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Mezzadra
+Concli
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Roberto
+\begin_layout Plain Layout
+Gianfranco
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true" endlastfoot="true">
-<cell multicolumn="1" alignment="left" valignment="top" usebox="none">
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
+\series bold
+Dal Bosco
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+Carolina
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+555
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
-
-\end_inset
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\series bold
+Dalpiaz
 \end_layout
 
-\begin_layout Section
-Special Longtable Issues
-\begin_inset LatexCommand label
-name "sec:Special-Longtable-Issues"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+Annamaria
 \end_layout
 
-\begin_layout Subsection
-Longtable Calculation
-\begin_inset LatexCommand index
-name "Longtables ! Calculation"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+555
 \end_layout
 
-\begin_layout Standard
-LaTeX calculates the height of table pages and their page breaks using so
- called chunks.
- Chunks are pieces of the tables that are at once in LaTeX's memory.
- The default value is historically set to only 20 table rows.
- If you are using longtables with many pages this may slow down the creation
- of your document.
- You can safely increase the chunk size to values of 100-1000 by adding
- this command line to your document preamble:
-\end_layout
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-
-\backslash
-setcounter{LTchunksize}{100}
+Feliciello
 \end_layout
 
-\begin_layout Subsection
-Floats and Longtables
-\begin_inset LatexCommand index
-name "Longtables ! Floats"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-
-\end_layout
-
-\begin_layout Standard
-There might be problems when a float appears on the same page where a longtable
- starts.
- To avoid such situation, add the command 
-\series bold
-
-\backslash
-clearpage
-\series default
- as ERT before your longtable.
+\begin_layout Plain Layout
+Domenico
 \end_layout
 
-\begin_layout Subsection
-Forced Page Breaks
-\begin_inset LatexCommand index
-name "Longtables ! Forced Page Breaks"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+555
 \end_layout
 
-\begin_layout Standard
-By default tables are only broken between rows.
- If you have a cell with multiples lines and want to have a page break within
- the cell, insert the new line command 
-\begin_inset Quotes eld
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
 \series bold
+Focarelli
+\end_layout
 
-\backslash
-
-\backslash
-
-\series default
-
-\begin_inset Quotes erd
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
- as ERT at this point of the cell where it should be broken.
- Before the 
-\series bold
-
-\backslash
-
-\backslash
+\begin_layout Plain Layout
+Paola
+\end_layout
 
-\series default
- command you have to insert in ERT so many 
-\begin_inset Quotes eld
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+555
+\end_layout
 
-\series bold
-&
-\series default
-
-\begin_inset Quotes erd
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
- characters like the number of the following table columns.
- The 
-\series bold
-&
-\series default
- is the character to separate table cells.
- Write in ERT after each 
-\series bold
-&
-\series default
- the content of the corresponding following cell and delete the content
- of these cells.
-\newline
-Behind the the 
-\series bold
-
-\backslash
-
-\backslash
+\begin_layout Plain Layout
 
-\series default
- command, insert so many 
 \series bold
-&
-\series default
- characters like the number of table columns before the current column.
- In Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:ForcedPagebreak"
-
-\end_inset
+Galletti
+\end_layout
 
- the cell that should be broken is in the second column followed by another
- column.
- Therefore the following command was inserted in the cell as ERT behind
-\begin_inset Quotes eld
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+Oreste
+\end_layout
 
-\emph on
-Castelchiodato,
-\emph default
-
-\begin_inset Quotes erd
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-:
+\begin_layout Plain Layout
+555
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-& 111
-\backslash
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
+\begin_layout Plain Layout
 
-\newline
-&
+\series bold
+Gasparini
 \end_layout
 
-\begin_layout Standard
-The 
-\begin_inset Quotes eld
-\end_inset
-
-111
-\begin_inset Quotes erd
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
- in the third columns of the row was deleted.
- If your footer row of the longtable has for a certain reason no upper line
- but you would have a horizontal line where the cell is broken, use this
- command instead:
+\begin_layout Plain Layout
+Franca
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-& 111
-\backslash
-
-\backslash
-
-\newline
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-hline &
+\begin_layout Plain Layout
+555
 \end_layout
 
-\begin_layout Standard
-When the cell to be broken is in the last column, the command
-\end_layout
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-
-\backslash
-setlength{
-\backslash
-parf\SpecialChar \textcompwordmark{}
-illskip}{0pt}
-\end_layout
-
-\begin_layout Standard
-must be inserted as ERT at the beginning of the cell.
- This assures that the part of the cell that will be displayed on the new
- page appears with the full width.
+Rizzardi
 \end_layout
 
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="39" columns="3">
-<features islongtable="true">
-<column alignment="left" valignment="top" leftline="true" width="0cm">
-<column alignment="left" valignment="top" rightline="true" width="3cm">
-<column alignment="right" valignment="top" rightline="true" width="0pt">
-<row endfirsthead="true">
-<cell alignment="right" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-Table with forced page break in table cell
-\begin_inset LatexCommand label
-name "tab:ForcedPagebreak"
+\begin_layout Plain Layout
+Paola
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Table with forced page break in table cell
+\begin_layout Plain Layout
+555
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\series bold
+Lassini
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+Giancarlo
+\end_layout
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-%
+\begin_layout Plain Layout
+555
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\series bold
+Malfatti
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+Luciano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+555
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" endfirsthead="true">
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Example Phone List (ignore the names)
+Malfatti
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+Valeriano
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+555
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" endfirsthead="true">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-NAME
+Meneguzzo
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-TEL.
-\end_layout
+\begin_layout Plain Layout
+555
+\end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true" endhead="true">
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+<row>
+<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-caption*{Continued table with forced page break in table cell}
-\backslash
-
-\backslash
-%
-\end_layout
-
-\end_inset
-
+\begin_layout Plain Layout
 
+\series bold
+Mezzadra
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+555
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" endhead="true">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
- Example Phone List
-\end_layout
+</lyxtabular>
 
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
 \end_layout
 
+\begin_layout Section
+Special Longtable Issues
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Special-Longtable-Issues"
+
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row topline="true" bottomline="true" endhead="true">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
+\begin_layout Subsection
+Longtable Calculation
+\begin_inset Index
+status collapsed
 
-\series bold
-NAME
+\begin_layout Plain Layout
+Longtables ! Calculation
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
 \end_layout
 
-\end_inset
-</cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+LaTeX calculates the height of table pages and their page breaks using so
+ called chunks.
+ Chunks are pieces of the tables that are at once in LaTeX's memory.
+ The default value is historically set to only 20 table rows.
+ If you are using longtables with many pages this may slow down the creation
+ of your document.
+ You can safely increase the chunk size to values of 100-1000 by adding
+ this command line to your document preamble:
+\end_layout
 
 \begin_layout Standard
 
 \series bold
-TEL.
+
+\backslash
+setcounter{LTchunksize}{100}
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row topline="true" bottomline="true" endfoot="true">
-<cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\begin_layout Subsection
+Floats and Longtables
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-continued on next page
+\begin_layout Plain Layout
+Longtables ! Floats
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
+
+
+\end_layout
 
 \begin_layout Standard
+There might be problems when a float appears on the same page where a longtable
+ starts.
+ To avoid such situation, add the command 
+\series bold
+
+\backslash
+clearpage
+\series default
+ as TeX-Code before your longtable.
+\end_layout
+
+\begin_layout Subsection
+Forced Page Breaks
+\begin_inset Index
+status collapsed
 
+\begin_layout Plain Layout
+Longtables ! Forced Page Breaks
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
 \end_layout
 
+\begin_layout Standard
+By default tables are only broken between rows.
+ If you have a cell with multiples lines and want to have a page break within
+ the cell, insert the new line command 
+\begin_inset Quotes eld
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
 \series bold
-Annovi
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\backslash
 
-\begin_layout Standard
-Silvia
-\end_layout
+\backslash
+
+\series default
 
+\begin_inset Quotes erd
 \end_inset
-</cell>
-<cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-111
-\end_layout
+ as TeX-Code at this point of the cell where it should be broken.
+ Before the 
+\series bold
+
+\backslash
+
+\backslash
 
+\series default
+ command you have to insert in TeX-Code so many 
+\begin_inset Quotes eld
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
 \series bold
-Bertoli
-\end_layout
+&
+\series default
 
+\begin_inset Quotes erd
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-Stefano
-\end_layout
 
+ characters like the number of the following table columns.
+ The 
+\series bold
+&
+\series default
+ is the character to separate table cells.
+ Write in TeX-Code after each 
+\series bold
+&
+\series default
+ the content of the corresponding following cell and delete the content
+ of these cells.
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-111
-\end_layout
+Behind the the 
+\series bold
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\backslash
 
-\begin_layout Standard
+\backslash
 
+\series default
+ command, insert so many 
 \series bold
-Bozzi
-\end_layout
-
+&
+\series default
+ characters like the number of table columns before the current column.
+ In Table
+\begin_inset space ~
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-Walter
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:ForcedPagebreak"
 
-\begin_layout Standard
-111
-\end_layout
+\end_inset
 
+ the cell that should be broken is in the second column followed by another
+ column.
+ Therefore the following command was inserted in the cell as TeX-Code behind
+\begin_inset Quotes eld
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
-\series bold
-Cachia
-\end_layout
+\emph on
+Castelchiodato,
+\emph default
 
+\begin_inset Quotes erd
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-Maria
+:
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
+
+\series bold
+& 111
+\backslash
+
+\backslash
+
+\begin_inset Newline newline
+\end_inset
+
+&
+\end_layout
+
+\begin_layout Standard
+The 
+\begin_inset Quotes eld
+\end_inset
+
 111
+\begin_inset Quotes erd
+\end_inset
+
+ in the third columns of the row was deleted.
+ If your footer row of the longtable has for a certain reason no upper line
+ but you would have a horizontal line where the cell is broken, use this
+ command instead:
 \end_layout
 
+\begin_layout Standard
+
+\series bold
+& 111
+\backslash
+
+\backslash
+
+\begin_inset Newline newline
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+
+\backslash
+hline &
+\end_layout
+
+\begin_layout Standard
+When the cell to be broken is in the last column, the command
+\end_layout
 
 \begin_layout Standard
 
 \series bold
-Cachia
+
+\backslash
+setlength{
+\backslash
+parfillskip}{0pt}
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+must be inserted as TeX-Code at the beginning of the cell.
+ This assures that the part of the cell that will be displayed on the new
+ page appears with the full width.
+\end_layout
 
 \begin_layout Standard
-Maurizio
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="38" columns="3">
+<features islongtable="true">
+<column alignment="left" valignment="top" width="0cm">
+<column alignment="left" valignment="top" width="3cm">
+<column alignment="center" valignment="top" width="0pt">
+<row endfirsthead="true" caption="true">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+Table with forced page break in table cell
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:ForcedPagebreak"
+
+\end_inset
+
+
+\begin_inset OptArg
+status collapsed
+
+\begin_layout Plain Layout
+Table with forced page break in table cell
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-111
+
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
-\series bold
-Cinquemani
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Giusi
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endfirsthead="true">
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Colin
+Example Phone List (ignore the names)
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Bernard
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endfirsthead="true">
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Concli
+NAME
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Gianfranco
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
+\series bold
+TEL.
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endhead="true" caption="true">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+caption*{Continued table with forced page break in table cell}
+\backslash
+
+\backslash
+%
+\end_layout
+
+\end_inset
+
 
-\series bold
-Dal Bosco
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Carolina
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endhead="true">
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
 \series bold
-Dalpiaz
+Example Phone List
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Annamaria
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endhead="true">
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Feliciello
+NAME
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Domenico
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
+\series bold
+TEL.
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row endfoot="true">
+<cell multicolumn="1" alignment="right" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-Focarelli
+\begin_layout Plain Layout
+continued on next page
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Paola
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Galletti
+Annovi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Oreste
+\begin_layout Plain Layout
+Silvia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="right" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9091,30 +9815,30 @@ Oreste
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Gasparini
+Bertoli
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Franca
+\begin_layout Plain Layout
+Stefano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9122,30 +9846,30 @@ Franca
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Lassini
+Bozzi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Giancarlo
+\begin_layout Plain Layout
+Walter
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9153,30 +9877,30 @@ Giancarlo
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Malfatti
+Cachia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Luciano
+\begin_layout Plain Layout
+Maria
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9184,30 +9908,30 @@ Luciano
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Malfatti
+Cachia
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Valeriano
+\begin_layout Plain Layout
+Maurizio
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9215,30 +9939,30 @@ Valeriano
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Meneguzzo
+Cinquemani
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Roberto
+\begin_layout Plain Layout
+Giusi
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9246,30 +9970,30 @@ Roberto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Mezzadra
+Colin
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Roberto
+\begin_layout Plain Layout
+Bernard
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9277,30 +10001,30 @@ Roberto
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Pirpamer
+Concli
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Erich
+\begin_layout Plain Layout
+Gianfranco
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9308,61 +10032,61 @@ Erich
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Pochiesa
+Dal Bosco
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Paolo
+\begin_layout Plain Layout
+Carolina
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111, 222
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Radina
+Dalpiaz
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Claudio
+\begin_layout Plain Layout
+Annamaria
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9370,92 +10094,92 @@ Claudio
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Rizzardi
+Feliciello
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Paolo, 11.
- Fürst von Montecompatri, 11.
- Fürst von Sulmona und Vivaro, 10.
- Fürst von Rossano, 5.
- Herzog von Canemorte, 11.
- Herzog von Palombara, 5.
- Herzog von Castelchiodato,
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-& 111
-\backslash
+\begin_layout Plain Layout
+Domenico
+\end_layout
 
-\backslash
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+111
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-&
+\begin_layout Plain Layout
+
+\series bold
+Focarelli
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
- 11.
- Herzog von Poggionativo, 11.
- Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
- Graf von Valinfreda, 11.
- Baron von Cropalati, 11.
- Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
+\begin_layout Plain Layout
+Paola
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Stuffer
+Galletti
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Oskar
+\begin_layout Plain Layout
+Oreste
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9463,30 +10187,30 @@ Oskar
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Tacchelli
+Gasparini
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Ugo
+\begin_layout Plain Layout
+Franca
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9494,30 +10218,30 @@ Ugo
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Tezzele
+Lassini
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Margit
+\begin_layout Plain Layout
+Giancarlo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9525,30 +10249,30 @@ Margit
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Unterkalmsteiner
+Malfatti
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Frieda
+\begin_layout Plain Layout
+Luciano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9556,30 +10280,30 @@ Frieda
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Vieider
+Malfatti
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Hilde
+\begin_layout Plain Layout
+Valeriano
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9587,30 +10311,30 @@ Hilde
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Vigna
+Meneguzzo
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Jürgen
+\begin_layout Plain Layout
+Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -9618,362 +10342,507 @@ Jürgen
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Weber
+Mezzadra
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Maurizio
+\begin_layout Plain Layout
+Roberto
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Winkler
+Pirpamer
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Franz
+\begin_layout Plain Layout
+Erich
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row endlastfoot="true">
-<cell multicolumn="1" alignment="left" valignment="top" usebox="none">
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
+\series bold
+Pochiesa
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+Paolo
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+111, 222
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
-
-\end_inset
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\series bold
+Radina
 \end_layout
 
-\begin_layout Section
-Multiple Lines Columns and Rows
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Claudio
 \end_layout
 
-\begin_layout Subsection
-Multiple Lines in Table Cells
-\begin_inset LatexCommand label
-name "sub:Multiple-Lines-in"
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+111
+\end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\begin_inset LatexCommand index
-name "Multiple Lines in Table Cells"
+\series bold
+Rizzardi
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+Paolo, 11.
+ Fürst von Montecompatri, 11.
+ Fürst von Sulmona und Vivaro, 10.
+ Fürst von Rossano, 5.
+ Herzog von Canemorte, 11.
+ Herzog von Palombara, 5.
+ Herzog von Castelchiodato,
+\begin_inset ERT
+status open
 
-\begin_inset LatexCommand index
-name "Table ! Linebreaks"
+\begin_layout Plain Layout
 
-\end_inset
+& 111
+\backslash
 
+\backslash
 
 \end_layout
 
-\begin_layout Standard
-\align center
-\begin_inset Float table
-placement H
-wide false
-sideways false
-status collapsed
-
-\begin_layout Standard
-\begin_inset Caption
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-multiple"
+&
+\end_layout
 
 \end_inset
 
-Table with multiple lines in cells
+ 11.
+ Herzog von Poggionativo, 11.
+ Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
+ Graf von Valinfreda, 11.
+ Baron von Cropalati, 11.
+ Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
 \end_layout
 
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features>
-<column alignment="center" valignment="middle" leftline="true" width="2.5cm">
-<column alignment="center" valignment="middle" leftline="true" width="0.5cm">
-<column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-multiple
-\begin_inset ERT
-status collapsed
+\begin_layout Plain Layout
 
-\begin_layout Standard
+\series bold
+Stuffer
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-linebreak 
+\begin_layout Plain Layout
+Oskar
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
- lines
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-b
+\begin_layout Plain Layout
+
+\series bold
+Tacchelli
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-c
+\begin_layout Plain Layout
+Ugo
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-d
+\begin_layout Plain Layout
+
+\series bold
+Tezzele
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-e
+\begin_layout Plain Layout
+Margit
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-f
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-g
+\begin_layout Plain Layout
+
+\series bold
+Unterkalmsteiner
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-h
+\begin_layout Plain Layout
+Frieda
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-i
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\series bold
+Vieider
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Hilde
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\series bold
+Vigna
 \end_layout
 
-\begin_layout Standard
-Adjusting a fixed width for a column, enables to enter text as a paragraph
- with multiple lines and hyphenations.
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Jürgen
 \end_layout
 
-\begin_layout Standard
-To produce Table\InsetSpace ~
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_inset LatexCommand ref
-reference "tab:Table-with-multiple"
+\begin_layout Plain Layout
+111
+\end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-, create a 3×3 table, mark the first cell and right-click on it.
- In the appearing table dialog we set a cell width of 2.5\InsetSpace \thinspace{}
-cm and choose centered
- for the vertical and horizontal alignment.
- As our text is smaller than than 2.5\InsetSpace \thinspace{}
-cm, only one line will appear.
- To get two lines, we add a line break with the command
+\begin_layout Plain Layout
+
+\series bold
+Weber
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Maurizio
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+111
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 
 \series bold
+Winkler
+\end_layout
 
-\backslash
-linebreak
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+Franz
 \end_layout
 
-\begin_layout Standard
-in ERT.
- If the text is wider than the set cell width it will automatically be broken
- to several lines.
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+111
 \end_layout
 
-\begin_layout Standard
-To center the text inside the two other cells of the first row vertically,
- right-click in the second cell, adjust a fixed width of 0.5\InsetSpace \thinspace{}
-cm and choose
- centered alignments.
- Then do the same for the third cell of the row.
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
-If you have a long word in a cell with a fixed width, it cannot be hyphenated
- by LaTeX if it is the first entry.
- Therefore you need to insert something, to make the word not being the
- first entry: Add the command
+\begin_inset Newpage newpage
+\end_inset
+
+
 \end_layout
 
-\begin_layout Standard
+\begin_layout Section
+Multiple Lines Columns and Rows
+\end_layout
 
-\series bold
+\begin_layout Subsection
+Multiple Lines in Table Cells
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Multiple-Lines-in"
 
-\backslash
-hspace{0pt}
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Multiple Lines in Table Cells
 \end_layout
 
-\begin_layout Standard
-in ERT before the word.
- As the space is zero, it doesn't change the output.
- Table\InsetSpace ~
+\end_inset
 
-\begin_inset LatexCommand ref
-reference "tab:Table-with-and"
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Linebreaks
+\end_layout
 
 \end_inset
 
- shows the effect.
+
 \end_layout
 
 \begin_layout Standard
+\align center
 \begin_inset Float table
+placement H
 wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-and"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-multiple"
 
 \end_inset
 
-Table with and without hyphenation
+Table with multiple lines in cells
 \end_layout
 
 \end_inset
@@ -9981,22 +10850,24 @@ Table with and without hyphenation
 
 \end_layout
 
-\begin_layout Standard
-
-\hfill
-
+\begin_layout Plain Layout
+\align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="middle" leftline="true" width="2.5cm">
-<column alignment="center" valignment="middle" leftline="true" width="0.5cm">
-<column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
-<row topline="true">
+<column alignment="center" valignment="middle" width="2.5cm">
+<column alignment="center" valignment="middle" width="0">
+<column alignment="center" valignment="middle" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-verylongtablecellword
+\begin_layout Plain Layout
+multiple
+\begin_inset Newline linebreak
+\end_inset
+
+lines
 \end_layout
 
 \end_inset
@@ -10004,7 +10875,7 @@ verylongtablecellword
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 \end_inset
 
 
-\hfill
+\end_layout
 
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features>
-<column alignment="center" valignment="middle" leftline="true" width="2.5cm">
-<column alignment="center" valignment="middle" leftline="true" width="0.5cm">
-<column alignment="center" valignment="middle" leftline="true" rightline="true" width="0.5cm">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\end_inset
+
+
+\end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
+Adjusting a fixed width for a column, enables to enter text as a paragraph
+ with multiple lines and hyphenations.
+\end_layout
 
 \begin_layout Standard
+To produce Table
+\begin_inset space ~
+\end_inset
 
 
-\backslash
-hspace{0pt}
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-multiple"
+
+\end_inset
+
+, create a 3×3 table, mark the first cell and right-click on it.
+ In the appearing table dialog we set a cell width of 2.5
+\begin_inset space \thinspace{}
+\end_inset
+
+cm and choose centered for the vertical and horizontal alignment.
+ The vertical alignment is used for all cells of the row.
+ As our text is smaller than than 2.5
+\begin_inset space \thinspace{}
+\end_inset
+
+cm, only one line will appear.
+ To get two lines, a justified line break (shortcut 
+\family sans
+Ctrl-Shift-Return
+\family default
+) was added.
+ If the text is wider than the set cell width, it will automatically be
+ broken to several lines.
+\end_layout
+
+\begin_layout Standard
+If you have a long word in a cell with a fixed width, it cannot be hyphenated
+ by LaTeX if it is the first entry.
+ Therefore you need to insert something, to make the word not being the
+ first entry.
+ So add a horizontal space of 0
+\begin_inset space \thinspace{}
+\end_inset
+
+pt before the word.
+ As the space is zero, it doesn't change the output.
+ Table
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-and"
+
+\end_inset
+
+ shows the effect.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-and"
+
+\end_inset
+
+Table with and without hyphenation
 \end_layout
 
 \end_inset
 
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features>
+<column alignment="center" valignment="middle" width="2.5cm">
+<column alignment="center" valignment="middle" width="0">
+<column alignment="center" valignment="middle" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 verylongtablecellword
 \end_layout
 
@@ -10116,7 +11073,7 @@ verylongtablecellword
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+i
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features>
+<column alignment="center" valignment="middle" width="2.5cm">
+<column alignment="center" valignment="middle" width="0">
+<column alignment="center" valignment="middle" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset space \hspace{}
+\length 0pt
+\end_inset
+
+verylongtablecellword
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+b
+\end_layout
+
 \end_inset
 </cell>
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+c
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+d
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+e
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+f
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+g
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
 i
 \end_layout
 
 \end_inset
 
 
-\hfill
+\begin_inset space \hfill{}
+\end_inset
+
 
 \end_layout
 
 \end_layout
 
 \begin_layout Standard
+\begin_inset Newpage newpage
+\end_inset
 
-\newpage
 
 \end_layout
 
 \begin_layout Subsection
 Multicolumns
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:Multicolumns"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Multicolumns"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Multicolumns
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table ! Multicolumns"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Multicolumns
+\end_layout
 
 \end_inset
 
@@ -10240,8 +11315,9 @@ Multicolumn Basics
 To span a cell over multiple columns, mark as much cells within a line that
  should be one spanned cell and use either the table-toolbar button 
 \begin_inset Graphics
-       filename ../images/tabular-feature_multicolumn.xpm
+       filename ../images/tabular-feature_multicolumn.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -10272,15 +11348,15 @@ Multicolumns have there own cell settings.
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="4">
 <features firstHeadTopDL="true" firstHeadBottomDL="true">
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="middle" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0in">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
-<row topline="true" bottomline="true">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="middle" width="0">
+<column alignment="center" valignment="top" width="0in">
+<column alignment="center" valignment="top" width="0pt">
+<row>
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 abc
 \end_layout
 
@@ -10289,12 +11365,8 @@ abc
 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-def
-\lang ngerman
-\lang english
-ghi
+\begin_layout Plain Layout
+def ghi
 \end_layout
 
 \end_inset
@@ -10302,7 +11374,7 @@ ghi
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -10311,18 +11383,18 @@ ghi
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 jkl
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \family roman
 \series medium
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 B
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 C
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 D
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 1
 \end_layout
 
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 2
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 3
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 4
 \end_layout
 
 
 \begin_layout Subsubsection
 Multicolumn Calculations
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:Multicolumn-Calculations"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Multicolumns ! Calculations"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Multicolumns ! Calculations
+\end_layout
 
 \end_inset
 
@@ -10433,15 +11510,17 @@ LyX supports multicolumns directly, but we have to take notice of the cell
 
 \begin_layout Standard
 \begin_inset Float table
+placement h
 wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-with-centered"
 
 \end_inset
@@ -10451,7 +11530,7 @@ Table with centered multicolumn text above two columns that have exactly
 \begin_inset OptArg
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Perfect multicolumn table
 \end_layout
 
@@ -10465,19 +11544,19 @@ Perfect multicolumn table
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="middle" leftline="true" width="0" special="|>{\centering}m{1.25cm-6.2pt}">
-<column alignment="center" valignment="middle" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
-<cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special="|>{\centering}m{2.5cm}|">
+<column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
+<column alignment="center" valignment="middle" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 multiple lines multicolumn
 \end_layout
 
@@ -10486,7 +11565,7 @@ multiple lines multicolumn
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -10495,18 +11574,18 @@ multiple lines multicolumn
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 \end_layout
 
 \begin_layout Standard
-To create for example Table\InsetSpace ~
+To create for example Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-with-centered"
 
 \end_inset
 
-, mark the first two cells in the first row a 3×3 table and right-click
+, mark the first two cells in the first row of a 3×3 table and right-click
  on them.
  Now choose for this cell 
 \emph on
@@ -10590,17 +11673,29 @@ multicolumn
 \emph on
 centered alignment
 \emph default
- and a width of 2.5\InsetSpace \thinspace{}
+ and a width of 2.5
+\begin_inset space \thinspace{}
+\end_inset
+
 cm in the table dialog.
  The spanned columns should have exactly half the width of the multicolumn
- cell, so that you would adjust a width of 1.25\InsetSpace \thinspace{}
+ cell, so that you would adjust a width of 1.25
+\begin_inset space \thinspace{}
+\end_inset
+
 cm for the first column.
- The second column has then automatically a width of 1.25\InsetSpace \thinspace{}
-cm (multicolumn
- width - width of first column).
- This was done for Table\InsetSpace ~
+ The second column has then automatically a width of 1.25
+\begin_inset space \thinspace{}
+\end_inset
+
+cm (multicolumn width - width of first column).
+ This was done for Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-without-half"
 
 \end_inset
@@ -10614,11 +11709,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-without-half"
 
 \end_inset
@@ -10628,7 +11724,7 @@ Table where the spanned table columns have not exactly half the width of
 \begin_inset OptArg
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Imperfect multicolumn table
 \end_layout
 
@@ -10642,19 +11738,19 @@ Imperfect multicolumn table
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="1.25cm">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true" bottomline="true">
+<column alignment="center" valignment="top" width="1.25cm">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 multiple lines multicolumn
 \end_layout
 
@@ -10663,27 +11759,27 @@ multiple lines multicolumn
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
@@ -10761,9 +11857,13 @@ You can see that the first column has not the half width of the multicolumn
 \end_inset
 
  because a cell is always a bit larger than its given width.
- Appendix\InsetSpace ~
+ Appendix
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand eqref
+\begin_inset CommandInset ref
+LatexCommand eqref
 reference "cha:Explanation-of-Equation"
 
 \end_inset
@@ -10780,14 +11880,14 @@ The needed given width
 \emph on
 n
 \emph default
- columns are spanned columns can be calculated, so that each column has
a total width of 
+ columns are spanned can be calculated, so that each column has a total
+ width of 
 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
 \end_inset
 
 :
 \begin_inset Formula \begin{equation}
-W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)·(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
+W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
 
 \end_inset
 
@@ -10804,7 +11904,8 @@ In our case we have
 \end_inset
 
 cm and the default values for the lengths, so that equation 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "eq:Wgn"
 
 \end_inset
@@ -10824,8 +11925,12 @@ To enable calculations in LaTeX, the LaTeX-package
 calc
 \series default
  must be loaded with the document preamble line
-\begin_inset LatexCommand index
-name "LaTeX-packages ! calc"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! calc
+\end_layout
 
 \end_inset
 
@@ -10873,23 +11978,29 @@ b{width}
 \end_layout
 
 \begin_layout Standard
-By entering a LaTeX-argument, all cell properties set in the table dialog
+By entering a LaTeX-argument, all cell settings set in the table dialog
  are overwritten.
+\end_layout
+
+\begin_layout Standard
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
 \series default
- Due to a bug, LyX shows the overwritten properties anyway.
+ Due to a bug, LyX shows the overwritten settings anyway.
 \end_layout
 
 \end_inset
 
- As the text should be horizontally centered, the command 
+
+\end_layout
+
+\begin_layout Standard
+As the text should be horizontally centered, the command 
 \series bold
 
 \backslash
@@ -10902,25 +12013,13 @@ centering
 \begin_layout Standard
 
 \series bold
-|>{
+>{
 \backslash
 centering}m{1.25cm-6.2pt}
 \end_layout
 
 \begin_layout Standard
-The bar 
-\begin_inset Quotes eld
-\end_inset
-
-
-\series bold
-|
-\series default
-
-\begin_inset Quotes erd
-\end_inset
-
- at the beginning draws the border line and the command 
+The command 
 \series bold
 >{ }
 \series default
@@ -10938,27 +12037,39 @@ Although we have chosen centered alignment for the text of the multicolumn
 \begin_layout Standard
 
 \series bold
-|>{
+>{
 \backslash
-centering}m{2.5cm}|
+centering}m{2.5cm}
 \end_layout
 
 \begin_layout Subsection
 Multirows
-\begin_inset LatexCommand index
-name "Multirows"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Multirows
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table ! Multirows"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Multirows
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! multirow"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! multirow
+\end_layout
 
 \end_inset
 
@@ -10967,7 +12078,7 @@ name "LaTeX-packages ! multirow"
 
 \begin_layout Standard
 In contrary to multicolumns multirows are not yet supported by LyX so a
- bit of ERT needs to be used.
+ bit of TeX-Code needs to be used.
  To use multirows load the LaTeX-package 
 \series bold
 multirow
@@ -11004,7 +12115,7 @@ To create the following table:
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -11021,14 +12132,14 @@ centering}
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 a
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -11074,7 +12185,7 @@ multirow entry
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 }
 \end_layout
@@ -11089,7 +12200,7 @@ status collapsed
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
+<row>
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -11175,16 +12286,19 @@ multirow{2}{2.5cm}{
 \end_layout
 
 \begin_layout Standard
-as ERT.
+as TeX-Code.
  According to the command parameters the multirow spans now two rows and
- has a width of 2.5\InsetSpace \thinspace{}
+ has a width of 2.5
+\begin_inset space \thinspace{}
+\end_inset
+
 cm.
- The content of the multirow cell follows outside the ERT box and the command
- is finished with a right brace 
+ The content of the multirow cell follows outside the TeX-Code box and the
command is finished with a right brace 
 \series bold
 }
 \series default
- in another ERT-box behind the text.
+ in another TeX-Code-box behind the text.
 \end_layout
 
 \begin_layout Standard
@@ -11217,10 +12331,10 @@ centering}
 \end_layout
 
 \begin_layout Standard
-in ERT in the document preamble.
+in TeX-Code in the document preamble.
  Then all entries of multirow cells in the document are centered.
  If centering is only needed for several tables, you can renew the command
- in an ERT box just before the table instead of the preamble.
+ in an TeX-Code box just before the table instead of the preamble.
  If the text should be right-aligned, replace 
 \series bold
 
@@ -11245,14 +12359,19 @@ raggedright
 
 \begin_layout Section
 Formal Tables
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Formal-Tables"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table ! Formal"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Formal
+\end_layout
 
 \end_inset
 
@@ -11260,9 +12379,13 @@ name "Table ! Formal"
 \end_layout
 
 \begin_layout Standard
-Tables are often typeset in books similar to Table\InsetSpace ~
+Tables are often typeset in books similar to Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Example-booktabs-table"
 
 \end_inset
@@ -11299,11 +12422,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Example-booktabs-table"
 
 \end_inset
@@ -11316,20 +12440,20 @@ Example booktabs-table
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="8" columns="4">
 <features booktabs="true">
-<column alignment="center" valignment="top" rightline="true" width="0">
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 System
 \end_layout
 
@@ -11338,7 +12462,7 @@ System
 <cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Medipix
 \begin_inset Formula $\,$
 \end_inset
@@ -11348,10 +12472,10 @@ Medipix
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Medipix
 \begin_inset Formula $\,$
 \end_inset
@@ -11364,7 +12488,7 @@ Medipix
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -11372,14 +12496,14 @@ Medipix
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -11392,7 +12516,7 @@ cmidrule(r){2-2}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -11406,66 +12530,66 @@ Detector thickness [µm]
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 300
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 300
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 700
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Edge angle [°]
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 3.55
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 2.71
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 7.99
 \end_layout
 
@@ -11473,37 +12597,37 @@ Edge angle [°]
 </cell>
 </row>
 <row topspace="default">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Spatial resolution [µm]
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 4.26
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 10.17
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 10.56
 \end_layout
 
@@ -11511,10 +12635,10 @@ Spatial resolution [µm]
 </cell>
 </row>
 <row topspace="default">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 MTF at 
 \begin_inset Formula $f_{\mathrm{max}}$
 \end_inset
@@ -11524,28 +12648,28 @@ MTF at
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 0.53
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 0.37
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 0.39
 \end_layout
 
@@ -11553,14 +12677,14 @@ MTF at
 </cell>
 </row>
 <row topspace="default">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -11574,28 +12698,28 @@ LSF-spatial resolution
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -11603,75 +12727,75 @@ LSF-spatial resolution
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 in µm
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 129.7
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 52.75
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 50.78
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 in % of pixel size
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 76.3
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 95.9
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 92.3
 \end_layout
 
@@ -11695,9 +12819,13 @@ Spaces to table rows can be added using the
 \family sans
 Borders
 \family default
- tab of the table dialog as described in section\InsetSpace ~
+ tab of the table dialog as described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Row-Spacing"
 
 \end_inset
@@ -11709,11 +12837,17 @@ reference "sub:Row-Spacing"
 In contrary to normal tables, formal tables have no vertical table lines.
  The horizontal table lines can be set like for normal tables but they appear
  with different width in the output:
-\newline
-The first and the last table line have
- a default width of 0.08\InsetSpace \thinspace{}
-em while the other lines have a default width of
- 0.05\InsetSpace \thinspace{}
+\begin_inset Newline newline
+\end_inset
+
+The first and the last table line have a default width of 0.08
+\begin_inset space \thinspace{}
+\end_inset
+
+em while the other lines have a default width of 0.05
+\begin_inset space \thinspace{}
+\end_inset
+
 em.
 \end_layout
 
@@ -11731,7 +12865,9 @@ let
 mytoprule
 \backslash
 toprule
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 renewcommand{
@@ -11742,7 +12878,11 @@ mytoprule[width]}
 \end_layout
 
 \begin_layout Standard
-This example is for the first line, the so called toprule.
+This example is for the first line, the so called 
+\series bold
+toprule
+\series default
+.
  If you want to change the width for the last line, replace 
 \series bold
 toprule
@@ -11761,9 +12901,13 @@ toprule
 midrule
 \series default
 .
- You can use all units listed in appendix\InsetSpace ~
+ You can use all units listed in appendix
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "cha:Units-available-in"
 
 \end_inset
@@ -11799,21 +12943,24 @@ The options of
 \backslash
 cmidrule
 \series default
- are are currently not supported by LyX so you have to use ERT to be able
- to use them.
+ are are currently not supported by LyX so you have to use TeX-Code to be
able to use them.
  
 \series bold
 
 \backslash
 cmidrule
 \series default
-s can manually be created by inserting the command as ERT as first cell
- entry of the first cell of a row.
+s can manually be created by inserting the command as TeX-Code as first
cell entry of the first cell of a row.
  The line is then drawn in the output above the current row.
 \end_layout
 
 \begin_layout Standard
-The default for the width is 0.03\InsetSpace \thinspace{}
+The default for the width is 0.03
+\begin_inset space \thinspace{}
+\end_inset
+
 em.
  Startcol is the number of the column where the line starts and endcol the
  column number where the line ends.
@@ -11832,10 +12979,16 @@ r{trimwidth}
 \emph on
 l{2pt}
 \emph default
- means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
+ means that the line is trimmed from its left end by 2
+\begin_inset space \thinspace{}
+\end_inset
+
 pt.
  If you don't specify the trimwidth the lines are trimmed by the default
- of 0.5\InsetSpace \thinspace{}
+ of 0.5
+\begin_inset space \thinspace{}
+\end_inset
+
 em.
 \end_layout
 
@@ -11843,9 +12996,13 @@ em.
 \begin_inset VSpace bigskip
 \end_inset
 
-Table\InsetSpace ~
+Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Example-booktabs-table"
 
 \end_inset
@@ -11879,10 +13036,6 @@ cmidrule(l{10pt}){1-1}
 in the sixth row.
 \end_layout
 
-\begin_layout Standard
-
-\end_layout
-
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
@@ -11897,15 +13050,19 @@ You might want to have overlapping
 \backslash
 cmidrule
 \series default
-s like in Table\InsetSpace ~
+s like in Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Special-booktabs-table"
 
 \end_inset
 
 .
- This can be achieved with the ERT command
+ This can be achieved with the TeX-Code command
 \end_layout
 
 \begin_layout Standard
@@ -11917,9 +13074,13 @@ morecmidrules
 \end_layout
 
 \begin_layout Standard
-The command that was used for the second row of Table\InsetSpace ~
+The command that was used for the second row of Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Special-booktabs-table"
 
 \end_inset
@@ -11986,14 +13147,19 @@ For more informations about these specialties, we refer to the manual of
 booktabs
 \series default
  
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "booktabs"
 
 \end_inset
 
 .
-\begin_inset LatexCommand index
-name "LaTeX-packages ! booktabs"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! booktabs
+\end_layout
 
 \end_inset
 
@@ -12007,11 +13173,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Special-booktabs-table"
 
 \end_inset
@@ -12024,7 +13191,7 @@ Special booktabs-table
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="8" columns="4">
@@ -12033,31 +13200,37 @@ Special booktabs-table
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 System
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Medipix\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+Medipix
+\begin_inset space \thinspace{}
+\end_inset
+
 1
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Medipix\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+Medipix
+\begin_inset space \thinspace{}
+\end_inset
+
 2
 \end_layout
 
@@ -12066,7 +13239,7 @@ Medipix\InsetSpace \thinspace{}
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -12074,14 +13247,14 @@ Medipix\InsetSpace \thinspace{}
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12094,7 +13267,7 @@ cmidrule(r){2-2}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12107,7 +13280,7 @@ cmidrule(l){3-4}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12120,7 +13293,7 @@ morecmidrules
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12134,66 +13307,66 @@ Detector thickness [µm]
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 300
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 300
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 700
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Edge angle [°]
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 3.55
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 2.71
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 7.99
 \end_layout
 
@@ -12201,37 +13374,37 @@ Edge angle [°]
 </cell>
 </row>
 <row topspace="default">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Spatial resolution [µm]
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 4.26
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 10.17
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 10.56
 \end_layout
 
@@ -12239,10 +13412,10 @@ Spatial resolution [µm]
 </cell>
 </row>
 <row topspace="default">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 MTF at 
 \begin_inset Formula $f_{\mathrm{max}}$
 \end_inset
@@ -12252,43 +13425,43 @@ MTF at
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 0.53
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 0.37
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 0.39
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12301,7 +13474,7 @@ morecmidrules
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12315,28 +13488,28 @@ LSF-spatial resolution
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -12344,75 +13517,75 @@ LSF-spatial resolution
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 in µm
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 129.7
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 52.75
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 50.78
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 in % of pixel size
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 76.3
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 95.9
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 92.3
 \end_layout
 
@@ -12433,8 +13606,12 @@ in % of pixel size
 
 \begin_layout Section
 Vertical Table Alignment
-\begin_inset LatexCommand index
-name "Table ! Alignment"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Alignment
+\end_layout
 
 \end_inset
 
@@ -12443,9 +13620,13 @@ name "Table ! Alignment"
 
 \begin_layout Standard
 To align tables vertically in a text line the table must be inside a box.
- The box can then be vertically aligned as described in section\InsetSpace ~
+ The box can then be vertically aligned as described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Box-Dialog"
 
 \end_inset
@@ -12458,10 +13639,14 @@ In the following example the tables are inside a minipage
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
-Minipages are described in section\InsetSpace ~
+\begin_layout Plain Layout
+Minipages are described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Minipages"
 
 \end_inset
@@ -12471,7 +13656,10 @@ reference "sec:Minipages"
 
 \end_inset
 
- box that has a width of 15\InsetSpace \thinspace{}
+ box that has a width of 15
+\begin_inset space \thinspace{}
+\end_inset
+
 col%:
 \end_layout
 
@@ -12489,18 +13677,18 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 a
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12620,18 +13808,18 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 a
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 }
 \end_layout
@@ -12751,18 +13939,18 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 a
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
@@ -12871,18 +14059,18 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 a
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -13002,18 +14190,18 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 a
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 }
 \end_layout
@@ -13126,10 +14314,14 @@ As you can see, the content of the first and last table row is not correctly
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
-Raiseboxes are described in section\InsetSpace ~
+\begin_layout Plain Layout
+Raiseboxes are described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Vertical-Alignment"
 
 \end_inset
@@ -13141,7 +14333,7 @@ reference "sub:Vertical-Alignment"
 
 .
  In the example above the second table in the first item is aligned using
- the ERT-command
+ the TeX-Code-command
 \end_layout
 
 \begin_layout Standard
@@ -13160,7 +14352,7 @@ before the box.
 \series bold
 }
 \series default
- is inserted as ERT.
+ is inserted as TeX-Code.
  For the second table in the last item the command
 \end_layout
 
@@ -13182,13 +14374,13 @@ is used.
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Note: 
+Note:
 \series default
-The alignment of the table row content to the surrounding text line is not
- exact.
+ The alignment of the table row content to the surrounding text line is
not exact.
  The needed factor of the 
 \series bold
 
@@ -13206,14 +14398,19 @@ raisebox
 
 \begin_layout Section
 Colored Tables
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Colored-Tables"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table ! Color"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Color
+\end_layout
 
 \end_inset
 
@@ -13222,14 +14419,22 @@ name "Table ! Color"
 
 \begin_layout Subsection
 Colored Cells
-\begin_inset LatexCommand index
-name "Table Color ! for Cells"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Color ! for Cells
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Color ! for Table Cells"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Color ! for Table Cells
+\end_layout
 
 \end_inset
 
@@ -13243,11 +14448,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-colored-without"
 
 \end_inset
@@ -13260,7 +14466,7 @@ colortbl
 \begin_inset OptArg
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Table without colortbl
 \end_layout
 
@@ -13274,19 +14480,19 @@ Table without colortbl
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color green
 a
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color red
 b
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color red
 c
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color green
 d
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color blue
 e
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color blue
 f
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color green
 g
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color blue
 h
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color blue
 i
@@ -13404,13 +14610,20 @@ If you only need colored text, mark the cells and choose a color in the
  menu 
 \family sans
 Edit\SpecialChar \menuseparator
-Text\InsetSpace ~
+Text
+\begin_inset space ~
+\end_inset
+
 Style
 \family default
 .
- This was used to create Table\InsetSpace ~
+ This was used to create Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-colored-without"
 
 \end_inset
@@ -13421,8 +14634,43 @@ reference "tab:Table-colored-without"
 colortbl
 \series default
 .
-\begin_inset LatexCommand index
-name "LaTeX-packages ! colortbl"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! colortbl
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+ifcolortbl
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+The following section part will only be displayed when the LaTeX-package
+\series bold
+colortbl
+\series default
+ is installed.
+\end_layout
 
 \end_inset
 
@@ -13467,9 +14715,13 @@ inside the command
 \series bold
 >{}
 \series default
- is described in section\InsetSpace ~
+ is described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Multicolumn-Calculations"
 
 \end_inset
@@ -13531,8 +14783,7 @@ You can also define your own color with the command
 \series bold
 
 \backslash
-def\SpecialChar \textcompwordmark{}
-inecolor{color name}{color model}{color values}
+definecolor{color name}{color model}{color values}
 \end_layout
 
 \begin_layout Standard
@@ -13560,8 +14811,14 @@ and the color values are comma separated numbers between 0 and 1 describing
 \end_layout
 
 \begin_layout Standard
-You can e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+You can e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
 define the color "
 \emph on
 darkgreen
@@ -13574,8 +14831,7 @@ darkgreen
 \series bold
 
 \backslash
-def\SpecialChar \textcompwordmark{}
-inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
+definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
 \end_layout
 
 \begin_layout Standard
@@ -13591,8 +14847,7 @@ lightgray
 \series bold
 
 \backslash
-def\SpecialChar \textcompwordmark{}
-inecolor{lightgray}{gray}{0.8}
+definecolor{lightgray}{gray}{0.8}
 \end_layout
 
 \begin_layout Standard
@@ -13627,19 +14882,39 @@ cellcolor{name of color}
 \end_layout
 
 \begin_layout Standard
-Both commands are inserted at the beginning of a cell as ERT.
+Both commands are inserted at the beginning of a cell as TeX-Code.
 \end_layout
 
 \begin_layout Standard
 To color characters in the table, mark the cells and use the LyX menu 
 \family sans
 Edit\SpecialChar \menuseparator
-Text\InsetSpace ~
+Text
+\begin_inset space ~
+\end_inset
+
 Style
 \family default
 .
- If a cell contains ERT mark only the characters, otherwise the colored
- ERT will cause LaTeX-errors.
+ If a cell contains TeX-Code mark only the characters, otherwise the colored
+ TeX-Code will cause LaTeX-errors.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ Not all DVI-viewers are able to display self-defined colors.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -13650,9 +14925,13 @@ Style
 \end_layout
 
 \begin_layout Standard
-To create Table\InsetSpace ~
+To create Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-colored-using"
 
 \end_inset
@@ -13677,7 +14956,7 @@ centering}c
 
 \begin_layout Standard
 as LaTeX-argument for this column.
- The first row should be blue, therefore the ERT command
+ The first row should be blue, therefore the TeX-Code command
 \end_layout
 
 \begin_layout Standard
@@ -13691,7 +14970,8 @@ rowcolow{cyan}
 \begin_layout Standard
 is inserted to the first cell of this row.
  Note that this overwrites the column color for the first cell.
- The last cell of the last row is colored magenta by inserting the ERT command
+ The last cell of the last row is colored magenta by inserting the TeX-Code
+ command
 \end_layout
 
 \begin_layout Standard
@@ -13706,7 +14986,10 @@ cellcolor{magenta}
 The characters could now be colored using the menu 
 \family sans
 Edit\SpecialChar \menuseparator
-Text\InsetSpace ~
+Text
+\begin_inset space ~
+\end_inset
+
 Style
 \family default
 .
@@ -13719,11 +15002,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-colored-using"
 
 \end_inset
@@ -13736,7 +15020,7 @@ colortbl
 \begin_inset OptArg
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Table with colortbl
 \end_layout
 
@@ -13750,23 +15034,23 @@ Table with colortbl
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0" special=">{\columncolor{darkgreen}\centering}c">
+<column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
 <column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0">
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color red
 b
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color red
 c
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color yellow
 d
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color blue
 e
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color blue
 f
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color yellow
 g
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \color blue
 h
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+else
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+The following will be displayed when the LaTeX-package 
+\series bold
+colortbl
+\series default
+ is not installed:
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+You need to install the package 
+\series bold
+colortbl
+\series default
+ to see the content of this section in the output.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fi
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Subsection
 Colored Lines
-\begin_inset LatexCommand index
-name "Table Color ! for Lines"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Color ! for Lines
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Color ! for Table Lines"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Color ! for Table Lines
+\end_layout
 
 \end_inset
 
@@ -13916,9 +15262,13 @@ name "Color ! for Table Lines"
 \end_layout
 
 \begin_layout Standard
-As described in section\InsetSpace ~
+As described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Line-Thickness"
 
 \end_inset
@@ -13931,12 +15281,15 @@ reference "sub:Line-Thickness"
 arrayrulewidth
 \series default
 .
- It is set to 1.5\InsetSpace \thinspace{}
+ It is set to 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
 pt for all tables of this section.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -13952,9 +15305,13 @@ arrayrulewidth}{1.5pt}
 
 \begin_layout Standard
 To color vertical lines for example with green, create the following column
- format in the document preamble, according to the description in section\InsetSpace ~
+ format in the document preamble, according to the description in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Customized-Format"
 
 \end_inset
@@ -13975,34 +15332,26 @@ vline}}
 \end_layout
 
 \begin_layout Standard
-For Table\InsetSpace ~
+For Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-with-vertical-colored"
 
 \end_inset
 
  the LaTeX-argument
-\end_layout
-
-\begin_layout Standard
-
 \series bold
-WcW
-\end_layout
-
-\begin_layout Standard
-was used for the last column and
-\end_layout
-
-\begin_layout Standard
-
+ WcW
+\series default
+ was used for the last column and
 \series bold
-Wc
-\end_layout
-
-\begin_layout Standard
-for the other columns.
+ Wc
+\series default
+ for the other columns.
 \end_layout
 
 \begin_layout Standard
@@ -14011,15 +15360,17 @@ If you want to have several colors, define more column formats.
 
 \begin_layout Standard
 \begin_inset Float table
+placement h
 wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-with-vertical-colored"
 
 \end_inset
@@ -14032,95 +15383,95 @@ Table with colored vertical lines
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
 <column alignment="center" valignment="top" width="0" special="Wc">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0" special="Wc">
+<column alignment="center" valignment="top" width="0" special="WcW">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 \begin_inset VSpace bigskip
 \end_inset
 
-To color horizontal lines for example with red, like in Table\InsetSpace ~
+To color horizontal lines for example with red, like in Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-with-horizontal-colored"
 
 \end_inset
 
-, insert these commands in ERT before the table or table float:
+, insert these commands in TeX-Code before the table or table float:
 \end_layout
 
 \begin_layout Standard
@@ -14163,12 +15518,31 @@ let
 myHlineC
 \backslash
 hline
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 renewcommand{
 \backslash
-hline}{
+hline}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+{
 \backslash
 arrayrulecolor{red}
 \backslash
@@ -14181,7 +15555,7 @@ arrayrulecolor{black}}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -14192,13 +15566,18 @@ myHlineC
 hline
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 renewcommand{
 \backslash
-hline}{
+hline}
+\end_layout
+
+\begin_layout Plain Layout
+
+ {
 \backslash
 arrayrulecolor{red}
 \backslash
@@ -14211,15 +15590,17 @@ arrayrulecolor{black}}
 
 
 \begin_inset Float table
+placement h
 wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-with-horizontal-colored"
 
 \end_inset
@@ -14232,19 +15613,19 @@ Table with colored horizontal lines
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
@@ -14253,7 +15634,7 @@ sd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -14282,7 +15663,7 @@ sd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-pagebreak 
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-To return to the default line color black, insert this command in ERT behind
- the table or table float:
+To return to the default line color black, insert this command in TeX-Code
+ behind the table or table float:
 \end_layout
 
 \begin_layout Standard
@@ -14373,9 +15738,13 @@ myHlineC}
 \end_layout
 
 \begin_layout Standard
-Table\InsetSpace ~
+Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-with-colored"
 
 \end_inset
@@ -14385,15 +15754,17 @@ reference "tab:Table-with-colored"
 
 \begin_layout Standard
 \begin_inset Float table
+placement h
 wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-with-colored"
 
 \end_inset
@@ -14406,95 +15777,95 @@ Table with colored lines
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0" special="Wc">
 <column alignment="center" valignment="top" width="0" special="Wc">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0" special="WcW">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0" special="Wc">
+<column alignment="center" valignment="top" width="0" special="WcW">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" topspace="default">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row topspace="default">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
@@ -14517,7 +15888,7 @@ sd
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -14537,7 +15908,7 @@ myHlineC}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -14553,14 +15924,22 @@ arrayrulewidth}{0.4pt}
 
 \begin_layout Section
 Table Customization
-\begin_inset LatexCommand index
-name "Table Customization"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table ! Customization"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Customization
+\end_layout
 
 \end_inset
 
@@ -14569,14 +15948,19 @@ name "Table ! Customization"
 
 \begin_layout Subsection
 Row Spacing
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:Row-Spacing"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table Customization ! Row Spacing"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization ! Row Spacing
+\end_layout
 
 \end_inset
 
@@ -14593,17 +15977,27 @@ Borders
 \end_layout
 
 \begin_layout Description
-Top\InsetSpace ~
-of\InsetSpace ~
+Top
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
 row will add space above the characters of the table row.
  If the table is a formal table
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
-Formal tables are explained in section\InsetSpace ~
+\begin_layout Plain Layout
+Formal tables are explained in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Formal-Tables"
 
 \end_inset
@@ -14613,42 +16007,65 @@ reference "sec:Formal-Tables"
 
 \end_inset
 
- LyX will insert as default 0.5\InsetSpace \thinspace{}
+ LyX will insert as default 0.5
+\begin_inset space \thinspace{}
+\end_inset
+
 em space.
  For normal tables the inserted space will unfortunately destroy the vertical
- table lines as in the following table: 
+ table lines as in the following table:
+\begin_inset VSpace medskip
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset space \hspace*{}
+\length 0pt
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="1">
 <features>
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 A
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" topspace="3mm">
+<row topspace="3mm">
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-3\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+3
+\begin_inset space \thinspace{}
+\end_inset
+
 mm space top of row
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 C
 \end_layout
 
 \end_inset
 
 
-\newline
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset space \hspace*{}
+\length 0pt
+\end_inset
+
+
+\begin_inset VSpace medskip
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
 So inserting space to the top of row for normal tables is only useful when
  you don't have vertical lines.
 \end_layout
 
 \begin_layout Description
-Bottom\InsetSpace ~
-of\InsetSpace ~
+Bottom
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
 row will add space below the characters of the table row.
- If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
-em space, for
- normal tables the default size is 2\InsetSpace \thinspace{}
+ If the table is a formal table LyX will insert as default 0.5
+\begin_inset space \thinspace{}
+\end_inset
+
+em space, for normal tables the default size is 2
+\begin_inset space \thinspace{}
+\end_inset
+
 pt.
 \end_layout
 
 \begin_layout Description
-Between\InsetSpace ~
-rows only has an effect when you have selected the whole table row
- before.
- The space is added between the current and the following row.
- If the table is a formal table LyX will insert as default 0.5\InsetSpace \thinspace{}
+Between
+\begin_inset space ~
+\end_inset
+
+rows adds space between the current and the following row.
+ If the table is a formal table LyX will insert as default 0.5
+\begin_inset space \thinspace{}
+\end_inset
+
 em space.
  For normal tables the inserted space will unfortunately destroy the vertical
- table lines as in the following table: 
+ table lines as in the following table:
+\begin_inset VSpace medskip
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset space \hspace*{}
+\length 0pt
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="1">
 <features>
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 A
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" interlinespace="3mm">
+<row interlinespace="3mm">
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $\downarrow$
 \end_inset
 
- 3\InsetSpace \thinspace{}
+ 3
+\begin_inset space \thinspace{}
+\end_inset
+
 mm space between row 
 \begin_inset Formula $\downarrow$
 \end_inset
@@ -14718,15 +16185,18 @@ mm space between row
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $\uparrow$
 \end_inset
 
- 3\InsetSpace \thinspace{}
+ 3
+\begin_inset space \thinspace{}
+\end_inset
+
 mm space between row 
 \begin_inset Formula $\uparrow$
 \end_inset
@@ -14742,20 +16212,63 @@ mm space between row
 \end_inset
 
 
-\newline
-So inserting space to the top of row for normal tables is only useful when
- you don't have vertical lines.
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset space \hspace*{}
+\length 0pt
+\end_inset
+
+
+\begin_inset VSpace medskip
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+So inserting space between rows for normal tables is only useful when you
+ don't have vertical lines.
 \end_layout
 
 \begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
 When you want to add extra height to all cells of all tables, you can do
- this with the following preamble line:
+ this with the following preamble lines:
 \end_layout
 
 \begin_layout Standard
 
 \series bold
 
+\backslash
+@ifundefined{extrarowheight}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+{
+\backslash
+usepackage{array}}{}
+\begin_inset Newline newline
+\end_inset
+
+
 \backslash
 setlength{
 \backslash
@@ -14765,12 +16278,28 @@ extrarowheight}{height}
 \begin_layout Standard
 But this has the disadvantage that the cell texts are no longer exactly
  vertically centered.
+ (The package 
+\series bold
+array
+\series default
+ will be loaded automatically by LyX when you use self defined table formats.
+ To avoid that it is loaded twice the command 
+\series bold
+
+\backslash
+@ifundefined
+\series default
+ is used in the above command.)
 \end_layout
 
 \begin_layout Subsection
 Special Cell Alignment
-\begin_inset LatexCommand index
-name "Table Customization ! Special Cell Alignment"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization ! Special Cell Alignment
+\end_layout
 
 \end_inset
 
@@ -14779,11 +16308,21 @@ name "Table Customization ! Special Cell Alignment"
 
 \begin_layout Standard
 Sometimes it looks better when the cell entries of a column are aligned
- with a special character, e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-with the decimal separator as in Table\InsetSpace ~
+ with a special character, e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+with the decimal separator as in Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-cells-of"
 
 \end_inset
@@ -14798,11 +16337,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-cells-of"
 
 \end_inset
@@ -14815,18 +16355,18 @@ Table cells of a column aligned with the decimal separator.
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="2">
 <features>
 <column alignment="right" valignment="top" width="0">
 <column alignment="left" valignment="top" width="0" special="@{}l">
-<row bottomline="true">
+<row>
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 heading
 \end_layout
 
@@ -14835,7 +16375,7 @@ heading
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -14843,19 +16383,19 @@ heading
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 12.
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 6
 \end_layout
 
@@ -14863,19 +16403,19 @@ heading
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 0.
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 68
 \end_layout
 
@@ -14883,19 +16423,19 @@ heading
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 -123.
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 0
 \end_layout
 
@@ -14932,16 +16472,13 @@ This table was created with a 4×2 table.
 \end_layout
 
 \begin_layout Standard
-If you need a vertical line right beside the second column, use this LaTeX-argum
-ent instead: 
-\series bold
-@{}l|
-\end_layout
+Table
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-Table\InsetSpace ~
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Several-table-cell"
 
 \end_inset
@@ -14958,11 +16495,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Several-table-cell"
 
 \end_inset
@@ -14975,22 +16513,22 @@ Several table cell alignments.
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="6">
 <features>
 <column alignment="right" valignment="top" width="0">
-<column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
+<column alignment="left" valignment="top" width="0" special="@{}l">
 <column alignment="right" valignment="top" width="0">
-<column alignment="left" valignment="top" rightline="true" width="0" special="@{}l|">
+<column alignment="left" valignment="top" width="0" special="@{}l">
 <column alignment="right" valignment="top" width="0">
-<column alignment="left" valignment="top" rightline="true" width="0" special="@{}l">
-<row bottomline="true">
+<column alignment="left" valignment="top" width="0" special="@{}l">
+<row>
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 units
 \end_layout
 
@@ -14999,7 +16537,7 @@ units
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -15008,7 +16546,7 @@ units
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 exponents
 \end_layout
 
@@ -15017,7 +16555,7 @@ exponents
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -15026,7 +16564,7 @@ exponents
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 relations
 \end_layout
 
@@ -15035,7 +16573,7 @@ relations
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -15043,29 +16581,32 @@ relations
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 12×
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-24\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+24
+\begin_inset space \thinspace{}
+\end_inset
+
 bottles
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $10\cdot$
 \end_inset
 
@@ -15074,10 +16615,10 @@ bottles
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $10^{\mbox{-}17}$
 \end_inset
 
@@ -15086,10 +16627,10 @@ bottles
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $\Gamma(t)\propto$
 \end_inset
 
@@ -15098,10 +16639,10 @@ bottles
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $\:\Upsilon(t)$
 \end_inset
 
@@ -15112,29 +16653,32 @@ bottles
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 1024×
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-768\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+768
+\begin_inset space \thinspace{}
+\end_inset
+
 Pixels
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $5.78\cdot$
 \end_inset
 
@@ -15143,10 +16687,10 @@ Pixels
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $10^{7}$
 \end_inset
 
@@ -15155,10 +16699,10 @@ Pixels
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $A\ne$
 \end_inset
 
@@ -15167,10 +16711,10 @@ Pixels
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $\: B_{\mathrm{red}}$
 \end_inset
 
@@ -15181,29 +16725,32 @@ Pixels
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 32×
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-6\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+6
+\begin_inset space \thinspace{}
+\end_inset
+
 cm
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 -
 \begin_inset Formula $33.5\cdot$
 \end_inset
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $10^{4}$
 \end_inset
 
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $\sin(\alpha)\ge$
 \end_inset
 
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Formula $\:\sin(\beta)$
 \end_inset
 
@@ -15271,16 +16818,24 @@ There is also the LaTeX-package
 dcolumn
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! dcolumn"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! dcolumn
+\end_layout
 
 \end_inset
 
  that provides table cell alignments.
  But this unfortunately treats the cell entries as math and doesn't allow
- formulas in table cells: The first column of Table\InsetSpace ~
+ formulas in table cells: The first column of Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Several-table-cell"
 
 \end_inset
@@ -15289,17 +16844,25 @@ reference "tab:Several-table-cell"
 \series bold
 dcolumn
 \series default
- like the first column in Table\InsetSpace ~
+ like the first column in Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Alignments-when"
 
 \end_inset
 
  and only with some tricks like the expected.
- The alignment of the second and third column of Table\InsetSpace ~
+ The alignment of the second and third column of Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Several-table-cell"
 
 \end_inset
@@ -15318,17 +16881,18 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Alignments-when"
 
 \end_inset
 
 Alignments when LaTeX-package dcolumn is used.
- For the second and third alignment some tricks were used.
+ For all column alignments tricks have to be used to get the output.
 \end_layout
 
 \end_inset
@@ -15336,19 +16900,19 @@ Alignments when LaTeX-package dcolumn is used.
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="3">
 <features>
-<column alignment="center" valignment="top" rightline="true" width="0" special="D{×}{\times}{-1}|">
-<column alignment="center" valignment="top" width="0" special="D{×}{\times}{4.9}|">
-<column alignment="center" valignment="top" rightline="true" width="0" special="D{~}{\,}{9.7}">
-<row bottomline="true">
+<column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
+<column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
+<column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
+<row>
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 units
 \end_layout
 
@@ -15357,7 +16921,7 @@ units
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 units
 \end_layout
 
@@ -15366,7 +16930,7 @@ units
 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 units
 \end_layout
 
@@ -15374,21 +16938,27 @@ units
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-12×24\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+12x24
+\begin_inset space \thinspace{}
+\end_inset
+
 bottles
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-12×24\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+12x24
+\begin_inset space \thinspace{}
+\end_inset
+
 
 \begin_inset Formula $\mbox{bottles}$
 \end_inset
@@ -15398,11 +16968,24 @@ bottles
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-12×24~
+\begin_layout Plain Layout
+12
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+times 
+\end_layout
+
+\end_inset
+
+24~
 \begin_inset Formula $\mbox{bottles}$
 \end_inset
 
@@ -15413,21 +16996,27 @@ bottles
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-1024×768\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+1024x768
+\begin_inset space \thinspace{}
+\end_inset
+
 Pixels
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-1024×768\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+1024x768
+\begin_inset space \thinspace{}
+\end_inset
+
 
 \begin_inset Formula $\mbox{Pixels}$
 \end_inset
@@ -15437,11 +17026,24 @@ Pixels
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-1024×768~
+\begin_layout Plain Layout
+1024
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+times 
+\end_layout
+
+\end_inset
+
+768~
 \begin_inset Formula $\mbox{Pixels}$
 \end_inset
 
@@ -15452,21 +17054,27 @@ Pixels
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-32×6\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+32x6
+\begin_inset space \thinspace{}
+\end_inset
+
 cm
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-32×6\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+32x6
+\begin_inset space \thinspace{}
+\end_inset
+
 
 \begin_inset Formula $\mbox{cm}$
 \end_inset
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-32×6~
+\begin_layout Plain Layout
+32
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+times 
+\end_layout
+
+\end_inset
+
+6~
 \begin_inset Formula $\mbox{cm}$
 \end_inset
 
 
 \begin_layout Subsection
 Customized Cell/Column Format
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:Customized-Format"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table Customization ! Cell/Column Format"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization ! Cell/Column Format
+\end_layout
 
 \end_inset
 
@@ -15519,9 +17145,13 @@ name "Table Customization ! Cell/Column Format"
 \end_layout
 
 \begin_layout Standard
-Calculating the needed width for spanned columns like in section\InsetSpace ~
+Calculating the needed width for spanned columns like in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Multicolumn-Calculations"
 
 \end_inset
@@ -15601,9 +17231,13 @@ where
 \backslash
 hspace{0pt}
 \series default
- avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
+ avoids the problem of hyphenating the first word, as described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Multiple-Lines-in"
 
 \end_inset
@@ -15615,7 +17249,7 @@ reference "sub:Multiple-Lines-in"
 \begin_layout Standard
 
 \series bold
-|M{width}
+M{width}
 \end_layout
 
 \begin_layout Standard
@@ -15643,12 +17277,14 @@ newcolumntype{S}[2]{>{
 centering
 \backslash
 hspace{0pt}}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -15659,11 +17295,11 @@ phantom{
 
 
 \backslash
-newcolumntype{S}[2]
+newcolumntype
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 }
 \end_layout
@@ -15679,7 +17315,8 @@ arrayrulewidth)*(1-#2))/#2}}
 
 \begin_layout Standard
 This format uses equation 
-\begin_inset LatexCommand eqref
+\begin_inset CommandInset ref
+LatexCommand eqref
 reference "eq:Wgn"
 
 \end_inset
@@ -15694,7 +17331,7 @@ You can now enter
 \begin_layout Standard
 
 \series bold
-|S{width of multicolumn cell}{number of spanned columns}
+S{width of multicolumn cell}{number of spanned columns}
 \end_layout
 
 \begin_layout Standard
@@ -15756,9 +17393,13 @@ as LaTeX-argument.
 \end_layout
 
 \begin_layout Standard
-To create Table\InsetSpace ~
+To create Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-using-user-defined"
 
 \end_inset
@@ -15769,7 +17410,7 @@ reference "tab:Table-using-user-defined"
 \begin_layout Standard
 
 \series bold
-|M{2.5cm}
+M{2.5cm}
 \end_layout
 
 \begin_layout Standard
@@ -15779,7 +17420,7 @@ for the first column and the multicolumn,
 \begin_layout Standard
 
 \series bold
-|K{red}|
+K{red}
 \end_layout
 
 \begin_layout Standard
@@ -15789,7 +17430,7 @@ for the the last column, and
 \begin_layout Standard
 
 \series bold
-|S{2.5cm}{2}
+S{2.5cm}{2}
 \end_layout
 
 \begin_layout Standard
@@ -15803,11 +17444,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-using-user-defined"
 
 \end_inset
@@ -15820,29 +17462,29 @@ Table using user-defined table formats
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="4">
 <features>
-<column alignment="center" valignment="middle" leftline="true" width="2.5cm" special="|M{2.5cm}">
-<column alignment="center" valignment="middle" leftline="true" width="0" special="|S{2.5cm}{2}">
-<column alignment="center" valignment="middle" leftline="true" width="0">
-<column alignment="center" valignment="middle" leftline="true" rightline="true" width="0" special="|K{red}|">
-<row topline="true">
+<column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
+<column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
+<column alignment="center" valignment="middle" width="0">
+<column alignment="center" valignment="middle" width="0" special="K{red}">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 verylongtablecellword
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="M{2.5cm}|">
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 multiple lines multicolumn
 \end_layout
 
@@ -15851,7 +17493,7 @@ multiple lines multicolumn
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -15860,18 +17502,18 @@ multiple lines multicolumn
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 j
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 k
 \end_layout
 
 
 \begin_layout Subsection
 Line Thickness
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:Line-Thickness"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table Customization ! Line Thickness"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization ! Line Thickness
+\end_layout
 
 \end_inset
 
@@ -15980,10 +17627,17 @@ The line thickness for all lines in a table can be adjusted with the length
 arrayrulewidth
 \series default
 .
- To set for example a line thickness of 1.5\InsetSpace \thinspace{}
-pt, like in Table\InsetSpace ~
+ To set for example a line thickness of 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt, like in Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-with-1.5"
 
 \end_inset
@@ -16002,7 +17656,7 @@ arrayrulewidth}{1.5pt}
 \end_layout
 
 \begin_layout Standard
-in ERT before the table or table float.
+in TeX-Code before the table or table float.
  The changed thickness is valid for all following tables.
  To use the default value again, set 
 \series bold
@@ -16010,15 +17664,18 @@ in ERT before the table or table float.
 \backslash
 arrayrulewidth
 \series default
- to 0.4\InsetSpace \thinspace{}
-pt in ERT behind the table or table float.
+ to 0.4
+\begin_inset space \thinspace{}
+\end_inset
+
+pt in TeX-Code behind the table or table float.
 \end_layout
 
 \begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -16035,16 +17692,20 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-with-1.5"
 
 \end_inset
 
-Table with 1.5\InsetSpace \thinspace{}
+Table with 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
 pt thick lines
 \end_layout
 
@@ -16053,19 +17714,19 @@ pt thick lines
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
@@ -16074,7 +17735,7 @@ sd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -16103,7 +17764,7 @@ sd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
@@ -16161,7 +17822,7 @@ sd
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -16179,15 +17840,22 @@ arrayrulewidth}{0.4pt}
 \begin_inset VSpace bigskip
 \end_inset
 
-To set the line thickness to 1.5\InsetSpace \thinspace{}
-pt only for horizontal lines, like in Table\InsetSpace ~
+To set the line thickness to 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt only for horizontal lines, like in Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-with-horizontal"
 
 \end_inset
 
-, insert these commands in ERT before the table or table float:
+, insert these commands in TeX-Code before the table or table float:
 \end_layout
 
 \begin_layout Standard
@@ -16200,13 +17868,17 @@ let
 myHline
 \backslash
 hline
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 renewcommand{
 \backslash
 hline}
-\newline
+\begin_inset Newline newline
+\end_inset
+
  {
 \backslash
 noalign{
@@ -16214,8 +17886,10 @@ noalign{
 global
 \backslash
 arrayrulewidth 1.5pt}
-\newline
-  
+\begin_inset Newline newline
+\end_inset
+
 \backslash
 myHline
 \backslash
@@ -16227,8 +17901,8 @@ arrayrulewidth 0.4pt}}
 \end_layout
 
 \begin_layout Standard
-To return to the default line thickness, insert this command in ERT behind
- the table or table float:
+To return to the default line thickness, insert this command in TeX-Code
behind the table or table float:
 \end_layout
 
 \begin_layout Standard
@@ -16247,7 +17921,7 @@ myHline}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -16258,7 +17932,7 @@ myHline
 hline
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -16267,7 +17941,7 @@ renewcommand{
 hline}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
  {
 \backslash
@@ -16278,7 +17952,7 @@ global
 arrayrulewidth 1.5pt}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
   
 \backslash
@@ -16299,16 +17973,20 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-with-horizontal"
 
 \end_inset
 
-Table with 1.5\InsetSpace \thinspace{}
+Table with 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
 pt thick horizontal lines
 \end_layout
 
@@ -16317,19 +17995,19 @@ pt thick horizontal lines
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
@@ -16338,7 +18016,7 @@ sd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -16367,7 +18045,7 @@ sd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
@@ -16425,7 +18103,7 @@ sd
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -16445,12 +18123,18 @@ myHline}
 \begin_inset VSpace bigskip
 \end_inset
 
-To set the line thickness to 1.5\InsetSpace \thinspace{}
-pt only for vertical lines, create the following
- column format in the document preamble, according to the description in
- section\InsetSpace ~
+To set the line thickness to 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt only for vertical lines, create the following column format in the document
+ preamble, according to the description in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Customized-Format"
 
 \end_inset
@@ -16469,9 +18153,13 @@ vrule width 1.5pt}}
 \end_layout
 
 \begin_layout Standard
-For Table\InsetSpace ~
+For Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-with-vertical"
 
 \end_inset
@@ -16505,16 +18193,20 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-with-vertical"
 
 \end_inset
 
-Table with 1.5\InsetSpace \thinspace{}
+Table with 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
 pt thick vertical lines
 \end_layout
 
@@ -16523,95 +18215,95 @@ pt thick vertical lines
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="3" columns="3">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
-<column alignment="center" valignment="top" leftline="true" width="0" special="Vc">
-<column alignment="center" valignment="top" leftline="true" width="0" special="VcV">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0" special="Vc">
+<column alignment="center" valignment="top" width="0" special="Vc">
+<column alignment="center" valignment="top" width="0" special="VcV">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sd
 \end_layout
 
 
 \begin_layout Subsection
 Dashed Lines
-\begin_inset LatexCommand index
-name "Table Customization ! Dashed Lines"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization ! Dashed Lines
+\end_layout
 
 \end_inset
 
@@ -16644,7 +18340,7 @@ name "Table Customization ! Dashed Lines"
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -16657,9 +18353,8 @@ ifarydshln
 \begin_inset Note Note
 status open
 
-\begin_layout Standard
-The following section will only be displayed when you have the LaTeX-package
+\begin_layout Plain Layout
+The following section will only be displayed when the LaTeX-package 
 \series bold
 arydshln
 \series default
@@ -16678,11 +18373,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Table-with-dashed"
 
 \end_inset
@@ -16695,68 +18391,68 @@ Table with dashed lines
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="5" columns="5">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
 <column alignment="center" valignment="top" width="0" special=":c">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 a
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 j
 \end_layout
 
 </cell>
 </row>
 <row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 l
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 m
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 n
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 o
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 q
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="c:">
+<cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 r
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
+<cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 s
 \end_layout
 
 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 t
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 u
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 v
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 w
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 x
 \end_layout
 
 \end_layout
 
 \begin_layout Standard
-LyX doesn't natively support dashed lines, so you have to use ERT.
+LyX doesn't natively support dashed lines, so you have to use TeX-Code.
  As prerequisite the LaTeX-package 
 \series bold
 arydshln
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! arydshln"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! arydshln
+\end_layout
 
 \end_inset
 
@@ -17025,7 +18725,7 @@ hdashline
 \end_layout
 
 \begin_layout Standard
-in ERT as first element of the first cell in the table row.
+in TeX-Code as first element of the first cell in the table row.
 \end_layout
 
 \begin_layout Standard
@@ -17043,7 +18743,7 @@ cdashline{line number
 \end_layout
 
 \begin_layout Standard
-in ERT as first element of the first cell in the table row.
+in TeX-Code as first element of the first cell in the table row.
  If you have for example a multicolumn spanning over columns 2 to 4 and
  you want to have a dashed line above, add the command
 \end_layout
@@ -17068,9 +18768,13 @@ as first element of the first cell in the row of the multicolumn.
 \end_layout
 
 \begin_layout Standard
-Table\InsetSpace ~
+Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Table-with-dashed"
 
 \end_inset
@@ -17088,14 +18792,15 @@ reference "tab:Table-with-dashed"
 \end_inset
 
  as LaTeX-argument of the third column.
- The ERT command 
+ The TeX-Code command 
 \series bold
 
 \backslash
 hdashline
 \series default
- was inserted to the first cell of the third row and the the ERT command
-\newline
+ was inserted to the first cell of the third row and the the TeX-Code command
+\begin_inset Newline newline
+\end_inset
 
  
 \series bold
@@ -17110,7 +18815,7 @@ cdashline{4-5}
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -17124,14 +18829,22 @@ arydshln
 colortbl
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! colortbl"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! colortbl
+\end_layout
+
+\end_inset
 
+ that is used for colored tables in section
+\begin_inset space ~
 \end_inset
 
- that is used for colored tables in section\InsetSpace ~
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Colored-Tables"
 
 \end_inset
@@ -17149,7 +18862,7 @@ reference "sec:Colored-Tables"
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -17162,7 +18875,7 @@ else
 \begin_inset Note Note
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The following will be displayed when the LaTeX-package 
 \series bold
 arydshln
@@ -17180,14 +18893,14 @@ You need to install the package
 \series bold
 arydshln
 \series default
- to see the contents of this section in the output.
+ to see the content of this section in the output.
 \end_layout
 
 \begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 
 \begin_layout Chapter
 Floats
-\begin_inset LatexCommand index
-name "Floats"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "cha:Floats"
 
 \end_inset
@@ -17217,14 +18935,19 @@ name "cha:Floats"
 
 \begin_layout Section
 Introduction
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:FloatIntroduction"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! Introduction"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Introduction
+\end_layout
 
 \end_inset
 
@@ -17249,7 +18972,10 @@ Footnotes
 \family default
  and 
 \family sans
-Margin\InsetSpace ~
+Margin
+\begin_inset space ~
+\end_inset
+
 Notes
 \family default
  are also floats, because they can float to the next page when there are
@@ -17263,9 +18989,13 @@ Floats allow a high quality layout.
  As the floating often destroys the context between the text and the image/table
 , every float can be referenced in the text.
  Floats are therefore numbered.
- Referencing is described in section\InsetSpace ~
+ Referencing is described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Referencing-Floats"
 
 \end_inset
@@ -17277,49 +19007,26 @@ reference "sec:Referencing-Floats"
 To insert a float, use the menu 
 \family sans
 Insert\SpecialChar \menuseparator
-Floats
+Float
 \family default
 .
- This inserts a box with a label in the 
-\family sans
-Caption
-\family default
- environment
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-The 
+ This inserts the 
 \family sans
 Caption
 \family default
- environment is described in LyX's 
-\emph on
-Userguide
-\emph default
-.
-\end_layout
-
-\end_inset
-
- into your document.
- Every label ends with the character 
-\begin_inset Quotes eld
-\end_inset
-
-#
-\begin_inset Quotes erd
-\end_inset
-
- as placeholder for the float number in the output.
+ inset, a box with a label.
  The label will automatically be translated to the document language in
  the output.
  Behind the label you can insert the caption text.
  The image or table is inserted above or below the caption in a separate
  paragraph within the float.
- More about the caption placement is described in section\InsetSpace ~
+ More about the caption placement is described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Caption-Placement"
 
 \end_inset
@@ -17329,8 +19036,9 @@ reference "sec:Caption-Placement"
  by left-clicking on the box label.
  A closed float box looks like this: 
 \begin_inset Graphics
-       filename ../clipart/floatQt4.png
+       filename clipart/floatQt4.png
        scale 70
+       scaleBeforeRotation
 
 \end_inset
 
@@ -17352,15 +19060,20 @@ Float Types
 \end_layout
 
 \begin_layout Standard
-Besides figure and table floats that are described in section\InsetSpace ~
+Besides figure and table floats that are described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Figure-Floats"
 
 \end_inset
 
  and 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Table-Floats"
 
 \end_inset
@@ -17371,17 +19084,26 @@ Algorithm
 \series default
  and 
 \series bold
-Text\InsetSpace ~
-Wrap\InsetSpace ~
-Float
+Wrap
 \series default
 .
 \end_layout
 
 \begin_layout Subsection
 Algorithm Floats
-\begin_inset LatexCommand index
-name "Floats ! Algorithm Floats"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Algorithms
+\end_layout
+
+\end_inset
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Algorithm-Floats"
 
 \end_inset
 
@@ -17395,11 +19117,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "alg:Example-Algorithm-float"
 
 \end_inset
@@ -17414,9 +19137,13 @@ Example Algorithm float
 
 \begin_layout LyX-Code
 for I in 1..N loop
-\newline
- Sum:= Sum + A(I); /*senseless comment*/
-\newline
+\begin_inset Newline newline
+\end_inset
+
+ Sum:= Sum + A(I); /*comment*/
+\begin_inset Newline newline
+\end_inset
+
 end loop
 \begin_inset VSpace -4mm
 \end_inset
@@ -17447,27 +19174,29 @@ LyX-Code
 Userguide
 \emph default
 .
- Algorithm\InsetSpace ~
+ Algorithm
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "alg:Example-Algorithm-float"
 
 \end_inset
 
- is an example of an algorithm float where -4\InsetSpace \thinspace{}
-mm vertical space was added
- at the end of the float to have the bottom rule exactly below the last
- text line.
+ is an example of an algorithm float where -4
+\begin_inset space \thinspace{}
+\end_inset
+
+mm vertical space was added at the end of the float to have the bottom rule
+ exactly below the last text line.
 \end_layout
 
 \begin_layout Standard
 The float label is not automatically translated into the document language.
  If your document is not in English, you have to do this manually by adding
- the following line
-\series bold
-\series default
-to the document preamble
+ the following line to the document preamble
 \series bold
 :
 \end_layout
@@ -17477,14 +19206,20 @@ to the document preamble
 \series bold
 
 \backslash
-floatname{algorithm}{your\InsetSpace ~
+floatname{algorithm}{your
+\begin_inset space ~
+\end_inset
+
 name}
 \end_layout
 
 \begin_layout Standard
-
+where 
 \family sans
-your\InsetSpace ~
+your
+\begin_inset space ~
+\end_inset
+
 name
 \family default
  is the word 
@@ -17502,91 +19237,44 @@ algorithm
  in your language.
 \end_layout
 
-\begin_layout Description
-
-\series bold
-Note:
-\series default
- When the LaTeX-package 
-\series bold
-hyperref
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
-
+\begin_layout Standard
+To insert the list of algorithms you can not use the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+List
+\begin_inset space \thinspace{}
 \end_inset
 
- is used to link cross-references to floats in the PDF-output, it must be
- loaded in the document preamble before the definition of floats to be able
- to reference floats.
- As LyX sets the float definition for algorithm floats automatically before
- the user editable part of the document preamble, you need to insert the
- following preamble lines 
-\emph on
-after
-\emph default
- the loading command of 
-\series bold
-hyperref
-\series default
-:
-\series bold
-
-\begin_inset VSpace defskip
+/
+\begin_inset space \thinspace{}
 \end_inset
 
-
-\newline
-
-\backslash
-newfloat{Xalgorithm}{tbp}{loa}
-\newline
-
-\backslash
-floatname{Xalgorithm}{your\InsetSpace ~
-name}
-\newline
-
-\backslash
-newcommand{
-\backslash
-theHalgorithm}{
-\backslash
-theHXalgorithm}
-\newline
-
-\backslash
-renewenvironment{algorithm}[1][tbp]
-\newline
-
-\begin_inset ERT
-status collapsed
+TOC\SpecialChar \menuseparator
+List of Algorithms
+\family default
+ when your document is a non-English one.
+ In this case use this command in TeX-Code instead:
+\end_layout
 
 \begin_layout Standard
 
+\series bold
 
 \backslash
-hphantom{ }
-\end_layout
-
-\end_inset
-
-{
-\backslash
-begin{Xalgorithm}[#1]}{
-\backslash
-end{Xalgorithm}}
-\begin_inset VSpace defskip
+listof{algorithm}{your
+\begin_inset space ~
 \end_inset
 
+name}
+\end_layout
 
-\series default
-
-\newline
-Where 
+\begin_layout Standard
+where 
 \family sans
-your\InsetSpace ~
+your
+\begin_inset space ~
+\end_inset
+
 name
 \family default
  is the word 
@@ -17595,9 +19283,9 @@ name
 
 
 \emph on
-algorithm
+List of Algorithm
 \emph default
-
+s
 \begin_inset Quotes erd
 \end_inset
 
@@ -17626,30 +19314,6 @@ chapter.algorithm
 numberwithin{algorithm}{chapter}
 \end_layout
 
-\begin_layout Standard
-If you use the LaTeX-package 
-\series bold
-hyperref
-\series default
-, add this line instead 
-\emph on
-after
-\emph default
- the definition of 
-\family sans
-Xalgorithm
-\family default
- (the commands from above) to the preamble:
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-numberwithin{Xalgorithm}{chapter}
-\end_layout
-
 \begin_layout Standard
 To be able to use the command 
 \series bold
@@ -17659,29 +19323,46 @@ numberwithin
 \series default
 , set in the tab 
 \family sans
-Math\InsetSpace ~
+Math
+\begin_inset space ~
+\end_inset
+
 Options
 \family default
  in the document settings the option 
 \family sans
-Use\InsetSpace ~
-AMS\InsetSpace ~
-math\InsetSpace ~
+Use
+\begin_inset space ~
+\end_inset
+
+AMS
+\begin_inset space ~
+\end_inset
+
+math
+\begin_inset space ~
+\end_inset
+
 package
 \family default
 .
 \end_layout
 
 \begin_layout Subsection
-Text Wrap Floats
-\begin_inset LatexCommand index
-name "Floats ! Text Wrap Floats"
+Wrap Floats
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Wrap Floats
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand label
-name "sub:floatflt-wrap-float"
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:wrap-floats"
 
 \end_inset
 
@@ -17689,27 +19370,18 @@ name "sub:floatflt-wrap-float"
 \end_layout
 
 \begin_layout Standard
-This float type is used if you want to 
-\begin_inset Quotes eld
-\end_inset
-
-wrap
-\begin_inset Quotes erd
-\end_inset
-
- text around a figure so that it only occupies some fraction of the column
- width.
- It can be inserted using the menu 
 \begin_inset Wrap figure
+lines 0
 placement l
+overhang 1cm
 width "40col%"
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Graphics
-       filename mobius.eps
-       display color
+       filename clipart/mobius.eps
        width 40col%
+       scaleBeforeRotation
        rotateOrigin center
 
 \end_inset
@@ -17717,21 +19389,17 @@ status open
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "fig:This-is-a"
 
 \end_inset
 
-This is a wrapped figure, and this is the brilliant caption that describes
- it.
-\begin_inset VSpace medskip
-\end_inset
-
-
+This is a figure wrap float.
 \end_layout
 
 \end_inset
@@ -17741,21 +19409,58 @@ This is a wrapped figure, and this is the brilliant caption that describes
 
 \end_inset
 
+ This float type is used if you want to wrap text around a figure or table
+ so that it only occupies some fraction of the column width.
+ It can be inserted using the menu 
 \family sans
 Insert\SpecialChar \menuseparator
 Floats\SpecialChar \menuseparator
-Text\InsetSpace ~
-Wrap\InsetSpace ~
+Figure
+\begin_inset space ~
+\end_inset
+
+Wrap
+\begin_inset space ~
+\end_inset
+
+Float
+\family default
+ or 
+\family sans
+Table
+\begin_inset space ~
+\end_inset
+
+Wrap
+\begin_inset space ~
+\end_inset
+
 Float
 \family default
  if the LaTeX-package 
 \series bold
-floatflt
+wrapfig
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! floatflt"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! wrapfig
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+vspace{4mm}
+\end_layout
+
+\end_inset
+
+
+\end_layout
 
 \end_inset
 
@@ -17763,10 +19468,13 @@ name "LaTeX-packages ! floatflt"
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Installing a LaTeX-package is explained it in the 
 \emph on
-LaTeX\InsetSpace ~
+LaTeX
+\begin_inset space ~
+\end_inset
+
 Configuration
 \emph default
  manual.
@@ -17774,99 +19482,109 @@ Configuration
 
 \end_inset
 
- The width and placement of the float is adjusted by right-clicking on the
- float box.
- Figure\InsetSpace ~
+ The settings of the float can be modified by right-clicking on the float
+ box.
+ The mandatory settings are the float 
+\family sans
+Placement
+\family default
+ and its 
+\family sans
+Width
+\family default
+.
+ Optional are the 
+\family sans
+Overhang
+\family default
+ that specifies how much the float is set into the paragraph
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_inset LatexCommand ref
-reference "fig:This-is-a"
+/
+\begin_inset space \thinspace{}
+\end_inset
 
+page margin, and the 
+\family sans
+Line
+\begin_inset space ~
 \end_inset
 
- is an example text wrap float with a width of 40
-\begin_inset Formula $\,$
+span
+\family default
+ that specifies how many text lines the float will approximately need.
+ The line span is often hard to be approximated, so better only use it when
+ you encounter float placement problems.
+ You can furthermore decide if LaTeX is allowed to let the float float within
+ the paragraph or to surrounding paragraphs.
+ Figure
+\begin_inset space ~
 \end_inset
 
-col%.
-\begin_inset Foot
-status collapsed
 
-\begin_layout Standard
-Available units are explained in 
-\begin_inset LatexCommand ref
-reference "cha:Units-available-in"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:This-is-a"
 
 \end_inset
 
-.
-\end_layout
+ is an example text wrap float with a width of 40
+\begin_inset space \thinspace{}
+\end_inset
 
+col%, 1
+\begin_inset space \thinspace{}
 \end_inset
 
- Some space was added under the caption to separate it better from the surroundi
-ng text.
-\end_layout
+cm overhang, set to the left.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+Available units are explained in appendix
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-The LaTeX-package 
-\series bold
-floatflt
-\series default
- also supports table wrap floats, but they are not yet supported by LyX.
- If you need this, read the documentation of 
-\series bold
-floatflt
-\series default
-\begin_inset LatexCommand cite
-key "floatflt"
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "cha:Units-available-in"
 
 \end_inset
 
 .
 \end_layout
 
+\end_inset
+
+
+\end_layout
+
 \begin_layout Standard
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
 \series default
- Text\InsetSpace ~
-wrap float floats are fragile! E.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-having a figure too close to the bottom
- of the page can mess things up in the way that the float doesn't appear
- in the output or that it is placed over some other text.
-\begin_inset Foot
-status open
-
-\begin_layout Standard
-The better solution is to use the LaTeX-package 
-\series bold
-wrapf\SpecialChar \textcompwordmark{}
-ig
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! wrapfig\\vspace{4mm}"
-
+ Text
+\begin_inset space ~
 \end_inset
 
- instead of 
-\series bold
-floatf\SpecialChar \textcompwordmark{}
-lt
-\series default
-, but it is currently not supported by LyX.
-\end_layout
-
+wrap float floats are fragile! E.
+\begin_inset space \thinspace{}
 \end_inset
 
+g.
+\begin_inset space ~
+\end_inset
 
+having a figure too close to the bottom of the page can mess things up in
+ the way that the float doesn't appear in the output or that it is placed
+ over some other text.
 \end_layout
 
 \end_inset
@@ -17881,8 +19599,8 @@ In general:
 \begin_layout Itemize
 Wrap floats should not be placed in paragraphs that run over a page break.
  That means that wrap floats should better be inserted to the exact place
- when the document is nearly ready and you are able to estimate where page
- breaks will appear.
+ when the document is nearly finished and you are able to estimate where
page breaks will appear.
 \end_layout
 
 \begin_layout Itemize
@@ -17899,22 +19617,184 @@ Wrap floats in consecutive paragraphs may cause troubles, so assure that
 Wrap floats are not allowed in section headings or tables.
 \end_layout
 
+\begin_layout Section
+Float Numbering
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Float-Numbering"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Numbering
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Floats are usually numbered either independent from the sections the floats
+ are in, or in the scheme 
+\begin_inset Quotes eld
+\end_inset
+
+chapter.number
+\begin_inset Quotes erd
+\end_inset
+
+ or 
+\begin_inset Quotes eld
+\end_inset
+
+section.number
+\begin_inset Quotes erd
+\end_inset
+
+.
+ This depends on the used document class.
+\end_layout
+
+\begin_layout Standard
+To change the section independent numbering, you can use this command in
+ the document preamble:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+thetable}{
+\backslash
+roman{table}}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+thetable
+\series default
+ is the command that prints the table number, for figure floats, the command
+ would be 
+\series bold
+
+\backslash
+thefigure
+\series default
+.
+ The command 
+\series bold
+
+\backslash
+roman
+\series default
+ prints in the command above the table number as small roman number.
+\end_layout
+
+\begin_layout Standard
+To change the numbering scheme for example to 
+\begin_inset Quotes eld
+\end_inset
+
+subsection.number
+\begin_inset Quotes erd
+\end_inset
+
+, use this command in the preamble:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+numberwithin{table}{subsection}
+\end_layout
+
+\begin_layout Standard
+To be able to use the command 
+\series bold
+
+\backslash
+numberwithin
+\series default
+, set in the tab 
+\family sans
+Math
+\begin_inset space ~
+\end_inset
+
+Options
+\family default
+ in the document settings the option 
+\family sans
+Use
+\begin_inset space ~
+\end_inset
+
+AMS
+\begin_inset space ~
+\end_inset
+
+math
+\begin_inset space ~
+\end_inset
+
+package
+\family default
+.
+\end_layout
+
+\begin_layout Standard
+Please also have a look at section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Footnote-Numbering"
+
+\end_inset
+
+ for the details and important notes about the numbering commands.
+\end_layout
+
 \begin_layout Section
 Referencing Floats
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Referencing-Floats"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! References"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! References
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "References"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+References
+\end_layout
 
 \end_inset
 
@@ -17929,25 +19809,32 @@ Label
 \family default
  or the toolbar button 
 \begin_inset Graphics
-       filename ../images/label-insert.xpm
+       filename ../images/label-insert.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
 .
  A grey label box like this one: 
 \begin_inset Graphics
-       filename ../clipart/labelQt4.png
+       filename clipart/labelQt4.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
  will be inserted and the label window pops up asking for the label text.
  LyX offers as text the first words of the caption with a prefix.
- The prefix depends on the float type, e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-for figure floats the prefix will
- be "
+ The prefix depends on the float type, e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+for figure floats the prefix will be "
 \family sans
 fig:
 \family default
@@ -17963,16 +19850,18 @@ Cross-reference
 \family default
  or the toolbar button 
 \begin_inset Graphics
-       filename ../images/dialog-show-new-inset_ref.xpm
+       filename ../images/dialog-show-new-inset_ref.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
 .
  A grey cross-reference box like this one: 
 \begin_inset Graphics
-       filename ../clipart/referenceQt4.png
+       filename clipart/referenceQt4.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -18001,28 +19890,41 @@ You can change labels at any time by clicking on the label box.
 \begin_layout Standard
 The button 
 \family sans
-Go\InsetSpace ~
-to\InsetSpace ~
+Go
+\begin_inset space ~
+\end_inset
+
+to
+\begin_inset space ~
+\end_inset
+
 Label
 \family default
  in the cross-reference window sets the cursor before the referred label.
- The button text changes then to Go\InsetSpace ~
-Back and you can use it to set the cursor
- back to the cross-reference.
+ The button text changes then to Go
+\begin_inset space ~
+\end_inset
+
+Back and you can use it to set the cursor back to the cross-reference.
  Right-clicking on a cross-reference box also sets the cursor before the
  referenced label but without a possibility to go back.
 \end_layout
 
 \begin_layout Subsection
-Cross-reference formats
-\begin_inset LatexCommand label
-name "sub:Cross-reference-formats"
+Cross-Reference Formats
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Cross-Reference-Formats"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "References ! Formats"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+References ! Formats
+\end_layout
 
 \end_inset
 
@@ -18035,7 +19937,8 @@ There are six varieties of cross-references:
 
 \begin_layout Description
 <reference>: prints the float number, this is the default: 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:Two-distorted-images"
 
 \end_inset
@@ -18055,7 +19958,8 @@ Equation
 \end_inset
 
  is omitted: 
-\begin_inset LatexCommand eqref
+\begin_inset CommandInset ref
+LatexCommand eqref
 reference "eq:Wgn"
 
 \end_inset
@@ -18064,9 +19968,13 @@ reference "eq:Wgn"
 \end_layout
 
 \begin_layout Description
-<page>: prints the page number: Page\InsetSpace ~
+<page>: prints the page number: Page
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand pageref
+
+\begin_inset CommandInset ref
+LatexCommand pageref
 reference "fig:Two-distorted-images"
 
 \end_inset
@@ -18075,10 +19983,17 @@ reference "fig:Two-distorted-images"
 \end_layout
 
 \begin_layout Description
-on\InsetSpace ~
-page\InsetSpace ~
+on
+\begin_inset space ~
+\end_inset
+
+page
+\begin_inset space ~
+\end_inset
+
 <page>: prints the text "on page" and the page number: 
-\begin_inset LatexCommand vpageref
+\begin_inset CommandInset ref
+LatexCommand vpageref
 reference "fig:Two-distorted-images"
 
 \end_inset
@@ -18087,12 +20002,22 @@ reference "fig:Two-distorted-images"
 \end_layout
 
 \begin_layout Description
-<reference>\InsetSpace ~
-on\InsetSpace ~
-page\InsetSpace ~
-<page>: prints the float number, the text "on page", and
- the page number: 
-\begin_inset LatexCommand vref
+<reference>
+\begin_inset space ~
+\end_inset
+
+on
+\begin_inset space ~
+\end_inset
+
+page
+\begin_inset space ~
+\end_inset
+
+<page>: prints the float number, the text "on page", and the page number:
+\begin_inset CommandInset ref
+LatexCommand vref
 reference "fig:Two-distorted-images"
 
 \end_inset
@@ -18101,12 +20026,26 @@ reference "fig:Two-distorted-images"
 \end_layout
 
 \begin_layout Description
-Formatted\InsetSpace ~
-reference: prints a self defined cross-reference format:
-\newline
+Formatted
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand prettyref
-reference "fig:Two-distorted-images"
+reference: prints a self defined cross-reference format.
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ This feature is only available when you have the LaTeX-package 
+\series bold
+prettyref
+\series default
+ installed.
+\end_layout
 
 \end_inset
 
@@ -18116,8 +20055,14 @@ reference "fig:Two-distorted-images"
 \begin_layout Standard
 Note that the style <page> won't print the page number if the label is on
  the previous, the same, or the next page.
- You will e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+ You will e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
 see the text 
 \begin_inset Quotes eld
 \end_inset
@@ -18142,132 +20087,73 @@ Format
 \family default
  of the cross-reference window, that appear when you click on the cross-referenc
 e box.
-\begin_inset VSpace bigskip
-\end_inset
+\end_layout
 
+\begin_layout Subsection
+Automatic Reference Naming
+\begin_inset Index
+status collapsed
 
+\begin_layout Plain Layout
+References ! Automatic Reference Naming
 \end_layout
 
-\begin_layout Standard
-To define a format for the 
-\family sans
-Formatted\InsetSpace ~
-reference
-\family default
- style, you have to use the following command in the document preamble:
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
-
+The LaTeX-package 
 \series bold
+hyperref
+\series default
+ provides a very useful feature that cross-references automatically include
+ the name of the referenced floats (or text parts like sections).
+ You save to write e.
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-newrefformat{prefix}{text}
-\end_layout
+g.
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-This formatting command affects all references to labels with the same prefix.
- To get the format of the 
-\family sans
-Formatted\InsetSpace ~
-reference
-\family default
- example above, this command was used:
-\end_layout
+the name 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
+Figure
+\begin_inset Quotes erd
+\end_inset
 
+ before every reference box.
+ To get this automatic reference naming, you have to load the LaTeX-package
 \series bold
+hyperref
+\series default
 
-\backslash
-newrefformat{fig}
-\newline
-
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-
-\backslash
-hphantom{ }
+\begin_layout Plain Layout
+LaTeX-packages ! hyperref
 \end_layout
 
 \end_inset
 
-{Figure~float~
-\backslash
-ref{#1} printed on page~
-\backslash
-pageref{#1}}
+ in the document preamble with
 \end_layout
 
 \begin_layout Standard
-The tilde "~" is the LaTeX equivalent for the protected space.
- The command 
-\series bold
 
-\backslash
-ref{#1}
-\series default
- refers to the float number, the command 
 \series bold
 
 \backslash
-pageref{#1}
-\series default
- to the page number.
-\end_layout
-
-\begin_layout Subsection
-Automatic Reference Naming
-\begin_inset LatexCommand index
-name "References ! Automatic Reference Naming"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-The LaTeX-package 
-\series bold
-hyperref
-\series default
- provides a very useful feature that cross-references automatically include
- the name of the referenced floats (or text parts like sections).
- You save to write e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-the name 
-\begin_inset Quotes eld
-\end_inset
-
-Figure
-\begin_inset Quotes erd
-\end_inset
-
- before every reference box.
- To get this automatic reference naming, you have to load the LaTeX-package
-\series bold
-hyperref
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
-
+usepackage[pdfborder={0 0 0}]{hyperref}
+\begin_inset Newline newline
 \end_inset
 
- in the document preamble with
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-usepackage[pdfborder={0 0 0}]{hyperref}
-\newline
 
 \backslash
 AtBeginDocument{
@@ -18307,7 +20193,8 @@ hyperref
 hyperref
 \series default
  package, we refer to its documentation 
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "hyperref"
 
 \end_inset
@@ -18319,7 +20206,7 @@ key "hyperref"
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -18327,18 +20214,24 @@ Note:
  Automatic reference naming cannot be used when you use cross-references
  in the 
 \family sans
-Formatted\InsetSpace ~
+Formatted
+\begin_inset space ~
+\end_inset
+
 reference
 \family default
- style, described in section\InsetSpace ~
+ style, described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
-reference "sub:Cross-reference-formats"
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Cross-Reference-Formats"
 
 \end_inset
 
 .
- That is the reason why it is not used in this document.
 \end_layout
 
 \end_inset
@@ -18348,14 +20241,19 @@ reference "sub:Cross-reference-formats"
 
 \begin_layout Subsection
 Reference Position
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:Reference-Position"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "References ! Reference Position"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+References ! Reference Position
+\end_layout
 
 \end_inset
 
@@ -18368,8 +20266,12 @@ If you use
 hyperref
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! hyperref
+\end_layout
 
 \end_inset
 
@@ -18384,8 +20286,12 @@ name "LaTeX-packages ! hyperref"
 hypcap
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hypcap"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! hypcap
+\end_layout
 
 \end_inset
 
@@ -18394,8 +20300,12 @@ name "LaTeX-packages ! hypcap"
 oberdiek
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! oberdiek"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! oberdiek
+\end_layout
 
 \end_inset
 
@@ -18412,8 +20322,7 @@ hypcap
 \series bold
 
 \backslash
-usepackage[f\SpecialChar \textcompwordmark{}
-igure]{hypcap}
+usepackage[figure]{hypcap}
 \end_layout
 
 \begin_layout Standard
@@ -18427,7 +20336,8 @@ hypcap
 hypcap
 \series default
 's manual 
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "hypcap"
 
 \end_inset
@@ -18439,7 +20349,7 @@ key "hypcap"
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -18458,18 +20368,44 @@ hyperref
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+\series bold
+hypcap
+\series default
+ has no effect for references to subfigures.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Section
 Float Placement
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Float-Placement"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! Placement"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Placement
+\end_layout
 
 \end_inset
 
@@ -18479,23 +20415,34 @@ name "Floats ! Placement"
 \begin_layout Standard
 Right-clicking on a float-box opens a dialog where you can alter the placement
  options that LaTeX uses for positioning the float.
-\newline
+\begin_inset Newline newline
+\end_inset
+
 The option 
 \family sans
-Span\InsetSpace ~
+Span
+\begin_inset space ~
+\end_inset
+
 columns
 \family default
  is only useful for two-column documents: If you select it, the float will
  span across both columns on the page instead of being confined to just
  one.
-\newline
+\begin_inset Newline newline
+\end_inset
+
 The option 
 \family sans
-Rotate\InsetSpace ~
+Rotate
+\begin_inset space ~
+\end_inset
+
 sideways
 \family default
  is used to rotate floats, see section 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Rotated-Floats"
 
 \end_inset
@@ -18507,35 +20454,65 @@ reference "sec:Rotated-Floats"
 You can use one ore more of the following options in the float dialog to
  set the placement for a particular float when you uncheck the option 
 \family sans
-Use\InsetSpace ~
-default\InsetSpace ~
+Use
+\begin_inset space ~
+\end_inset
+
+default
+\begin_inset space ~
+\end_inset
+
 placement
 \family default
 :
 \end_layout
 
 \begin_layout Description
-Here\InsetSpace ~
-if\InsetSpace ~
-possible: try to place the float on the position where it is inserted
+Here
+\begin_inset space ~
+\end_inset
+
+if
+\begin_inset space ~
+\end_inset
+
+possible try to place the float on the position where it is inserted
 \end_layout
 
 \begin_layout Description
-Top\InsetSpace ~
-of\InsetSpace ~
-page: try to place the float on the top of the current page
+Top
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
+page try to place the float on the top of the current page
 \end_layout
 
 \begin_layout Description
-Bottom\InsetSpace ~
-of\InsetSpace ~
-page: try to place the float on the bottom of the current page
+Bottom
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
+page try to place the float on the bottom of the current page
 \end_layout
 
 \begin_layout Description
-Page\InsetSpace ~
-of\InsetSpace ~
-floats: try to place the float on an own page 
+Page
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
+floats try to place the float on an own page 
 \end_layout
 
 \begin_layout Standard
@@ -18547,14 +20524,26 @@ always
  That means, if you use the default placement, LaTeX will first try out
  
 \family sans
-Here\InsetSpace ~
-if\InsetSpace ~
+Here
+\begin_inset space ~
+\end_inset
+
+if
+\begin_inset space ~
+\end_inset
+
 possible
 \family default
 , then 
 \family sans
-Top\InsetSpace ~
-of\InsetSpace ~
+Top
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
 page
 \family default
 , and then the others.
@@ -18565,20 +20554,28 @@ page
 \end_layout
 
 \begin_layout Standard
-By default, each options has its own rules:
+By default, each option has its own rules:
 \end_layout
 
 \begin_layout Labeling
 \labelwidthstring 00.00.0000
 
 \family sans
-Top\InsetSpace ~
-of\InsetSpace ~
+Top
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
 page
 \family default
- only floats occupying less than 70\InsetSpace \thinspace{}
-% of the page can be placed at the top
- of a page (
+ only floats occupying less than 70
+\begin_inset space \thinspace{}
+\end_inset
+
+% of the page can be placed at the top of a page (
 \series bold
 
 \backslash
@@ -18591,13 +20588,21 @@ topfraction
 \labelwidthstring 00.00.0000
 
 \family sans
-Bottom\InsetSpace ~
-of\InsetSpace ~
+Bottom
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
 page
 \family default
-: only floats occupying less than 30\InsetSpace \thinspace{}
-% of the page can be placed at the bottom
- of a page.
+: only floats occupying less than 30
+\begin_inset space \thinspace{}
+\end_inset
+
+% of the page can be placed at the bottom of a page.
  (
 \series bold
 
@@ -18611,13 +20616,22 @@ bottomfraction
 \labelwidthstring 00.00.0000
 
 \family sans
-Page\InsetSpace ~
-of\InsetSpace ~
+Page
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
 floats
 \family default
-: only if more than 50\InsetSpace \thinspace{}
-% of the page are occupied by floats, several floats
- can be set together on a page.
+: only if more than 50
+\begin_inset space \thinspace{}
+\end_inset
+
+% of the page are occupied by floats, several floats can be set together
+ on a page.
  (
 \series bold
 
@@ -18631,16 +20645,27 @@ floatpagefraction
 If you don't like these rules, you can ignore them by using the additional
  option 
 \family sans
-Ignore\InsetSpace ~
-LaTeX\InsetSpace ~
+Ignore
+\begin_inset space ~
+\end_inset
+
+LaTeX
+\begin_inset space ~
+\end_inset
+
 rules
 \family default
 .
-\newline
+\begin_inset Newline newline
+\end_inset
+
 You can also redefine the rules with LaTeX-commands that are given in parenthese
 s behind the rules description above.
  To increase for example the often too small default of the bottom-rule
- to 50\InsetSpace \thinspace{}
+ to 50
+\begin_inset space \thinspace{}
+\end_inset
+
 % of the page, add this line to your document preamble:
 \end_layout
 
@@ -18659,7 +20684,10 @@ Sometimes you might need, under all circumstances, a float to be placed
  exactly at the position where it is inserted.
  For this case you can use the option 
 \family sans
-Here\InsetSpace ~
+Here
+\begin_inset space ~
+\end_inset
+
 definitely
 \family default
 .
@@ -18693,8 +20721,7 @@ Sometimes you have the problem that a float is placed at the top of a page
 \series bold
 
 \backslash
-suppressf\SpecialChar \textcompwordmark{}
-loats
+suppressfloats
 \series default
  can be used.
  It suppresses a given float placement for the page where it is inserted
@@ -18713,15 +20740,16 @@ let
 mySection
 \backslash
 section
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 renewcommand{
 \backslash
 section}{
 \backslash
-suppressf\SpecialChar \textcompwordmark{}
-loats[t]
+suppressfloats[t]
 \backslash
 mySection}
 \end_layout
@@ -18741,12 +20769,15 @@ In some cases it is required to have all figures/tables at the end of the
  document.
  For this purpose the LaTeX-package 
 \series bold
-endf\SpecialChar \textcompwordmark{}
-loat
+endfloat
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! endfloat"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! endfloat
+\end_layout
 
 \end_inset
 
@@ -18759,7 +20790,10 @@ name "LaTeX-packages ! endfloat"
 
 
 \family sans
-[Figure\InsetSpace ~
+[Figure
+\begin_inset space ~
+\end_inset
+
 3.2 about here.]
 \family default
 
@@ -18775,39 +20809,43 @@ name "LaTeX-packages ! endfloat"
 \series bold
 
 \backslash
-usepackage[options]{endf\SpecialChar \textcompwordmark{}
-loat}
+usepackage[options]{endfloat}
 \end_layout
 
 \begin_layout Standard
 There are various package options to format the created figure/table sections.
  For more information we refer to the 
 \series bold
-endf\SpecialChar \textcompwordmark{}
-loat
+endfloat
 \series default
  documentation 
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "endfloat"
 
 \end_inset
 
 .
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-Note: endf\SpecialChar \textcompwordmark{}
-loat
+Note: endfloat
 \series default
  doesn't provide an automatic translation for the text hint, you have to
- do this manually, see section\InsetSpace ~
+ do this manually, see section
+\begin_inset space ~
+\end_inset
+
 4 in 
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "endfloat"
 
 \end_inset
@@ -18818,20 +20856,21 @@ key "endfloat"
 \end_inset
 
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
 \series default
  There is currently a bug in 
 \series bold
-endf\SpecialChar \textcompwordmark{}
-loat
+endfloat
 \series default
  when the caption contains a German 
 \begin_inset Quotes eld
@@ -18856,7 +20895,7 @@ ss
 \begin_inset Quotes erd
 \end_inset
 
- in ERT instead of 
+ in TeX-Code instead of 
 \begin_inset Quotes eld
 \end_inset
 
@@ -18877,7 +20916,8 @@ ss
 \end_inset
 
 For more details about float placements, have a look at LaTeX books, 
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "latexcompanion,latexguide,latexbook"
 
 \end_inset
@@ -18887,14 +20927,19 @@ key "latexcompanion,latexguide,latexbook"
 
 \begin_layout Section
 Rotated Floats
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Rotated-Floats"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! Rotating"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Rotating
+\end_layout
 
 \end_inset
 
@@ -18906,24 +20951,49 @@ Especially for wide tables you might have floats rotated.
  To rotate a whole float including the caption, right-click on the float-box
  and use the option 
 \family sans
-Rotate\InsetSpace ~
+Rotate
+\begin_inset space ~
+\end_inset
+
 sideways
 \family default
 .
 \end_layout
 
 \begin_layout Standard
-Rotated floats are always placed on its own page (or column, when you have
- a two-column document).
- They are normally rotated so that you can read them from the outside margin
- -- to the left on even pages, to the right on odd pages.
+Rotated floats are always placed on its own page (or column, in case you
+ have a multi-column document).
+ You can let them span several columns using the float settings option 
+\family sans
+Span
+\begin_inset space ~
+\end_inset
+
+columns
+\family default
+.
+ Floats are rotated so that you can read them from the outside margin.
+ To force a certain rotation direction for all pages, you can add either
+ the option 
+\series bold
+figuresleft
+\series default
+ or 
+\series bold
+figuresright
+\series default
+ to the document class options.
 \end_layout
 
 \begin_layout Standard
 Referencing rotated floats is the same like for normal floats, the caption
- format is also the same: Table\InsetSpace ~
+ format is also the same: Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Rotated-table"
 
 \end_inset
@@ -18935,7 +21005,7 @@ reference "tab:Rotated-table"
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -18954,11 +21024,12 @@ wide false
 sideways true
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Rotated-table"
 
 \end_inset
@@ -18971,57 +21042,57 @@ name "tab:Rotated-table"
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="1" columns="5">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 test
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 \end_layout
 
 \begin_layout Section
-Caption Formatting
-\begin_inset LatexCommand index
-name "Caption ! Formatting"
+Floats Side by Side
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Side by side
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! Caption Formatting"
+\end_layout
 
+\begin_layout Standard
+To place floats side by side, like for Figure
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! caption"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Float-left"
 
 \end_inset
 
+ and 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Float-right"
 
-\begin_inset LatexCommand label
-name "sec:Caption-Formatting"
+\end_inset
+
+, only 
+\emph on
+one
+\emph default
+ float is used.
+ In it two minipage boxes are inserted.
+\begin_inset Foot
+status collapsed
 
+\begin_layout Plain Layout
+Minipages are explained in section
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Minipages"
+
+\end_inset
 
-\begin_layout Standard
-The 
-\family sans
-Caption
-\family default
- environment is the default paragraph environment for 
-\family sans
-Floats
-\family default
 .
- On the LyX screen captions appear as label, e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+\end_layout
 
-\begin_inset Quotes eld
 \end_inset
 
+ The width is set to 45
+\begin_inset space \thinspace{}
+\end_inset
 
-\family sans
-Figure #:
-\family default
-
-\begin_inset Quotes erd
+-50
+\begin_inset space \thinspace{}
 \end_inset
 
- followed by the caption text.
- The number sign 
-\begin_inset Quotes eld
+column% and the box alignment to 
+\family sans
+Bottom
+\family default
+ for each minipage.
+ The minipage boxes contain the image and the caption in the same way as
+ they are in a float.
+ The only difference is that the image unit 
+\family sans
+Column
+\begin_inset space ~
 \end_inset
 
-#
-\begin_inset Quotes erd
+Width
+\begin_inset space ~
 \end_inset
 
- is substituted in the printed output by the actual reference number.
- By default the label and the number are in the same font as the caption
- text and a colon follows the number to divide then label from the text.
- This caption format is not suitable for all document formats.
+%
+\family default
+ is now calculated according to the width of the minipage boxes.
 \end_layout
 
 \begin_layout Standard
-To change the default caption format, load the LaTeX-package 
-\series bold
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Box Frameless
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+width "45col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Graphics
+       filename clipart/mobius.eps
+       lyxscale 50
+       width 100col%
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:Float-left"
+
+\end_inset
+
+Float on the left side.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Box Frameless
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+width "45col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Graphics
+       filename clipart/platypus.eps
+       lyxscale 50
+       width 100col%
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:Float-right"
+
+\end_inset
+
+Float on the right side.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+Caption Formatting
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Caption ! Formatting
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Caption Formatting
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! caption
+\end_layout
+
+\end_inset
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Caption-Formatting"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+The 
+\family sans
+Caption
+\family default
+ environment is the default paragraph environment for 
+\family sans
+Floats
+\family default
+.
+ On the LyX screen captions appear as label, e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset Quotes eld
+\end_inset
+
+
+\family sans
+Figure #:
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ followed by the caption text.
+\begin_inset Quotes eld
+\end_inset
+
+#
+\begin_inset Quotes erd
+\end_inset
+
+ is the actual reference number.
+ By default the label and the number are in the same font as the caption
+ text and a colon follows the number to divide the label from the text.
+ This caption format is not suitable for all document formats.
+\end_layout
+
+\begin_layout Standard
+To change the default caption format, load the LaTeX-package 
+\series bold
 caption
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! caption"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! caption
+\end_layout
 
 \end_inset
 
@@ -19164,16 +21461,24 @@ captionsetup[float type]{format definition}
 
 \begin_layout Standard
 in the document preamble.
- For example the caption formats of Figure\InsetSpace ~
+ For example the caption formats of Figure
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:This-is-an-fig"
 
 \end_inset
 
- and Table\InsetSpace ~
+ and Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:This-is-an-tab"
 
 \end_inset
@@ -19189,19 +21494,22 @@ reference "tab:This-is-an-tab"
 usepackage[tableposition=top]{caption}
 \series default
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \series bold
 
 \backslash
-captionsetup[f\SpecialChar \textcompwordmark{}
-igure]{labelfont={tt}, textfont=it, indention=1cm,%
-\newline
+captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19217,87 +21525,192 @@ captionsetup[figure]
 \end_inset
 
  labelsep=period}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 captionsetup[table]{labelfont={bf,sf}}
 \end_layout
 
 \begin_layout Standard
-For more information about the package 
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
 \series bold
-caption
+Note:
+\series default
+ The option 
+\series bold
+tableposition=top
+\series default
+ has no effect when a 
+\series bold
+koma-script
 \series default
- we refer to its documentation 
-\begin_inset LatexCommand cite
-key "caption,caption-de"
 
-\end_inset
+\begin_inset Index
+status collapsed
 
-.
+\begin_layout Plain Layout
+LaTeX-packages ! koma-script
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-If you are using a 
+ document class is used.
+ In this case the document class option 
 \series bold
-koma-script
+tablecaptionabove
 \series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! koma-script"
+ must be used.
+\end_layout
 
 \end_inset
 
- document class (
-\family sans
-article (koma-script)
-\family default
-, 
-\family sans
-book (koma-script)
-\family default
-, 
-\family sans
-letter (koma-script)
-\family default
-, or 
-\family sans
-report (koma-script)
-\family default
-\InsetSpace \thinspace{}
-), you can alternatively to the 
+
+\end_layout
+
+\begin_layout Standard
+For more information about the package 
 \series bold
 caption
 \series default
- package use 
-\series bold
-koma-script
-\series default
-'s built-in command 
-\series bold
+ we refer to its documentation 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "caption"
+
+\end_inset
 
-\backslash
-setkomafont
-\series default
 .
- For example, to have the caption label in bold, add this command to your
- document preamble:
 \end_layout
 
 \begin_layout Standard
+To change the label name from e.g.
+\begin_inset Quotes eld
+\end_inset
 
-\series bold
+Figure
+\begin_inset Quotes erd
+\end_inset
 
-\backslash
-setkomafont{captionlabel}{
-\backslash
-bfseries}
-\end_layout
+ to 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
+Image
+\begin_inset Quotes erd
+\end_inset
+
+ use this preamble command:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+fnum@figure}{Image~
+\backslash
+thefigure}
+\end_layout
+
+\begin_layout Standard
+where 
+\series bold
+
+\backslash
+thefigure
+\series default
+ inserts the figure number and
+\series bold
+\begin_inset Quotes eld
+\end_inset
+
+~
+\series default
+
+\begin_inset Quotes erd
+\end_inset
+
+ creates a protected space.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+If you are using a 
+\series bold
+koma-script
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! koma-script
+\end_layout
+
+\end_inset
+
+ document class (
+\family sans
+article (koma-script)
+\family default
+, 
+\family sans
+book (koma-script)
+\family default
+, 
+\family sans
+letter (koma-script)
+\family default
+, or 
+\family sans
+report (koma-script)
+\family default
+
+\begin_inset space \thinspace{}
+\end_inset
+
+), you can alternatively to the 
+\series bold
+caption
+\series default
+ package use 
+\series bold
+koma-script
+\series default
+'s built-in command 
+\series bold
+
+\backslash
+setkomafont
+\series default
+.
+ For example, to have the caption label in bold, add this command to your
+ document preamble:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setkomafont{captionlabel}{
+\backslash
+bfseries}
+\end_layout
+
+\begin_layout Standard
 For more information about 
 \series bold
 
@@ -19309,8 +21722,9 @@ setkomafont
 koma-script
 \series default
  documentation 
-\begin_inset LatexCommand cite
-key "koma-script,koma-script-de"
+\begin_inset CommandInset citation
+LatexCommand cite
+key "koma-script"
 
 \end_inset
 
@@ -19321,7 +21735,7 @@ key "koma-script,koma-script-de"
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19335,7 +21749,7 @@ captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
 \begin_inset Note Note
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The caption format is changed only for this example.
 \end_layout
 
@@ -19351,23 +21765,25 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Graphics
-       filename mobius.eps
+       filename clipart/mobius.eps
        lyxscale 50
        scale 50
+       scaleBeforeRotation
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "fig:This-is-an-fig"
 
 \end_inset
@@ -19391,7 +21807,7 @@ This is an example figure caption that is longer than one line to show the
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19411,11 +21827,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:This-is-an-tab"
 
 \end_inset
@@ -19430,57 +21847,57 @@ This is an example table caption that is longer than one line to show the
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="1" columns="5">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 a
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 
 \begin_layout Section
 Caption Placement
-\begin_inset LatexCommand index
-name "Caption ! Placement"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Caption ! Placement
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! Caption Placement"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Caption Placement
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Caption-Placement"
 
 \end_inset
@@ -19562,10 +21988,14 @@ caption
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
-See section\InsetSpace ~
+\begin_layout Plain Layout
+See section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Caption-Formatting"
 
 \end_inset
@@ -19594,8 +22024,12 @@ If you are using a
 koma-script
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! koma-script"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! koma-script
+\end_layout
 
 \end_inset
 
@@ -19615,7 +22049,10 @@ letter (koma-script)
 \family sans
 report (koma-script)
 \family default
-\InsetSpace \thinspace{}
+
+\begin_inset space \thinspace{}
+\end_inset
+
 ), you can alternatively to the 
 \series bold
 caption
@@ -19624,16 +22061,7 @@ caption
 \series bold
 tablecaptionabove
 \series default
-, or you can use the environment 
-\family sans
-caption\InsetSpace ~
-above
-\family default
- instead of the 
-\family sans
-caption
-\family default
- environment.
+.
 \end_layout
 
 \begin_layout Standard
@@ -19646,8 +22074,12 @@ It is also possible to set the caption beside a figure or table.
 sidecap
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! sidecap"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! sidecap
+\end_layout
 
 \end_inset
 
@@ -19681,6 +22113,36 @@ leftcaption
 , respectively.
 \end_layout
 
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+ifsidecap
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+The following section will only be displayed when the LaTeX-package 
+\series bold
+sidecap
+\series default
+ is installed.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
 \begin_layout Standard
 To place in LyX the caption of a float on the side, it is necessary to add
  these commands to the document preamble:
@@ -19700,12 +22162,14 @@ To place in LyX the caption of a float on the side, it is necessary to add
 newcommand{
 \backslash
 TabBesBeg}{%
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19721,12 +22185,14 @@ let
 MyTable
 \backslash
 table
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19742,12 +22208,14 @@ let
 MyEndtable
 \backslash
 endtable
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19773,12 +22241,14 @@ end{SCtable}}}
 newcommand{
 \backslash
 TabBesEnd}{%
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19794,12 +22264,14 @@ let
 table
 \backslash
 MyTable
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19825,12 +22297,14 @@ MyEndtable
 newcommand{
 \backslash
 FigBesBeg}{%
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19845,14 +22319,15 @@ let
 \backslash
 MyFigure
 \backslash
-f\SpecialChar \textcompwordmark{}
-igure
-\newline
+figure
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19865,17 +22340,17 @@ hphantom{ }
 \backslash
 let
 \backslash
-MyEndf\SpecialChar \textcompwordmark{}
-igure
+MyEndfigure
 \backslash
-endf\SpecialChar \textcompwordmark{}
-igure
-\newline
+endfigure
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19886,14 +22361,11 @@ hphantom{ }
 
 
 \backslash
-renewenvironment{f\SpecialChar \textcompwordmark{}
-igure}{
+renewenvironment{figure}{
 \backslash
-begin{SCf\SpecialChar \textcompwordmark{}
-igure}}{
+begin{SCfigure}}{
 \backslash
-end{SCf\SpecialChar \textcompwordmark{}
-igure}}}
+end{SCfigure}}}
 \end_layout
 
 \begin_layout Standard
@@ -19904,12 +22376,14 @@ igure}}}
 newcommand{
 \backslash
 FigBesEnd}{%
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19922,16 +22396,17 @@ hphantom{ }
 \backslash
 let
 \backslash
-f\SpecialChar \textcompwordmark{}
-igure
+figure
 \backslash
 MyFigure
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -19944,11 +22419,9 @@ hphantom{ }
 \backslash
 let
 \backslash
-endf\SpecialChar \textcompwordmark{}
-igure
+endfigure
 \backslash
-MyEndf\SpecialChar \textcompwordmark{}
-igure}
+MyEndfigure}
 \end_layout
 
 \begin_layout Standard
@@ -19972,7 +22445,7 @@ FigBesBeg
 \end_layout
 
 \begin_layout Standard
-in ERT before the float.
+in TeX-Code before the float.
  Behind the float insert the command
 \end_layout
 
@@ -19985,7 +22458,7 @@ FigBesEnd
 \end_layout
 
 \begin_layout Standard
-in ERT to get back to the original float definition.
+in TeX-Code to get back to the original float definition.
 \end_layout
 
 \begin_layout Standard
@@ -20007,16 +22480,24 @@ TabBesEnd
 \end_layout
 
 \begin_layout Standard
-Figure\InsetSpace ~
+Figure
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:cap-beside-fig"
 
 \end_inset
 
- and Table\InsetSpace ~
+ and Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:cap-beside-tab"
 
 \end_inset
@@ -20039,7 +22520,7 @@ sidecaptionvpos{float type}{placement}
 \end_layout
 
 \begin_layout Standard
-in the document preamble or in ERT before the float.
+in the document preamble or in TeX-Code before the float.
  The float type is either 
 \family sans
 figure
 \series bold
 
 \backslash
-sidecaptionvpos{f\SpecialChar \textcompwordmark{}
-igure}{c}
+sidecaptionvpos{figure}{c}
 \end_layout
 
 \begin_layout Standard
-This was used for Figure\InsetSpace ~
+This was used for Figure
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:cap-beside-fig-2"
 
 \end_inset
@@ -20110,7 +22594,7 @@ reference "fig:cap-beside-fig-2"
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace defskip
+\begin_inset VSpace medskip
 \end_inset
 
 For more information about the package 
@@ -20118,7 +22602,8 @@ For more information about the package
 sidecap
 \series default
  we refer to its documentation 
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "sidecap"
 
 \end_inset
@@ -20130,7 +22615,7 @@ key "sidecap"
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -20140,14 +22625,22 @@ Note:
 hypcap
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hypcap"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! hypcap
+\end_layout
+
+\end_inset
 
+, described in section
+\begin_inset space ~
 \end_inset
 
-, described in section\InsetSpace ~
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Reference-Position"
 
 \end_inset
@@ -20164,7 +22657,7 @@ reference "sub:Reference-Position"
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -20182,21 +22675,23 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Graphics
-       filename escher-lsd.eps
+       filename clipart/escher-lsd.eps
        scale 75
+       scaleBeforeRotation
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "fig:cap-beside-fig"
 
 \end_inset
@@ -20218,7 +22713,7 @@ This is a caption beside a figure.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -20236,11 +22731,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:cap-beside-tab"
 
 \end_inset
@@ -20253,20 +22749,20 @@ This is a caption beside a table.
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Tabular
 <lyxtabular version="3" rows="4" columns="5">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 a
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 b
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 c
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 d
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 e
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 f
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 g
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 h
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 i
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 j
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \end_layout
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -20482,7 +22978,7 @@ TabBesEnd
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -20497,21 +22993,23 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Graphics
-       filename escher-lsd.eps
+       filename clipart/escher-lsd.eps
        scale 75
+       scaleBeforeRotation
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "fig:cap-beside-fig-2"
 
 \end_inset
@@ -20533,7 +23031,7 @@ This is a vertically centered caption beside a figure.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -20543,18 +23041,77 @@ FigBesEnd
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+else
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+The following will be displayed when the LaTeX-package 
+\series bold
+sidecap
+\series default
+ is not installed:
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+You need to install the LaTeX-package 
+\series bold
+sidecap
+\series default
+ to see the following part of this section in the output.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fi
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Section
 Listings of Floats
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Listings-of-Floats"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! Listings"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Float Lists
+\end_layout
 
 \end_inset
 
@@ -20568,8 +23125,14 @@ Similar to the the table of contents where the sections of the document
  You can insert them via the 
 \family sans
 Insert\SpecialChar \menuseparator
-List\InsetSpace ~
-/\InsetSpace ~
+List
+\begin_inset space ~
+\end_inset
+
+/
+\begin_inset space ~
+\end_inset
+
 TOC
 \family default
  sub menus.
@@ -20589,57 +23152,19 @@ Notes
 \end_layout
 
 \begin_layout Section
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-texorpdfstring{
-\end_layout
-
-\end_inset
-
-LyX
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}{LyX}
-\end_layout
-
-\end_inset
-
- Notes
-\begin_inset LatexCommand label
+LyX Notes
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:LyX-Notes"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Notes ! LyX Notes"
-
-\end_inset
-
-
-\begin_inset Note Note
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-The command 
-\backslash
-texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
- are displayed wrongly in PDF-bookmarks.
- For more information about this, have a look at 
-\begin_inset LatexCommand cite
-key "hyperref"
-
-\end_inset
-
-.
+\begin_layout Plain Layout
+Notes ! LyX Notes
 \end_layout
 
 \end_inset
@@ -20650,8 +23175,9 @@ key "hyperref"
 \begin_layout Standard
 Notes are inserted with the toolbar button 
 \begin_inset Graphics
-       filename ../images/note-insert.xpm
+       filename ../images/note-insert.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -20665,17 +23191,25 @@ Note
 \end_layout
 
 \begin_layout Description
-LyX\InsetSpace ~
+LyX
+\begin_inset space ~
+\end_inset
+
 Note This note type is for internal notes that won't appear in the output.
  Its note-box looks like this:
-\newline
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
 
-\newline
 
 \begin_inset Graphics
-       filename ../clipart/LyXNoteImageQt4.png
-       display none
+       filename clipart/LyXNoteImageQt4.png
+       display false
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -20683,7 +23217,7 @@ Note This note type is for internal notes that won't appear in the output.
 \begin_inset Note Note
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 This is text in a note box that doesn't appear in the output.
 \end_layout
 
@@ -20698,18 +23232,23 @@ ent, when you export the document to LaTeX via the menu
 \family sans
 File\SpecialChar \menuseparator
 Export\SpecialChar \menuseparator
-LaTeX (pdflatex) / LaTeX (plain)
+LaTeX (pdflatex) / (plain)
 \family default
 .
  Its note-box looks like this:
-\newline
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
 
-\newline
 
 \begin_inset Graphics
-       filename ../clipart/CommentNoteImageQt4.png
-       display none
+       filename clipart/CommentNoteImageQt4.png
+       display false
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -20717,7 +23256,7 @@ LaTeX (pdflatex) / LaTeX (plain)
 \begin_inset Note Comment
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 This is text in a note box that only appears as comment in LaTeX-files.
 \end_layout
 
@@ -20727,34 +23266,44 @@ This is text in a note box that only appears as comment in LaTeX-files.
 \end_layout
 
 \begin_layout Description
-Greyed\InsetSpace ~
+Greyed
+\begin_inset space ~
+\end_inset
+
 Out This note will appear in the output as grey text.
  Its note-box looks like this:
-\newline
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
 
-\newline
 
 \begin_inset Graphics
-       filename ../clipart/GreyedOutNoteImageQt4.png
-       display none
+       filename clipart/GreyedOutNoteImageQt4.png
+       display false
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 renewenvironment{lyxgreyedout}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 {
 \backslash
@@ -20771,12 +23320,12 @@ egroup}
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 This is text
 \begin_inset Foot
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 This is an example footnote within a greyed out note.
 \end_layout
 
@@ -20791,14 +23340,14 @@ This is an example footnote within a greyed out note.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 renewenvironment{lyxgreyedout}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 {
 \backslash
@@ -20815,7 +23364,7 @@ egroup}
 \begin_inset Note Note
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The greyed out note is here redefined to show it with the original LyX definitio
 n because greyed out notes are redefined in the preamble of this document,
  as described below, to have blue text.
@@ -20824,124 +23373,49 @@ n because greyed out notes are redefined in the preamble of this document,
 \end_inset
 
 
-\newline
-
-\newline
-As you can see in the example, the first line of greyed out notes is a bit
- indented and greyed out notes can have footnotes.
-\end_layout
-
-\begin_layout Description
-Framed This note will appear in the output as framed text.
- Its note-box looks like this:
-\newline
-
-\newline
-
-\begin_inset Graphics
-       filename ../clipart/FramedNoteImageQt4.png
-       display none
-       scale 85
-
-\end_inset
-
-\begin_inset Note Framed
-status open
-
-\begin_layout Standard
-This is text in a note box that appears framed in the output.
-\end_layout
-
+\begin_inset Newline newline
 \end_inset
 
- In contrary to framed boxes
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-Framed boxes are described in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:Framed-Boxes"
 
+\begin_inset Newline newline
 \end_inset
 
-.
+As you can see in the example, the first line of greyed out notes is a bit
+ indented and greyed out notes can have footnotes.
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
- the frame uses always the whole text width and the note is set into its
- own paragraph.
-\end_layout
-
-\begin_layout Description
-Shaded This note will appear in the output with red background color.
- Its note box looks like this:
-\newline
-
-\newline
-
+When you use the toolbar button 
 \begin_inset Graphics
-       filename ../clipart/ShadedNoteImageQt4.png
-       display none
+       filename ../images/note-insert.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
-
-\begin_inset Note Shaded
-status open
-
-\begin_layout Standard
-This text in a note box appears in the output with red background.
-\end_layout
-
-\end_inset
-
-In contrary to colored boxes
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-Colored boxes are described in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:Colored-Boxes"
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
- the note uses always the whole text width and the note is set into its
- own paragraph.
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace bigskip
+ to insert notes, a 
+\family sans
+LyX
+\begin_inset space ~
 \end_inset
 
-When you use the toolbar button to insert notes, a 
-\family sans
-LyX\InsetSpace ~
 Note
 \family default
  is inserted.
- You can switch between the three note types by right-clicking on the note-box.
+ You can switch between the five note types by right-clicking on the note-box.
  
 \family roman
 \series medium
 \bar no
 If you want to turn existing text into a note, mark it and click on the
- note 
+ note
 \family default
 \series default
 \bar default
-toolbar 
+ toolbar 
 \family roman
 \series medium
 \bar no
@@ -20950,6 +23424,9 @@ button
 \series default
 \bar default
 .
+ To change a note to text, press the backspace key when the cursor is in
+ the first position of a note, or press the deletey key when the cursor
+ is in the very last position of the note, respectively.
 \end_layout
 
 \begin_layout Standard
@@ -20966,12 +23443,14 @@ You can change the text color of the greyed out notes in the preamble with
 
 \backslash
 renewenvironment{lyxgreyedout}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -20991,9 +23470,13 @@ egroup}
 
 \begin_layout Standard
 The available colors and the method to define own colors is explained in
- section\InsetSpace ~
+ section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Colored-Tables"
 
 \end_inset
@@ -21006,308 +23489,33 @@ Notes that appear in blue in this document are set using greyed out notes
  with blue text.
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+\begin_layout Section
+Footnotes
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Footnotes"
+
 \end_inset
 
 
-\end_layout
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-The text style of 
-\family sans
-Framed
-\family default
- and 
-\family sans
-Shaded
-\family default
- notes can be set in the 
-\family sans
-Text Style
-\family default
- dialog.
+\begin_layout Plain Layout
+Notes ! Footnotes
 \end_layout
 
-\begin_layout Standard
-The default frame width for 
-\family sans
-Framed
-\family default
- notes is 0.4\InsetSpace \thinspace{}
-pt; it can be changed by changing the size 
-\series bold
+\end_inset
 
-\backslash
-FrameRule
-\series default
-.
- The default space between the note content and the frame is 9\InsetSpace \thinspace{}
-pt; it can
- be changed by changing the size 
-\series bold
 
-\backslash
-FrameSep
-\series default
-.
- For example the frame appearance of the following 
-\family sans
-Framed
-\family default
- note is set with the ERT commands
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Footnotes
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-FrameRule 5pt 
-\backslash
-FrameSep 0.5cm
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-FrameRule 5pt 
-\backslash
-FrameSep 0.5cm
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Framed
-status open
-
-\begin_layout Standard
-This is text in a 
-\family sans
-Framed
-\family default
- note.
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-FrameRule 0.4pt 
-\backslash
-FrameSep 9pt
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-For 
-\family sans
-Shaded
-\family default
- notes the default space between the note content and the note border is
- 3\InsetSpace \thinspace{}
-pt; it can be changed by changing the size 
-\series bold
-
-\backslash
-fboxsep
-\series default
-.
-\newline
-The default background color red can be changed with the command 
-\series bold
-
-\backslash
-def\SpecialChar \textcompwordmark{}
-inecolor{shadebox}
-\series default
-.
- The scheme of the 
-\series bold
-
-\backslash
-def\SpecialChar \textcompwordmark{}
-inecolor
-\series default
- command is explained in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:Colored-Tables"
-
-\end_inset
-
-
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-Note that 
-\series bold
-
-\backslash
-def
-\series default
-\SpecialChar \textcompwordmark{}
-
-\series bold
-inecolor
-\series default
- requires the LaTeX-package 
-\series bold
-color
-\series default
- in the preamble, see section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:Colored-Boxes"
-
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Standard
-For example the appearance of the following 
-\family sans
-Shaded
-\family default
- note is set with the ERT commands
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-fboxsep 0.5cm
-\series default
-
-\newline
-
-\series bold
-
-\backslash
-def\SpecialChar \textcompwordmark{}
-inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-fboxsep 0.5cm
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
-\end_layout
-
-\end_inset
-
-
-\begin_inset Note Shaded
-status open
-
-\begin_layout Standard
-
-\color yellow
-This is yellow text in a 
-\family sans
-Shaded
-\family default
- note with darkgreen background.
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-fboxsep 3pt
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-definecolor{shadecolor}{rgb}{1,0,0}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Section
-Footnotes
-\begin_inset LatexCommand label
-name "sec:Footnotes"
-
-\end_inset
-
-
-\begin_inset LatexCommand index
-name "Notes ! Footnotes"
-
-\end_inset
-
-
-\begin_inset LatexCommand index
-name "Footnotes"
-
-\end_inset
+\end_inset
 
 
 \end_layout
@@ -21315,8 +23523,9 @@ name "Footnotes"
 \begin_layout Standard
 Footnotes can be inserted using the toolbar button 
 \begin_inset Graphics
-       filename ../images/footnote-insert.xpm
+       filename ../images/footnote-insert.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -21330,28 +23539,29 @@ Footnote
 \family roman
 \series medium
 \bar no
-You'll see 
+You'll see
 \family default
 \series default
 \bar default
-then the following footnote-box: 
+ then the following footnote-box: 
 \begin_inset Graphics
-       filename ../clipart/footnoteQt4.png
+       filename clipart/footnoteQt4.png
        scale 80
+       scaleBeforeRotation
 
 \end_inset
 
-
 \family roman
 \series medium
 \bar no
- where you can enter the footnote text.
+where you can enter the footnote text.
  If you want to turn existing text into a footnote, mark it and click on
- the footnote 
+ the footnote
 \family default
 \series default
 \bar default
-toolbar 
+ toolbar 
 \family roman
 \series medium
 \bar no
@@ -21360,6 +23570,33 @@ button
 \series default
 \bar default
 .
+ To change a 
+\family roman
+\series medium
+\bar no
+footnote
+\family default
+\series default
+\bar default
+ to text, press the Backspace key when the cursor is in the first position
+ of a 
+\family roman
+\series medium
+\bar no
+footnote
+\family default
+\series default
+\bar default
+, or press the Delete key when the cursor is in the very last position of
+ the 
+\family roman
+\series medium
+\bar no
+footnote
+\family default
+\series default
+\bar default
+, respectively.
 \end_layout
 
 \begin_layout Standard
@@ -21371,8 +23608,9 @@ Here is an example footnote:
 \begin_inset Foot
 status open
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "foot:This-is-an"
 
 \end_inset
@@ -21390,14 +23628,14 @@ This is an example footnote.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
 newcounter{MyRepeatFoot}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -21422,76 +23660,58 @@ The footnote will appear in the output as a superscript number at the text
 
 \begin_layout Standard
 Footnotes can be referenced like floats: Insert a label into the footnote
- and cross-reference this label in the text as described in section\InsetSpace ~
+ and cross-reference this label in the text as described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Referencing-Floats"
 
 \end_inset
 
 .
-\newline
-This is a cross-reference of Footnote\InsetSpace ~
+\begin_inset Newline newline
+\end_inset
+
+This is a cross-reference of Footnote
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand prettyref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "foot:This-is-an"
 
 \end_inset
 
 .
-\newline
-
-\begin_inset Note Greyedout
-status open
+\end_layout
 
 \begin_layout Standard
+\begin_inset VSpace defskip
+\end_inset
 
-\series bold
-Note:
-\series default
- LyX doesn't provide a prefix for labels in footnotes, so you have to insert
- e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-the prefix 
-\family sans
-
-\begin_inset Quotes eld
+To use footnotes within tables, you have to use minipages, see section
+\begin_inset space ~
 \end_inset
 
-foot:
-\family default
 
-\begin_inset Quotes erd
-\end_inset
-
- manually when you want to use the reference style 
-\family sans
-Formatted\InsetSpace ~
-reference
-\family default
-.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace defskip
-\end_inset
-
-To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
-
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Minipages"
 
 \end_inset
 
 .
- Footnotes within longtables are described in section\InsetSpace ~
+ Footnotes within longtables are described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Footnotes-in-Longtables"
 
 \end_inset
@@ -21509,17 +23729,22 @@ To create only a mark for a footnote, use the command
 \backslash
 footnotemark[number]
 \series default
- in ERT.
+ in TeX-Code.
  This is used when you have the same annotation several times in a text
  but doesn't want to print the footnote text every time.
-\newline
-As you don't know
- the number of the repeating footnote while you are writing the text, you
- have to store its number.
+\begin_inset Newline newline
+\end_inset
+
+As you don't know the number of the repeating footnote while you are writing
+ the text, you have to store its number.
  For the following footnote mark example, these commands were inserted in
- ERT behind Footnote\InsetSpace ~
+ TeX-Code behind Footnote
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "foot:This-is-an"
 
 \end_inset
@@ -21533,7 +23758,9 @@ reference "foot:This-is-an"
 
 \backslash
 newcounter{MyRepeatFoot}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 setcounter{MyRepeatFoot}{
@@ -21564,7 +23791,7 @@ Here is an example footnote mark:
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -21580,115 +23807,20 @@ theMyRepeatFoot]
 
 \begin_layout Subsection
 Footnote Numbering
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sub:Footnote-Numbering"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Footnotes ! Numbering"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-If you want to have footnotes numbered in the scheme 
-\begin_inset Quotes eld
-\end_inset
-
-chapter.footnote
-\begin_inset Quotes erd
-\end_inset
-
-, add the following command to your document preamble:
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-numberwithin{footnote}{chapter}
-\end_layout
-
-\begin_layout Standard
-To be able to use the command 
-\series bold
-
-\backslash
-numberwithin
-\series default
-, set in the tab 
-\family sans
-Math\InsetSpace ~
-Options
-\family default
- in the document settings the option 
-\family sans
-Use\InsetSpace ~
-AMS\InsetSpace ~
-math\InsetSpace ~
-package
-\family default
-.
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-numberwithin{footnote}{chapter}
-\end_layout
-
-\end_inset
-
-This is another example footnote:
-\series bold
-
-\begin_inset Foot
-status open
-
-\begin_layout Standard
-This is a footnote numbered in the scheme 
-\begin_inset Quotes eld
-\end_inset
-
-chapter.footnote
-\begin_inset Quotes erd
-\end_inset
-
-.
-\end_layout
-
-\end_inset
-
-
-\series default
-
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-
-\backslash
-numberwithin{footnote}{part}
-\end_layout
-
-\end_inset
-
-
+\begin_layout Plain Layout
+Footnotes ! Numbering
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
@@ -21732,7 +23864,7 @@ roman{footnote}}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -21749,30 +23881,13 @@ roman{footnote}}
 \begin_inset Foot
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 This is an example footnote with roman numbering.
 \end_layout
 
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-renewcommand{
-\backslash
-thefootnote}{
-\backslash
-arabic{footnote}}
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
@@ -21832,26 +23947,26 @@ fnsymbol
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
-\series medium
 \series default
-You can only number 26 footnotes with Latin letters, because this numbering
+ You can only number 26 footnotes with Latin letters, because this numbering
  is limited to single letters.
 \end_layout
 
 \end_inset
 
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -21879,82 +23994,42 @@ arabic
 roman
 \series default
  in the command above.
-\end_layout
-
-\begin_layout Subsection
-Footnote Placement
-\begin_inset LatexCommand index
-name "Footnotes ! Placement"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-If you have several footnotes in one page, they appear without vertical
- space between them at the bottom of the page.
- To make them better readable you can e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-add 1.5\InsetSpace \thinspace{}
-mm space with the following
- preamble command:
-\end_layout
-
-\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-let
-\backslash
-myFoot
-\backslash
-footnote
-\newline
 
 \backslash
 renewcommand{
 \backslash
-footnote}[1]{
-\backslash
-myFoot{#1
+thefootnote}{
 \backslash
-vspace{1.5mm}}}
+arabic{footnote}}
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-In a two-column document the footnotes appear at the bottom of every column,
- see Figure\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "fig:Standard-footnote-placement"
+\end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
-.
- If the footnotes should only appear at the bottom of the right column,
- as in Figure\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "fig:Footnote-placement-in"
+\end_layout
 
+\begin_layout Standard
+If you want to have footnotes numbered in the scheme 
+\begin_inset Quotes eld
 \end_inset
 
-, use the LaTeX-package 
-\series bold
-ftnright
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! ftnright"
-
+chapter.footnote
+\begin_inset Quotes erd
 \end_inset
 
- with this command in the document preamble:
+, add the following command to your document preamble:
 \end_layout
 
 \begin_layout Standard
@@ -21962,55 +24037,314 @@ name "LaTeX-packages ! ftnright"
 \series bold
 
 \backslash
-usepackage{ftnright}
+numberwithin{footnote}{chapter}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float figure
-placement !h
-wide false
-sideways false
-status open
+To be able to use the command 
+\series bold
+
+\backslash
+numberwithin
+\series default
+, set in the tab 
+\family sans
+Math
+\begin_inset space ~
+\end_inset
+
+Options
+\family default
+ in the document settings the option 
+\family sans
+Use
+\begin_inset space ~
+\end_inset
+
+AMS
+\begin_inset space ~
+\end_inset
+
+math
+\begin_inset space ~
+\end_inset
+
+package
+\family default
+.
+\end_layout
 
 \begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-framebox{
+numberwithin{footnote}{chapter}
 \end_layout
 
 \end_inset
 
+This is another example footnote:
+\series bold
 
-\begin_inset Graphics
-       filename ../clipart/without_fntright.pdf
-       width 100col%
+\begin_inset Foot
+status open
 
+\begin_layout Plain Layout
+This is a footnote numbered in the scheme 
+\begin_inset Quotes eld
 \end_inset
 
+chapter.footnote
+\begin_inset Quotes erd
+\end_inset
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
+.
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset Caption
+\series default
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+arabic{footnote}}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+\series bold
+
+\backslash
+numberwithin
+\series default
+ always prints out the footnote number as arabic number; previous redefinitions
+ to get non-arabic numbers are overwritten.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+So to get for example the scheme 
+\begin_inset Quotes eld
+\end_inset
+
+chapter.
+\backslash
+Roman{footnote}
+\begin_inset Quotes erd
+\end_inset
+
+, use this command instead of 
+\series bold
+
+\backslash
+numberwithin
+\series default
+:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+thechapter.
+\backslash
+Roman{footnote}}
+\end_layout
+
+\begin_layout Subsection
+Footnote Placement
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Footnotes ! Placement
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+If you have several footnotes in one page, they appear without vertical
+ space between them at the bottom of the page.
+ To make them better readable you can e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+add 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+mm space with the following preamble command:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+myFoot
+\backslash
+footnote
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+footnote}[1]{
+\backslash
+myFoot{#1
+\backslash
+vspace{1.5mm}}}
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+In a two-column document the footnotes appear at the bottom of every column,
+ see Figure
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Standard-footnote-placement"
+
+\end_inset
+
+.
+ If the footnotes should only appear at the bottom of the right column,
+ as in Figure
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Footnote-placement-in"
+
+\end_inset
+
+, use the LaTeX-package 
+\series bold
+ftnright
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! ftnright
+\end_layout
+
+\end_inset
+
+ with this command in the document preamble:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage{ftnright}
+\end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand label
+\begin_inset Float figure
+placement !h
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+framebox{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Graphics
+       filename clipart/without_fntright.pdf
+       width 100col%
+       scaleBeforeRotation
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "fig:Standard-footnote-placement"
 
 \end_inset
@@ -22035,11 +24369,11 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -22050,8 +24384,9 @@ framebox{
 
 
 \begin_inset Graphics
-       filename ../clipart/with_fntright.pdf
+       filename clipart/with_fntright.pdf
        width 100col%
+       scaleBeforeRotation
 
 \end_inset
 
@@ -22059,7 +24394,7 @@ framebox{
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 }
 \end_layout
@@ -22069,11 +24404,12 @@ status collapsed
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "fig:Footnote-placement-in"
 
 \end_inset
@@ -22100,9 +24436,13 @@ ftnright
 \end_inset
 
 In some scientific literature it is usual to collect the footnotes and print
- them in a separate paragraph at the the end of a section, like in Figure\InsetSpace ~
+ them in a separate paragraph at the the end of a section, like in Figure
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "fig:Endnotes----footnotes"
 
 \end_inset
@@ -22117,14 +24457,27 @@ endnotes
 \end_inset
 
 .
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Endnotes
+\end_layout
+
+\end_inset
+
  To use endnotes instead of footnotes in your document, load the LaTeX-package
  
 \series bold
 endnotes
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! endnotes"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! endnotes
+\end_layout
 
 \end_inset
 
@@ -22137,7 +24490,9 @@ name "LaTeX-packages ! endnotes"
 
 \backslash
 usepackage{endnotes}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 let
@@ -22160,7 +24515,7 @@ theendnotes
 \end_layout
 
 \begin_layout Standard
-in ERT at the the end of a section or chapter.
+in TeX-Code at the the end of a section or chapter.
 \end_layout
 
 \begin_layout Standard
@@ -22169,12 +24524,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -22185,7 +24540,8 @@ framebox{
 
 
 \begin_inset Graphics
-       filename ../clipart/endnotes.pdf
+       filename clipart/endnotes.pdf
+       scaleBeforeRotation
 
 \end_inset
 
@@ -22193,7 +24549,7 @@ framebox{
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 }
 \end_layout
@@ -22203,11 +24559,12 @@ status collapsed
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "fig:Endnotes----footnotes"
 
 \end_inset
@@ -22227,7 +24584,7 @@ Endnotes -- footnotes are printed in a separate paragraph at the end of
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace defskip
+\begin_inset VSpace medskip
 \end_inset
 
 The paragraph heading for the endnotes isn't automatically translated into
@@ -22262,13 +24619,17 @@ notesname}{Anmerkungen}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace defskip
+\begin_inset VSpace medskip
 \end_inset
 
 The numbering of endnotes can be changed like the footnote numbering as
- described in section\InsetSpace ~
+ described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Footnote-Numbering"
 
 \end_inset
@@ -22290,11 +24651,15 @@ theendnote
 \series bold
 
 \backslash
-@addtoreset 
+@addtoreset
 \series default
-as described in section\InsetSpace ~
+ as described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Footnote-Numbering"
 
 \end_inset
@@ -22323,9 +24688,13 @@ endnotemark[number]
 \backslash
 footnotemark
 \series default
-, described in section\InsetSpace ~
+, described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Footnotes"
 
 \end_inset
@@ -22343,13 +24712,18 @@ Footnotes can also be placed in the page margin and the footnote text alignment
 footmisc
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! footmisc"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! footmisc
+\end_layout
 
 \end_inset
 
 , 
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "footmisc"
 
 \end_inset
@@ -22360,7 +24734,8 @@ key "footmisc"
 \begin_layout Standard
 For various further footnote formatting issues have a look at LaTeX-books,
  
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "latexcompanion,latexguide,latexbook"
 
 \end_inset
@@ -22370,8 +24745,12 @@ key "latexcompanion,latexguide,latexbook"
 
 \begin_layout Section
 Margin Notes
-\begin_inset LatexCommand index
-name "Notes ! Margin Notes"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Notes ! Margin Notes
+\end_layout
 
 \end_inset
 
@@ -22383,30 +24762,28 @@ Margin notes look and behave in LyX like footnotes.
  They are inserted via the menu 
 \family sans
 Insert\SpecialChar \menuseparator
-Marginal\InsetSpace ~
+Marginal
+\begin_inset space ~
+\end_inset
+
 Note
 \family default
  or the toolbar button 
 \begin_inset Graphics
-       filename ../images/marginalnote-insert.xpm
+       filename ../images/marginalnote-insert.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
 .
- A
-\family roman
-\series medium
-\family default
-\series default
-grey
+ A grey 
 \family roman
 \series medium
- box with the 
+box with the
 \family default
 \series default
-red 
+ red 
 \family roman
 \series medium
 label 
@@ -22422,13 +24799,14 @@ margin
 
 \begin_layout Standard
 At the side is an example margin note.
+
 \family roman
 \series medium
-
 \begin_inset Marginal
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 This is a margin note.
 \end_layout
 
@@ -22463,12 +24841,13 @@ reversemarginpar
 \end_layout
 
 \begin_layout Standard
-in ERT before a margin note.
+in TeX-Code before a margin note.
  The new placement is valid for all following margin notes.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -22481,7 +24860,7 @@ reversemarginpar
 \begin_inset Marginal
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 This is a margin note in the inner margin.
 \end_layout
 
@@ -22490,14 +24869,16 @@ This is a margin note in the inner margin.
 
 \series bold
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \series default
 
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -22512,36 +24893,36 @@ Note:
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
+To return to the default placement insert the command
+\end_layout
 
 \begin_layout Standard
 
+\series bold
 
 \backslash
-normalmarginpar 
-\end_layout
-
-\end_inset
-
-To return to the default placement insert the command
+normalmarginpar
 \end_layout
 
 \begin_layout Standard
+in TeX-Code.
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-normalmarginpar
+normalmarginpar 
 \end_layout
 
-\begin_layout Standard
-in ERT.
+\end_inset
+
  
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -22572,7 +24953,7 @@ reversemarginpar
 \begin_inset Marginal
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 AVeryLongMarginParWord that isn't hyphenated.
 \end_layout
 
@@ -22581,45 +24962,34 @@ AVeryLongMarginParWord that isn't hyphenated.
 
 \family default
 \series default
-Similar to the case described in section\InsetSpace ~
+ Similar to the case described in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Multiple-Lines-in"
 
 \end_inset
 
 , long words cannot be hyphenated when they are the first word in a margin
  note.
- To avoid this, insert the command
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-hspace{0pt}
-\end_layout
+ To avoid this, insert 0
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-in ERT before the word
+pt horizontal space before the word
 \family roman
 \series medium
 .
 \begin_inset Marginal
 status open
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-hspace{0pt}
-\end_layout
-
+\begin_layout Plain Layout
+\begin_inset space \hspace*{}
+\length 0pt
 \end_inset
 
 AVeryLongMarginParWord that is hyphenated.
@@ -22641,7 +25011,7 @@ AVeryLongMarginParWord that is hyphenated.
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -22665,7 +25035,7 @@ Note:
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -22678,9 +25048,8 @@ ifmarginnote
 \begin_inset Note Note
 status open
 
-\begin_layout Standard
-The following section will only be displayed when you have the LaTeX-package
+\begin_layout Plain Layout
+The following section will only be displayed when the LaTeX-package 
 \series bold
 marginnote
 \series default
@@ -22698,8 +25067,12 @@ This restriction can be evaded by using the LaTeX-package
 marginnote
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! marginnote"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! marginnote
+\end_layout
 
 \end_inset
 
@@ -22718,7 +25091,9 @@ marginnote
 
 \backslash
 usepackage{marginnote}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 let
@@ -22736,8 +25111,8 @@ marginnote
  has another useful feature: You can set a vertical offset for the note.
  This is often needed when too many margin notes are too close together
  or for a better page layout.
- The offset is set in LyX as ERT directly behind the margin note in the
- scheme
+ The offset is set in LyX as TeX-Code directly behind the margin note in
the scheme
 \end_layout
 
 \begin_layout Standard
@@ -22747,21 +25122,27 @@ marginnote
 \end_layout
 
 \begin_layout Standard
-where the offset is a length with one of the units listed in Table\InsetSpace ~
+where the offset is a length with one of the units listed in Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Units"
 
 \end_inset
 
 .
  A negative value shifts the note up, a positive value shifts it down.
-
 \family roman
 \series medium
- For example the margin note beside this text line is shifted up 1.5\InsetSpace \thinspace{}
-cm with
- the ERT-command 
+For example the margin note beside this text line is shifted up 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+cm with the TeX-Code-command 
 \begin_inset Quotes eld
 \end_inset
 
@@ -22779,8 +25160,11 @@ cm with
 \begin_inset Marginal
 status open
 
-\begin_layout Standard
-This margin note is shifted up 1.5\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+This margin note is shifted up 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
 cm from its original position.
 \end_layout
 
@@ -22793,7 +25177,7 @@ cm from its original position.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 [-1.5cm]
 \end_layout
@@ -22804,7 +25188,7 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace defskip
+\begin_inset VSpace medskip
 \end_inset
 
 With 
@@ -22825,7 +25209,9 @@ renewcommand*{
 raggedleftmarginnote}{
 \backslash
 centering}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 renewcommand*{
@@ -22850,7 +25236,7 @@ raggedleftmarginnote
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -22861,7 +25247,7 @@ raggedleftmarginnote}{
 centering}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -22878,16 +25264,16 @@ centering}
 \begin_inset Marginal
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The text of this margin note is centered.
 \end_layout
 
 \end_inset
 
+
 \family default
 \series default
-The default is
+ The default is
 \end_layout
 
 \begin_layout Standard
@@ -22900,7 +25286,9 @@ renewcommand*{
 raggedleftmarginnote}{
 \backslash
 raggedleft}
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 renewcommand*{
@@ -22914,7 +25302,7 @@ raggedright}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -22925,7 +25313,7 @@ raggedleftmarginnote}{
 raggedleft}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -22942,7 +25330,7 @@ raggedright}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace defskip
+\begin_inset VSpace medskip
 \end_inset
 
 For the other features of 
@@ -22950,7 +25338,8 @@ For the other features of
 marginnote
 \series default
  we refer to its documentation 
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "marginnote"
 
 \end_inset
@@ -22962,7 +25351,7 @@ key "marginnote"
 \begin_inset VSpace bigskip
 \end_inset
 
-You can change the layout of margin notes by redefining its definition.
+You can adjust the layout of margin notes by changing its definition.
  To create for example a header for all margin notes with the underlined,
  sans-serif, and bold header text 
 \begin_inset Quotes eld
@@ -22993,7 +25382,9 @@ let
 myMarginpar
 \backslash
 marginpar
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
 renewcommand{
@@ -23001,12 +25392,14 @@ renewcommand{
 marginpar}[1]{
 \backslash
 myMarginpar{%
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -23024,12 +25417,14 @@ textsf{
 textbf{
 \backslash
 underbar{Attention!}}}%
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -23054,7 +25449,7 @@ vspace{1.5mm}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -23065,7 +25460,7 @@ myMarginpar
 marginpar
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -23076,7 +25471,7 @@ marginpar}[1]{
 myMarginpar{%
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
    
 \backslash
@@ -23087,7 +25482,7 @@ textbf{
 underbar{Attention!}}}%
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
    
 \backslash
@@ -23104,7 +25499,7 @@ vspace{1.5mm}
 \begin_inset Marginal
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 This is a margin note with a defined heading.
 \end_layout
 
@@ -23117,7 +25512,7 @@ This is a margin note with a defined heading.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 [-1.5cm]
 \end_layout
@@ -23131,7 +25526,7 @@ status collapsed
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -23151,7 +25546,7 @@ myMarginpar{#1}}
 \begin_inset Note Note
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The margin note format is changed only for this example.
 \end_layout
 
@@ -23164,7 +25559,7 @@ The margin note format is changed only for this example.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -23177,7 +25572,7 @@ else
 \begin_inset Note Note
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 The following will be displayed when the LaTeX-package 
 \series bold
 marginnote
@@ -23202,7 +25597,7 @@ marginnote
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -23220,8 +25615,12 @@ Boxes
 
 \begin_layout Section
 Introduction
-\begin_inset LatexCommand index
-name "Boxes ! Introduction"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Introduction
+\end_layout
 
 \end_inset
 
@@ -23230,37 +25629,57 @@ name "Boxes ! Introduction"
 
 \begin_layout Standard
 Boxes are used to format a block of text.
- Boxes can be used to write documents with multiple languages, see section\InsetSpace ~
+ Boxes can be used to write documents with multiple languages, see section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Minipages"
 
 \end_inset
 
-, to frame texts, see section\InsetSpace ~
+, to frame texts, see section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Decoration"
 
-\begin_inset LatexCommand ref
-reference "sec:Framed-Boxes"
+\end_inset
 
+, to prevent words to be hyphenated, see section
+\begin_inset space ~
 \end_inset
 
-, to prevent words to be hyphenated, see section\InsetSpace ~
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Prevent-Hyphenation"
 
 \end_inset
 
-, to align text, see section\InsetSpace ~
+, to align text, see section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sub:Vertical-Alignment"
 
 \end_inset
 
-, or to set the background color of texts, see section\InsetSpace ~
+, or to set the background color of texts, see section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Colored-Boxes"
 
 \end_inset
@@ -23274,6 +25693,14 @@ Boxes can be inserted with the menu
 Insert\SpecialChar \menuseparator
 Box
 \family default
+ or the toolbar button 
+\begin_inset Graphics
+       filename ../images/box-insert.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
 .
  A grey box with the label 
 \family sans
@@ -23281,8 +25708,9 @@ Box (Minipage)
 \family default
 : 
 \begin_inset Graphics
-       filename ../clipart/BoxInsetDefaultQt4.png
+       filename clipart/BoxInsetDefaultQt4.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -23290,7 +25718,10 @@ Box (Minipage)
  The box type can be specified by right-clicking on the box.
  The appearing box dialog offers the 
 \family sans
-Inner\InsetSpace ~
+Inner
+\begin_inset space ~
+\end_inset
+
 Box
 \family default
  types 
@@ -23306,9 +25737,13 @@ Minipage
 \family sans
 Minipage
 \family default
- is the default for new boxes and is explained in section\InsetSpace ~
+ is the default for new boxes and is explained in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Minipages"
 
 \end_inset
@@ -23317,9 +25752,13 @@ reference "sec:Minipages"
 \family sans
 Parbox
 \family default
- is described in section\InsetSpace ~
+ is described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Parboxes"
 
 \end_inset
@@ -23336,25 +25775,7 @@ Boxes aren't numbered and can therefore not be referenced like floats or
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
-
-\series bold
-Note:
-\series default
- Due to a bug in LyX you have to insert a protected space behind a box when
- you want to separate in a line the box from the following text with a space.
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -23379,14 +25800,17 @@ Description
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
 \series default
  For an unknown reason you can only set the 
 \family sans
-Inner\InsetSpace ~
+Inner
+\begin_inset space ~
+\end_inset
+
 Box
 \family default
  type to 
@@ -23396,12 +25820,19 @@ None
  when you use a framed box.
  Boxes without an 
 \family sans
-Inner\InsetSpace ~
+Inner
+\begin_inset space ~
+\end_inset
+
 Box
 \family default
- type and without frames are explained in section\InsetSpace ~
+ type and without frames are explained in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Prevent-Hyphenation"
 
 \end_inset
@@ -23416,20 +25847,33 @@ reference "sec:Prevent-Hyphenation"
 
 \begin_layout Section
 Box Dialog
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:Box-Dialog"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Boxes ! Box Dialog"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Box Dialog
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Boxes ! Alignment"
+\end_layout
+
+\begin_layout Subsection
+Size
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Size
+\end_layout
 
 \end_inset
 
@@ -23446,9 +25890,13 @@ Width
 Height
 \family default
 .
- The available units for the geometry are explained in Table\InsetSpace ~
+ The available units for the geometry are explained in Table
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Units"
 
 \end_inset
@@ -23472,11 +25920,17 @@ height
 
 .
  It ignores the total depth when there are multiple text lines in the box:
-\newline
+\begin_inset Newline newline
+\end_inset
+
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
 
-\newline
 
 \begin_inset Box Boxed
 position "c"
@@ -23490,27 +25944,39 @@ height "1in"
 height_special "depth"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
-Box height set to 1\InsetSpace \thinspace{}
+Box height set to 1
+\begin_inset space \thinspace{}
+\end_inset
+
 Depth
 \end_layout
 
 \end_inset
 
 
-\newline
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
 
-\newline
 
 \end_layout
 
 \begin_layout Description
 Height This is the heigth of the text that is inside the box.
- A value of e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-2 for this size will set the box heigth to 2 times the text
- height: 
+ A value of e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+2 for this size will set the box heigth to 2 times the text height: 
 \begin_inset Box Boxed
 position "c"
 hor_pos "c"
@@ -23523,9 +25989,12 @@ height "2in"
 height_special "height"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
-Box height set to 2\InsetSpace \thinspace{}
+Box height set to 2
+\begin_inset space \thinspace{}
+\end_inset
+
 Height
 \end_layout
 
@@ -23535,9 +26004,18 @@ Height
 \end_layout
 
 \begin_layout Description
-Total\InsetSpace ~
-Height This is the Height\InsetSpace \thinspace{}
-+\InsetSpace \thinspace{}
+Total
+\begin_inset space ~
+\end_inset
+
+Height This is the Height
+\begin_inset space \thinspace{}
+\end_inset
+
++
+\begin_inset space \thinspace{}
+\end_inset
+
 Depth: 
 \begin_inset Box Boxed
 position "c"
@@ -23551,10 +26029,16 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
-Box height set to 1\InsetSpace \thinspace{}
-Total\InsetSpace ~
+Box height set to 1
+\begin_inset space \thinspace{}
+\end_inset
+
+Total
+\begin_inset space ~
+\end_inset
+
 Height
 \end_layout
 
@@ -23564,7 +26048,7 @@ Height
 \end_layout
 
 \begin_layout Description
-Width This set the width of the box as heigth: 
+Width This sets the width of the box as heigth: 
 \begin_inset Box Boxed
 position "c"
 hor_pos "c"
@@ -23577,9 +26061,12 @@ height "1in"
 height_special "width"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
-Box height set to 1\InsetSpace \thinspace{}
+Box height set to 1
+\begin_inset space \thinspace{}
+\end_inset
+
 Width
 \end_layout
 
@@ -23588,13 +26075,27 @@ Width
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+\begin_layout Subsection
+Alignment
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Alignment
+\end_layout
+
 \end_inset
 
+
+\end_layout
+
+\begin_layout Standard
 When you have chosen an 
 \family sans
-Inner\InsetSpace ~
+Inner
+\begin_inset space ~
+\end_inset
+
 Box
 \family default
 , the vertical box alignment can be:
@@ -23615,15 +26116,14 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 This box is top-aligned.
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+ This is an example text line.
 \end_layout
 
 \begin_layout Description
@@ -23641,15 +26141,14 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 This box is middle-aligned.
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+ This is an example text line.
 \end_layout
 
 \begin_layout Description
@@ -23667,15 +26166,40 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 This box is bottom-aligned.
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+ This is an example text line.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ The vertical box aligment can be lost in the output when you have two boxes
+ in a line and one has e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+a shadow and the other one not.
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
@@ -23689,7 +26213,10 @@ The horizontal box alignment can be set via LyX's paragraph dialog when
 
 When you have chosen an 
 \family sans
-Inner\InsetSpace ~
+Inner
+\begin_inset space ~
+\end_inset
+
 Box
 \family default
 , the box content can be vertical aligned to:
@@ -23710,15 +26237,14 @@ height "1.5in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 This box text is top-aligned.
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+ This is an example text line.
 \end_layout
 
 \begin_layout Description
@@ -23736,15 +26262,14 @@ height "1.5in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 This box text is middle-aligned.
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+ This is an example text line.
 \end_layout
 
 \begin_layout Description
@@ -23762,15 +26287,14 @@ height "1.5in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 This box text is bottom-aligned.
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+ This is an example text line.
 \end_layout
 
 \begin_layout Description
@@ -23788,25 +26312,24 @@ height "1.5in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 This box
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 text is
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 stretched.
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+ This is an example text line.
 \end_layout
 
 \begin_layout Standard
@@ -23821,7 +26344,10 @@ To stretch the box content, it must consist of more than one paragraph.
 To align the box content horizontally you can use LyX's paragraph dialog
  when you have chosen an 
 \family sans
-Inner\InsetSpace ~
+Inner
+\begin_inset space ~
+\end_inset
+
 Box
 \family default
 .
@@ -23841,17 +26367,17 @@ height "1.25in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align left
 This box
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 text is
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align right
 stretched.
 \end_layout
@@ -23864,7 +26390,10 @@ stretched.
 \begin_layout Standard
 If you haven't set an 
 \family sans
-Inner\InsetSpace ~
+Inner
+\begin_inset space ~
+\end_inset
+
 Box
 \family default
 , you can align the box content horizontally in the box dialog.
@@ -23884,7 +26413,7 @@ height "1.25in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align left
 This box text is horizontally stretched.
 \end_layout
@@ -23894,16 +26423,21 @@ This box text is horizontally stretched.
 
 \end_layout
 
-\begin_layout Section
-Framed Boxes
-\begin_inset LatexCommand label
-name "sec:Framed-Boxes"
+\begin_layout Subsection
+Decoration
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Decoration"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Boxes ! Frames"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Decoration
+\end_layout
 
 \end_inset
 
@@ -23911,18 +26445,25 @@ name "Boxes ! Frames"
 \end_layout
 
 \begin_layout Standard
-The frame style of the box can be specified in the box-dialog in the drop-down
+The type of the box can be specified in the box-dialog in the drop-down
  list 
 \family sans
-Type
+Decoration
 \family default
 .
- The following frame types are possible:
+ The following types are possible:
 \end_layout
 
 \begin_layout Description
-Rectangular\InsetSpace ~
-box This draws a rectangle frame around the box.
+Simple
+\begin_inset space ~
+\end_inset
+
+rectangular
+\begin_inset space ~
+\end_inset
+
+frame This draws a rectangle frame around the box.
  The frame line thickness has the size of 
 \series bold
 
@@ -23943,7 +26484,7 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 Rectangular box
 \end_layout
@@ -23954,16 +26495,82 @@ Rectangular box
 \end_layout
 
 \begin_layout Description
-Oval\InsetSpace ~
-box,\InsetSpace ~
-thin This draws an oval frame around the box.
- The frame line thickness has the size 0.4\InsetSpace \thinspace{}
-pt.
-\begin_inset Box ovalbox
-position "c"
-hor_pos "c"
-has_inner_box 1
+Allow
+\begin_inset space ~
+\end_inset
+
+page
+\begin_inset space ~
+\end_inset
+
+break When you use the decoration 
+\family sans
+simple rectangular frame
+\family default
+ and no inner box, you can allow page breaks within a box.
+ Note that then, in contrary to other framed boxes, the frame always uses
+ the whole column width, the box is set as its own paragraph, and 
+\series bold
+
+\backslash
+fboxrule
+\series default
+ and 
+\series bold
+
+\backslash
+fboxsep
+\series default
+ has no effect on this box type.
+ The frame line thickness has the size of 
+\series bold
+
+\backslash
+FrameRule
+\series default
+.
+\begin_inset Box Framed
+position "t"
+hor_pos "c"
+has_inner_box 0
+inner_pos "t"
+use_parbox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
+\begin_layout Plain Layout
+Allow page break box
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+Oval
+\begin_inset space ~
+\end_inset
+
+box,
+\begin_inset space ~
+\end_inset
+
+thin This draws an oval frame around the box.
+ The frame line thickness has the size 0.4
+\begin_inset space \thinspace{}
+\end_inset
+
+pt.
+\begin_inset Box ovalbox
+position "c"
+hor_pos "c"
+has_inner_box 1
 inner_pos "c"
 use_parbox 0
 width "20col%"
@@ -23972,7 +26579,7 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 Oval box, thin
 \end_layout
@@ -23983,10 +26590,19 @@ Oval box, thin
 \end_layout
 
 \begin_layout Description
-Oval\InsetSpace ~
-box,\InsetSpace ~
+Oval
+\begin_inset space ~
+\end_inset
+
+box,
+\begin_inset space ~
+\end_inset
+
 thick This draws an oval frame around the box.
- The frame line thickness has the size 0.8\InsetSpace \thinspace{}
+ The frame line thickness has the size 0.8
+\begin_inset space \thinspace{}
+\end_inset
+
 pt.
  
 \begin_inset Box Ovalbox
@@ -24001,7 +26617,7 @@ height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 Oval box, thick
 \end_layout
@@ -24011,85 +26627,2644 @@ Oval box, thick
 
 \end_layout
 
-\begin_layout Description
-Shadow\InsetSpace ~
-box This draws a rectangle frame with a shadow around the box.
- The frame line thickness has the size of 
+\begin_layout Description
+Drop
+\begin_inset space ~
+\end_inset
+
+shadow This draws a rectangle frame with a shadow around the box.
+ The frame line thickness has the size of 
+\series bold
+
+\backslash
+fboxrule
+\series default
+, the shadow has a width of 4
+\begin_inset space \thinspace{}
+\end_inset
+
+pt.
+\begin_inset Box Shadowbox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "20col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
+\begin_layout Plain Layout
+\align center
+Shadow box
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+Shaded
+\begin_inset space ~
+\end_inset
+
+background This draws a box with red background color.
+ In contrary to colored boxes
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+see sec.
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Boxes"
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+, it always uses the whole column width and the box is set as its own paragraph.
+\begin_inset Box Shaded
+position "t"
+hor_pos "c"
+has_inner_box 0
+inner_pos "t"
+use_parbox 0
+width "50col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
+\begin_layout Plain Layout
+Shaded background box
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+Double
+\begin_inset space ~
+\end_inset
+
+rectangular
+\begin_inset space ~
+\end_inset
+
+frame This draws a double-line rectangle frame around the box.
+ The line thickness of the inner frame is 0.75
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\series bold
+
+\backslash
+fboxrule
+\series default
+, the thickness of the outer frame is 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\series bold
+
+\backslash
+fboxrule
+\series default
+.
+ The distance between the lines is 1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\series bold
+
+\backslash
+fboxrule
+\series default
+
+\begin_inset space \thinspace{}
+\end_inset
+
++
+\begin_inset space \thinspace{}
+\end_inset
+
+0.5
+\begin_inset space \thinspace{}
+\end_inset
+
+pt.
+\begin_inset Box Doublebox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "20col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
+\begin_layout Plain Layout
+\align center
+Double rectangular box
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+LyX's box label will reflect the different frame types.
+ To be able to use all types, the LaTeX-package 
+\series bold
+fancybox
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! fancybox
+\end_layout
+
+\end_inset
+
+ must be installed.
+\end_layout
+
+\begin_layout Section
+Box customization
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Customization
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+The default value for the size 
+\series bold
+
+\backslash
+fboxrule
+\series default
+ is 0.4
+\begin_inset space \thinspace{}
+\end_inset
+
+pt.
+ It can be changed with the following command in TeX-Code to e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+2
+\begin_inset space \thinspace{}
+\end_inset
+
+pt:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setlength{
+\backslash
+fboxrule}{2pt}
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+fboxrule}{2pt}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "25col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+Rectangular box with 
+\series bold
+
+\backslash
+fboxrule
+\series default
+
+\begin_inset space \thinspace{}
+\end_inset
+
+=
+\begin_inset space \thinspace{}
+\end_inset
+
+2
+\begin_inset space \thinspace{}
+\end_inset
+
+pt
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+fboxrule}{0.4pt}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+The space between the frame and the box content is for all frame styles
+ by default 3
+\begin_inset space \thinspace{}
+\end_inset
+
+pt.
+ You can change it by setting the length 
+\series bold
+
+\backslash
+fboxsep
+\series default
+ to another value.
+ For example the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setlength{
+\backslash
+fboxsep}{10pt}
+\end_layout
+
+\begin_layout Standard
+sets the value to 10
+\begin_inset space \thinspace{}
+\end_inset
+
+pt, like for the following box:
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+fboxsep}{10pt}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "25col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+Rectangular box with 
+\series bold
+
+\backslash
+fboxsep
+\series default
+
+\begin_inset space \thinspace{}
+\end_inset
+
+=
+\begin_inset space \thinspace{}
+\end_inset
+
+10
+\begin_inset space \thinspace{}
+\end_inset
+
+pt
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+fboxsep}{3pt}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+The diameter of the round corners of the oval boxes can be set with the
+ command 
+\series bold
+
+\backslash
+cornersize
+\series default
+.
+ The command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+cornersize*{1cm}
+\end_layout
+
+\begin_layout Standard
+sets the diameter to 1
+\begin_inset space \thinspace{}
+\end_inset
+
+cm.
+ The command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+cornersize{num}
+\end_layout
+
+\begin_layout Standard
+sets the diameter to 
+\family sans
+num
+\begin_inset space \thinspace{}
+\end_inset
+
+\begin_inset space \thinspace{}
+\end_inset
+
+minimum(width and heigth of box)
+\family default
+.
+ The default is 
+\series bold
+
+\backslash
+cornersize{0.5}
+\series default
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cornersize*{1.5cm}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Box Ovalbox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "25col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+Oval box with 
+\series bold
+
+\backslash
+cornersize
+\series default
+
+\begin_inset space \thinspace{}
+\end_inset
+
+=
+\begin_inset space \thinspace{}
+\end_inset
+
+1.5
+\begin_inset space \thinspace{}
+\end_inset
+
+cm
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cornersize{0.5}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+The size of the shadow can be adjusted by changing the length 
+\series bold
+
+\backslash
+shadowsize
+\series default
+.
+ It it set to 2
+\begin_inset space \thinspace{}
+\end_inset
+
+pt for the following box by this command:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setlength{
+\backslash
+shadowsize}{2pt}
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+shadowsize}{2pt}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Box Shadowbox
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "25col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+Shadow box with 
+\series bold
+
+\backslash
+shadowsize
+\series default
+
+\begin_inset space \thinspace{}
+\end_inset
+
+=
+\begin_inset space \thinspace{}
+\end_inset
+
+2
+\begin_inset space \thinspace{}
+\end_inset
+
+pt
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+shadowsize}{4pt}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+The default value for the size 
+\series bold
+
+\backslash
+FrameRule
+\series default
+ is 0.4
+\begin_inset space \thinspace{}
+\end_inset
+
+pt.
+ The default space between the note content and the frame is 9
+\begin_inset space \thinspace{}
+\end_inset
+
+pt and can be changed with the value of 
+\series bold
+
+\backslash
+FrameSep
+\series default
+.
+ For example the frame appearance of the following 
+\family sans
+box
+\family default
+ is set with the TeX-Code commands
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setlength{
+\backslash
+FrameRule}{5pt}
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+setlength{
+\backslash
+FrameSep}{0.5cm}
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+FrameRule}{5pt}
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+FrameSep}{0.5cm}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Box Framed
+position "t"
+hor_pos "c"
+has_inner_box 0
+inner_pos "t"
+use_parbox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+This is text in an 
+\family sans
+allow page break
+\family default
+ box.
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+FrameRule}{0.4pt}
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+FrameSep}{9pt}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+For 
+\family sans
+shaded background
+\family default
+ boxes the default space between the box content and the box border is 3
+\begin_inset space \thinspace{}
+\end_inset
+
+pt and can be changed with the value of 
+\series bold
+
+\backslash
+fboxsep
+\series default
+.
+ The default background color red can either be changed locally with the
+ command 
+\series bold
+
+\backslash
+definecolor{shadebox}
+\series default
+ or globally with the menu 
+\family sans
+Tools\SpecialChar \menuseparator
+Preferences\SpecialChar \menuseparator
+Colors\SpecialChar \menuseparator
+shaded
+\begin_inset space ~
+\end_inset
+
+box
+\family default
+.
+ The scheme of the 
+\series bold
+
+\backslash
+definecolor
+\series default
+ command is explained in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Tables"
+
+\end_inset
+
+.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+Note that 
+\series bold
+
+\backslash
+definecolor
+\series default
+ requires the LaTeX-package 
+\series bold
+color
+\series default
+ in the preamble, see section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Boxes"
+
+\end_inset
+
+.
+\end_layout
+
+\end_inset
+
+ For example the appearance of the following shaded background note is set
+ with the TeX-Code commands
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+setlength{
+\backslash
+fboxsep}{0.5cm}
+\series default
+
+\begin_inset Newline newline
+\end_inset
+
+
+\series bold
+
+\backslash
+definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+fboxsep}{0.5cm}
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Box Shaded
+position "t"
+hor_pos "c"
+has_inner_box 0
+inner_pos "t"
+use_parbox 0
+width "100col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+
+\color yellow
+This is yellow text in a
+\color none
+\family sans
+\color yellow
+shaded background
+\family default
+\color none
+\color yellow
+box with dark green background.
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+fboxsep}{3pt}
+\end_layout
+
+\begin_layout Plain Layout
+
+
+\backslash
+definecolor{shadecolor}{rgb}{1,0,0}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+Changed lengths and widths are valid for all boxes following the commands
+ that change them.
+\end_layout
+
+\begin_layout Section
+Minipages
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Minipages"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Minipages
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Minipages are treated by LaTeX as pages within pages and can therefore for
+ example have their own footnotes.
+\end_layout
+
+\begin_layout Standard
+Minipages are useful when you write documents with different languages.
+\end_layout
+
+\begin_layout Standard
+Below are two example minipages side by side.
+ Their width is set to 45
+\begin_inset space \thinspace{}
+\end_inset
+
+col% and they are separated by a horizontal fill, that was inserted via
+ the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Special
+\begin_inset space ~
+\end_inset
+
+Formatting\SpecialChar \menuseparator
+Horizontal
+\begin_inset space ~
+\end_inset
+
+Fill
+\family default
+.
+\begin_inset Newpage newpage
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "45col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+
+\lang german
+Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+
+\lang german
+Dies ist eine deutsche Fußnote.
+\end_layout
+
+\end_inset
+
+.
+ Dies ist ein deutscher Text.
+ Dies ist ein deutscher Text.
+\end_layout
+
+\end_inset
+
+
+\begin_inset space \hfill{}
+\end_inset
+
+
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "45col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+ This is an English Text.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+This is an English footnote.
+\end_layout
+
+\end_inset
+
+ This is an English Text.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+Another application for minipages are footnotes within tables.
+ Due to a LaTeX restriction footnotes within tables doesn't appear at the
+ bottom of the current page.
+ But when you put the table with the footnote to a minipage, the footnote
+ will appear at its bottom, numbered with Latin letters.
+ The footnote number is reset to 1 in every minipage but not outside the
+ minipages.
+\end_layout
+
+\begin_layout Standard
+The footnote of this table doesn't appear: 
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="4">
+<features>
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+1
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+2
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+3
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+This is a footnote within a table.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+4
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+a
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+b
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+c
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+d
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+e
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+f
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+g
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\align center
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "30col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status open
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="4">
+<features>
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<column alignment="center" valignment="top" width="0pt">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+1
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+2
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+3
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+This is a footnote within a table.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+4
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+a
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+b
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+c
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+d
+\end_layout
+
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+e
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+f
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+g
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+The document-wide paragraph settings are ignored within minipages.
+ That means that there will be no space between paragraphs in minipages
+ although you set it to e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+
+\family sans
+MedSkip
+\family default
+ in the document settings.
+\end_layout
+
+\begin_layout Standard
+Minipages can also be used to set a background color for text parts, see
+ section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Color-for-Paragraphs"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ You cannot have floats or margin notes inside minipages but minipages can
+ be used inside tables, floats, and other boxes.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+Parboxes
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Parboxes"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Parboxes
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Parboxes are very similar to minipages with the difference that they cannot
+ have footnotes.
+ The main difference to minipages is that minipages are in contrary to parboxes
+ no real boxes but LaTeX-environments.
+\end_layout
+
+\begin_layout Standard
+\align center
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 1
+width "33col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
+\begin_layout Plain Layout
+This a text within a parbox.
+ This a text within a parbox.
+\end_layout
+
+\begin_layout Plain Layout
+This footnote won't appear:
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+This footnote is inside a parbox and will therefore not appear.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+Boxes for Words and Characters
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! for Characters
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+Prevent Hyphenation
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Prevent-Hyphenation"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! to Prevent Hyphenation
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+You can use a special kind of boxes to prevent words or text to be hyphenated.
+\begin_inset Newline newline
+\end_inset
+
+Here is an example text:
+\end_layout
+
+\begin_layout Standard
+This line is an example to show how you can prevent the hyphenation of 
+\begin_inset Quotes eld
+\end_inset
+
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+To prevent the hyphenation of the word 
+\begin_inset Quotes eld
+\end_inset
+
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
+
+, add the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+mbox{
+\end_layout
+
+\begin_layout Standard
+in TeX-Code before the word.
+ Behind the word insert a closing brace 
+\begin_inset Quotes eld
+\end_inset
+
+
+\series bold
+}
+\series default
+
+\begin_inset Quotes erd
+\end_inset
+
+ in TeX-Code.
+\end_layout
+
+\begin_layout Standard
+This is the result:
+\end_layout
+
+\begin_layout Standard
+This line is an example to show how you can prevent the hyphenation of 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+mbox{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Quotes eld
+\end_inset
+
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
+
+.
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+You can alternatively set the command 
+\begin_inset Quotes eld
+\end_inset
+
+
+\series bold
+
+\backslash
+-
+\series default
+
+\begin_inset Quotes grd
+\end_inset
+
+ as TeX-Code directly before the word:
+\end_layout
+
+\begin_layout Standard
+This line is an example to show how you can prevent the hyphenation of 
+\begin_inset Quotes eld
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+-
+\end_layout
+
+\end_inset
+
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+Of course the word now protrudes over the side margin.
+ To avoid this, add via the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Special
+\begin_inset space ~
+\end_inset
+
+Formatting\SpecialChar \menuseparator
+Line
+\begin_inset space ~
+\end_inset
+
+Break
+\family default
+ (shortcut 
+\series bold
+Ctrl-Return
+\series default
+) a line break before the word:
+\end_layout
+
+\begin_layout Standard
+This line is an example to show how you can prevent the hyphenation of 
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+mbox{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Quotes eld
+\end_inset
+
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
+
+.
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+Vertical Alignment
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Vertical-Alignment"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! for Vertical Alignment
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Raiseboxes
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+With the help of the command 
+\series bold
+
+\backslash
+raisebox
+\series default
+ you can align words, characters or other boxes vertically to the surrounding
+ text.
+\series bold
+
+\backslash
+raisebox
+\series default
+ is used with the following scheme:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+raisebox{lift}[height][depth]{box content}
+\end_layout
+
+\begin_layout Standard
+The lift can be a positive value to raise the box or a negative value to
+ lower the box.
+\end_layout
+
+\begin_layout Standard
+To align for example the word 
+\begin_inset Quotes eld
+\end_inset
+
+preventing
+\begin_inset Quotes erd
+\end_inset
+
+ so that the bottom of the 
+\begin_inset Quotes eld
+\end_inset
+
+deepest
+\begin_inset Quotes erd
+\end_inset
+
+ character 
+\begin_inset Quotes eld
+\end_inset
+
+p
+\begin_inset Quotes erd
+\end_inset
+
+ is at the baseline, insert the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+raisebox{
+\backslash
+depth}{
+\end_layout
+
+\begin_layout Standard
+in TeX-Code before the word.
+ Behind the word insert a closing brace 
+\begin_inset Quotes eld
+\end_inset
+
+
+\series bold
+}
+\series default
+
+\begin_inset Quotes erd
+\end_inset
+
+ in TeX-Code.
+\begin_inset Newline newline
+\end_inset
+
+This is the result:
+\end_layout
+
+\begin_layout Standard
+This is a text line with the word 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+raisebox{
+\backslash
+depth}{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Quotes eld
+\end_inset
+
+preventing
+\begin_inset Quotes erd
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+ as raised word.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+When you raise or lower characters in a line, the line distance will be
+ spread:
+\end_layout
+
+\begin_layout Standard
+This is a text line with the word 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+raisebox{-
+\backslash
+depth}{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Quotes eld
+\end_inset
+
+preventing
+\begin_inset Quotes erd
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+ as lowered word.
+\begin_inset Newline newline
+\end_inset
+
+This is a text line with the word 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+raisebox{0.5cm}{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Quotes eld
+\end_inset
+
+testing
+\begin_inset Quotes erd
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+ as raised word.
+\end_layout
+
+\begin_layout Standard
+If you want to prevent this for a certain reason, set the box height to
+ a zero value.
+ For example use
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+raisebox{-
+\backslash
+depth}[0pt]{
+\end_layout
+
+\begin_layout Standard
+This is a text line with the word 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+raisebox{-
+\backslash
+depth}[0pt]{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Quotes eld
+\end_inset
+
+preventing
+\begin_inset Quotes erd
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+ as lowered word.
+\begin_inset Newline newline
+\end_inset
+
+This is a text line with the word 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+raisebox{0.5cm}[0pt]{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Quotes eld
+\end_inset
+
+testing
+\begin_inset Quotes erd
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+ as raised word.
+\end_layout
+
+\begin_layout Section
+Colored Boxes
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Colored-Boxes"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Color
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+Color for Text
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Color ! for Text
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+To color the background of text the text must be put into a so called 
+\begin_inset Quotes eld
+\end_inset
+
+colorbox
+\begin_inset Quotes erd
+\end_inset
+
+.
+ This requires that the LaTeX-package 
+\series bold
+color
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! color
+\end_layout
+
+\end_inset
+
+ is loaded in the document preamble with the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+@ifundefined{textcolor}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+{
+\backslash
+usepackage{color}}{}
+\end_layout
+
+\begin_layout Standard
+The package 
+\series bold
+color
+\series default
+ will be loaded automatically by LyX when you color text
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+To avoid that it is loaded twice the command 
+\series bold
+
+\backslash
+@ifundefined
+\series default
+ is used.
+\end_layout
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
+
+Colorboxes are created with the command 
+\series bold
+
+\backslash
+colorbox
+\series default
+.
+ This will be used with the following scheme:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+colorbox{color}{box content}
+\end_layout
+
+\begin_layout Standard
+The box content can also be a box and colorboxes can also be within other
+ boxes.
+\end_layout
+
+\begin_layout Standard
+The following colors are predefined:
+\begin_inset Newline newline
+\end_inset
+
+
+\family sans
+black
+\family default
+, 
+\family sans
+blue
+\family default
+, 
+\family sans
+cyan
+\family default
+\series bold
+,
+\series default
+\family sans
+green
+\family default
+, 
+\family sans
+magenta
+\family default
+, 
+\family sans
+red
+\family default
+, 
+\family sans
+white
+\family default
+, and 
+\family sans
+yellow
+\family default
+.
+\begin_inset Newline newline
+\end_inset
+
+You can also define your own color as described in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Tables"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+To have e.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+a red background for a word, insert the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+colorbox{red}{
+\end_layout
+
+\begin_layout Standard
+before the word in TeX-Code.
+ Behind the word insert a closing brace 
+\begin_inset Quotes eld
+\end_inset
+
+
+\series bold
+}
+\series default
+
+\begin_inset Quotes erd
+\end_inset
+
+ in TeX-Code.
+\begin_inset Newline newline
+\end_inset
+
+This is the result:
+\end_layout
+
+\begin_layout Standard
+This is a line where the word 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+colorbox{red}{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Quotes eld
+\end_inset
+
+Attention!
+\begin_inset Quotes erd
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+ has a red background.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+If you would have the box frame in a different color, you can use the command
+\series bold
+
+\backslash
+fcolorbox
+\series default
+ with the following scheme:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+fcolorbox{frame color}{box color}{box content}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+fcolorbox
+\series default
+ is an extension to 
+\series bold
+
+\backslash
+colorbox
+\series default
+.
+ The frame thickness and the space between the frame and the box content
+ can be adjusted with the lengths 
+\series bold
+
+\backslash
+fboxrule
+\series default
+ and 
+\series bold
+
+\backslash
+fboxsep
+\series default
+, respectively, as described in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Decoration"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+For the following example the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+fcolorbox{cyan}{magenta}{
+\end_layout
+
+\begin_layout Standard
+was used.
+\end_layout
+
+\begin_layout Standard
+Here is an example where the frame line thickness was set to 1
+\begin_inset space \thinspace{}
+\end_inset
+
+mm:
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fboxrule 1mm 
+\backslash
+fboxsep 1mm
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{cyan}{magenta}{
+\end_layout
+
+\end_inset
+
+This is text within a colored, framed box.
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+Of course you can also have colored text inside a colorbox:
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{cyan}{magenta}{
+\end_layout
+
+\end_inset
+
+
+\color yellow
+This is colored text within a colored, framed box.
+\color none
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+fboxrule 0.4pt 
+\backslash
+fboxsep 3pt
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+
 \series bold
+\begin_inset VSpace medskip
+\end_inset
 
-\backslash
-fboxrule
-\series default
-, the shadow has a width of 4\InsetSpace \thinspace{}
-pt.
-\begin_inset Box Shadowbox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "20col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
 
-\begin_layout Standard
-\align center
-Shadow box
 \end_layout
 
-\end_inset
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
+\begin_layout Plain Layout
 
+\series bold
+Note:
+\series default
+ Text in colorboxes cannot have line breaks.
+ To color multiple text lines or paragraphs, use a box inside a colorbox
+ as described in the following.
 \end_layout
 
-\begin_layout Description
-Double\InsetSpace ~
-box This draws a double-line rectangle frame around the box.
- The line thickness of the inner frame is 0.75\InsetSpace \thinspace{}
+\end_inset
 
-\series bold
 
-\backslash
-fboxrule
-\series default
-, the thickness of the outer frame is 1.5\InsetSpace \thinspace{}
+\end_layout
 
-\series bold
+\begin_layout Subsection
+Color for Paragraphs
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Color-for-Paragraphs"
 
-\backslash
-fboxrule
-\series default
-.
- The distance between the lines is 1.5\InsetSpace \thinspace{}
+\end_inset
 
-\series bold
 
-\backslash
-fboxrule
-\series default
-\InsetSpace \thinspace{}
-+\InsetSpace \thinspace{}
-0.5\InsetSpace \thinspace{}
-pt.
-\begin_inset Box Doublebox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "20col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-\align center
-Double box
+\begin_layout Plain Layout
+Color ! for Paragraphs
 \end_layout
 
 \end_inset
@@ -24098,185 +29273,194 @@ Double box
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-LyX's box label will change to the used frame style when you set a frame.
- To be able to use the different frame styles, the LaTeX-package 
+To set the background color for more than one text line, put the text into
+ a minipage.
+ Before the minipage insert the 
 \series bold
-fancybox
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! fancybox"
 
-\end_inset
-
- must be installed.
+\backslash
+colorbox
+\series default
+ command
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
 
-The default value for the size 
 \series bold
 
 \backslash
-fboxrule
-\series default
- is 0.4\InsetSpace \thinspace{}
-pt.
- It can be changed with the following command in ERT to e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-2\InsetSpace \thinspace{}
-pt:
+colorbox{color}{
 \end_layout
 
 \begin_layout Standard
+in TeX-Code.
+ Behind the minipage insert a closing brace 
+\begin_inset Quotes eld
+\end_inset
+
 
 \series bold
+}
+\series default
 
-\backslash
-setlength{
-\backslash
-fboxrule}{2pt}
+\begin_inset Quotes erd
+\end_inset
+
+ in TeX-Code.
 \end_layout
 
 \begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-setlength{
-\backslash
-fboxrule}{2pt}
+colorbox{lightgrey}{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Box Boxed
-position "c"
+\begin_inset Box Frameless
+position "t"
 hor_pos "c"
 has_inner_box 1
-inner_pos "c"
+inner_pos "t"
 use_parbox 0
-width "25col%"
+width "100col%"
 special "none"
 height "1in"
 height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
-\align center
-Rectangular box with 
-\series bold
-
-\backslash
-fboxrule
-\series default
-\InsetSpace \thinspace{}
-=\InsetSpace \thinspace{}
-2\InsetSpace \thinspace{}
-pt
+\begin_layout Plain Layout
+This is text with background color.
+ This is text with background color.
 \end_layout
 
+\begin_layout Plain Layout
+\begin_inset VSpace defskip
 \end_inset
 
-
-\begin_inset ERT
+The text can have footnotes
+\begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
+Another example footnote
+\end_layout
 
+\end_inset
 
-\backslash
-setlength{
-\backslash
-fboxrule}{0.4pt}
+ and can include tables and figures.
 \end_layout
 
-\end_inset
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features>
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+a
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+!
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-The space between the frame and the box content is for all frame styles
- by default 3\InsetSpace \thinspace{}
-pt.
- You can change it by setting the length 
-\series bold
+\begin_layout Plain Layout
+3
+\end_layout
 
-\backslash
-fboxsep
-\series default
- to another value.
- For example the command
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+<
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
+b2
+\begin_inset Quotes erd
+\end_inset
 
-\backslash
-setlength{
-\backslash
-fboxsep}{10pt}
+|
 \end_layout
 
-\begin_layout Standard
-sets the value to 10\InsetSpace \thinspace{}
-pt, like for the following box:
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+>
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+1
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-setlength{
-\backslash
-fboxsep}{10pt}
+\begin_layout Plain Layout
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+c
+\end_layout
 
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "25col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
 
-\begin_layout Standard
-\align center
-Rectangular box with 
-\series bold
 
-\backslash
-fboxsep
-\series default
-\InsetSpace \thinspace{}
-=\InsetSpace \thinspace{}
-10\InsetSpace \thinspace{}
-pt
 \end_layout
 
 \end_inset
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
 
-\backslash
-setlength{
-\backslash
-fboxsep}{3pt}
+}
 \end_layout
 
 \end_inset
@@ -24299,111 +29479,82 @@ fboxsep}{3pt}
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-The diameter of the round corners of the oval boxes can be set with the
- command 
-\series bold
-
-\backslash
-cornersize
-\series default
-.
- The command
+\begin_layout Section
+Rotated and Scaled Boxes
 \end_layout
 
 \begin_layout Standard
-
+To use the the commands described in this section, the LaTeX-package 
 \series bold
+graphicx
+\series default
 
-\backslash
-cornersize*{1cm}
-\end_layout
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-sets the diameter to 1\InsetSpace \thinspace{}
-cm.
- The command
+\begin_layout Plain Layout
+LaTeX-packages ! graphicx
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
 
-\backslash
-cornersize{num}
+ needs to be loaded in the document preamble with the command
 \end_layout
 
 \begin_layout Standard
-sets the diameter to 
-\family sans
-num\InsetSpace \thinspace{}
-×\InsetSpace \thinspace{}
-minimum(width and heigth of box)
-\family default
-.
- The default is 
+
 \series bold
 
 \backslash
-cornersize{0.5}
-\series default
-.
-\end_layout
+@ifundefined{rotatebox}
+\begin_inset Newline newline
+\end_inset
+
 
-\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-cornersize*{1.5cm}
+hphantom{ }
 \end_layout
 
 \end_inset
 
-
-\begin_inset Box Ovalbox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "25col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
+{
+\backslash
+usepackage{graphicx}}{}
+\end_layout
 
 \begin_layout Standard
-\align center
-Oval box with 
-\series bold
+\begin_inset Note Greyedout
+status open
 
-\backslash
-cornersize
+\begin_layout Plain Layout
+
+\series bold
+Note:
 \series default
-\InsetSpace \thinspace{}
-=\InsetSpace \thinspace{}
-1.5\InsetSpace \thinspace{}
-cm
+ Some DVI-viewers can't display rotated or scaled material.
 \end_layout
 
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\end_layout
 
 \begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
+\begin_layout Plain Layout
 
-\backslash
-cornersize{0.5}
+\series bold
+Note:
+\series default
+ Floats mustn't be inside a rotated or scaled box.
 \end_layout
 
 \end_inset
@@ -24411,294 +29562,302 @@ cornersize{0.5}
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-The size of the shadow can be adjusted by changing the length 
-\series bold
+\begin_layout Subsection
+Rotated Boxes
+\begin_inset Index
+status collapsed
 
-\backslash
-shadowsize
-\series default
-.
- It it set to 2\InsetSpace \thinspace{}
-pt for the following box by this command:
+\begin_layout Plain Layout
+Boxes ! rotated
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-setlength{
-\backslash
-shadowsize}{2pt}
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Rotated material
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
 
+\begin_inset Index
+status collapsed
 
-\backslash
-setlength{
-\backslash
-shadowsize}{2pt}
+\begin_layout Plain Layout
+Figures ! rotated
 \end_layout
 
 \end_inset
 
 
-\begin_inset Box Shadowbox
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "25col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-\align center
-Shadow box with 
-\series bold
-
-\backslash
-shadowsize
-\series default
-\InsetSpace \thinspace{}
-=\InsetSpace \thinspace{}
-2\InsetSpace \thinspace{}
-pt
+\begin_layout Plain Layout
+Table Customization ! Rotating
 \end_layout
 
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\end_layout
 
 \begin_layout Standard
+To rotate material, you can put it into a rotated box.
+ Such a box is created using the command 
+\series bold
 
-
-\backslash
-setlength{
 \backslash
-shadowsize}{4pt}
+rotatebox
+\series default
+ in TeX-Code with the following scheme:
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
 
+\backslash
+rotatebox[rotation origin]{rotation angle}{box content}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-Changed lengths and widths are valid for all boxes following the commands
- that change them.
+The rotation origin is specified in the form 
+\series bold
+origin=position
+\series default
+.
+ The following positions are possible: 
+\emph on
+c
+\emph default
+ (center), 
+\emph on
+l
+\emph default
+ (left), 
+\emph on
+r
+\emph default
+ (right), 
+\emph on
+b
+\emph default
+ (bottom), 
+\emph on
+t
+\emph default
+ (top), and also expedient combinations of the four base positions.
+ For example 
+\emph on
+lt
+\emph default
+ means, that the rotation origin is at the top left corner of the box.
+ When no rotation origin is specified, the position 
+\emph on
+l
+\emph default
+ will be used.
+ The rotation angle is a number that can be negative that specifies the
+ angle in degrees.
+ The rotation direction is counterclockwise.
 \end_layout
 
-\begin_layout Section
-Minipages
-\begin_inset LatexCommand label
-name "sec:Minipages"
+\begin_layout Standard
+In the following example the command 
+\series bold
 
+\backslash
+rotatebox[origin=c]{60}{
+\series default
+ was inserted as TeX-Code before the text 
+\begin_inset Quotes eld
 \end_inset
 
-
-\begin_inset LatexCommand index
-name "Boxes ! Minipages"
-
+with rotated
+\begin_inset Quotes erd
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
-Minipages are treated by LaTeX as pages within pages and can therefore for
- example have their own footnotes.
+; after the text the box was closed by a closing brace 
+\series bold
+}
+\series default
+ in TeX-Code.
 \end_layout
 
 \begin_layout Standard
-Minipages are useful when you write documents with different languages.
-\end_layout
+This is a line 
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-Below are two example minipages side by side.
- Their width is set to 45\InsetSpace \thinspace{}
-col% and they are separated by a horizontal fill,
- that was inserted via the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Special\InsetSpace ~
-Formatting\SpecialChar \menuseparator
-Horizontal\InsetSpace ~
-Fill
-\family default
-.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "45col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
 
-\begin_layout Standard
+\backslash
+rotatebox[origin=c]{60}{
+\end_layout
 
-\lang german
-Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text
-\begin_inset Foot
+\end_inset
+
+with rotated
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\lang german
-Dies ist eine deutsche Fußnote.
+}
 \end_layout
 
 \end_inset
 
-.
- Dies ist ein deutscher Text.
- Dies ist ein deutscher Text.
+ text.
 \end_layout
 
-\end_inset
+\begin_layout Standard
+The box content can also be another box or an inline formula:
+\end_layout
+
+\begin_layout Standard
+This is a line
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
-\hfill
 
-\begin_inset Box Frameless
-position "t"
+\backslash
+rotatebox[origin=r]{-60}{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Box Doublebox
+position "c"
 hor_pos "c"
-has_inner_box 1
+has_inner_box 0
 inner_pos "c"
 use_parbox 0
-width "45col%"
-special "none"
+width "1in"
+special "width"
 height "1in"
 height_special "totalheight"
-status open
+status collapsed
 
-\begin_layout Standard
-This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
- This is an English Text.
-\begin_inset Foot
+\begin_layout Plain Layout
+with rotated
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-This is an English footnote.
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
 
- This is an English Text.
+ framed text 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+rotatebox[origin=lb]{60}{
 \end_layout
 
 \end_inset
 
 
+\begin_inset Formula $\int A\,\mathrm{d}x=B$
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-Another application for minipages are footnotes within tables.
- Due to a LaTeX restriction footnotes within tables doesn't appear at the
- bottom of the current page.
- But when you put the table with the footnote to a minipage, the footnote
- will appear at its bottom, numbered with Latin letters.
- The footnote number is reset to 1 in every minipage but not outside the
- minipages.
+ and a formula.
 \end_layout
 
 \begin_layout Standard
-The footnote of this table doesn't appear: 
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="4">
-<features>
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+or an image or table:
+\end_layout
 
 \begin_layout Standard
-1
+This is a line
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+rotatebox[origin=lb]{90}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-2
+
+\begin_inset Graphics
+       filename clipart/platypus.eps
+       lyxscale 50
+       width 25col%
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-3
-\begin_inset Foot
+ with a rotated image 
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-This is a footnote within a table.
+\begin_layout Plain Layout
+
+
+\backslash
+rotatebox[origin=l]{-90}{
 \end_layout
 
 \end_inset
 
 
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features>
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+q
 \end_layout
 
 \end_inset
@@ -24706,354 +29865,383 @@ This is a footnote within a table.
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-4
+\begin_layout Plain Layout
+w
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-a
+\begin_layout Plain Layout
+e
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-b
+\begin_layout Plain Layout
+r
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+</row>
+</lyxtabular>
 
-\begin_layout Standard
-c
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-d
+ and table.
+\end_layout
+
+\begin_layout Subsection
+Scaled Boxes
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! scaled
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-e
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Scaled material
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-f
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Figures ! scaled
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-g
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization ! Scaling
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\end_layout
 
 \begin_layout Standard
-h
+To scale material the commands 
+\series bold
+
+\backslash
+scalebox
+\series default
+ and 
+\series bold
+
+\backslash
+resizebox
+\series default
+ can be used as TeX-Code.
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_layout Standard
 
-\end_inset
+\series bold
 
+\backslash
+scalebox
+\series default
+ is used with the following scheme:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
 
+\backslash
+scalebox{horizontal}[vertical]{box content}
 \end_layout
 
 \begin_layout Standard
-\align center
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "30col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
+Horizontal and vertical are the corresponding scaling factors.
+ If no vertical scaling factor is given, the horizontal factor will also
+ be used as vertical one.
+\end_layout
+
+\begin_layout Standard
+The command 
+\series bold
+
+\backslash
+scalebox{2}{Hello}
+\series default
+ creates for example a double size 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="4">
-<features>
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="top" leftline="true" width="0pt">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0pt">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-1
+\backslash
+scalebox{2}{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-2
+Hello
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+, compared to the document text size.
+\end_layout
 
 \begin_layout Standard
-3
-\begin_inset Foot
+
+\series bold
+
+\backslash
+scalebox{2}[1]{Hello}
+\series default
+ in contrary distorts the 
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-This is a footnote within a table.
+\begin_layout Plain Layout
+
+
+\backslash
+scalebox{2}[1]{
 \end_layout
 
 \end_inset
 
+Hello
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-4
+.
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-a
-\end_layout
+If a the scaling factor is negative, the box content will be mirrored.
+ Therefore the command 
+\series bold
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\backslash
+scalebox{-1}[1]{Hello}
+\series default
+ can be used to create mirror writing: 
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-b
-\end_layout
+\begin_layout Plain Layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-c
+\backslash
+scalebox{-1}[1]{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-d
-\end_layout
+Hello
+\begin_inset ERT
+status collapsed
 
-\end_inset
-</cell>
-</row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Plain Layout
 
-\begin_layout Standard
-e
+}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-f
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\end_layout
 
 \begin_layout Standard
-g
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\series bold
 
-\begin_layout Standard
-h
+\backslash
+scalebox{1}[-1]{Hello}
+\series default
+ reflects the 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+scalebox{1}[-1]{
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
+Hello
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
 
+\end_inset
 
+ at the base line.
 \end_layout
 
+\begin_layout Standard
+Equivalent to 
+\series bold
+
+\backslash
+scalebox{-1}[1]{box content}
+\series default
+ there exists the command
+\begin_inset Newline newline
 \end_inset
 
 
+\series bold
+
+\backslash
+reflectbox{box content}
+\series default
+.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-The document-wide paragraph settings are ignored within minipages.
- That means that there will be no space between paragraphs in minipages
- although you set it to e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+The command 
+\series bold
 
-\family sans
-MedSkip
-\family default
- in the document settings.
+\backslash
+resizebox
+\series default
+ is used to scale the box to a defined width and height.
+ The command scheme is:
 \end_layout
 
 \begin_layout Standard
-Minipages can also be used to set a background color for text parts, see
- section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sub:Color-for-Paragraphs"
 
-\end_inset
+\series bold
 
-.
+\backslash
+resizebox{width}{height}{box content}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+Is one of the two command arguments given as exclamation mark 
+\series bold
+!
+\series default
+, the size is set so that the aspect ratio of the box content is kept.
+\end_layout
 
 \begin_layout Standard
-
+The command 
 \series bold
-Note:
+
+\backslash
+resizebox{2cm}{1cm}{Hello}
 \series default
- You cannot have floats or margin notes inside minipages but minipages can
- be used inside tables, floats, and other boxes.
-\end_layout
+ produces: 
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+resizebox{2cm}{1cm}{
 \end_layout
 
-\begin_layout Section
-Parboxes
-\begin_inset LatexCommand label
-name "sec:Parboxes"
-
 \end_inset
 
+Hello
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\begin_inset LatexCommand index
-name "Boxes ! Parboxes"
+}
+\end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
-Parboxes are very similar to minipages with the difference that they cannot
- have footnotes.
- The main difference to minipages is that minipages are in contrary to parboxes
- no real boxes but LaTeX-environments.
-\end_layout
+The command 
+\series bold
 
-\begin_layout Standard
-\align center
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 1
-width "33col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\backslash
+resizebox{2cm}{!}{Hello}
+\series default
+ produces: 
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-This a text within a parbox.
- This a text within a parbox.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-This footnote won't appear:
-\begin_inset Foot
-status collapsed
 
-\begin_layout Standard
-This footnote is inside a parbox and will therefore not appear.
+\backslash
+resizebox{2cm}{!}{
 \end_layout
 
 \end_inset
 
+Hello
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
@@ -25061,26 +30249,34 @@ This footnote is inside a parbox and will therefore not appear.
 
 \end_layout
 
-\begin_layout Section
-Boxes for Words and Characters
-\begin_inset LatexCommand index
-name "Boxes ! for Characters"
-
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
-\end_layout
+\begin_inset Note Greyedout
+status open
 
-\begin_layout Subsection
-Prevent Hyphenation
-\begin_inset LatexCommand label
-name "sec:Prevent-Hyphenation"
+\begin_layout Plain Layout
 
-\end_inset
+\series bold
+Note:
+\series default
+ When arguments of 
+\series bold
 
+\backslash
+scalebox
+\series default
+ or 
+\series bold
 
-\begin_inset LatexCommand index
-name "Boxes ! to Prevent Hyphenation"
+\backslash
+resizebox
+\series default
+ are set to zero, no LaTeX-errors occur when exporting the document but
+ the exported files can not or only partly be displayed.
+\end_layout
 
 \end_inset
 
@@ -25088,62 +30284,68 @@ name "Boxes ! to Prevent Hyphenation"
 \end_layout
 
 \begin_layout Standard
-You can use a special kind of boxes to prevent words or text to be hyphenated.
-\newline
-Her
-e is an example text:
-\end_layout
+\begin_inset VSpace bigskip
+\end_inset
+
 
-\begin_layout Standard
-This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-veryver
-ylongwords.
 \end_layout
 
 \begin_layout Standard
-To prevent the hyphenation of the word 
-\begin_inset Quotes eld
+The boxes can be combined in any order.
+ E.
+\begin_inset space \thinspace{}
 \end_inset
 
-veryverylongwords
-\begin_inset Quotes erd
+g.
+\begin_inset space ~
 \end_inset
 
-, add the command
-\end_layout
+the command
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
 
 \series bold
 
 \backslash
-mbox{
+rotatebox[origin=c]{-45}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{Hello}}}
+\begin_inset Newline newline
+\end_inset
+
+
+\series default
+produces:
 \end_layout
 
 \begin_layout Standard
-in ERT before the word.
- Behind the word insert a closing brace 
-\begin_inset Quotes eld
-\end_inset
+\align center
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
-\series bold
-}
-\series default
 
-\begin_inset Quotes erd
+\backslash
+rotatebox[origin=c]{-45}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{
+\end_layout
+
 \end_inset
 
- in ERT.
+Hello
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
 
-\backslash
-pagebreak 
+}}}
 \end_layout
 
 \end_inset
@@ -25152,808 +30354,1024 @@ pagebreak
 \end_layout
 
 \begin_layout Standard
-This is the result:
+\noindent
+Images, tables, and inline formulas are allowed as box content:
 \end_layout
 
 \begin_layout Standard
-This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-
+\align center
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-mbox{
+rotatebox[origin=c]{-30}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{
 \end_layout
 
 \end_inset
 
-veryverylongwords.
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
 
-}
-\end_layout
+\begin_inset Graphics
+       filename clipart/platypus.eps
+       lyxscale 50
+       width 25col%
 
 \end_inset
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-Of course the word now protrudes over the side margin.
- To avoid this, add via the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Special\InsetSpace ~
-Formatting\SpecialChar \menuseparator
-Line\InsetSpace ~
-Break
-\family default
- (shortcut 
-\series bold
-Ctrl-Return
-\series default
-) a line break before the word:
+\begin_layout Plain Layout
+
+}}}
 \end_layout
 
-\begin_layout Standard
-This line is an example to show how you can prevent the hyphenation of e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+\end_inset
 
-\newline
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-mbox{
+rotatebox[origin=c]{-45}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{
 \end_layout
 
 \end_inset
 
-veryverylongwords.
-\begin_inset ERT
-status collapsed
 
-\begin_layout Standard
+\begin_inset Tabular
+<lyxtabular version="3" rows="2" columns="2">
+<features>
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-}
+\begin_layout Plain Layout
+q
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+w
 \end_layout
 
-\begin_layout Subsection
-Vertical Alignment
-\begin_inset LatexCommand label
-name "sub:Vertical-Alignment"
-
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
-\begin_inset LatexCommand index
-name "Boxes ! for Vertical Alignment"
+\begin_layout Plain Layout
+e
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+r
+\end_layout
 
-\begin_inset LatexCommand index
-name "Boxes ! Raiseboxes"
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}}}
 \end_layout
 
-\begin_layout Standard
-With the help of the command 
-\series bold
+\end_inset
 
-\backslash
-raisebox
-\series default
- you can align words, characters or other boxes vertically to the surrounding
- text.
-\series bold
 
-\backslash
-raisebox
-\series default
- is used with the following scheme:
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-raisebox{lift}[height][depth]{box content}
-\end_layout
-
-\begin_layout Standard
-The lift can be a positive value to raise the box or a negative value to
- lower the box.
+rotatebox[origin=c]{-45}{
+\backslash
+resizebox{2cm}{!}{
+\backslash
+reflectbox{
 \end_layout
 
-\begin_layout Standard
-To align for example the word 
-\begin_inset Quotes eld
 \end_inset
 
-preventing
-\begin_inset Quotes erd
-\end_inset
 
- so that the bottom of the 
-\begin_inset Quotes eld
+\begin_inset Formula $\int A\,\mathrm{d}x=B$
 \end_inset
 
-deepest
-\begin_inset Quotes erd
-\end_inset
 
- character 
-\begin_inset Quotes eld
-\end_inset
+\begin_inset ERT
+status collapsed
 
-p
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Plain Layout
 
- is at the baseline, insert the command
+}}}
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-raisebox{
-\backslash
-depth}{
 \end_layout
 
 \begin_layout Standard
-in ERT before the word.
- Behind the word insert a closing brace 
+When the global formula style 
+\series bold
+fleqn
+\series default
+ is used in the document
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+When 
 \begin_inset Quotes eld
 \end_inset
 
+fleqn
+\begin_inset Quotes erd
+\end_inset
 
-\series bold
-}
-\series default
+ is added to the document class options.
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
 
- in ERT.
-\newline
-This is the result:
+, also display formulas can be scaled.
 \end_layout
 
-\begin_layout Standard
-This is a text line with the word 
-\begin_inset ERT
+\begin_layout Chapter
+External Stuff
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
+External Stuff
+\end_layout
 
+\end_inset
 
-\backslash
-raisebox{
-\backslash
-depth}{
+
+\end_layout
+
+\begin_layout Standard
+With the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+File
+\family default
+ you can insert external material to your document.
+ This can be:
 \end_layout
 
+\begin_layout Description
+LyX
+\begin_inset space ~
 \end_inset
 
+Document Another LyX document; its content is directly inserted to your
+ document.
+\end_layout
 
-\begin_inset Quotes eld
+\begin_layout Description
+Plain
+\begin_inset space ~
 \end_inset
 
-preventing
-\begin_inset Quotes erd
-\end_inset
+Text A text document; every of its text lines is inserted to your document
+ as own paragraph.
+\end_layout
 
+\begin_layout Description
+Plain
+\begin_inset space ~
+\end_inset
 
-\begin_inset ERT
-status collapsed
+Text,
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
+Join
+\begin_inset space ~
+\end_inset
 
-}
+Lines A text document; its text lines are inserted as they are.
+ Empty text lines creates a new paragraph in your document.
 \end_layout
 
+\begin_layout Description
+External
+\begin_inset space ~
 \end_inset
 
- as raised word.
+Material Files in various formats.
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+\begin_layout Description
+Child
+\begin_inset space ~
 \end_inset
 
-When you raise or lower characters in a line, the line distance will be
- spread:
+Document LyX or LaTeX-documents.
 \end_layout
 
-\begin_layout Standard
-This is a text line with the word 
-\begin_inset ERT
+\begin_layout Section
+External Material
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-
-\backslash
-raisebox{-
-\backslash
-depth}{
+\begin_layout Plain Layout
+External Stuff ! External Material
 \end_layout
 
 \end_inset
 
 
-\begin_inset Quotes eld
-\end_inset
+\end_layout
 
-preventing
-\begin_inset Quotes erd
+\begin_layout Standard
+The external material feature allows you to insert files to your document
+ without converting them previously to a format that can be read by the
+ document output format because LyX takes care of needed conversions.
+ This is similar to images that can be inserted in various image formats
+ to LyX documents.
+\end_layout
+
+\begin_layout Standard
+External material can be inserted via the 
+\family sans
+External Material
+\family default
+ dialog that is accessible with the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+File\SpecialChar \menuseparator
+External
+\begin_inset space ~
 \end_inset
 
+Material
+\family default
+.
+ Currently the following file types (
+\family sans
+Templates
+\family default
+) are allowed:
+\end_layout
+
+\begin_layout Description
+ChessDiagram This template supports chess position diagrams made with the
+ programas 
+\series bold
+
+\begin_inset CommandInset href
+LatexCommand href
+name "XBoard"
+target "http://en.wikipedia.org/wiki/XBoard"
 
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
 
-}
+\series default
+.
 \end_layout
 
+\begin_layout Description
+Date This inserts the date in the form 
+\emph on
+Day-Month-Year
+\emph default
+.
+ This is a date inserted as external material: 
+\begin_inset External
+       template Date
+       filename .
+
 \end_inset
 
- as lowered word.
-\newline
-This is a text line with the word 
-\begin_inset ERT
-status collapsed
 
-\begin_layout Standard
+\begin_inset space ~
+\end_inset
 
 
-\backslash
-raisebox{0.5cm}{
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+Remove the protected space when bug 4398 is fixed!
 \end_layout
 
 \end_inset
 
 
-\begin_inset Quotes eld
-\end_inset
-
-testing
-\begin_inset Quotes erd
+\begin_inset Newline newline
 \end_inset
 
+The date is not shown within LyX, only in the output.
+ There are two other methods of inserting a date: Via menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Date
+\family default
+ and with the LaTeX command 
+\series bold
 
-\begin_inset ERT
-status collapsed
+\backslash
+today
+\series default
+ as TeX-Code.
+ The different methods are compared in Table
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
 
-}
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Comparison-of-the"
 
 \end_inset
 
- as raised word.
+.
 \end_layout
 
-\begin_layout Standard
-If you want to prevent this for a certain reason, set the box height to
- a zero value.
- For example use
-\end_layout
+\begin_layout Description
+LilyPond This template is used for music notation typeset with the program
+\begin_inset Newline linebreak
+\end_inset
 
-\begin_layout Standard
 
 \series bold
 
-\backslash
-raisebox{-
-\backslash
-depth}[0pt]{
-\end_layout
-
-\begin_layout Standard
-This is a text line with the word 
-\begin_inset ERT
-status collapsed
+\begin_inset CommandInset href
+LatexCommand href
+name "LilyPond"
+target "http://en.wikipedia.org/wiki/LilyPond"
 
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-raisebox{-
-\backslash
-depth}[0pt]{
+\series default
+.
 \end_layout
 
+\begin_layout Description
+RasterImage This can be used for bitmap images.
+ Nearly all popular image formats are supported.
+ The image can be treated in the 
+\family sans
+External material
+\family default
+ dialog like the images that are usually included via the 
+\family sans
+Graphics
+\family default
+ dialog as described in section
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset Quotes eld
-\end_inset
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Graphics-Dialog"
 
-preventing
-\begin_inset Quotes erd
 \end_inset
 
+.
+ The difference is that only raster images are allowed, that means that
+ PDF and EPS-images are not supported.
+\end_layout
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\begin_layout Description
+XFig This template supports images created with the program 
+\series bold
 
-}
-\end_layout
+\begin_inset CommandInset href
+LatexCommand href
+name "Xfig"
+target "http://en.wikipedia.org/wiki/Xfig"
 
 \end_inset
 
- as lowered word.
-\newline
-This is a text line with the word 
-\begin_inset ERT
-status collapsed
+
+\series default
+.
+\end_layout
 
 \begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
 
+\begin_layout Plain Layout
+\begin_inset Caption
 
-\backslash
-raisebox{0.5cm}[0pt]{
-\end_layout
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Comparison-of-the"
 
 \end_inset
 
+Comparison of the date input methods.
+\end_layout
 
-\begin_inset Quotes eld
-\end_inset
-
-testing
-\begin_inset Quotes erd
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="4">
+<features>
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-}
+\begin_layout Plain Layout
+Document format
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
- as raised word.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Section
-Colored Boxes
-\begin_inset LatexCommand label
-name "sec:Colored-Boxes"
+\family sans
+External Material\SpecialChar \menuseparator
+Date
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\begin_inset LatexCommand index
-name "Boxes ! Color"
+\family sans
+Insert\SpecialChar \menuseparator
+Date
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+command 
+\series bold
 
+\backslash
+today
 \end_layout
 
-\begin_layout Subsection
-Color for Text
-\begin_inset LatexCommand index
-name "Color ! for Text"
-
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+LyX
 \end_layout
 
-\begin_layout Standard
-To color the background of text the text must be put into a so called colorbox.
- This requires that the LaTeX-package 
-\series bold
-color
-\series default
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! color"
+\begin_layout Plain Layout
+as inset box
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
- is loaded in the document preamble with the command
+\begin_layout Plain Layout
+as date
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-@ifundef\SpecialChar \textcompwordmark{}
-ined{textcolor}
-\newline
+\begin_layout Plain Layout
+as TeX-Code inset box
+\end_layout
 
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+LaTeX
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-hphantom{ }
+\begin_layout Plain Layout
+as date
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-{
-\backslash
-usepackage{color}}{}
+\begin_layout Plain Layout
+as date
 \end_layout
 
-\begin_layout Standard
-The package 
-\series bold
-color
-\series default
- will be loaded automatically by LyX when you color text
-\begin_inset Foot
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-To avoid that it is loaded twice the command 
-\series bold
+\begin_layout Plain Layout
+as command
+\end_layout
 
-\backslash
-@ifundef\SpecialChar \textcompwordmark{}
-ined
-\series default
- is used.
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+DVI, PDF, PS
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-.
+\begin_layout Plain Layout
+as date
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace medskip
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-Colorboxes are created with the command 
-\series bold
+\begin_layout Plain Layout
+as date
+\end_layout
 
-\backslash
-colorbox
-\series default
-.
- This will be used with the following scheme:
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+as date
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
 
-\series bold
 
-\backslash
-colorbox{color}{box content}
 \end_layout
 
-\begin_layout Standard
-The box content can also be a box and colorboxes can also be within other
- boxes.
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
-The following colors are predefined:
-\newline
-
-\family sans
-black
-\family default
-, 
-\family sans
-blue
-\family default
-, 
+When you use the option 
 \family sans
-cyan
+Draft
 \family default
-\series bold
-, 
+ in the 
 \family sans
-\series default
-green
+File
 \family default
-, 
+ tab of the 
 \family sans
-magenta
+External Material
 \family default
-, 
+ dialog, only the path to the inserted file is shown in the output.
+\begin_inset Newline newline
+\end_inset
+
+External material is displayed in LyX either as box like this: 
+\begin_inset Graphics
+       filename clipart/ExternalMaterialQt4.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+ or as image, depending on the setting in the 
 \family sans
-red
+LyX
+\begin_inset space ~
+\end_inset
+
+View
 \family default
-, 
+ tab of the 
 \family sans
-white
+External Material
 \family default
-, and 
+ dialog.
+\end_layout
+
+\begin_layout Standard
+The 
 \family sans
-yellow
+\emph on
+Customization
 \family default
-.
-\newline
-You can also define your own color as described in section\InsetSpace ~
+\emph default
+ manual explains how you can define your own templates.
+\end_layout
 
-\begin_inset LatexCommand ref
-reference "sec:Colored-Tables"
+\begin_layout Section
+Child Documents
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Child-Documents"
 
 \end_inset
 
-.
-\end_layout
-
-\begin_layout Standard
-To have e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-a red background for a word, insert the command
-\end_layout
-
-\begin_layout Standard
 
-\series bold
+\begin_inset Index
+status collapsed
 
-\backslash
-colorbox{red}{
+\begin_layout Plain Layout
+External Stuff ! Child Documents
 \end_layout
 
-\begin_layout Standard
-before the word in ERT.
- Behind the word insert a closing brace 
-\begin_inset Quotes eld
 \end_inset
 
 
-\series bold
-}
-\series default
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Files ! Include
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
 
- in ERT.
-\newline
-This is the result:
+
 \end_layout
 
 \begin_layout Standard
-This is a line where the word 
-\begin_inset ERT
-status collapsed
+Child documents are used when you have a long document consisting of several
+ larger parts or sections.
+ For maintenance it is often useful and sometimes even required to split
+ the document in several files that can be revised separately.
+ The different documents are then the so called child documents and a master
+ document connects them to print the full document or parts of it.
+\end_layout
 
 \begin_layout Standard
-
-
-\backslash
-colorbox{red}{
-\end_layout
+Included documents are displayed in LyX as a box like this: 
+\begin_inset Graphics
+       filename clipart/ChildDocumentQt4.png
+       scale 85
+       scaleBeforeRotation
 
 \end_inset
 
-
-\begin_inset Quotes eld
+ To include child documents to a master document use the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+File\SpecialChar \menuseparator
+Child
+\begin_inset space ~
 \end_inset
 
-Attention!
-\begin_inset Quotes erd
+Documents
+\family default
+.
+ A dialog pops up where you can choose between four include methods:
+\end_layout
+
+\begin_layout Description
+Include You can include LyX and LaTeX-documents.
+ When you press the 
+\family sans
+Load
+\family default
+ button in the 
+\family sans
+Child Document
+\family default
+ dialog, the included documents will be opened in LyX in a new file tab
+ so that you can modify it.
+\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\end_layout
 
 \begin_layout Standard
-
-}
-\end_layout
+Here is a child document inserted using 
+\family sans
+Include
+\family default
+: 
+\begin_inset CommandInset include
+LatexCommand include
+filename "DummyDocument1.lyx"
 
 \end_inset
 
- has a red background.
+
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+The section numbering includes the sections of the included files in the
+ order they are inserted in the master document.
+ The included example document has for example a subsection that is numbered
+ as subsection of this section.
+ Labels of included documents can be referenced: Subsection
+\begin_inset space ~
 \end_inset
 
-If you would have the box frame in a different color, you can use the command
-\series bold
 
-\backslash
-fcolorbox
-\series default
- with the following scheme:
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:External-Subsection-1"
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-fcolorbox{frame color}{box color}{box content}
 \end_layout
 
 \begin_layout Standard
+The preamble of the child document is ignored, only the preamble of the
+ master document is used.
+ Included documents are inserted starting on a new page and end with a page
+ break.
+\end_layout
 
+\begin_layout Standard
+With the LaTeX-command 
 \series bold
 
 \backslash
-fcolorbox
+includeonly 
 \series default
- is an extension to 
+you can specify which included child documents are processed when the output
+ is generated.
+ This is useful when you are perhaps only working on a certain chapter of
+ your large document as this saves compiling time.
 \series bold
 
 \backslash
-colorbox
+includeonly
 \series default
-.
- The frame thickness and the space between the frame and the box content
- can be adjusted with the lengths 
-\series bold
+ is inserted to the master document preamble.
+ It takes a comma-separated list of the filenames as argument, e.g.
+\end_layout
+
+\begin_layout Standard
 
-\backslash
-fboxrule
-\series default
- and 
 \series bold
 
 \backslash
-fboxsep
-\series default
-, respectively, as described in section\InsetSpace ~
+includeonly{chapter1,chapter5}
+\end_layout
 
-\begin_inset LatexCommand ref
-reference "sec:Framed-Boxes"
+\begin_layout Standard
+will only process the included files named 
+\begin_inset Quotes eld
+\end_inset
 
+chapter1.lyx
+\begin_inset Quotes erd
 \end_inset
 
-.
-\end_layout
+ (or 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
-For the following example the command
-\end_layout
+chapter1.tex
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
+) and 
+\begin_inset Quotes eld
+\end_inset
 
-\series bold
+chapter5.lyx
+\begin_inset Quotes erd
+\end_inset
 
-\backslash
-fcolorbox{cyan}{magenta}{
+ .
 \end_layout
 
 \begin_layout Standard
-was used.
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ When you have included a LyX- or LaTeX-file, you are warned when you export/vie
+w the document in case that the child document uses another document class
+ than the master document as this will lead to unexpected outputs.
 \end_layout
 
-\begin_layout Standard
-Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
-mm:
-\newline
+\end_inset
 
-\begin_inset ERT
-status collapsed
 
-\begin_layout Standard
+\end_layout
 
+\begin_layout Description
+Input This method is very similar to the Include method.
+ The differences are:
+\end_layout
 
-\backslash
-fboxrule 1mm 
-\backslash
-fboxsep 1mm
+\begin_deeper
+\begin_layout Itemize
+Input files don't start with a new page and don't end with a page break.
 \end_layout
 
+\begin_layout Itemize
+Input files can be previewed in LyX when 
+\family sans
+Instant
+\begin_inset space ~
 \end_inset
 
+Preview
+\family default
+ is enabled in LyX's preferences under 
+\family sans
+Look
+\begin_inset space ~
+\end_inset
 
-\begin_inset ERT
-status collapsed
+and
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
+feel\SpecialChar \menuseparator
+Graphics
+\family default
+.
+\end_layout
 
+\begin_layout Itemize
+The LaTeX-command 
+\series bold
 
 \backslash
-fcolorbox{cyan}{magenta}{
+includeonly
+\series default
+ cannot be used.
 \end_layout
 
-\end_inset
-
-This is text within a colored, framed box.
-\begin_inset ERT
-status collapsed
-
+\end_deeper
 \begin_layout Standard
-
-}
-\end_layout
+Here is a child document inserted using 
+\family sans
+Input
+\family default
+: 
+\begin_inset CommandInset include
+LatexCommand input
+filename "DummyDocument2.lyx"
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+\begin_layout Description
+Verbatim With this method every text file can be included.
+ The file is shown in the output with its source code, no command used in
+ the text is invoked.
+ You can use the option 
+\family sans
+Mark spaces in output
+\family default
+ that displays the character 
+\begin_inset Quotes eld
 \end_inset
 
-Of course you can also have colored text inside a colorbox:
-\newline
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-fcolorbox{cyan}{magenta}{
+textvisiblespace 
 \end_layout
 
 \end_inset
 
 
-\color yellow
-This is colored text within a colored, framed box.
-\color none
-
-\begin_inset ERT
-status collapsed
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
+ for every space character in the source code.
+ The difference to the method via the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+File\SpecialChar \menuseparator
+Plain
+\begin_inset space ~
+\end_inset
 
-}
+Text
+\family default
+ is that the document content is not shown in LyX.
 \end_layout
 
-\end_inset
-
+\begin_layout Standard
+Here is a child document inserted as Verbatim: 
+\begin_inset CommandInset include
+LatexCommand verbatiminput
+filename "DummyTextDocument.txt"
 
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
 
+\begin_inset VSpace bigskip
+\end_inset
 
-\backslash
-fboxrule 0.4pt 
-\backslash
-fboxsep 3pt
-\end_layout
+Here is a child document inserted as Verbatim using the 
+\family sans
+Mark spaces in output
+\family default
+ option: 
+\begin_inset CommandInset include
+LatexCommand verbatiminput*
+filename "DummyTextDocument.txt"
 
 \end_inset
 
@@ -25961,9 +31379,7 @@ fboxsep 3pt
 \end_layout
 
 \begin_layout Standard
-
-\series bold
-\begin_inset VSpace medskip
+\begin_inset VSpace bigskip
 \end_inset
 
 
@@ -25973,14 +31389,17 @@ fboxsep 3pt
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
 \series default
- Text in colorboxes cannot have line breaks.
- To color multiple text lines or paragraphs, use a box inside a colorbox
- as described in the following.
+ As you can see in the examples above, the text of the documents included
+ as 
+\family sans
+verbatim
+\family default
+ is not broken at the end of the document lines.
 \end_layout
 
 \end_inset
@@ -25988,263 +31407,303 @@ Note:
 
 \end_layout
 
-\begin_layout Subsection
-Color for Paragraphs
-\begin_inset LatexCommand label
-name "sub:Color-for-Paragraphs"
-
+\begin_layout Description
+Listings This type is described in chapter
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Color ! for Paragraphs"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "cha:Program-Code-Listings"
 
 \end_inset
 
-
+.
 \end_layout
 
 \begin_layout Standard
-To set the background color for more than one text line, put the text into
- a minipage.
- Before the minipage insert the 
-\series bold
-
-\backslash
-colorbox
-\series default
- command
-\end_layout
+\begin_inset Note Greyedout
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-
-\backslash
-colorbox{color}{
+Note:
+\series default
+ Including the same document twice in a document using different methods
+ could cause LaTeX-problems.
 \end_layout
 
-\begin_layout Standard
-in ERT.
- Behind the minipage insert a closing brace 
-\begin_inset Quotes eld
 \end_inset
 
 
-\series bold
-}
-\series default
+\end_layout
+
+\begin_layout Chapter
+Program Code Listings
+\begin_inset CommandInset label
+LatexCommand label
+name "cha:Program-Code-Listings"
 
-\begin_inset Quotes erd
 \end_inset
 
- in ERT.
-\end_layout
 
-\begin_layout Standard
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-
-\backslash
-colorbox{lightgrey}{
+\begin_layout Plain Layout
+Listings
 \end_layout
 
 \end_inset
 
 
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-width "100col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-This is text with background color.
- This is text with background color.
+\begin_layout Plain Layout
+Program Code
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
 \end_inset
 
-The text can have footnotes
-\begin_inset Foot
+
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-Another example footnote
+\begin_layout Plain Layout
+Floats ! Listings
 \end_layout
 
 \end_inset
 
- and can include tables and figures.
+
 \end_layout
 
 \begin_layout Standard
-\align center
-\begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
-<features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+To include and typeset program code you can use the 
+\family sans
+Listings
+\family default
+ inset that can be inserted via the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Program Listing
+\family default
+.
+ The LaTeX-package 
+\series bold
+listings
+\series default
 
-\begin_layout Standard
-a
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! listings
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+ provides a powerful and flexible way to insert program source code to your
+ document.
+\end_layout
 
 \begin_layout Standard
-!
+When right-clicking on a listings inset a dialog pops up where you can set
+ the listings format.
 \end_layout
 
+\begin_layout Standard
+By default, a listing starts a new paragraph in the output.
+ The placement option 
+\family sans
+Inline
+\begin_inset space ~
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-3
+listing
+\family default
+ prints the listing inline like this: 
+\begin_inset listings
+lstparams "language={C++}"
+inline true
+status open
+
+\begin_layout Plain Layout
+
+int a=5;
 \end_layout
 
 \end_inset
-</cell>
-</row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-<
-\end_layout
 
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-b2
-\begin_inset Quotes erd
+The option 
+\family sans
+Float
+\family default
+ creates a listings float where you can specify the placement options 
+\begin_inset Quotes eld
 \end_inset
 
-|
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\family sans
+h
+\family default
 
-\begin_layout Standard
->
-\end_layout
+\begin_inset Quotes erd
+\end_inset
 
+, 
+\begin_inset Quotes eld
 \end_inset
-</cell>
-</row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-1
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\family sans
+t
+\family default
 
-\begin_layout Standard
-\end_layout
+\begin_inset Quotes erd
+\end_inset
 
+, 
+\begin_inset Quotes eld
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-c
-\end_layout
 
+\family sans
+b
+\family default
+
+\begin_inset Quotes erd
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
+, and 
+\begin_inset Quotes eld
 \end_inset
 
 
-\end_layout
+\family sans
+p
+\family default
+
+\begin_inset Quotes erd
+\end_inset
 
+ corresponding to the float placement options described in section
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Float-Placement"
 
-\begin_layout Standard
+\end_inset
 
-}
-\end_layout
+.
+ The placement options can be mixed and are inserted without any separation,
+ e.
+\begin_inset space \thinspace{}
+\end_inset
 
+g.
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Section
-URLs (Uniform Resource Locators)
-\begin_inset LatexCommand index
-name "URLs"
 
+\family sans
+htbp
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+.
+ The option 
+\begin_inset Quotes eld
 \end_inset
 
+h
+\begin_inset Quotes erd
+\end_inset
 
+ has sometimes no effect, but you don't need to use the 
+\family sans
+Float
+\family default
+ option in this case as also non-float listings can have captions and be
+ referenced.
 \end_layout
 
 \begin_layout Standard
-Links to web pages or email addresses can be inserted via the menu 
+You can add captions to listings with the menu 
 \family sans
 Insert\SpecialChar \menuseparator
-URL
+Caption
 \family default
 .
- The appearing URL dialog has two fields; the 
-\family sans
-URL
-\family default
- field and the 
-\family sans
-Name
-\family default
- field for the URL description, which will be typeset as plain text immediately
- before the URL.
+ Listings can be referenced like floats: Listing
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "lst:Example-Listing"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset listings
+lstparams "language=Python"
+inline false
+status open
+
+\begin_layout Plain Layout
+
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "lst:Example-Listing"
+
+\end_inset
+
+Example Listing float
+\end_layout
+
+\end_inset
+
+# Example listing float
+\end_layout
+
+\begin_layout Plain Layout
+
+def func(param):
 \end_layout
 
-\begin_layout Standard
-Here is an example URL: 
-\begin_inset LatexCommand url
-name "LyX's homepage"
-target "http://www.lyx.org"
+\begin_layout Plain Layout
+
+    'this is a python function'
+\end_layout
+
+\begin_layout Plain Layout
+
+    pass
+\end_layout
 
 \end_inset
 
@@ -26252,171 +31711,224 @@ target "http://www.lyx.org"
 \end_layout
 
 \begin_layout Standard
-The option 
-\family sans
-Generate\InsetSpace ~
-hyperlink
-\family default
- in the URL dialog has only an affect when you export your document to the
- format 
+When you have set a programming language in the listings dialog, the keywords
+ of this language will be recognized and specially typeset in the output.
+ In the example listings the Python keyword 
 \begin_inset Quotes eld
 \end_inset
 
+def
+\begin_inset Quotes erd
+\end_inset
+
+ is recognized and printed bold in the output.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
 
+\series bold
+Note:
+\series default
+ If you don't get bold keywords when using typewriter fonts, your typewriter
+ font probably doesn't provide a bold shape.
+ In this case select a different one in the menu 
 \family sans
-LinuxDoc
+Document\SpecialChar \menuseparator
+Settings\SpecialChar \menuseparator
+Fonts
 \family default
+.
+ (The fonts 
+\emph on
+LuxiMono, BeraMono
+\emph default
+ and 
+\emph on
+Courier
+\emph default
+ provide bold shapes.)
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
 
-.
+
 \end_layout
 
 \begin_layout Standard
-You cannot change the style of the link text.
- The text of the 
+In section 
 \family sans
-Name
+Line
+\begin_inset space ~
+\end_inset
+
+numbering
 \family default
- field will have the default text style of the document while the text of
- the 
+ of the listings dialog you can specify the line numbering style.
+ You can insert a number to specify which lines are numbered to the field
 \family sans
-URL
+Step
 \family default
- field will have the style 
+.
+ When you insert e.g.
 \begin_inset Quotes eld
 \end_inset
 
-
-\family sans
-Typewriter
-\family default
-
+3
 \begin_inset Quotes erd
 \end_inset
 
-.
+, only every 3rd line will be numbered.
 \end_layout
 
 \begin_layout Standard
-When you use the LaTeX-package 
-\series bold
-hyperref
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
+You can furthermore specify a range of lines, only these will then appear
+ in the output.
+ The option 
+\family sans
+Extended
+\begin_inset space ~
+\end_inset
 
+chars
+\family default
+ should be used when you use national characters like the German umlauts
+ in the listing.
+\begin_inset Newline newline
 \end_inset
 
- to link cross-references in the output, URLs will automatically become
- clickable hyperlinks in DVI and PDF-output.
-\end_layout
+Here is an example listing with left line numbering, step 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+3
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
+, language 
+\begin_inset Quotes eld
+\end_inset
 
-\series bold
-Note: 
-\series default
-When you use the following characters: "%", "#", "^", you have to write
- them with a preceding backslash, e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+Python
+\begin_inset Quotes erd
+\end_inset
 
+, options 
 \begin_inset Quotes eld
 \end_inset
 
+Extended
+\begin_inset space ~
+\end_inset
 
-\backslash
-#
+chars
 \begin_inset Quotes erd
 \end_inset
 
-.
- URLs must not end with a backslash.
-\end_layout
+ and 
+\begin_inset Quotes eld
+\end_inset
+
+Space
+\begin_inset space ~
+\end_inset
 
+as
+\begin_inset space ~
 \end_inset
 
+Symbol
+\begin_inset Quotes erd
+\end_inset
 
-\end_layout
+, range lines 3
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+-
+\begin_inset space \thinspace{}
 \end_inset
 
-To create real hyperlinks without the force to write the link location to
- the text, you can use the command
+8:
 \end_layout
 
 \begin_layout Standard
+\begin_inset listings
+lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
+inline false
+status open
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-href{link location}{link text}
+def func(param):
 \end_layout
 
-\begin_layout Standard
-in ERT.
- To get for example a link to LyX's web page, write the command
+\begin_layout Plain Layout
+
+    'this is a python function'
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
+    pass
+\end_layout
 
-\backslash
-href{http://www.lyx.org}{
+\begin_layout Plain Layout
+
+def func(param):
 \end_layout
 
-\begin_layout Standard
-in ERT.
- Insert after the command the link text 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Plain Layout
 
-LyX's homepage
-\begin_inset Quotes erd
-\end_inset
+'This is a German word: Tschüß'
+\end_layout
 
- as normal text followed by a closing brace 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Plain Layout
 
+pass
+\end_layout
 
-\series bold
-}
-\series default
+\begin_layout Plain Layout
 
-\begin_inset Quotes erd
-\end_inset
+def func(param):
+\end_layout
 
- in ERT.
- This is the result: 
-\begin_inset ERT
-status collapsed
+\begin_layout Plain Layout
 
-\begin_layout Standard
+'this is a python function'
+\end_layout
 
+\begin_layout Plain Layout
 
-\backslash
-href{http://www.lyx.org}{
+pass
 \end_layout
 
 \end_inset
 
-LyX's homepage
-\begin_inset ERT
-status collapsed
+
+\end_layout
 
 \begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
-}
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ Due to a bug in the 
+\series bold
+listings
+\series default
+ package the line numbering is shifted by a line by every previous listing.
+ That's the reason why the lines 2 and 5 are numbered in the above listing
+ and not the lines 3 and 6.
 \end_layout
 
 \end_inset
@@ -26425,133 +31937,175 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-To link to email addresses, add the prefix 
-\begin_inset Quotes eld
+\begin_inset VSpace bigskip
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+It is also possible to print lines from a file as listing.
+ To do this, use the menu 
 \family sans
-mailto:
+Insert\SpecialChar \menuseparator
+File\SpecialChar \menuseparator
+Child Document
+\family default
+ and choose the type 
+\family sans
+Listings
 \family default
+.
+\begin_inset Foot
+status collapsed
 
-\begin_inset Quotes erd
+\begin_layout Plain Layout
+The other child document types are described in section
+\begin_inset space ~
 \end_inset
 
- to the link location:
-\newline
-Email to 
-\begin_inset ERT
-status collapsed
 
-\begin_layout Standard
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Child-Documents"
 
+\end_inset
 
-\backslash
-href{mailto:lyx-docs@lists.lyx.org?subject=LyX's documentation}{
+.
 \end_layout
 
 \end_inset
 
-lyx-docs mailing list
-\begin_inset ERT
-status collapsed
+ In the child document dialog you can specify the listing parameters in
+ a text box.
+ To show a list of all available parameters, type in a question mark 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
+?
+\begin_inset Quotes erd
+\end_inset
 
-}
+ in the text box.
 \end_layout
 
-\end_inset
-
+\begin_layout Standard
+To reference child document listings, write a label text into the corresponding
+ field of the child document dialog.
+ The label can then be referenced using the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Cross-Reference
+\family default
 .
 \end_layout
 
 \begin_layout Standard
-Using 
-\series bold
+Listing
+\begin_inset space ~
+\end_inset
 
-\backslash
-href
-\series default
- instead of LyX's URL box has the advantage that you can specify the text
- style of the link text like for all other text parts.
- You can therefore set hyphenation points and forced linebreaks to have
- long link text broken at the page margin.
- You are furthermore able to change the text style for all URLs in your
- document with an option in 
-\series bold
-hyperref
-\series default
-'s load command and the restrictions mentioned above doesn't apply for 
-\series bold
 
-\backslash
-href
-\series default
-.
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "lst:file-listing"
 
-\begin_layout Standard
+\end_inset
 
-\newpage
+ is an example for a listing of a file; there the lines 10
+\begin_inset space \thinspace{}
+\end_inset
 
-\end_layout
+-
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Chapter
-\start_of_appendix
-Units available in 
-\begin_inset ERT
-status collapsed
+15 of this LyX file are listed.
+\end_layout
 
 \begin_layout Standard
+\begin_inset CommandInset include
+LatexCommand lstinputlisting
+filename "EmbeddedObjects.lyx"
+lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
+
+\end_inset
 
 
-\backslash
-texorpdfstring{
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
-LyX
-\begin_inset ERT
-status collapsed
+
+\end_layout
 
 \begin_layout Standard
+Global listings settings can be set in the 
+\family sans
+Document\SpecialChar \menuseparator
+Settings\SpecialChar \menuseparator
+Text Layout
+\family default
+ dialog.
+ To get there a list of available options, type in a question mark 
+\begin_inset Quotes eld
+\end_inset
 
-}{LyX}
-\end_layout
+?
+\begin_inset Quotes erd
+\end_inset
 
+ in the 
+\family sans
+Listings
+\begin_inset space ~
 \end_inset
 
+settings
+\family default
+ field.
+\end_layout
 
-\begin_inset LatexCommand index
-name "Units"
+\begin_layout Standard
+For more information about the 
+\series bold
+listings
+\series default
+ package, we refer to its documentation 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "listings"
 
 \end_inset
 
+.
+\end_layout
 
-\begin_inset LatexCommand label
-name "cha:Units-available-in"
-
+\begin_layout Standard
+\begin_inset Newpage newpage
 \end_inset
 
 
-\begin_inset Note Note
+\end_layout
+
+\begin_layout Chapter
+\start_of_appendix
+Units available in LyX
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-The command 
-\backslash
-texorpdfstring is provided by the LaTeX-package hyperref to avoid that ligatures
- are displayed wrongly in PDF-bookmarks.
- For more information about this, have a look at 
-\begin_inset LatexCommand cite
-key "hyperref"
+\begin_layout Plain Layout
+Units
+\end_layout
 
 \end_inset
 
-.
-\end_layout
+
+\begin_inset CommandInset label
+LatexCommand label
+name "cha:Units-available-in"
 
 \end_inset
 
@@ -26559,9 +32113,13 @@ key "hyperref"
 \end_layout
 
 \begin_layout Standard
-To understand the units described in this documentation, Table\InsetSpace ~
+To understand the units described in this documentation, Table
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "tab:Units"
 
 \end_inset
@@ -26576,11 +32134,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
 name "tab:Units"
 
 \end_inset
@@ -26593,45 +32152,45 @@ Units
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset VSpace medskip
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Tabular
 <lyxtabular version="3" rows="20" columns="2">
 <features>
-<column alignment="center" valignment="top" leftline="true" width="0">
-<column alignment="center" valignment="top" leftline="true" rightline="true" width="0">
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<column alignment="center" valignment="top" width="0">
+<column alignment="center" valignment="top" width="0">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 unit
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 name/description
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 mm
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 millimeter
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 cm
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 centimeter
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 in
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 inch
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 pt
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-point (72.27\InsetSpace \thinspace{}
-pt = 1\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+point (72.27
+\begin_inset space \thinspace{}
+\end_inset
+
+pt = 1
+\begin_inset space \thinspace{}
+\end_inset
+
 in)
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 pc
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-pica (1\InsetSpace \thinspace{}
-pc = 12\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+pica (1
+\begin_inset space \thinspace{}
+\end_inset
+
+pc = 12
+\begin_inset space \thinspace{}
+\end_inset
+
 pt)
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 sp
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-scaled point (65536\InsetSpace \thinspace{}
-sp = 1\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+scaled point (65536
+\begin_inset space \thinspace{}
+\end_inset
+
+sp = 1
+\begin_inset space \thinspace{}
+\end_inset
+
 pt)
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 bp
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-big point (72\InsetSpace \thinspace{}
-bp = 1\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+big point (72
+\begin_inset space \thinspace{}
+\end_inset
+
+bp = 1
+\begin_inset space \thinspace{}
+\end_inset
+
 in)
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 dd
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-didot (72\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+didot (1
+\begin_inset space \thinspace{}
+\end_inset
+
 dd 
 \begin_inset Formula $\approx$
 \end_inset
 
- 37.6\InsetSpace \thinspace{}
+ 0.376
+\begin_inset space \thinspace{}
+\end_inset
+
 mm)
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 cc
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-cicero (1\InsetSpace \thinspace{}
-cc = 12\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+cicero (1
+\begin_inset space \thinspace{}
+\end_inset
+
+cc = 12
+\begin_inset space \thinspace{}
+\end_inset
+
 dd)
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 Scale%
 \end_layout
 
@@ -26836,18 +32431,18 @@ Scale%
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 % of original image width
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 text%
 \end_layout
 
@@ -26856,18 +32451,18 @@ text%
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 % of text width
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 col%
 \end_layout
 
@@ -26876,18 +32471,18 @@ col%
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 % of column width
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 page%
 \end_layout
 
@@ -26896,18 +32491,18 @@ page%
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 % of paper width
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 line%
 \end_layout
 
@@ -26916,18 +32511,18 @@ line%
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 % of line width
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 theight%
 \end_layout
 
@@ -26936,18 +32531,18 @@ theight%
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 % of text height
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 pheight%
 \end_layout
 
@@ -26956,18 +32551,18 @@ pheight%
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 % of paper height
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 ex
 \end_layout
 
@@ -26976,7 +32571,7 @@ ex
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 height of letter 
 \emph on
 x
 \end_inset
 </cell>
 </row>
-<row topline="true">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 em
 \end_layout
 
@@ -27000,7 +32595,7 @@ em
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 width of letter 
 \emph on
 M
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 mu
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-math unit (1\InsetSpace \thinspace{}
-mu = 1/18\InsetSpace \thinspace{}
+\begin_layout Plain Layout
+math unit (1
+\begin_inset space \thinspace{}
+\end_inset
+
+mu = 1/18
+\begin_inset space \thinspace{}
+\end_inset
+
 em)
 \end_layout
 
@@ -27047,7 +32648,8 @@ em)
 
 \begin_layout Chapter
 Output File Formats with Graphics
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "cha:Output-File-Formats"
 
 \end_inset
@@ -27057,14 +32659,44 @@ name "cha:Output-File-Formats"
 
 \begin_layout Section
 DVI
-\begin_inset LatexCommand index
-name "File Formats ! DVI"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+File Formats ! DVI
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+DVI|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
 
 \end_inset
 
+File Formats
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
 
-\begin_inset LatexCommand index
-name "DVI|see{File Formats}"
+
+\end_layout
 
 \end_inset
 
@@ -27105,7 +32737,7 @@ device-independent
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -27134,14 +32766,15 @@ Export\SpecialChar \menuseparator
 DVI
 \family default
 .
- You can view your document as PostScript via the 
+ You can view your document as DVI via the 
 \family sans
 View
 \family default
  menu or by using the toolbar button 
 \begin_inset Graphics
-       filename ../images/buffer-view_dvi.xpm
+       filename ../images/buffer-view_dvi.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -27150,20 +32783,51 @@ View
 
 \begin_layout Section
 PostScript
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:PostScript"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "File Formats ! PostScript\\protect\\pagebreak"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+File Formats ! PostScript
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+PostScript|see
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+{
+\end_layout
+
+\end_inset
+
+File Formats
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "PostScript|see{File Formats}"
+\end_layout
 
 \end_inset
 
@@ -27203,14 +32867,15 @@ programming language
 \begin_inset Foot
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 If you are interested to learn more about this, have a look at the LaTeX-package
  
 \series bold
 PSTricks
 \series default
  
-\begin_inset LatexCommand cite
+\begin_inset CommandInset citation
+LatexCommand cite
 key "pstricks"
 
 \end_inset
@@ -27269,8 +32934,9 @@ View
 \family default
  menu or by using the toolbar button 
 \begin_inset Graphics
-       filename ../images/buffer-view_ps.xpm
+       filename ../images/buffer-view_ps.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -27279,20 +32945,29 @@ View
 
 \begin_layout Section
 PDF
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "sec:PDF"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "File Formats ! PDF"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+File Formats ! PDF
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "PDF"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+PDF
+\end_layout
 
 \end_inset
 
@@ -27393,7 +33068,7 @@ Portable Network Graphics
 \end_inset
 
 ).
You can although use any other image format, because LyX converts them
Nevertheless you can use any other image format, because LyX converts them
  in the background to one of these formats.
  But as described in the section about PostScript, the image conversion
  will slow down your work flow.
@@ -27410,7 +33085,11 @@ Export
 \end_layout
 
 \begin_layout Description
-PDF This uses the program 
+PDF
+\begin_inset space ~
+\end_inset
+
+(ps2pdf) This uses the program 
 \family typewriter
 ps2pdf
 \family default
@@ -27424,7 +33103,10 @@ dvips
 \end_layout
 
 \begin_layout Description
-PDF\InsetSpace ~
+PDF
+\begin_inset space ~
+\end_inset
+
 (dvipdfm) This uses the program 
 \family typewriter
 dvipdfm
@@ -27434,7 +33116,10 @@ dvipdfm
 \end_layout
 
 \begin_layout Description
-PDF\InsetSpace ~
+PDF
+\begin_inset space ~
+\end_inset
+
 (pdflatex) This uses the program 
 \family typewriter
 pdftex
@@ -27445,7 +33130,10 @@ pdftex
 \begin_layout Standard
 It is recommended to use 
 \family sans
-PDF\InsetSpace ~
+PDF
+\begin_inset space ~
+\end_inset
+
 (pdflatex)
 \family default
  because 
@@ -27468,8 +33156,9 @@ View
 \family default
  menu or by using the toolbar button 
 \begin_inset Graphics
-       filename ../images/buffer-view_pdf2.xpm
+       filename ../images/buffer-view_pdf2.png
        scale 85
+       scaleBeforeRotation
 
 \end_inset
 
@@ -27479,22 +33168,30 @@ View
 \family default
 that uses 
 \family sans
-PDF\InsetSpace ~
+PDF
+\begin_inset space ~
+\end_inset
+
 (pdflatex)
 \family default
 ).
 \end_layout
 
 \begin_layout Chapter
-Explanation of Equation\InsetSpace ~
+Explanation of Equation
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand eqref
+\begin_inset CommandInset ref
+LatexCommand eqref
 reference "eq:Wgn"
 
 \end_inset
 
 
-\begin_inset LatexCommand label
+\begin_inset CommandInset label
+LatexCommand label
 name "cha:Explanation-of-Equation"
 
 \end_inset
 
 \begin_layout Standard
 \begin_inset Formula \begin{equation}
-W_{\mathrm{tot}\, n}=n·(W_{g\, n}+2·\backslash\mbox{tabcolsep})+(n+1)·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
+W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
 
 \end_inset
 
@@ -27536,7 +33233,10 @@ Where
 tabcolsep
 \series default
  is the LaTeX-length between the cell text and the cell border, its default
- value is 6\InsetSpace \thinspace{}
+ value is 6
+\begin_inset space \thinspace{}
+\end_inset
+
 pt.
  
 \series bold
@@ -27544,14 +33244,21 @@ pt.
 \backslash
 arrayrulewidth
 \series default
- is the thickness of the cell border line, the default is 0.4\InsetSpace \thinspace{}
+ is the thickness of the cell border line, the default is 0.4
+\begin_inset space \thinspace{}
+\end_inset
+
 pt.
 \end_layout
 
 \begin_layout Standard
-Following equation\InsetSpace ~
+Following equation
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand eqref
+\begin_inset CommandInset ref
+LatexCommand eqref
 reference "eq:Wtot_n"
 
 \end_inset
@@ -27565,7 +33272,7 @@ reference "eq:Wtot_n"
 
 \begin_layout Standard
 \begin_inset Formula \begin{equation}
-W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
+W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
 
 \end_inset
 
@@ -27573,15 +33280,20 @@ W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2·\backslash\mbox{tabcolsep}+2·\b
 \end_layout
 
 \begin_layout Standard
-By setting equation\InsetSpace ~
+By setting equation
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand eqref
+\begin_inset CommandInset ref
+LatexCommand eqref
 reference "eq:Wtot_n"
 
 \end_inset
 
  and 
-\begin_inset LatexCommand eqref
+\begin_inset CommandInset ref
+LatexCommand eqref
 reference "eq:Wtot_mult"
 
 \end_inset
 
 \begin_layout Standard
 \begin_inset Formula \begin{equation}
-W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
+W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
 
 \end_inset
 
@@ -27611,7 +33323,8 @@ W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)·(2·\backslash\mbox{tabcolsep}+\backslash
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "latexcompanion"
 
 \end_inset
@@ -27619,13 +33332,14 @@ key "latexcompanion"
 Frank Mittelbach and Michel Goossens: 
 \emph on
 The LaTeX Companion Second Edition.
+
 \emph default
-Addison-Wesley, 2004
+ Addison-Wesley, 2004
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "latexguide"
 
 \end_inset
@@ -27634,13 +33348,14 @@ Helmut Kopka and Patrick W.
  Daly: 
 \emph on
 A Guide to LaTeX Fourth Edition.
+
 \emph default
-Addison-Wesley, 2003
+ Addison-Wesley, 2003
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "latexbook"
 
 \end_inset
@@ -27648,173 +33363,101 @@ key "latexbook"
 Leslie Lamport: 
 \emph on
 LaTeX: A Document Preparation System.
+
 \emph default
-Addison-Wesley, second edition, 1994
+ Addison-Wesley, second edition, 1994
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "booktabs"
 
 \end_inset
 
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
-{
-\end_layout
-
-\end_inset
-
-Documentation
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
-\end_layout
-
-\end_inset
-
- of the LaTeX-package 
+Documentation of the LaTeX-package 
 \series bold
-booktabs
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! booktabs"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Bibliography
-\begin_inset LatexCommand bibitem
-key "caption"
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
 
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
-\end_layout
+\begin_inset CommandInset href
+LatexCommand href
+name "booktabs"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
 
 \end_inset
 
-Documentation
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
-\end_layout
-
-\end_inset
 
- of the LaTeX-package 
-\series bold
-caption
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! caption"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Bibliography
-\begin_inset LatexCommand bibitem
-key "caption-de"
-
-\end_inset
-
-German 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
-{
-\end_layout
-
-\end_inset
-
-documentation
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+LaTeX-packages ! booktabs
 \end_layout
 
 \end_inset
 
- of the LaTeX-package 
-\series bold
-caption
+
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
-key "endfloat"
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "caption"
 
 \end_inset
 
+Documentation of the LaTeX-package 
+\series bold
 
-\begin_inset ERT
-status collapsed
+\begin_inset CommandInset href
+LatexCommand href
+name "caption"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
 
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
-{
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! caption
 \end_layout
 
 \end_inset
 
-Documentation
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
 
-}
 \end_layout
 
+\begin_layout Bibliography
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "endfloat"
+
 \end_inset
 
- of the LaTeX-package 
+Documentation of the LaTeX-package 
 \series bold
-endf\SpecialChar \textcompwordmark{}
-loat
+
+\begin_inset CommandInset href
+LatexCommand href
+name "endfloat"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
+
+\end_inset
+
+
 \series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! endfloat"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! endfloat
+\end_layout
 
 \end_inset
 
@@ -27822,44 +33465,44 @@ name "LaTeX-packages ! endfloat"
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
-key "floatflt"
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "wrapfig"
 
 \end_inset
 
+Documentation of the LaTeX-package 
+\series bold
 
-\begin_inset ERT
-status collapsed
+\begin_inset CommandInset href
+LatexCommand href
+name "wrapfig"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
 
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/floatflt/floatflt.pdf}
-{
-\end_layout
+\series default
 
-\end_inset
+\begin_inset Index
+status collapsed
 
-Documentation
+\begin_layout Plain Layout
+LaTeX-packages ! wrapfig
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-}
+
+\backslash
+vspace{4mm}
 \end_layout
 
 \end_inset
 
- of the LaTeX-package 
-\series bold
-floatf\SpecialChar \textcompwordmark{}
-lt
-\series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! floatflt"
+\end_layout
 
 \end_inset
 
@@ -27867,393 +33510,286 @@ name "LaTeX-packages ! floatflt"
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "footmisc"
 
 \end_inset
 
+Documentation of the LaTeX-package 
+\series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\begin_inset CommandInset href
+LatexCommand href
+name "footmisc"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
 
+\end_inset
 
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
-{
-\end_layout
 
-\end_inset
+\series default
 
-Documentation
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+LaTeX-packages ! footmisc
 \end_layout
 
-\end_inset
-
- of the LaTeX-package 
-\series bold
-footmisc
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! footmisc"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "hypcap"
 
 \end_inset
 
+Documentation of the LaTeX-package 
+\series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\begin_inset CommandInset href
+LatexCommand href
+name "hypcap"
+target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
 
+\end_inset
 
-\backslash
-href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
-\end_layout
 
-\end_inset
+\series default
 
-Documentation
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+LaTeX-packages ! hyperref
 \end_layout
 
-\end_inset
-
- of the LaTeX-package 
-\series bold
-hypcap
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "hyperref"
 
 \end_inset
 
+Documentation of the LaTeX-package 
+\series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\begin_inset CommandInset href
+LatexCommand href
+name "hyperref"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
 
+\end_inset
 
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
-{
-\end_layout
 
-\end_inset
+\series default
 
-Documentation
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+LaTeX-packages ! hyperref
 \end_layout
 
-\end_inset
-
- of the LaTeX-package 
-\series bold
-hyperref
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "koma-script"
 
 \end_inset
 
+Documentation of the LaTeX-package 
+\series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\begin_inset CommandInset href
+LatexCommand href
+name "koma-script"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
 
+\end_inset
 
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
-df}{
-\end_layout
 
-\end_inset
+\series default
 
-Documentation
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+LaTeX-packages ! koma-script
 \end_layout
 
-\end_inset
-
- of the LaTeX-package 
-\series bold
-koma-script
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! koma-script"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
-key "koma-script-de"
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "listings"
 
 \end_inset
 
-German 
-\begin_inset ERT
-status collapsed
+Documentation of the LaTeX-package 
+\series bold
 
-\begin_layout Standard
+\begin_inset CommandInset href
+LatexCommand href
+name "listings"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
 
+\end_inset
 
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguide.p
-df}{
-\end_layout
 
-\end_inset
+\series default
 
-documentation
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+LaTeX-packages ! listings
 \end_layout
 
-\end_inset
-
- of the LaTeX-package 
-\series bold
-koma-script
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! koma-script"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "marginnote"
 
 \end_inset
 
+Documentation of the LaTeX-package 
+\series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\begin_inset CommandInset href
+LatexCommand href
+name "marginnote"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
 
+\end_inset
 
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
-pdf}{
-\end_layout
 
-\end_inset
+\series default
 
-Documentation
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+LaTeX-packages ! marginnote
 \end_layout
 
-\end_inset
-
- of the LaTeX-package 
-\series bold
-marginnote
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! marginnote"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "pstricks"
 
 \end_inset
 
+Web page of the LaTeX-package 
+\series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\begin_inset CommandInset href
+LatexCommand href
+name "PSTricks"
+target "http://tug.org/PSTricks/"
 
+\end_inset
 
-\backslash
-href{http://tug.org/PSTricks/main.cgi/}{
-\end_layout
 
-\end_inset
+\series default
 
-Web page
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+LaTeX-packages ! PSTricks
 \end_layout
 
-\end_inset
-
- of the LaTeX-package 
-\series bold
-PSTricks
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! PSTricks"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "sidecap"
 
 \end_inset
 
+Documentation of the LaTeX-package 
+\series bold
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\begin_inset CommandInset href
+LatexCommand href
+name "sidecap"
+target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
 
+\end_inset
 
-\backslash
-href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
-\end_layout
 
-\end_inset
+\series default
 
-Documentation
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+LaTeX-packages ! sidecap
 \end_layout
 
-\end_inset
-
- of the LaTeX-package 
-\series bold
-sidecap
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! sidecap"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
-key "NewInLyX15"
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-href{http://wiki.lyx.org/LyX/NewInLyX15}{
-\end_layout
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
+key "NewInLyX16"
 
 \end_inset
 
-Wiki page
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
 
-}
-\end_layout
+\begin_inset CommandInset href
+LatexCommand href
+name "Wiki page"
+target "http://wiki.lyx.org/LyX/NewInLyX16"
 
 \end_inset
 
- about new LyX-features planned for the release 
+ about new features in 
 \family sans
-LyX 1.5
+LyX 1.6.0
 \family default
 .
 \end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand printindex
+\begin_inset CommandInset index_print
+LatexCommand printindex
 
 \end_inset
 
@@ -28274,6 +33810,14 @@ LyX 1.5
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+\begin_inset FloatList algorithm
+
+\end_inset
+
+
 \end_layout
 
 \end_body