]> 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 9278f93a5575785fdfccb9b72907b0d751d87de3..87872c6a8866021c84c82c6928260105157f5ec4 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
-\lyxformat 263
+#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}[2004/07/16]
 % speed up the longtable calculation
 \setcounter{LTchunksize}{100}
 
+% 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 3 2 7 -1
 \tracking_changes false
 \output_changes false
-\author "usti" 
-\author "Uwe Stöhr" 
+\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
@@ -219,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 ERT
-status open
+\begin_inset CommandInset href
+LatexCommand href
+name "lyx-docs@lists.lyx.org"
+target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
+type "mailto:"
 
-\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
 
@@ -286,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
@@ -316,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
 
@@ -332,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
 
@@ -344,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
 
@@ -371,21 +425,64 @@ 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.
-\newline
-Images can be opened in a program
- of your choice when pressing the 
+\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
@@ -404,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.
@@ -424,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
@@ -465,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
@@ -477,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
@@ -513,10 +667,14 @@ 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
@@ -533,8 +691,8 @@ reference "sec:Image-Formats"
 \align center
 \begin_inset Graphics
        filename clipart/mobius.eps
-       display color
        scale 70
+       scaleBeforeRotation
        rotateOrigin center
 
 \end_inset
@@ -550,9 +708,9 @@ This is the same image like the one above but in draft mode:
 \align center
 \begin_inset Graphics
        filename clipart/mobius.eps
-       display color
        scale 70
        draft
+       scaleBeforeRotation
        rotateOrigin center
 
 \end_inset
@@ -562,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
 
@@ -583,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
@@ -596,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
 
@@ -611,30 +783,45 @@ Figure
 \begin_inset Quotes eld
 \end_inset
 
-Figure\InsetSpace ~
+Figure
+\begin_inset space ~
+\end_inset
+
 #:
 \begin_inset Quotes erd
 \end_inset
 
  (# is the actual number).
- You can insert the image above the caption, like in Figure\InsetSpace ~
+ 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
 
- or below the caption, like 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
@@ -648,12 +835,12 @@ wide false
 sideways false
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Graphics
        filename clipart/platypus.eps
-       display color
        width 50col%
+       scaleBeforeRotation
        rotateOrigin center
 
 \end_inset
@@ -661,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
@@ -689,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
@@ -707,12 +896,12 @@ M.C.
 
 \end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \align center
 \begin_inset Graphics
        filename clipart/escher-lsd.eps
-       display color
        scale 80
+       scaleBeforeRotation
        rotateOrigin center
 
 \end_inset
@@ -726,20 +915,29 @@ 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
@@ -753,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
 
@@ -762,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
 
@@ -792,10 +995,16 @@ above
 \end_inset
 
  at all.
-\newline
-Referencing is explained in detail in section\InsetSpace ~
+\begin_inset Newline newline
+\end_inset
+
+Referencing is explained in detail in section
+\begin_inset space ~
+\end_inset
+
 
-\begin_inset LatexCommand ref
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Referencing-Floats"
 
 \end_inset
@@ -806,87 +1015,69 @@ reference "sec:Referencing-Floats"
 \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.
-\newline
-Ref
-erencing subfigures is explained in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sub:Referencing-Subfigures"
-
+ Figure
+\begin_inset space ~
 \end_inset
 
-.
-\end_layout
-
-\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.
-\end_layout
+ Figure
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-\begin_inset Float figure
-wide false
-sideways false
-status open
 
-\begin_layout Standard
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Undefinable-structure"
 
-\hfill
+\end_inset
 
-\begin_inset Graphics
-       filename clipart/escher-lsd.eps
-       width 45col%
-       subcaption
-       subcaptionText "Undefinable structure"
+ and 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:A-Platypus"
 
 \end_inset
 
+ are the subfigures.
+\end_layout
 
-\hfill
-
-\begin_inset Graphics
-       filename clipart/platypus.eps
-       lyxscale 60
-       width 45col%
-       subcaption
-       subcaptionText "\label{fig:Platypus} Platypus"
+\begin_layout Standard
+\begin_inset Float figure
+wide false
+sideways false
+status open
 
+\begin_layout Plain Layout
+\begin_inset space \hfill{}
 \end_inset
 
 
-\hfill
-
-\end_layout
+\begin_inset Float figure
+wide false
+sideways false
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "fig:Two-distorted-images"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:Undefinable-structure"
 
 \end_inset
 
-Two distorted images.
+Undefinable structure.
 \end_layout
 
 \end_inset
@@ -894,38 +1085,131 @@ Two distorted images.
 
 \end_layout
 
+\begin_layout Plain Layout
+\begin_inset Graphics
+       filename clipart/escher-lsd.eps
+       width 45col%
+       scaleBeforeRotation
+
 \end_inset
 
 
 \end_layout
 
-\begin_layout Section
-Image Formats
-\begin_inset LatexCommand label
-name "sec:Image-Formats"
-
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Image Formats"
-
+\begin_inset space \hfill{}
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Figure ! Image Formats"
+\begin_inset Float figure
+wide false
+sideways false
+status open
 
-\end_inset
+\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
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+Image Formats
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Image-Formats"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Image Formats
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Figures ! Image Formats
+\end_layout
+
+\end_inset
 
 
 \end_layout
 
 \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
@@ -939,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
@@ -954,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 
@@ -978,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
 
@@ -1004,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
 
@@ -1042,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
 
@@ -1051,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
 
@@ -1080,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
 
@@ -1106,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
 
@@ -1132,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
 
@@ -1158,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
 
@@ -1179,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
 
@@ -1198,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
 
@@ -1208,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
 
@@ -1224,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
 
@@ -1235,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
 
@@ -1251,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.
@@ -1265,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
@@ -1297,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
@@ -1338,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
 
@@ -1347,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
@@ -1385,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
 
@@ -1394,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
 
@@ -1466,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
 
@@ -1493,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
@@ -1511,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
+\begin_inset Newline newline
+\end_inset
+
 Furthermore, you can mark one or multiple cells of one row as a multicolumn
- cell, see section\InsetSpace ~
+ cell, see section
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
+
+\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:
@@ -1541,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
@@ -1565,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
@@ -1608,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
@@ -1632,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
 
@@ -1656,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
 
@@ -1666,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
 
@@ -1676,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
 
@@ -1686,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
 
@@ -1696,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
 
@@ -1706,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
 
@@ -1716,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
 
@@ -1726,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
 
@@ -1736,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
 
@@ -1747,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
 
@@ -1758,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
 
@@ -1768,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
 
@@ -1778,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
 
@@ -1788,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
 
@@ -1798,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
 
@@ -1808,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
 
@@ -1818,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
 
@@ -1828,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
 
@@ -1838,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
 
@@ -1868,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
 
@@ -1889,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
@@ -1906,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
@@ -1923,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
@@ -1953,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
@@ -1971,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
@@ -1987,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
@@ -2009,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
@@ -2027,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
@@ -2043,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
@@ -2068,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
@@ -2091,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
@@ -2131,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
 
@@ -2145,7 +2716,10 @@ The float appears as a collapsible box with a caption that has the label
 \begin_inset Quotes eld
 \end_inset
 
-Table\InsetSpace ~
+Table
+\begin_inset space ~
+\end_inset
+
 #:
 \begin_inset Quotes erd
 \end_inset
@@ -2155,9 +2729,13 @@ Table\InsetSpace ~
 \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
@@ -2191,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
 
@@ -2200,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
@@ -2227,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
@@ -2238,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
 
@@ -2251,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
 
@@ -2260,21 +2855,31 @@ 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
 
 .
-\newline
-Referencing is explained in detail in section\InsetSpace ~
+\begin_inset Newline newline
+\end_inset
 
-\begin_inset LatexCommand ref
+Referencing is explained in detail in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
 reference "sec:Referencing-Floats"
 
 \end_inset
@@ -2284,20 +2889,29 @@ reference "sec:Referencing-Floats"
 
 \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
 
@@ -2307,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 
@@ -2328,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.
@@ -2338,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
@@ -2354,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.
@@ -2363,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
@@ -2380,18 +3012,20 @@ 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
  See the following longtable to see how it works:
@@ -2402,14 +3036,14 @@ header.
 \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)
@@ -2420,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
 
@@ -2429,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
@@ -2451,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.
@@ -2469,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
@@ -2484,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
 
@@ -2493,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
@@ -2515,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.
@@ -2533,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
 
@@ -2546,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
 
@@ -2555,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
 
@@ -2563,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
@@ -2574,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
 
@@ -2594,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
@@ -2605,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
 
@@ -2625,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
@@ -2636,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
 
@@ -2656,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
@@ -2667,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
 
@@ -2687,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
@@ -2698,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
 
@@ -2718,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
@@ -2729,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
 
@@ -2749,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
@@ -2760,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
 
@@ -2780,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
@@ -2791,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
 
@@ -2811,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
@@ -2822,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
 
@@ -2842,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
@@ -2853,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
 
@@ -2873,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
@@ -2884,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
 
@@ -2904,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
@@ -2915,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
 
@@ -2935,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
@@ -2946,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
 
@@ -2966,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
@@ -2977,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
 
@@ -2997,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
@@ -3008,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
 
@@ -3028,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
@@ -3039,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
 
@@ -3059,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
@@ -3070,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
 
@@ -3090,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
@@ -3101,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
 
@@ -3121,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
@@ -3132,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
 
@@ -3152,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
@@ -3163,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
 
@@ -3183,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
@@ -3194,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
 
@@ -3214,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
@@ -3225,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
 
@@ -3245,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
@@ -3256,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
 
@@ -3276,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
@@ -3287,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
 
@@ -3307,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
@@ -3318,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
 
@@ -3338,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
@@ -3349,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
 
@@ -3369,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
@@ -3380,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
 
@@ -3400,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
@@ -3411,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
 
@@ -3431,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
@@ -3442,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
 
@@ -3462,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
@@ -3473,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
@@ -3504,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
 
@@ -3536,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
 
@@ -3545,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
 
@@ -3553,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
@@ -3564,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
 
@@ -3584,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
@@ -3595,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
 
@@ -3615,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
@@ -3626,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
 
@@ -3646,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
@@ -3657,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
 
@@ -3677,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
@@ -3688,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
 
@@ -3708,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
@@ -3719,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
 
@@ -3739,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
@@ -3750,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
 
@@ -3770,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
@@ -3781,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
 
@@ -3801,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
@@ -3812,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
 
@@ -3832,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
@@ -3843,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
 
@@ -3863,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
@@ -3874,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
 
@@ -3894,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
@@ -3905,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
 
@@ -3925,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
@@ -3936,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
 
@@ -3956,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
@@ -3967,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
 
@@ -3987,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
@@ -3998,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
 
@@ -4018,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
@@ -4029,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
 
@@ -4049,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
@@ -4060,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
 
@@ -4080,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
@@ -4091,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
 
@@ -4111,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
@@ -4122,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
 
@@ -4142,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
@@ -4153,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
 
@@ -4173,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
@@ -4184,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
 
@@ -4204,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
@@ -4215,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
 
@@ -4235,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
@@ -4246,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
 
@@ -4266,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
@@ -4277,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
 
@@ -4297,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
@@ -4308,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
 
@@ -4328,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
@@ -4339,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
 
@@ -4359,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
@@ -4370,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
 
@@ -4390,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
@@ -4401,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
 
@@ -4421,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
@@ -4432,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
 
@@ -4452,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
@@ -4463,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
@@ -4494,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
 
@@ -4526,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
 
@@ -4535,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
 
@@ -4550,7 +5184,7 @@ end
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -4563,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
@@ -4574,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
 
@@ -4592,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
@@ -4603,181 +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
- 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
 
@@ -4786,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
 
@@ -4795,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
 
@@ -4804,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
 
@@ -4833,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
 
@@ -4842,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
 
@@ -4851,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
 
@@ -4880,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
 
@@ -4889,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
 
@@ -4898,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
 
@@ -4927,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
 
@@ -4936,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
 
@@ -4945,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
 
@@ -5013,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
 
@@ -5053,82 +5655,107 @@ addtocounter{table}{-1}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Standard
-
-\series bold
-Note:
-\series default
- If you are using the LaTeX-package 
-\series bold
-hyperref
-\series default
+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_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
+\begin_layout Enumerate
+Create a longtable
+\family sans
+.
+\end_layout
+
+\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
@@ -5138,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
 
@@ -5188,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
 
@@ -5197,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
 
@@ -5206,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
 
@@ -5235,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
 
@@ -5244,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
 
@@ -5253,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
 
@@ -5282,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
 
@@ -5291,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
 
@@ -5300,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
 
@@ -5329,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
 
@@ -5338,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
 
@@ -5347,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
 
@@ -5418,128 +6045,125 @@ 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 Plain Layout
+Referenced longtable
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:RefExample"
+
+\end_inset
+
 
-\begin_layout Standard
-caption with default width
 \end_layout
 
 \end_inset
@@ -5548,69 +6172,49 @@ caption with default width
 \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
+\end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-
-\backslash
-
-\backslash
-%
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
-</cell>
-<cell 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" 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
 
@@ -5619,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
 
@@ -5628,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
 
@@ -5637,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
 
@@ -5666,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
 
@@ -5675,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
 
@@ -5684,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
 
@@ -5713,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
 
@@ -5722,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
 
@@ -5731,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
 
@@ -5760,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
 
@@ -5769,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
 
@@ -5778,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
 
@@ -5849,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
@@ -5922,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
 
@@ -5972,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
 
@@ -5981,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
 
@@ -5990,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
 
@@ -6019,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
 
@@ -6028,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
 
@@ -6037,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
 
@@ -6066,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
 
@@ -6075,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
 
@@ -6084,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
 
@@ -6113,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
 
@@ -6122,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
 
@@ -6131,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
 
@@ -6199,117 +6889,70 @@ 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_layout Standard
-
-\end_layout
-
-\begin_layout Subsubsection
-Different Captions for Table Pages
-\begin_inset LatexCommand index
-name "Longtables ! Different Captions for Pages"
-
-\end_inset
-
-
-\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
-
-\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"
-
-\end_inset
-
- is an example for a longtable with different heading where the second caption
- doesn't include the table number.
-\end_layout
-
-\begin_layout Standard
-\align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="60" columns="3">
+<lyxtabular version="3" rows="6" columns="5">
 <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">
+<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
-Example Phone List
-\begin_inset LatexCommand label
-name "tab:DiffCaptions"
+\begin_layout Plain Layout
+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 long full title with width set to 5
+\begin_inset space \thinspace{}
+\end_inset
 
+cm
 \begin_inset OptArg
 status collapsed
 
-\begin_layout Standard
-Example Phone List
-\end_layout
-
+\begin_layout Plain Layout
+caption with width
+\begin_inset space \thinspace{}
 \end_inset
 
-
-\end_layout
-
+=
+\begin_inset space \thinspace{}
 \end_inset
 
+5
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-
-\backslash
-%
+cm
 \end_layout
 
 \end_inset
@@ -6318,656 +6961,714 @@ status collapsed
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
 \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" 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">
+<cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
-Example Phone List (ignore the names)
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" 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 multicolumn="2" alignment="right" 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" bottomline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-NAME
+\begin_layout Plain Layout
+1
 \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
+2
 \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" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-TEL.
+\begin_layout Plain Layout
+3
 \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
+4
 \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
+5
 \end_layout
 
 \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
+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" 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" rightline="true" usebox="none">
+<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
+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" 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" usebox="none">
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\series bold
-NAME
+\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="1" alignment="center" valignment="top" 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
-
-\series bold
-TEL.
+\begin_layout Plain Layout
+s
 \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" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+asd
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" 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
-
+\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
 
-\begin_layout Standard
-
-\series bold
-Annovi
+\begin_layout Plain Layout
+s
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Silvia
+\begin_layout Plain Layout
+s
 \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" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-111
+\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
-Bertoli
+\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
-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" 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
-Bozzi
+\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
-Walter
+\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
-Cachia
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\end_layout
 
 \begin_layout Standard
-Maria
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+LTcapwidth}{4in}
 \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
-111
+\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>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
+ 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
-Cachia
-\end_layout
 
+\backslash
+LTcapwidth
+\series default
+.
+ To get in this case exactly a 4
+\begin_inset space \thinspace{}
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-Maurizio
+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
-Cinquemani
+
+\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
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:DiffCaptions"
+
+\end_inset
+
+ is an example for a longtable with different heading where the second caption
+ doesn't include the table number.
+\end_layout
 
 \begin_layout Standard
-Giusi
+\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
-Colin
 \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
-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="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
-Concli
+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
-Gianfranco
+\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
-Dal Bosco
+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
-Carolina
+\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
-Dalpiaz
 \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
-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" 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
-Feliciello
+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
-Domenico
+\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
-Focarelli
+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
-Paola
+\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
-Galletti
+\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
-Oreste
+\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
-Gasparini
+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
-Franca
+\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
 
@@ -6975,42 +7676,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
-
-
+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
-Paola
+\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
 
@@ -7018,30 +7707,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
+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
-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" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7049,30 +7738,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
+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
 
@@ -7080,30 +7769,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" leftline="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" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7111,30 +7800,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" leftline="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" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7142,30 +7831,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" 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
 
@@ -7173,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
-Pirpamer
+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
-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" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7204,61 +7893,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" leftline="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" 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
+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
-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" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 111
 \end_layout
 
@@ -7266,30 +7955,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
+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
-Oskar
+\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
 
@@ -7297,30 +7986,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
+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
-Ugo
+\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
 
@@ -7328,30 +8017,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
+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
-Margit
+\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
 
@@ -7359,30 +8048,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
+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
-Frieda
+\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
 
@@ -7390,30 +8079,42 @@ 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
+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
-Hilde
+\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
 
@@ -7421,30 +8122,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
+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
-Jürgen
+\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
 
@@ -7452,524 +8153,524 @@ 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
+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
 
 \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
+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
-Franz
+\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 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
+Meneguzzo
 \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
+Mezzadra
 \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
+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
-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
+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
-Stefano
+\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
-Bozzi
+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
-Walter
+\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
-Cachia
+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
-Maria
+\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
-Maurizio
+\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
-Cinquemani
+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
-Giusi
+\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
-Colin
+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
-Bernard
+\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
-Concli
+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
-Gianfranco
+\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
-Dal Bosco
+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
-Carolina
+\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
-Dalpiaz
+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
-Annamaria
+\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
-Feliciello
+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
-Domenico
+\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
-Focarelli
+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
-Paola
+\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
-Galletti
+\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
-Oreste
+\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
-Gasparini
+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
-Franca
+\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
 
@@ -7977,30 +8678,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
+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
-Paola
+\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
 
@@ -8008,30 +8709,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
+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
-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" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -8039,30 +8740,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
+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
 
@@ -8070,30 +8771,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
+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
-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" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 555
 \end_layout
 
@@ -8101,1096 +8802,1012 @@ 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
+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
-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" 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
+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" 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
+Concli
 \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
+Gianfranco
 \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
+Dal Bosco
 \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
+Carolina
 \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
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\series bold
+Dalpiaz
 \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
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-setcounter{LTchunksize}{100}
-\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
+Annamaria
 \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
+Feliciello
+\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
+Domenico
+\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
-
- 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
-
-
-\emph on
-Castelchiodato,
-\emph default
+Focarelli
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-:
+\begin_layout Plain Layout
+Paola
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-& 111
-\backslash
-
-\backslash
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\newline
-&
+\begin_layout Plain Layout
+555
 \end_layout
 
-\begin_layout Standard
-The 
-\begin_inset Quotes eld
-\end_inset
-
-111
-\begin_inset Quotes erd
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" 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:
-\end_layout
-
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-& 111
-\backslash
-
-\backslash
-
-\newline
-
-\backslash
-hline &
-\end_layout
-
-\begin_layout Standard
-When the cell to be broken is in the last column, the command
+Galletti
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-setlength{
-\backslash
-parf\SpecialChar \textcompwordmark{}
-illskip}{0pt}
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-\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.
+\begin_layout Plain Layout
+Oreste
 \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" rightline="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
+555
+\end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="left" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Table with forced page break in table cell
+\series bold
+Gasparini
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+Franca
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-
-\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
+Rizzardi
 \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
+Paola
 \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)
+Lassini
 \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
+Giancarlo
 \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
+Malfatti
 \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
+Luciano
 \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.
+\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" 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
+Malfatti
 \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
+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
 
 \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="left" valignment="top" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+
 \series bold
-Example Phone List
+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="2" 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" endhead="true">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+<row>
+<cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-NAME
+Mezzadra
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="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 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
-
-\series bold
-TEL.
+\begin_layout Plain Layout
+555
 \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 Standard
-continued on next page
-\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>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
+\begin_layout Subsection
+Longtable Calculation
+\begin_inset Index
+status collapsed
 
-\series bold
-Annovi
+\begin_layout Plain Layout
+Longtables ! Calculation
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-Silvia
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="right" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\end_layout
 
 \begin_layout Standard
-111
+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="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
 
 \series bold
-Bertoli
+
+\backslash
+setcounter{LTchunksize}{100}
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\begin_layout Subsection
+Floats and Longtables
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-Stefano
+\begin_layout Plain Layout
+Longtables ! Floats
 \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
+\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
-Bozzi
+
+\backslash
+clearpage
+\series default
+ as TeX-Code before your longtable.
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\begin_layout Subsection
+Forced Page Breaks
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-Walter
+\begin_layout Plain Layout
+Longtables ! Forced Page Breaks
 \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 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
-Cachia
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-Maria
-\end_layout
+\backslash
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\backslash
 
-\begin_layout Standard
-111
-\end_layout
+\series default
 
+\begin_inset Quotes erd
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
 
+ as TeX-Code at this point of the cell where it should be broken.
+ Before the 
 \series bold
-Cachia
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
+\backslash
 
-\begin_layout Standard
-Maurizio
-\end_layout
+\backslash
 
+\series default
+ command you have to insert in TeX-Code so many 
+\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
-111
-\end_layout
 
+\series bold
+&
+\series default
+
+\begin_inset Quotes erd
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
+ 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
 
+Behind the the 
 \series bold
-Cinquemani
-\end_layout
 
+\backslash
+
+\backslash
+
+\series default
+ command, insert so many 
+\series bold
+&
+\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
-Giusi
-\end_layout
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:ForcedPagebreak"
 
 \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
+ 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
+
+
+\emph on
+Castelchiodato,
+\emph default
 
+\begin_inset Quotes erd
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+
+:
+\end_layout
 
 \begin_layout Standard
 
 \series bold
-Colin
-\end_layout
+& 111
+\backslash
+
+\backslash
 
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-Bernard
+&
 \end_layout
 
+\begin_layout Standard
+The 
+\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
 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
-Concli
+
+\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
-Gianfranco
+\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
-Dal Bosco
 \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
-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" 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
-Dalpiaz
+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
-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="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
-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 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
-Focarelli
 \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
-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" 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
-Galletti
+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
-Oreste
+\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
-Gasparini
+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
-Franca
+\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
-\end_layout
+\begin_layout Plain Layout
 
-\end_inset
+\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
-Lassini
+\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
-Giancarlo
+\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
-Malfatti
+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
-Luciano
+\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
 
@@ -9198,30 +9815,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
+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
-Valeriano
+\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
 
@@ -9229,30 +9846,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
+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
-Roberto
+\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
 
@@ -9260,30 +9877,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
+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
-Roberto
+\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
 
@@ -9291,30 +9908,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
+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
-Erich
+\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
 
@@ -9322,61 +9939,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
+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
-Paolo
+\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
-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
+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
-Claudio
+\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
 
@@ -9384,92 +10001,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
+Concli
 \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
+Gianfranco
+\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
+Dal Bosco
 \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
+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
-
+\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
+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
-Oskar
+\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
 
@@ -9477,30 +10094,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
+Feliciello
 \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
+Domenico
 \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
 
@@ -9508,30 +10125,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
+Focarelli
 \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
+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
 
@@ -9539,30 +10156,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
+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
-Frieda
+\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
 
@@ -9570,30 +10187,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
+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
-Hilde
+\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
 
@@ -9601,30 +10218,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
+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
-Jürgen
+\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
 
@@ -9632,573 +10249,527 @@ 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" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Maurizio
+\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
 
 \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
+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
-Franz
+\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
 
 \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
+Meneguzzo
 \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
+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" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
-
-\end_inset
-
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Section
-Multiple Lines Columns and Rows
+\series bold
+Mezzadra
 \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_inset LatexCommand index
-name "Multiple Lines in Table Cells"
-
-\end_inset
-
-
-\begin_inset LatexCommand index
-name "Table ! Linebreaks"
-
-\end_inset
-
-
+\begin_layout Plain Layout
+Roberto
 \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 Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-multiple"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
-Table with multiple lines in cells
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
-
-
-\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">
+</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 Standard
-
+\begin_layout Plain Layout
 
-\backslash
-linebreak 
-\end_layout
-
-\end_inset
-
- lines
+\series bold
+Pirpamer
 \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
-b
+\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
-c
+\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
+Pochiesa
 \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
+Paolo
 \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, 222
 \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
+Radina
 \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
+Claudio
 \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>
-
-\end_inset
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
+\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
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-Adjusting a fixed width for a column, enables to enter text as a paragraph
- with multiple lines and hyphenations.
-\end_layout
+& 111
+\backslash
 
-\begin_layout Standard
-To produce Table\InsetSpace ~
+\backslash
 
-\begin_inset LatexCommand ref
-reference "tab:Table-with-multiple"
+\end_layout
 
-\end_inset
+\begin_layout Plain Layout
 
-, 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
+&
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
 
-\backslash
-linebreak
+ 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
 
-\begin_layout Standard
-in ERT.
- If the text is wider than the set cell width it will automatically be broken
- to several lines.
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
-\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_layout
+\begin_layout Plain 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
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-hspace{0pt}
+\series bold
+Stuffer
 \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
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_inset LatexCommand ref
-reference "tab:Table-with-and"
+\begin_layout Plain Layout
+Oskar
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
- shows the effect.
+\begin_layout Plain Layout
+111
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float table
-wide false
-sideways false
-status open
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-\begin_inset Caption
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-and"
+\series bold
+Tacchelli
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
-Table with and without hyphenation
+\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
 
-\begin_layout Standard
-
-\hfill
-
-\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
-verylongtablecellword
+\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
-b
+\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
-c
+\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
+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
-e
+\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
-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
+Vieider
 \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
+Hilde
 \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>
-
-\end_inset
-
+<row>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
 
-\hfill
+\begin_layout Plain 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
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-hspace{0pt}
-\end_layout
-
-\end_inset
-
-verylongtablecellword
+\series bold
+Vigna
 \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
-b
+\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" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-c
+\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
+Weber
 \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
+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
-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" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-g
+\begin_layout Plain Layout
+
+\series bold
+Winkler
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-h
+\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" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-i
+\begin_layout Plain Layout
+111
 \end_layout
 
 \end_inset
 \end_inset
 
 
-\hfill
-
 \end_layout
 
+\begin_layout Standard
+\begin_inset Newpage newpage
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-
-\newpage
-
+\begin_layout Section
+Multiple Lines Columns and Rows
 \end_layout
 
 \begin_layout Subsection
-Multicolumns
-\begin_inset LatexCommand label
-name "sub:Multicolumns"
+Multiple Lines in Table Cells
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Multiple-Lines-in"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Multicolumns"
-
-\end_inset
-
+\begin_inset Index
+status collapsed
 
-\begin_inset LatexCommand index
-name "Table ! Multicolumns"
+\begin_layout Plain Layout
+Multiple Lines in Table Cells
+\end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Index
+status collapsed
 
-\begin_layout Subsubsection
-Multicolumn Basics
+\begin_layout Plain Layout
+Table ! Linebreaks
 \end_layout
 
-\begin_layout Standard
-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
-       scale 85
-
 \end_inset
 
-, or the menu 
-\family sans
-Edit\SpecialChar \menuseparator
-Table\SpecialChar \menuseparator
-Multicolumn
-\family default
-, or right click on the marked cells and choose multicolumn in the appearing
- table dialog under the tab 
-\family sans
-Table Settings
-\family default
-.
-\end_layout
 
-\begin_layout Standard
-Multicolumns have there own cell settings.
- That means changing cell borders, cell alignment, and the width only affects
- the multicolumn.
- Here is an example table with a multicolumn cell in the first row and one
- in the last row without the upper border:
 \end_layout
 
 \begin_layout Standard
 \align center
-\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">
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset Float table
+placement H
+wide false
+sideways false
+status open
 
-\begin_layout Standard
-abc
-\end_layout
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-multiple"
 
 \end_inset
-</cell>
-<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
+Table with multiple lines in cells
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_layout Plain Layout
+\align center
+\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 Standard
-jkl
+\begin_layout Plain Layout
+multiple
+\begin_inset Newline linebreak
+\end_inset
+
+lines
 \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
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-A
+\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" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-B
+\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 Standard
-C
+\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" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-D
+\begin_layout Plain Layout
+e
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true" bottomline="true">
-<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
-1
+\begin_layout Plain Layout
+f
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-2
+\begin_layout Plain Layout
+g
 \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
-3
+\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
-4
+\begin_layout Plain Layout
+i
 \end_layout
 
 \end_inset
 
 \end_layout
 
-\begin_layout Subsubsection
-Multicolumn Calculations
-\begin_inset LatexCommand label
-name "sub:Multicolumn-Calculations"
+\end_inset
+
+
+\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_layout
 
+\begin_layout Standard
+To produce Table
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Multicolumns ! Calculations"
+\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
-LyX supports multicolumns directly, but we have to take notice of the cell
- width of the columns spanned by the multicolumn cell.
+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 Standard
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-centered"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-and"
 
 \end_inset
 
-Table with centered multicolumn text above two columns that have exactly
- half the width of the multicolumn cell
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Perfect multicolumn table
+Table with and without hyphenation
 \end_layout
 
 \end_inset
@@ -10474,34 +11049,32 @@ Perfect multicolumn table
 
 \end_layout
 
+\begin_layout Plain Layout
+\begin_inset space \hfill{}
 \end_inset
 
 
-\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="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="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
-multiple lines multicolumn
+\begin_layout Plain Layout
+verylongtablecellword
 \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
+b
 \end_layout
 
 \end_inset
@@ -10509,18 +11082,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_inset
 
 
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-To create for example Table\InsetSpace ~
-
-\begin_inset 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
- on them.
- Now choose for this cell 
-\emph on
-multicolumn
-\emph default
-, 
-\emph on
-centered alignment
-\emph default
- and a width of 2.5\InsetSpace \thinspace{}
-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{}
-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 ~
-
-\begin_inset LatexCommand ref
-reference "tab:Table-without-half"
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-without-half"
-
-\end_inset
-
-Table where the spanned table columns have not exactly half the width of
- the multicolumn cell
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Imperfect multicolumn table
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
+\begin_inset space \hfill{}
 \end_inset
 
 
-\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="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">
-<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
+<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
-multiple lines multicolumn
+\begin_layout Plain Layout
+\begin_inset space \hspace{}
+\length 0pt
+\end_inset
+
+verylongtablecellword
 \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
+b
 \end_layout
 
 \end_inset
@@ -10686,18 +11188,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_inset
 
 
-\end_layout
-
+\begin_inset space \hfill{}
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-You can see that the first column has not the half width of the multicolumn
- cell, it is a bit bigger.
- The reason is that the given width of a cell 
-\begin_inset Formula $W_{g}$
-\end_inset
-
- is not its total width 
-\begin_inset Formula $W_{\mathrm{tot}}$
 \end_inset
 
- because a cell is always a bit larger than its given width.
- Appendix\InsetSpace ~
-
-\begin_inset LatexCommand eqref
-reference "cha:Explanation-of-Equation"
-
-\end_inset
 
- explains it in detail.
 \end_layout
 
 \begin_layout Standard
-The needed given width 
-\begin_inset Formula $W_{g\, n}$
-\end_inset
-
- when 
-\emph on
-n
-\emph default
- columns are spanned columns 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}
-
+\begin_inset Newpage newpage
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-In our case we have 
-\begin_inset Formula $n=2$
-\end_inset
+\begin_layout Subsection
+Multicolumns
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Multicolumns"
 
-, 
-\begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
 \end_inset
 
-cm and the default values for the lengths, so that equation 
-\begin_inset LatexCommand ref
-reference "eq:Wgn"
 
-\end_inset
+\begin_inset Index
+status collapsed
 
- becomes
-\begin_inset Formula \begin{equation}
-W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
+\begin_layout Plain Layout
+Multicolumns
+\end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-To enable calculations in LaTeX, the LaTeX-package 
-\series bold
-calc
-\series default
- must be loaded with the document preamble line
-\begin_inset LatexCommand index
-name "LaTeX-packages ! calc"
+\begin_layout Plain Layout
+Table ! Multicolumns
+\end_layout
 
 \end_inset
 
 
 \end_layout
 
+\begin_layout Subsubsection
+Multicolumn Basics
+\end_layout
+
 \begin_layout Standard
+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.png
+       scale 85
+       scaleBeforeRotation
 
-\series bold
+\end_inset
 
-\backslash
-usepackage{calc}
+, or the menu 
+\family sans
+Edit\SpecialChar \menuseparator
+Table\SpecialChar \menuseparator
+Multicolumn
+\family default
+, or right click on the marked cells and choose multicolumn in the appearing
+ table dialog under the tab 
+\family sans
+Table Settings
+\family default
+.
 \end_layout
 
 \begin_layout Standard
-LyX does not allow to calculate lengths in the width-field of the table
- dialog.
- Therefore you have to format the column by inserting a LaTeX-argument in
- the dialog.
- Here is an overview about the arguments:
-\end_layout
-
-\begin_layout Itemize
-
-\series bold
-p{width}
-\series default
- creates cell with a fixed width, its text is vertically top-aligned
+Multicolumns have there own cell settings.
+ That means changing cell borders, cell alignment, and the width only affects
+ the multicolumn.
+ Here is an example table with a multicolumn cell in the first row and one
+ in the last row without the upper border:
 \end_layout
 
-\begin_layout Itemize
+\begin_layout Standard
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="4">
+<features firstHeadTopDL="true" firstHeadBottomDL="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
 
-\series bold
-m{width}
-\series default
- creates cell with a fixed width, its text is vertically centered
+\begin_layout Plain Layout
+abc
 \end_layout
 
-\begin_layout Itemize
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\series bold
-b{width}
-\series default
- creates cell with a fixed width, its text is vertically bottom-aligned
+\begin_layout Plain Layout
+def ghi
 \end_layout
 
-\begin_layout Standard
-By entering a LaTeX-argument, all cell properties set in the table dialog
- are overwritten.
-\begin_inset Note Greyedout
-status open
+\end_inset
+</cell>
+<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
 
-\series bold
-Note:
-\series default
- Due to a bug, LyX shows the overwritten properties anyway.
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
- As the text should be horizontally centered, the command 
-\series bold
+\begin_layout Plain Layout
+jkl
+\end_layout
 
-\backslash
-centering
-\series default
- is added.
- You can now enter the following LaTeX-argument for the first spanned column:
-\end_layout
+\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
 
-\series bold
-|>{
-\backslash
-centering}m{1.25cm-6.2pt}
+\family roman
+\series medium
+\shape up
+\size normal
+\emph off
+\bar no
+\noun off
+\color none
+A
 \end_layout
 
-\begin_layout Standard
-The bar 
-\begin_inset Quotes eld
 \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
 
-\series bold
-|
-\series default
+\begin_layout Plain Layout
+C
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
- at the beginning draws the border line and the command 
-\series bold
->{ }
-\series default
- means, that the commands inside the braces are applied before the cell
- is created.
+\begin_layout Plain Layout
+D
 \end_layout
 
-\begin_layout Standard
-Although we have chosen centered alignment for the text of the multicolumn
- cell, it is still left aligned.
- This is because LyX only applies the alignment to single columns.
- So we have to use for the multicolumn the LaTeX-argument
+\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
+1
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\series bold
-|>{
-\backslash
-centering}m{2.5cm}|
+\begin_layout Plain Layout
+2
 \end_layout
 
-\begin_layout Subsection
-Multirows
-\begin_inset LatexCommand index
-name "Multirows"
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+3
+\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
+4
+\end_layout
 
-\begin_inset LatexCommand index
-name "Table ! Multirows"
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! multirow"
+\end_layout
+
+\begin_layout Subsubsection
+Multicolumn Calculations
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Multicolumn-Calculations"
 
 \end_inset
 
 
-\end_layout
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-In contrary to multicolumns multirows are not yet supported by LyX so a
- bit of ERT needs to be used.
- To use multirows load the LaTeX-package 
-\series bold
-multirow
-\series default
- in your document preamble with the command
+\begin_layout Plain Layout
+Multicolumns ! Calculations
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-usepackage{multirow}
 \end_layout
 
 \begin_layout Standard
-Multirows are created with the command
+LyX supports multicolumns directly, but we have to take notice of the cell
+ width of the columns spanned by the multicolumn cell.
 \end_layout
 
 \begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
 
-\series bold
+\begin_layout Plain Layout
+\begin_inset Caption
 
-\backslash
-multirow{number of rows}{cell width}{cell entry}
-\end_layout
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-centered"
 
-\begin_layout Standard
-To create the following table:
-\end_layout
+\end_inset
 
-\begin_layout Standard
-\align center
-\begin_inset ERT
+Table with centered multicolumn text above two columns that have exactly
+ half the width of the multicolumn cell
+\begin_inset OptArg
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
+Perfect multicolumn table
+\end_layout
+
+\end_inset
 
 
-\backslash
-renewcommand{
-\backslash
-multirowsetup}{
-\backslash
-centering}
 \end_layout
 
 \end_inset
 
 
+\end_layout
+
+\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">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<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
-a
+\begin_layout Plain Layout
+multiple lines multicolumn
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-b
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 <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_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-multirow{2}{2.5cm}{
-\end_layout
-
-\end_inset
-
-multirow entry
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
-\end_layout
-
-\end_inset
-
-
+\begin_layout Plain Layout
+d
 \end_layout
 
 \end_inset
@@ -11103,7 +11594,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">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="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
 
 
-\begin_inset ERT
-status collapsed
+\end_layout
 
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-renewcommand{
-\backslash
-multirowsetup}{
-\backslash
-raggedright}
 \end_layout
 
+\begin_layout Standard
+To create for example Table
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-centered"
 
-\begin_layout Standard
-create a 3×3 table.
- To get rid of the line above the last cell in the first column, the cell
- is marked as multicolumn and the upper border is unset.
- The multirow is now created in the second row of the first column by inserting
- there the command
-\end_layout
+\end_inset
 
-\begin_layout Standard
+, 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
+multicolumn
+\emph default
+, 
+\emph on
+centered alignment
+\emph default
+ and a width of 2.5
+\begin_inset space \thinspace{}
+\end_inset
 
-\series bold
+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
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-multirow{2}{2.5cm}{
-\end_layout
+cm for the first column.
+ The second column has then automatically a width of 1.25
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-as ERT.
- According to the command parameters the multirow spans now two rows and
- has a width of 2.5\InsetSpace \thinspace{}
-cm.
- The content of the multirow cell follows outside the ERT box and the command
- is finished with a right brace 
-\series bold
-}
-\series default
- in another ERT-box behind the text.
-\end_layout
+cm (multicolumn width - width of first column).
+ This was done for Table
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
 
-\series bold
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-without-half"
 
-\backslash
-multirow
-\series default
- left-aligns its content by default.
- To override the default, renew the command 
-\series bold
-
-\backslash
-multirowsetup
-\series default
- with the command
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-renewcommand{
-\backslash
-multirowsetup}{
-\backslash
-centering}
-\end_layout
-
-\begin_layout Standard
-in ERT 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.
- If the text should be right-aligned, replace 
-\series bold
-
-\backslash
-centering
-\series default
- by 
-\series bold
-
-\backslash
-raggedleft
-\series default
-.
- To return to left-alignment 
-\series bold
-
-\backslash
-raggedright
-\series default
- is used.
-\end_layout
-
-\begin_layout Section
-Formal Tables
-\begin_inset LatexCommand label
-name "sec:Formal-Tables"
-
-\end_inset
-
-
-\begin_inset LatexCommand index
-name "Table ! Formal"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Tables are often typeset in books similar to Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:Example-booktabs-table"
-
-\end_inset
-
-.
- This kind of tables is called 
-\begin_inset Quotes eld
-\end_inset
-
-
-\emph on
-formal
-\emph default
-
-\begin_inset Quotes erd
 \end_inset
 
 .
- To make a table a formal table use the option 
-\family sans
-Formal
-\family default
- in the 
-\family sans
-Borders
-\family default
- tab of the table dialog.
 \end_layout
 
 \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
-name "tab:Example-booktabs-table"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-without-half"
 
 \end_inset
 
-Example booktabs-table
+Table where the spanned table columns have not exactly half the width of
+ the multicolumn cell
+\begin_inset OptArg
+status collapsed
+
+\begin_layout Plain Layout
+Imperfect multicolumn table
 \end_layout
 
 \end_inset
@@ -11330,56 +11733,43 @@ Example booktabs-table
 
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
+
+\end_layout
+
+\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">
+<lyxtabular version="3" rows="3" columns="3">
+<features>
+<column alignment="center" valignment="top" width="1.25cm">
 <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">
-\begin_inset Text
-
-\begin_layout Standard
-System
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" usebox="none">
+<row>
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
 \begin_inset Text
 
-\begin_layout Standard
-Medipix
-\begin_inset Formula $\,$
-\end_inset
-
-1
+\begin_layout Plain Layout
+multiple lines multicolumn
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-Medipix
-\begin_inset Formula $\,$
-\end_inset
+\begin_layout Plain Layout
 
-2
 \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" 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
@@ -11389,42 +11779,8 @@ Medipix
 <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
-cmidrule(r){2-2}
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-cmidrule(l){3-4}
-\end_layout
-
-\end_inset
-
-Detector thickness [µm]
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-300
+\begin_layout Plain Layout
+d
 \end_layout
 
 \end_inset
@@ -11432,8 +11788,8 @@ Detector thickness [µm]
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-300
+\begin_layout Plain Layout
+e
 \end_layout
 
 \end_inset
@@ -11441,262 +11797,278 @@ Detector thickness [µm]
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-700
+\begin_layout Plain Layout
+f
 \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
-Edge angle [°]
+\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
-3.55
+\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" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-2.71
+\begin_layout Plain Layout
+i
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-7.99
-\end_layout
+</row>
+</lyxtabular>
 
 \end_inset
-</cell>
-</row>
-<row topspace="default">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-Spatial resolution [µm]
+
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-4.26
+
 \end_layout
 
+\begin_layout Standard
+You can see that the first column has not the half width of the multicolumn
+ cell, it is a bit bigger.
+ The reason is that the given width of a cell 
+\begin_inset Formula $W_{g}$
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-10.17
-\end_layout
+ is not its total width 
+\begin_inset Formula $W_{\mathrm{tot}}$
+\end_inset
 
+ because a cell is always a bit larger than its given width.
+ Appendix
+\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
-10.56
-\end_layout
 
-\end_inset
-</cell>
-</row>
-<row topspace="default">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset CommandInset ref
+LatexCommand eqref
+reference "cha:Explanation-of-Equation"
 
-\begin_layout Standard
-MTF at 
-\begin_inset Formula $f_{\mathrm{max}}$
 \end_inset
 
-
+ explains it in detail.
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-0.53
-\end_layout
+The needed given width 
+\begin_inset Formula $W_{g\, n}$
+\end_inset
 
+ when 
+\emph on
+n
+\emph default
+ 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
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-0.37
-\end_layout
+:
+\begin_inset Formula \begin{equation}
+W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-0.39
+
 \end_layout
 
+\begin_layout Standard
+In our case we have 
+\begin_inset Formula $n=2$
 \end_inset
-</cell>
-</row>
-<row topspace="default">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+, 
+\begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
+\end_inset
 
-\begin_layout Standard
+cm and the default values for the lengths, so that equation 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "eq:Wgn"
 
+\end_inset
 
-\backslash
-cmidrule(l{10pt}){1-1}
-\end_layout
+ becomes
+\begin_inset Formula \begin{equation}
+W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
 
 \end_inset
 
-LSF-spatial resolution
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\end_layout
 
 \begin_layout Standard
+To enable calculations in LaTeX, the LaTeX-package 
+\series bold
+calc
+\series default
+ must be loaded with the document preamble line
+\begin_inset Index
+status collapsed
 
+\begin_layout Plain Layout
+LaTeX-packages ! calc
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="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
+
+\series bold
+
+\backslash
+usepackage{calc}
+\end_layout
 
 \begin_layout Standard
+LyX does not allow to calculate lengths in the width-field of the table
+ dialog.
+ Therefore you have to format the column by inserting a LaTeX-argument in
+ the dialog.
+ Here is an overview about the arguments:
+\end_layout
+
+\begin_layout Itemize
 
+\series bold
+p{width}
+\series default
+ creates cell with a fixed width, its text is vertically top-aligned
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Itemize
 
-\begin_layout Standard
-in µm
+\series bold
+m{width}
+\series default
+ creates cell with a fixed width, its text is vertically centered
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Itemize
 
-\begin_layout Standard
-129.7
+\series bold
+b{width}
+\series default
+ creates cell with a fixed width, its text is vertically bottom-aligned
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+By entering a LaTeX-argument, all cell settings set in the table dialog
+ are overwritten.
+\end_layout
 
 \begin_layout Standard
-52.75
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ Due to a bug, LyX shows the overwritten settings anyway.
 \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
-50.78
+As the text should be horizontally centered, the command 
+\series bold
+
+\backslash
+centering
+\series default
+ is added.
+ You can now enter the following LaTeX-argument for the first spanned column:
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+
+\series bold
+>{
+\backslash
+centering}m{1.25cm-6.2pt}
+\end_layout
 
 \begin_layout Standard
-in % of pixel size
+The command 
+\series bold
+>{ }
+\series default
+ means, that the commands inside the braces are applied before the cell
+ is created.
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+Although we have chosen centered alignment for the text of the multicolumn
+ cell, it is still left aligned.
+ This is because LyX only applies the alignment to single columns.
+ So we have to use for the multicolumn the LaTeX-argument
+\end_layout
 
 \begin_layout Standard
-76.3
+
+\series bold
+>{
+\backslash
+centering}m{2.5cm}
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Subsection
+Multirows
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-95.9
+\begin_layout Plain Layout
+Multirows
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-92.3
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Multirows
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\begin_inset Index
+status collapsed
 
+\begin_layout Plain Layout
+LaTeX-packages ! multirow
 \end_layout
 
 \end_inset
@@ -11705,258 +12077,204 @@ in % of pixel size
 \end_layout
 
 \begin_layout Standard
-Spaces to table rows can be added using the 
-\family sans
-Borders
-\family default
- tab of the table dialog as described in section\InsetSpace ~
+In contrary to multicolumns multirows are not yet supported by LyX so a
+ bit of TeX-Code needs to be used.
+ To use multirows load the LaTeX-package 
+\series bold
+multirow
+\series default
+ in your document preamble with the command
+\end_layout
 
-\begin_inset LatexCommand ref
-reference "sub:Row-Spacing"
+\begin_layout Standard
 
-\end_inset
+\series bold
 
-.
+\backslash
+usepackage{multirow}
 \end_layout
 
 \begin_layout Standard
-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{}
-em.
+Multirows are created with the command
 \end_layout
 
 \begin_layout Standard
-The default widths can be changed with the following preamble lines
+
+\series bold
+
+\backslash
+multirow{number of rows}{cell width}{cell entry}
 \end_layout
 
 \begin_layout Standard
+To create the following table:
+\end_layout
 
-\series bold
+\begin_layout Standard
+\align center
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\backslash
-let
-\backslash
-mytoprule
-\backslash
-toprule
-\newline
 
 \backslash
 renewcommand{
 \backslash
-toprule}{
+multirowsetup}{
 \backslash
-mytoprule[width]}
+centering}
 \end_layout
 
-\begin_layout Standard
-This example is for the first line, the so called toprule.
- If you want to change the width for the last line, replace 
-\series bold
-toprule
-\series default
- by 
-\series bold
-bottomrule
-\series default
-.
- To change the width for the other lines replace 
-\series bold
-toprule
-\series default
- by 
-\series bold
-midrule
-\series default
-.
- You can use all units listed in appendix\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "cha:Units-available-in"
-
 \end_inset
 
- to set the width.
-\end_layout
 
-\begin_layout Standard
-Lines that don't span over all table columns can be created by setting a
- table line for multicolumn cells.
- LyX will then internally use the command 
-\series bold
+\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
 
-\backslash
-cmidrule
-\series default
- to create this line.
- Its full scheme is
+\begin_layout Plain Layout
+a
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-cmidrule[width](trim){startcol-endcol}
+\begin_layout Plain Layout
+b
 \end_layout
 
-\begin_layout Standard
-The options of 
-\series bold
-
-\backslash
-cmidrule
-\series default
- are are currently not supported by LyX so you have to use ERT 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.
- The line is then drawn in the output above the current row.
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-The default for the width is 0.03\InsetSpace \thinspace{}
-em.
- Startcol is the number of the column where the line starts and endcol the
- column number where the line ends.
- The endcol always needs to be specified, also when the line should span
- only one column.
- The optional parameter trim could be either 
-\emph on
-l{trimwidth}
-\emph default
-, or 
-\emph on
-r{trimwidth}
-\emph default
- where the trimwidth is also optional.
- Using for example the parameter 
-\emph on
-l{2pt}
-\emph default
- means that the line is trimmed from its left end by 2\InsetSpace \thinspace{}
-pt.
- If you don't specify the trimwidth the lines are trimmed by the default
- of 0.5\InsetSpace \thinspace{}
-em.
+\begin_layout Plain Layout
+c
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-Table\InsetSpace ~
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\begin_inset LatexCommand ref
-reference "tab:Example-booktabs-table"
+\begin_layout Plain Layout
 
-\end_inset
 
- was created using the commands
+\backslash
+multirow{2}{2.5cm}{
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
+multirow entry
+\begin_inset ERT
+status collapsed
 
-\backslash
-cmidrule(r){2-2}
-\backslash
-cmidrule(l){3-4}
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-at the beginning of the in the second row and
+}
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
 
-\backslash
-cmidrule(l{10pt}){1-1}
-\end_layout
 
-\begin_layout Standard
-in the sixth row.
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+e
 \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
 
-
+\begin_layout Plain Layout
+f
 \end_layout
 
-\begin_layout Standard
-You might want to have overlapping 
-\series bold
+\end_inset
+</cell>
+</row>
+<row>
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-cmidrule
-\series default
-s like in Table\InsetSpace ~
+\begin_layout Plain Layout
 
-\begin_inset LatexCommand ref
-reference "tab:Special-booktabs-table"
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-.
- This can be achieved with the ERT command
+\begin_layout Plain Layout
+h
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-morecmidrules
+\begin_layout Plain Layout
+i
 \end_layout
 
-\begin_layout Standard
-The command that was used for the second row of Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:Special-booktabs-table"
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
- is
-\end_layout
 
-\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-cmidrule(r){2-2}
-\backslash
-cmidrule(l){3-4}
+renewcommand{
 \backslash
-morecmidrules
+multirowsetup}{
 \backslash
-cmidrule{2-4}
+raggedright}
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
-The command for the sixth row is
+create a 3×3 table.
+ To get rid of the line above the last cell in the first column, the cell
+ is marked as multicolumn and the upper border is unset.
+ The multirow is now created in the second row of the first column by inserting
+ there the command
 \end_layout
 
 \begin_layout Standard
@@ -11964,25 +12282,40 @@ The command for the sixth row is
 \series bold
 
 \backslash
-midrule
-\backslash
-morecmidrules
-\backslash
-cmidrule{3-4}
+multirow{2}{2.5cm}{
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+as TeX-Code.
+ According to the command parameters the multirow spans now two rows and
+ has a width of 2.5
+\begin_inset space \thinspace{}
 \end_inset
 
-
+cm.
+ 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 TeX-Code-box behind the text.
 \end_layout
 
 \begin_layout Standard
-If you are anyway not satisfied with the border line spacing, you can use
- the following command to produce lines that span over all table columns
+
 \series bold
-:
+
+\backslash
+multirow
+\series default
+ left-aligns its content by default.
+ To override the default, renew the command 
+\series bold
+
+\backslash
+multirowsetup
+\series default
+ with the command
 \end_layout
 
 \begin_layout Standard
@@ -11990,28 +12323,96 @@ If you are anyway not satisfied with the border line spacing, you can use
 \series bold
 
 \backslash
-specialrule{width}{space above}{space below}
+renewcommand{
+\backslash
+multirowsetup}{
+\backslash
+centering}
 \end_layout
 
 \begin_layout Standard
-For more informations about these specialties, we refer to the manual of
- the LaTeX-package 
+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 TeX-Code box just before the table instead of the preamble.
+ If the text should be right-aligned, replace 
 \series bold
-booktabs
-\series default
-\begin_inset LatexCommand cite
-key "booktabs"
 
-\end_inset
+\backslash
+centering
+\series default
+ by 
+\series bold
 
+\backslash
+raggedleft
+\series default
 .
-\begin_inset LatexCommand index
-name "LaTeX-packages ! booktabs"
+ To return to left-alignment 
+\series bold
 
+\backslash
+raggedright
+\series default
+ is used.
+\end_layout
+
+\begin_layout Section
+Formal Tables
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Formal-Tables"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Formal
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Tables are often typeset in books similar to Table
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Example-booktabs-table"
+
+\end_inset
+
+.
+ This kind of tables is called 
+\begin_inset Quotes eld
 \end_inset
 
 
+\emph on
+formal
+\emph default
+
+\begin_inset Quotes erd
+\end_inset
+
+.
+ To make a table a formal table use the option 
+\family sans
+Formal
+\family default
+ in the 
+\family sans
+Borders
+\family default
+ tab of the table dialog.
 \end_layout
 
 \begin_layout Standard
@@ -12021,16 +12422,17 @@ 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:Special-booktabs-table"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Example-booktabs-table"
 
 \end_inset
 
-Special booktabs-table
+Example booktabs-table
 \end_layout
 
 \end_inset
@@ -12038,7 +12440,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">
@@ -12047,31 +12449,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" rightline="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 Formula $\,$
+\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 Formula $\,$
+\end_inset
+
 2
 \end_layout
 
@@ -12080,7 +12488,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
 
@@ -12088,14 +12496,14 @@ Medipix\InsetSpace \thinspace{}
 </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
@@ -12108,7 +12516,7 @@ cmidrule(r){2-2}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
@@ -12117,97 +12525,71 @@ cmidrule(l){3-4}
 
 \end_inset
 
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-morecmidrules 
-\end_layout
-
-\end_inset
-
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-cmidrule{2-4}
-\end_layout
-
-\end_inset
-
 Detector thickness [µ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
 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
 
@@ -12215,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
 
@@ -12253,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
@@ -12266,60 +12648,47 @@ 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 topspace="default">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-morecmidrules 
-\end_layout
-
-\end_inset
-
-
+\begin_layout Plain Layout
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-cmidrule{3-4}
+cmidrule(l{10pt}){1-1}
 \end_layout
 
 \end_inset
@@ -12329,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
 
@@ -12358,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
 
@@ -12445,22 +12814,19 @@ in % of pixel size
 
 \end_layout
 
-\begin_layout Section
-Vertical Table Alignment
-\begin_inset LatexCommand index
-name "Table ! Alignment"
-
+\begin_layout Standard
+Spaces to table rows can be added using the 
+\family sans
+Borders
+\family default
+ tab of the table dialog as described in section
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
-
-\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 ~
-
-\begin_inset LatexCommand ref
-reference "sec:Box-Dialog"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Row-Spacing"
 
 \end_inset
 
@@ -12468,749 +12834,769 @@ reference "sec:Box-Dialog"
 \end_layout
 
 \begin_layout Standard
-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_inset LatexCommand ref
-reference "sec:Minipages"
-
+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:
+\begin_inset Newline newline
 \end_inset
 
-.
-\end_layout
+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
 
- box that has a width of 15\InsetSpace \thinspace{}
-col%:
+em.
 \end_layout
 
-\begin_layout Itemize
-test 
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
-
-\begin_layout Standard
-\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
-
 \begin_layout Standard
-a
+The default widths can be changed with the following preamble lines
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-d
-\end_layout
 
+\series bold
+
+\backslash
+let
+\backslash
+mytoprule
+\backslash
+toprule
+\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
-g
-\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
-b
+\backslash
+renewcommand{
+\backslash
+toprule}{
+\backslash
+mytoprule[width]}
 \end_layout
 
+\begin_layout Standard
+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
+\series default
+ by 
+\series bold
+bottomrule
+\series default
+.
+ To change the width for the other lines replace 
+\series bold
+toprule
+\series default
+ by 
+\series bold
+midrule
+\series default
+.
+ You can use all units listed in appendix
+\begin_inset space ~
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-e
-\end_layout
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "cha:Units-available-in"
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+ to set the width.
+\end_layout
 
 \begin_layout Standard
-h
+Lines that don't span over all table columns can be created by setting a
+ table line for multicolumn cells.
+ LyX will then internally use the command 
+\series bold
+
+\backslash
+cmidrule
+\series default
+ to create this line.
+ Its full scheme is
 \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
+
+\series bold
+
+\backslash
+cmidrule[width](trim){startcol-endcol}
+\end_layout
 
 \begin_layout Standard
-c
+The options of 
+\series bold
+
+\backslash
+cmidrule
+\series default
+ 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 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
+\begin_inset space \thinspace{}
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-f
-\end_layout
+em.
+ Startcol is the number of the column where the line starts and endcol the
+ column number where the line ends.
+ The endcol always needs to be specified, also when the line should span
+ only one column.
+ The optional parameter trim could be either 
+\emph on
+l{trimwidth}
+\emph default
+, or 
+\emph on
+r{trimwidth}
+\emph default
+ where the trimwidth is also optional.
+ Using for example the parameter 
+\emph on
+l{2pt}
+\emph default
+ 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
+\begin_inset space \thinspace{}
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-i
+em.
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
+Table
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Example-booktabs-table"
 
 \end_inset
 
- test 
-\begin_inset ERT
-status collapsed
+ was created using the commands
+\end_layout
 
 \begin_layout Standard
 
+\series bold
 
 \backslash
-raisebox{0.85
+cmidrule(r){2-2}
 \backslash
-baselineskip}{
+cmidrule(l){3-4}
 \end_layout
 
-\end_inset
-
-
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
-
 \begin_layout Standard
-\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
+at the beginning of the in the second row and
+\end_layout
 
 \begin_layout Standard
-a
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\series bold
 
-\begin_layout Standard
-d
+\backslash
+cmidrule(l{10pt}){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
-g
+in the sixth row.
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
-</cell>
-</row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-b
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\end_layout
 
 \begin_layout Standard
-e
-\end_layout
+You might want to have overlapping 
+\series bold
 
+\backslash
+cmidrule
+\series default
+s like in Table
+\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
-h
-\end_layout
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Special-booktabs-table"
 
 \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
-c
+.
+ This can be achieved with the TeX-Code command
 \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" rightline="true" usebox="none">
-\begin_inset Text
+\series bold
 
-\begin_layout Standard
-i
+\backslash
+morecmidrules
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
+\begin_layout Standard
+The command that was used for the second row of Table
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Special-booktabs-table"
 
 \end_inset
 
-
-\begin_inset ERT
-status collapsed
+ is
+\end_layout
 
 \begin_layout Standard
 
-}
+\series bold
+
+\backslash
+cmidrule(r){2-2}
+\backslash
+cmidrule(l){3-4}
+\backslash
+morecmidrules
+\backslash
+cmidrule{2-4}
 \end_layout
 
-\end_inset
+\begin_layout Standard
+The command for the sixth row is
+\end_layout
+
+\begin_layout Standard
 
+\series bold
 
+\backslash
+midrule
+\backslash
+morecmidrules
+\backslash
+cmidrule{3-4}
 \end_layout
 
-\begin_layout Itemize
-test 
-\begin_inset Box Frameless
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
 
 \begin_layout Standard
-\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
+If you are anyway not satisfied with the border line spacing, you can use
+ the following command to produce lines that span over all table columns
+\series bold
+:
+\end_layout
 
 \begin_layout Standard
-a
+
+\series bold
+
+\backslash
+specialrule{width}{space above}{space below}
 \end_layout
 
+\begin_layout Standard
+For more informations about these specialties, we refer to the manual of
+ the LaTeX-package 
+\series bold
+booktabs
+\series default
+\begin_inset CommandInset citation
+LatexCommand cite
+key "booktabs"
+
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-d
+.
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! booktabs
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-g
+
 \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:Special-booktabs-table"
+
 \end_inset
-</cell>
-</row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-b
+Special booktabs-table
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-e
+
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="8" columns="4">
+<features booktabs="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">
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-h
+\begin_layout Plain Layout
+System
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true" bottomline="true">
-<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
-c
+\begin_layout Plain Layout
+Medipix
+\begin_inset space \thinspace{}
+\end_inset
+
+1
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-f
+\begin_layout Plain Layout
+Medipix
+\begin_inset space \thinspace{}
+\end_inset
+
+2
 \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
-i
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cmidrule(r){2-2}
+\end_layout
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cmidrule(l){3-4}
 \end_layout
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+morecmidrules 
 \end_layout
 
-\begin_layout Itemize
-test 
-\begin_inset Box Frameless
-position "b"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\end_inset
+
+
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-\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_layout Plain Layout
+
+
+\backslash
+cmidrule{2-4}
+\end_layout
+
+\end_inset
+
+Detector thickness [µm]
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-a
+\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
-d
+\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
-g
+\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
-b
+\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
-e
+\begin_layout Plain Layout
+3.55
 \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
-h
+\begin_layout Plain Layout
+2.71
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true" bottomline="true">
-<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
-c
+\begin_layout Plain Layout
+7.99
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-f
+\begin_layout Plain Layout
+Spatial resolution [µm]
 \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
-i
+\begin_layout Plain Layout
+4.26
 \end_layout
 
 \end_inset
 </cell>
-</row>
-</lyxtabular>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-\end_inset
+\begin_layout Plain Layout
+10.17
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+10.56
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
- test 
-\begin_inset ERT
-status collapsed
+\begin_layout Plain Layout
+MTF at 
+\begin_inset Formula $f_{\mathrm{max}}$
+\end_inset
 
-\begin_layout Standard
 
-
-\backslash
-raisebox{-0.32
-\backslash
-baselineskip}{
-\end_layout
+\end_layout
 
 \end_inset
-
-
-\begin_inset Box Frameless
-position "b"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "15col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status collapsed
-
-\begin_layout Standard
-\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">
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-a
+\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
-d
+\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
-g
+\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
-b
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+morecmidrules 
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-e
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cmidrule{3-4}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-h
+LSF-spatial resolution
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true" bottomline="true">
-<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
-c
+\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
-f
+\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
-i
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
-
-\end_inset
-
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+in µm
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
+\begin_layout Plain Layout
+129.7
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+52.75
 \end_layout
 
-\begin_layout Standard
-As you can see, the content of the first and last table row is not correctly
- aligned with the text line where the table is in.
- To get this alignment, the minipage box must be set into a raisebox
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-Raiseboxes are described in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sub:Vertical-Alignment"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-.
+\begin_layout Plain Layout
+50.78
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
-.
- In the example above the second table in the first item is aligned using
- the ERT-command
+\begin_layout Plain Layout
+in % of pixel size
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-raisebox{0.85
-\backslash
-baselineskip}{
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-before the box.
- Behind the box the closing brace 
-\series bold
-}
-\series default
- is inserted as ERT.
- For the second table in the last item the command
+\begin_layout Plain Layout
+76.3
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-raisebox{-0.32
-\backslash
-baselineskip}{
+\begin_layout Plain Layout
+95.9
 \end_layout
 
-\begin_layout Standard
-is used.
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+92.3
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\begin_layout Standard
+\end_inset
 
-\series bold
-Note:
-\series default
- The alignment of the table row content to the surrounding text line is
- not exact.
- The needed factor of the 
-\series bold
 
-\backslash
-raisebox
-\series default
- command for this alignment depends on the document font, the font size,
- and the table line thickness.
 \end_layout
 
 \end_inset
@@ -13219,90 +13605,90 @@ raisebox
 \end_layout
 
 \begin_layout Section
-Colored Tables
-\begin_inset LatexCommand label
-name "sec:Colored-Tables"
-
-\end_inset
-
+Vertical Table Alignment
+\begin_inset Index
+status collapsed
 
-\begin_inset LatexCommand index
-name "Table ! Color"
+\begin_layout Plain Layout
+Table ! Alignment
+\end_layout
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Subsection
-Colored Cells
-\begin_inset LatexCommand index
-name "Table Color ! for Cells"
-
+\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
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Color ! for Table Cells"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Box-Dialog"
 
 \end_inset
 
-
+.
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-colored-without"
+In the following example the tables are inside a minipage
+\begin_inset Foot
+status collapsed
 
+\begin_layout Plain Layout
+Minipages are described in section
+\begin_inset space ~
 \end_inset
 
-Table colored without using the package 
-\series bold
-colortbl
-\series default
 
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Table without colortbl
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Minipages"
 
 \end_inset
 
-
+.
 \end_layout
 
 \end_inset
 
+ box that has a width of 15
+\begin_inset space \thinspace{}
+\end_inset
 
+col%:
 \end_layout
 
-\begin_layout Standard
-\align center
+\begin_layout Itemize
+test 
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
+\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
-
-\color green
+\begin_layout Plain Layout
 a
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\color red
-b
+\begin_layout Plain Layout
+d
 \end_layout
 
 \end_inset
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\color red
-c
+\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
-
-\color green
-d
+\begin_layout Plain Layout
+b
 \end_layout
 
 \end_inset
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\color blue
+\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
-
-\color blue
-f
+\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
-
-\color green
-g
+\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
-
-\color blue
-h
+\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
-
-\color blue
+\begin_layout Plain Layout
 i
 \end_layout
 
 
 \end_inset
 
+ test 
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-If you only need colored text, mark the cells and choose a color in the
- menu 
-\family sans
-Edit\SpecialChar \menuseparator
-Text\InsetSpace ~
-Style
-\family default
-.
- This was used to create Table\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "tab:Table-colored-without"
+\backslash
+raisebox{0.85
+\backslash
+baselineskip}{
+\end_layout
 
 \end_inset
 
-.
- In any other case you have to use the LaTeX-package 
-\series bold
-colortbl
-\series default
-.
-\begin_inset LatexCommand index
-name "LaTeX-packages ! colortbl"
-
-\end_inset
 
+\begin_inset Box Frameless
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
+\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 Standard
-To create colored tables, 
-\series bold
-colortbl
-\series default
- must be loaded in the preamble with the line
+\begin_layout Plain Layout
+a
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-usepackage{colortbl}
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-The color of a column is adjusted with the command
+\begin_layout Plain Layout
+d
 \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
-columncolor{name of color}
+\begin_layout Plain Layout
+g
 \end_layout
 
-\begin_layout Standard
-inside the command 
-\series bold
->{ }
-\series default
-.
- More about the command 
-\series bold
->{}
-\series default
- is described in section\InsetSpace ~
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_inset LatexCommand ref
-reference "sub:Multicolumn-Calculations"
+\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
+e
 \end_layout
 
-\begin_layout Standard
-The following color names are predefined:
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\family sans
-red
-\family default
-, 
-\family sans
-green
-\family default
-, 
-\family sans
-yellow
-\family default
-, 
-\family sans
-blue
-\family default
-, 
-\family sans
-cyan
-\family default
-, 
-\family sans
-magenta
-\family default
-, 
-\family sans
-black
-\family default
- and 
-\family sans
-white
+\begin_layout Plain Layout
+c
 \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
 
-
+\begin_layout Plain Layout
+f
 \end_layout
 
-\begin_layout Standard
-You can also define your own color with the command
+\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
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\series bold
+\end_inset
 
-\backslash
-def\SpecialChar \textcompwordmark{}
-inecolor{color name}{color model}{color values}
-\end_layout
 
-\begin_layout Standard
-The color model can be
 \end_layout
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
-cmyk: cyan, magenta, yellow, black
-\end_layout
+\end_inset
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
-rgb: red, green blue
-\end_layout
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
-gray gray
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-and the color values are comma separated numbers between 0 and 1 describing
- the factor for the corresponding color of the color model.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-You can e.\InsetSpace \thinspace{}
-g.\InsetSpace ~
-define the color "
-\emph on
-darkgreen
-\emph default
-" in the preamble with
+}
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
 
-\backslash
-def\SpecialChar \textcompwordmark{}
-inecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
-\end_layout
 
-\begin_layout Standard
-and the color "
-\emph on
-lightgray
-\emph default
-" with
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-def\SpecialChar \textcompwordmark{}
-inecolor{lightgray}{gray}{0.8}
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace medskip
-\end_inset
-
+\begin_layout Itemize
+test 
+\begin_inset Box Frameless
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
+\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 Standard
-Lines are colored with the command
+\begin_layout Plain Layout
+a
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-rowcolor{name of color}
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-and cells are colored with the command
+\begin_layout Plain Layout
+d
 \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
-cellcolor{name of color}
+\begin_layout Plain Layout
+g
 \end_layout
 
-\begin_layout Standard
-Both commands are inserted at the beginning of a cell as ERT.
-\end_layout
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-To color characters in the table, mark the cells and use the LyX menu 
-\family sans
-Edit\SpecialChar \menuseparator
-Text\InsetSpace ~
-Style
-\family default
-.
- If a cell contains ERT mark only the characters, otherwise the colored
- ERT will cause LaTeX-errors.
+\begin_layout Plain Layout
+b
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+e
 \end_layout
 
-\begin_layout Standard
-To create Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:Table-colored-using"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
- do the following: The color of the first column should be 
-\emph on
-darkgreen
-\emph default
-.
- So insert
+\begin_layout Plain Layout
+h
 \end_layout
 
-\begin_layout Standard
-
-\series bold
->{
-\backslash
-columncolor{darkgreen}
-\backslash
-centering}c
-\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 Standard
-as LaTeX-argument for this column.
- The first row should be blue, therefore the ERT command
+\begin_layout Plain Layout
+c
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-rowcolow{cyan}
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\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
+\begin_layout Plain Layout
+f
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-cellcolor{magenta}
-\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 Standard
-The characters could now be colored using the menu 
-\family sans
-Edit\SpecialChar \menuseparator
-Text\InsetSpace ~
-Style
-\family default
-.
+\begin_layout Plain Layout
+i
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-colored-using"
-
 \end_inset
-
-Table colored using the package 
-\series bold
-colortbl
-\series default
-
-\begin_inset OptArg
-status collapsed
-
-\begin_layout Standard
-Table with colortbl
-\end_layout
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
@@ -13764,33 +14045,32 @@ Table with colortbl
 
 \end_layout
 
-\begin_layout Standard
-\align center
+\begin_layout Itemize
+test 
+\begin_inset Box Frameless
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
+\begin_layout Plain Layout
 \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">
 <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_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-rowcolor{cyan}
-\end_layout
-
-\end_inset
-
-
-\color magenta
+\begin_layout Plain Layout
 a
 \end_layout
 
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\color red
-b
+\begin_layout Plain Layout
+d
 \end_layout
 
 \end_inset
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\color red
-c
+\begin_layout Plain Layout
+g
 \end_layout
 
 \end_inset
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\color yellow
-d
+\begin_layout Plain Layout
+b
 \end_layout
 
 \end_inset
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
-\color blue
+\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
-
-\color blue
-f
+\begin_layout Plain Layout
+h
 \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
-
-\color yellow
-g
+\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
-
-\color blue
-h
+\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_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-cellcolor{magenta}
-\end_layout
-
-\end_inset
-
-
-\color green
-i
-\end_layout
+\begin_layout Plain Layout
+i
+\end_layout
 
 \end_inset
 </cell>
 
 \end_inset
 
-
-\end_layout
-
-\begin_layout Subsection
-Colored Lines
-\begin_inset LatexCommand index
-name "Table Color ! for Lines"
-
-\end_inset
-
-
-\begin_inset LatexCommand index
-name "Color ! for Table Lines"
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-As described in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sub:Line-Thickness"
-
-\end_inset
-
-, the line thickness for all lines in a table can be adjusted with the length
-\series bold
-
-\backslash
-arrayrulewidth
-\series default
-.
- It is set to 1.5\InsetSpace \thinspace{}
-pt for all tables of this section.
+ test 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-
-
-\backslash
-setlength{
-\backslash
-arrayrulewidth}{1.5pt}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\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 ~
-
-\begin_inset LatexCommand ref
-reference "sub:Customized-Format"
-
-\end_inset
-
-:
-\end_layout
-
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-newcolumntype{W}{!{
-\backslash
-color{green}
+raisebox{-0.32
 \backslash
-vline}}
-\end_layout
-
-\begin_layout Standard
-For Table\InsetSpace ~
-
-\begin_inset 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
-
-\series bold
-Wc
-\end_layout
-
-\begin_layout Standard
-for the other columns.
-\end_layout
-
-\begin_layout Standard
-If you want to have several colors, define more column formats.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-vertical-colored"
-
-\end_inset
-
-Table with colored vertical lines
+baselineskip}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Box Frameless
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "15col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
 
-\begin_layout Standard
-\align center
+\begin_layout Plain Layout
 \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">
+<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
-sd
+\begin_layout Plain Layout
+a
 \end_layout
 
 \end_inset
@@ -14067,8 +14210,8 @@ sd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+d
 \end_layout
 
 \end_inset
 <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
 
 \end_inset
@@ -14096,8 +14239,8 @@ sd
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-sd
+\begin_layout Plain Layout
+e
 \end_layout
 
 \end_inset
 <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
-sd
+\begin_layout Plain Layout
+i
 \end_layout
 
 \end_inset
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
+\end_layout
+
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+As you can see, the content of the first and last table row is not correctly
+ aligned with the text line where the table is in.
+ To get this alignment, the minipage box must be set into a raisebox
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+Raiseboxes are described in section
+\begin_inset space ~
 \end_inset
 
-To color horizontal lines for example with red, like in Table\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "tab:Table-with-horizontal-colored"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Vertical-Alignment"
+
+\end_inset
+
+.
+\end_layout
 
 \end_inset
 
-, insert these commands in ERT before the table or table float:
+.
+ In the example above the second table in the first item is aligned using
+ the TeX-Code-command
 \end_layout
 
 \begin_layout Standard
@@ -14172,73 +14341,54 @@ reference "tab:Table-with-horizontal-colored"
 \series bold
 
 \backslash
-let
-\backslash
-myHlineC
-\backslash
-hline
-\newline
-
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-arrayrulecolor{red}
-\backslash
-myHlineC
+raisebox{0.85
 \backslash
-arrayrulecolor{black}}
+baselineskip}{
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
+before the box.
+ Behind the box the closing brace 
+\series bold
+}
+\series default
+ is inserted as TeX-Code.
+ For the second table in the last item the command
+\end_layout
 
 \begin_layout Standard
 
+\series bold
 
 \backslash
-let
-\backslash
-myHlineC
+raisebox{-0.32
 \backslash
-hline
+baselineskip}{
 \end_layout
 
 \begin_layout Standard
-
-
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-arrayrulecolor{red}
-\backslash
-myHlineC
-\backslash
-arrayrulecolor{black}}
+is used.
 \end_layout
 
-\end_inset
-
-
-\begin_inset Float table
-wide false
-sideways false
+\begin_layout Standard
+\begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-horizontal-colored"
+\begin_layout Plain Layout
 
-\end_inset
+\series bold
+Note:
+\series default
+ The alignment of the table row content to the surrounding text line is
+ not exact.
+ The needed factor of the 
+\series bold
 
-Table with colored horizontal lines
+\backslash
+raisebox
+\series default
+ command for this alignment depends on the document font, the font size,
+ and the table line thickness.
 \end_layout
 
 \end_inset
@@ -14246,173 +14396,83 @@ Table with colored horizontal lines
 
 \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
-
-\begin_layout Standard
-sd
-\end_layout
+\begin_layout Section
+Colored Tables
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Colored-Tables"
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="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_inset Index
+status collapsed
 
+\begin_layout Plain Layout
+Table ! Color
 \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
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Subsection
+Colored Cells
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-sd
+\begin_layout Plain Layout
+Table Color ! for Cells
 \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" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
+\begin_inset Index
+status collapsed
 
+\begin_layout Plain Layout
+Color ! for Table Cells
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="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
-sd
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
 
+\begin_layout Plain Layout
+\begin_inset Caption
 
-\end_layout
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-colored-without"
 
 \end_inset
 
+Table colored without using the package 
+\series bold
+colortbl
+\series default
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
+\begin_inset OptArg
 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:
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHlineC}
+\begin_layout Plain Layout
+Table without colortbl
 \end_layout
 
-\begin_layout Standard
-Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:Table-with-colored"
-
 \end_inset
 
- is an example with colored vertical and horizontal lines.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Float table
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-colored"
-
-\end_inset
 
-Table with colored lines
 \end_layout
 
 \end_inset
@@ -14420,20 +14480,22 @@ 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">
+<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
-sd
+\begin_layout Plain Layout
+
+\color green
+a
 \end_layout
 
 \end_inset
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
+\color red
+b
 \end_layout
 
 \end_inset
 <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_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
 
+\color green
+d
 \end_layout
 
 \end_inset
 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-sd
+\begin_layout Plain Layout
+
+\color blue
+e
 \end_layout
 
 \end_inset
 <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_layout
 
 \end_inset
 </cell>
 </row>
-<row topline="true" bottomline="true" topspace="default">
-<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_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
 
+\color blue
+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
-sd
+\begin_layout Plain Layout
+
+\color blue
+i
 \end_layout
 
 \end_inset
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
+If you only need colored text, mark the cells and choose a color in the
+ menu 
+\family sans
+Edit\SpecialChar \menuseparator
+Text
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
+Style
+\family default
+.
+ This was used to create Table
+\begin_inset space ~
+\end_inset
 
 
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHlineC}
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-colored-without"
+
+\end_inset
+
+.
+ In any other case you have to use the LaTeX-package 
+\series bold
+colortbl
+\series default
+.
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! colortbl
 \end_layout
 
 \end_inset
@@ -14551,219 +14650,215 @@ myHlineC}
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-setlength{
-\backslash
-arrayrulewidth}{0.4pt}
+ifcolortbl
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset Note Note
+status open
 
-\begin_layout Section
-Table Customization
-\begin_inset LatexCommand index
-name "Table Customization"
+\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
 
 
-\begin_inset LatexCommand index
-name "Table ! Customization"
-
-\end_inset
-
+\end_layout
 
+\begin_layout Standard
+To create colored tables, 
+\series bold
+colortbl
+\series default
+ must be loaded in the preamble with the line
 \end_layout
 
-\begin_layout Subsection
-Row Spacing
-\begin_inset LatexCommand label
-name "sub:Row-Spacing"
+\begin_layout Standard
 
-\end_inset
+\series bold
 
+\backslash
+usepackage{colortbl}
+\end_layout
 
-\begin_inset LatexCommand index
-name "Table Customization ! Row Spacing"
+\begin_layout Standard
+The color of a column is adjusted with the command
+\end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
 
+\backslash
+columncolor{name of color}
 \end_layout
 
 \begin_layout Standard
-You can add vertical space to table rows in the 
-\family sans
-Borders
-\family default
- tab of the table dialog.
- You find there three possibilities:
-\end_layout
-
-\begin_layout Description
-Top\InsetSpace ~
-of\InsetSpace ~
-row will add space above the characters of the table row.
- If the table is a formal table
-\begin_inset Foot
-status collapsed
+inside the command 
+\series bold
+>{ }
+\series default
+.
+ More about the command 
+\series bold
+>{}
+\series default
+ is described in section
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-Formal tables are explained in section\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "sec:Formal-Tables"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Multicolumn-Calculations"
 
 \end_inset
 
 .
 \end_layout
 
-\end_inset
-
- LyX will insert as default 0.5\InsetSpace \thinspace{}
-em space.
- For normal tables the inserted space will unfortunately destroy the vertical
- table lines as in the following table: 
-\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">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-A
+The following color names are predefined:
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row topline="true" topspace="3mm">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-3\InsetSpace \thinspace{}
-mm space top of row
+
+\family sans
+red
+\family default
+, 
+\family sans
+green
+\family default
+, 
+\family sans
+yellow
+\family default
+, 
+\family sans
+blue
+\family default
+, 
+\family sans
+cyan
+\family default
+, 
+\family sans
+magenta
+\family default
+, 
+\family sans
+black
+\family default
+ and 
+\family sans
+white
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
-</cell>
-</row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+
+
+\end_layout
 
 \begin_layout Standard
-C
+You can also define your own color with the command
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_layout Standard
 
-\end_inset
+\series bold
 
+\backslash
+definecolor{color name}{color model}{color values}
+\end_layout
 
-\newline
-So inserting space to the top of row for normal tables is only useful when
- you don't have vertical lines.
+\begin_layout Standard
+The color model can be
 \end_layout
 
-\begin_layout Description
-Bottom\InsetSpace ~
-of\InsetSpace ~
-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{}
-pt.
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+cmyk: cyan, magenta, yellow, black
 \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{}
-em space.
- For normal tables the inserted space will unfortunately destroy the vertical
- table lines as in the following table: 
-\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">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+rgb: red, green blue
+\end_layout
 
-\begin_layout Standard
-A
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+gray gray
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row topline="true" interlinespace="3mm">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
+\begin_layout Standard
+and the color values are comma separated numbers between 0 and 1 describing
+ the factor for the corresponding color of the color model.
+\end_layout
 
 \begin_layout Standard
-\begin_inset Formula $\downarrow$
+You can e.
+\begin_inset space \thinspace{}
 \end_inset
 
- 3\InsetSpace \thinspace{}
-mm space between row 
-\begin_inset Formula $\downarrow$
+g.
+\begin_inset space ~
 \end_inset
 
-
+define the color "
+\emph on
+darkgreen
+\emph default
+" in the preamble with
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row topline="true" bottomline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-\begin_inset Formula $\uparrow$
-\end_inset
 
- 3\InsetSpace \thinspace{}
-mm space between row 
-\begin_inset Formula $\uparrow$
-\end_inset
+\series bold
 
+\backslash
+definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
+\end_layout
 
+\begin_layout Standard
+and the color "
+\emph on
+lightgray
+\emph default
+" with
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_layout Standard
+
+\series bold
+
+\backslash
+definecolor{lightgray}{gray}{0.8}
+\end_layout
 
+\begin_layout Standard
+\begin_inset VSpace medskip
 \end_inset
 
 
-\newline
-So inserting space between rows for normal tables is only useful when you
- don't have vertical lines.
 \end_layout
 
 \begin_layout Standard
-When you want to add extra height to all cells of all tables, you can do
- this with the following preamble line:
+Lines are colored with the command
 \end_layout
 
 \begin_layout Standard
@@ -14771,57 +14866,50 @@ When you want to add extra height to all cells of all tables, you can do
 \series bold
 
 \backslash
-setlength{
-\backslash
-extrarowheight}{height}
+rowcolor{name of color}
 \end_layout
 
 \begin_layout Standard
-But this has the disadvantage that the cell texts are no longer exactly
- vertically centered.
+and cells are colored with the command
 \end_layout
 
-\begin_layout Subsection
-Special Cell Alignment
-\begin_inset LatexCommand index
-name "Table Customization ! Special Cell Alignment"
-
-\end_inset
+\begin_layout Standard
 
+\series bold
 
+\backslash
+cellcolor{name of color}
 \end_layout
 
 \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 ~
-
-\begin_inset LatexCommand ref
-reference "tab:Table-cells-of"
+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
+\begin_inset space ~
 \end_inset
 
+Style
+\family default
 .
+ 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 Float table
-placement h
-wide false
-sideways false
+\begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-cells-of"
-
-\end_inset
+\begin_layout Plain Layout
 
-Table cells of a column aligned with the decimal separator.
+\series bold
+Note:
+\series default
+ Not all DVI-viewers are able to display self-defined colors.
 \end_layout
 
 \end_inset
@@ -14830,158 +14918,110 @@ Table cells of a column aligned with the decimal separator.
 \end_layout
 
 \begin_layout Standard
-\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">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
-\begin_inset Text
+\begin_inset VSpace bigskip
+\end_inset
+
 
-\begin_layout Standard
-heading
 \end_layout
 
+\begin_layout Standard
+To create Table
+\begin_inset space ~
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-colored-using"
 
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-12.
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-6
+ do the following: The color of the first column should be 
+\emph on
+darkgreen
+\emph default
+.
+ So insert
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-0.
-\end_layout
-
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-68
+\series bold
+>{
+\backslash
+columncolor{darkgreen}
+\backslash
+centering}c
 \end_layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
--123.
+as LaTeX-argument for this column.
+ The first row should be blue, therefore the TeX-Code command
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-0
-\end_layout
-
-\end_inset
-</cell>
-</row>
-</lyxtabular>
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
 
+\series bold
 
+\backslash
+rowcolow{cyan}
 \end_layout
 
 \begin_layout Standard
-This table was created with a 4×2 table.
- The heading is a centered multicolumn.
- The first column is right-aligned and contains the digits before the decimal
- point and the decimal point.
- The second column is left aligned and contains the digits after the decimal
- point.
- To omit the space that is normally between two table columns, use the following
- LaTeX-argument for the second column:
+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 TeX-Code
+ command
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-@{}l
-\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|
+\backslash
+cellcolor{magenta}
 \end_layout
 
 \begin_layout Standard
-Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:Several-table-cell"
-
+The characters could now be colored using the menu 
+\family sans
+Edit\SpecialChar \menuseparator
+Text
+\begin_inset space ~
 \end_inset
 
- shows some example alignments.
- For the alignment with the relation sign, you must add the second smallest
- math-space at the beginning of the last column to get the correct space
- surrounding the relation sign.
+Style
+\family default
+.
 \end_layout
 
 \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
-name "tab:Several-table-cell"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-colored-using"
 
 \end_inset
 
-Several table cell alignments.
+Table colored using the package 
+\series bold
+colortbl
+\series default
+
+\begin_inset OptArg
+status collapsed
+
+\begin_layout Plain Layout
+Table with colortbl
 \end_layout
 
 \end_inset
@@ -14989,286 +15029,273 @@ Several table cell alignments.
 
 \end_layout
 
-\begin_layout Standard
-\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="right" valignment="top" width="0">
-<column alignment="left" valignment="top" rightline="true" 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">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
+\end_inset
+
 
-\begin_layout Standard
-units
 \end_layout
 
-\end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features>
+<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" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\end_inset
-</cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-exponents
+\backslash
+rowcolor{cyan}
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
+\color magenta
+a
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-relations
+\begin_layout Plain Layout
+
+\color red
+b
 \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" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
+\color red
+c
 \end_layout
 
 \end_inset
 </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
-12×
+\begin_layout Plain Layout
+
+\color yellow
+d
 \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
-24\InsetSpace \thinspace{}
-bottles
+\begin_layout Plain Layout
+
+\color blue
+e
 \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_inset Formula $10\cdot$
-\end_inset
-
+\begin_layout Plain Layout
 
+\color blue
+f
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-\begin_inset Formula $10^{\mbox{-}17}$
-\end_inset
-
+\begin_layout Plain Layout
 
+\color yellow
+g
 \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_inset Formula $\Gamma(t)\propto$
-\end_inset
-
+\begin_layout Plain Layout
 
+\color blue
+h
 \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_inset Formula $\:\Upsilon(t)$
-\end_inset
-
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-1024×
+\backslash
+cellcolor{magenta}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-768\InsetSpace \thinspace{}
-Pixels
+
+\color green
+i
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+</row>
+</lyxtabular>
 
-\begin_layout Standard
-\begin_inset Formula $5.78\cdot$
 \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 Standard
-\begin_inset Formula $10^{7}$
-\end_inset
 
 
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-\begin_inset Formula $A\ne$
-\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
+\backslash
+else
+\end_layout
 
-\begin_layout Standard
-\begin_inset Formula $\: B_{\mathrm{red}}$
 \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
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-32×
-\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
-6\InsetSpace \thinspace{}
-cm
+You need to install the package 
+\series bold
+colortbl
+\series default
+ to see the content of this section in the output.
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
--
-\begin_inset Formula $33.5\cdot$
-\end_inset
+\begin_inset ERT
+status collapsed
 
+\begin_layout Plain Layout
 
+
+\backslash
+fi
 \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_inset Formula $10^{4}$
-\end_inset
 
+\end_layout
+
+\begin_layout Subsection
+Colored Lines
+\begin_inset Index
+status collapsed
 
+\begin_layout Plain Layout
+Table Color ! for Lines
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-\begin_inset Formula $\sin(\alpha)\ge$
-\end_inset
 
+\begin_inset Index
+status collapsed
 
+\begin_layout Plain Layout
+Color ! for Table Lines
 \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
-\begin_inset Formula $\:\sin(\beta)$
+As described in section
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Line-Thickness"
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
+, the line thickness for all lines in a table can be adjusted with the length
+\series bold
+
+\backslash
+arrayrulewidth
+\series default
+.
+ 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 Plain Layout
+
 
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{1.5pt}
 \end_layout
 
 \end_inset
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+To color vertical lines for example with green, create the following column
+ format in the document preamble, according to the description in section
+\begin_inset space ~
 \end_inset
 
-There is also the LaTeX-package 
-\series bold
-dcolumn
-\series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! dcolumn"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Customized-Format"
 
 \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 ~
-
-\begin_inset LatexCommand ref
-reference "tab:Several-table-cell"
+:
+\end_layout
 
-\end_inset
+\begin_layout Standard
 
- will look with 
 \series bold
-dcolumn
-\series default
- like the first column in Table\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "tab:Alignments-when"
+\backslash
+newcolumntype{W}{!{
+\backslash
+color{green}
+\backslash
+vline}}
+\end_layout
 
+\begin_layout Standard
+For Table
+\begin_inset space ~
 \end_inset
 
- and only with some tricks like the expected.
- The alignment of the second and third column of Table\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "tab:Several-table-cell"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-vertical-colored"
 
 \end_inset
 
- is not possible with 
+ the LaTeX-argument
 \series bold
-dcolumn
+ WcW
 \series default
-.
+ was used for the last column and
+\series bold
+ Wc
+\series default
+ for the other columns.
+\end_layout
+
+\begin_layout Standard
+If you want to have several colors, define more column formats.
 \end_layout
 
 \begin_layout Standard
@@ -15332,17 +15365,17 @@ 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:Alignments-when"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-vertical-colored"
 
 \end_inset
 
-Alignments when LaTeX-package dcolumn is used.
- For the second and third alignment some tricks were used.
+Table with colored vertical lines
 \end_layout
 
 \end_inset
@@ -15350,76 +15383,66 @@ 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">
+<lyxtabular version="3" rows="3" 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">
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+<column alignment="center" valignment="top" width="0" special="Wc">
+<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
-units
+\begin_layout Plain Layout
+sd
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-units
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-units
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
 </row>
 <row>
-<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
-12×24\InsetSpace \thinspace{}
-bottles
+\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
-12×24\InsetSpace \thinspace{}
-
-\begin_inset Formula $\mbox{bottles}$
-\end_inset
-
-
+\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
-12×24~
-\begin_inset Formula $\mbox{bottles}$
-\end_inset
-
+\begin_layout Plain Layout
 
 \end_layout
 
@@ -15427,303 +15450,279 @@ bottles
 </cell>
 </row>
 <row>
-<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
-1024×768\InsetSpace \thinspace{}
-Pixels
+\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
-1024×768\InsetSpace \thinspace{}
-
-\begin_inset Formula $\mbox{Pixels}$
-\end_inset
-
+\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
-1024×768~
-\begin_inset Formula $\mbox{Pixels}$
-\end_inset
-
-
+\begin_layout Plain Layout
+sd
 \end_layout
 
 \end_inset
 </cell>
 </row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
-32×6\InsetSpace \thinspace{}
-cm
-\end_layout
+</lyxtabular>
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-32×6\InsetSpace \thinspace{}
 
-\begin_inset Formula $\mbox{cm}$
+\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 Standard
-32×6~
-\begin_inset Formula $\mbox{cm}$
+\begin_inset VSpace bigskip
 \end_inset
 
+To color horizontal lines for example with red, like in Table
+\begin_inset space ~
+\end_inset
 
-\end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-horizontal-colored"
 
 \end_inset
 
-
+, insert these commands in TeX-Code before the table or table float:
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
 
-\end_layout
+\backslash
+let
+\backslash
+myHlineC
+\backslash
+hline
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Subsection
-Customized Cell/Column Format
-\begin_inset LatexCommand label
-name "sub:Customized-Format"
 
+\backslash
+renewcommand{
+\backslash
+hline}
+\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table Customization ! Cell/Column Format"
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+hphantom{ }
 \end_layout
 
-\begin_layout Standard
-Calculating the needed width for spanned columns like in section\InsetSpace ~
+\end_inset
 
-\begin_inset LatexCommand ref
-reference "sub:Multicolumn-Calculations"
-
-\end_inset
-
- is very annoying if you have several tables with multicolumn cells.
- To make life easier, you can define a cell/column format in the preamble,
- so that it can be used in all tables of the document.
- The format is defined with the command
+{
+\backslash
+arrayrulecolor{red}
+\backslash
+myHlineC
+\backslash
+arrayrulecolor{black}}
 \end_layout
 
 \begin_layout Standard
+\begin_inset ERT
+status collapsed
 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-newcolumntype{name of format}[number of arguments]{commands}
-\end_layout
 
-\begin_layout Standard
-The format name may only consist of one letter.
- The letters 
-\emph on
-b
-\emph default
-, 
-\emph on
-c
-\emph default
-, 
-\emph on
-l
-\emph default
-, 
-\emph on
-m
-\emph default
-, 
-\emph on
-p
-\emph default
- and 
-\emph on
-r
-\emph default
- are predefined and cannot be used.
- But all letters are allowed as capitals.
+\backslash
+let
+\backslash
+myHlineC
+\backslash
+hline
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace medskip
-\end_inset
-
+\begin_layout Plain Layout
 
-\end_layout
 
-\begin_layout Standard
-For vertically and horizontally centered multicolumn cells with a fixed
- width you can define the cell format
+\backslash
+renewcommand{
+\backslash
+hline}
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\begin_layout Plain Layout
 
+ {
 \backslash
-newcolumntype{M}[1]{>{
+arrayrulecolor{red}
 \backslash
-centering
+myHlineC
 \backslash
-hspace{0pt}}m{#1}}
+arrayrulecolor{black}}
 \end_layout
 
-\begin_layout Standard
-where 
-\series bold
+\end_inset
 
-\backslash
-hspace{0pt}
-\series default
- avoids the problem of hyphenating the first word, as described in section\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "sub:Multiple-Lines-in"
+\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-horizontal-colored"
 
 \end_inset
 
-.
- Now you can simply enter
+Table with colored horizontal lines
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
 
-\series bold
-|M{width}
 \end_layout
 
-\begin_layout Standard
-as LaTeX-argument in the table dialog to create a multicolumn.
+\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
+sd
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \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
-For cells spanned by a multicolumn cell, you can define the format
-\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
 
-\series bold
+\end_layout
 
-\backslash
-newcolumntype{S}[2]{>{
-\backslash
-centering
-\backslash
-hspace{0pt}}
-\newline
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_inset ERT
-status collapsed
+\begin_layout Plain Layout
 
-\begin_layout Standard
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-phantom{
+\begin_layout Plain Layout
+sd
 \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
 
-\backslash
-newcolumntype{S}[2]
-\begin_inset ERT
-status collapsed
+\end_layout
 
-\begin_layout Standard
+\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
 
-}
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-m{(#1+(2
-\backslash
-tabcolsep+
-\backslash
-arrayrulewidth)*(1-#2))/#2}}
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-This format uses equation 
-\begin_inset LatexCommand eqref
-reference "eq:Wgn"
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
- to calculate the needed width so that each spanned cell has the same width.
+\begin_layout Plain Layout
+sd
 \end_layout
 
-\begin_layout Standard
-You can now enter
-\end_layout
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\begin_layout Standard
+\end_inset
 
-\series bold
-|S{width of multicolumn cell}{number of spanned columns}
-\end_layout
 
-\begin_layout Standard
-as LaTeX-argument of the column.
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-For colored columns, you can define
+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
@@ -15731,237 +15730,191 @@ For colored columns, you can define
 \series bold
 
 \backslash
-newcolumntype{K}[1]{>{
+renewcommand{
 \backslash
-columncolor{#1}
+hline}{
 \backslash
-hspace{0pt}}c}
+myHlineC}
 \end_layout
 
 \begin_layout Standard
-The 
-\begin_inset Quotes eld
+Table
+\begin_inset space ~
 \end_inset
 
-c
-\begin_inset Quotes erd
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-colored"
+
 \end_inset
 
- at the end creates a column with a flexible width whose text is horizontally
- centered.
- You can now enter
+ is an example with colored vertical and horizontal lines.
 \end_layout
 
 \begin_layout Standard
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
 
-\series bold
-K{color name}
-\end_layout
+\begin_layout Plain Layout
+\begin_inset Caption
 
-\begin_layout Standard
-as LaTeX-argument.
-\end_layout
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-colored"
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-
+Table with colored lines
 \end_layout
 
-\begin_layout Standard
-To create Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:Table-using-user-defined"
-
 \end_inset
 
- use the LaTeX-arguments
+
 \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" width="0" special="Wc">
+<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
 
-\series bold
-|M{2.5cm}
-\end_layout
-
-\begin_layout Standard
-for the first column and the multicolumn,
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-|K{red}|
-\end_layout
-
-\begin_layout Standard
-for the the last column, and
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-|S{2.5cm}{2}
-\end_layout
-
-\begin_layout Standard
-for the cells in the second column.
-\end_layout
-
-\begin_layout Standard
-\begin_inset Float table
-placement h
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-using-user-defined"
-
-\end_inset
-
-Table using user-defined table formats
+\begin_layout Plain Layout
+sd
 \end_layout
 
 \end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\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">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-verylongtablecellword
+\begin_layout Plain Layout
+
 \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 alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-multiple lines multicolumn
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+</row>
+<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" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" topline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-c
+\begin_layout Plain Layout
+sd
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true">
-<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
-d
+\begin_layout Plain Layout
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row topspace="default">
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-e
+\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
-f
+\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
-g
+\begin_layout Plain Layout
+sd
 \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
-h
-\end_layout
+</lyxtabular>
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-i
+
 \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
-j
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHlineC}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-k
+
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{0.4pt}
 \end_layout
 
 \end_inset
 
 \end_layout
 
-\begin_layout Subsection
-Line Thickness
-\begin_inset LatexCommand label
-name "sub:Line-Thickness"
+\begin_layout Section
+Table Customization
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization
+\end_layout
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Table Customization ! Line Thickness"
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table ! Customization
+\end_layout
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-The line thickness for all lines in a table can be adjusted with the length
-\series bold
+\begin_layout Subsection
+Row Spacing
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Row-Spacing"
 
-\backslash
-arrayrulewidth
-\series default
-.
- To set for example a line thickness of 1.5\InsetSpace \thinspace{}
-pt, like in Table\InsetSpace ~
+\end_inset
 
-\begin_inset LatexCommand ref
-reference "tab:Table-with-1.5"
 
-\end_inset
+\begin_inset Index
+status collapsed
 
-, insert the command
+\begin_layout Plain Layout
+Table Customization ! Row Spacing
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-setlength{
-\backslash
-arrayrulewidth}{1.5pt}
 \end_layout
 
 \begin_layout Standard
-in ERT before the table or table float.
- The changed thickness is valid for all following tables.
- To use the default value again, set 
-\series bold
-
-\backslash
-arrayrulewidth
-\series default
- to 0.4\InsetSpace \thinspace{}
-pt in ERT behind the table or table float.
+You can add vertical space to table rows in the 
+\family sans
+Borders
+\family default
+ tab of the table dialog.
+ You find there three possibilities:
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
+\begin_layout Description
+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
+\begin_layout Plain Layout
+Formal tables are explained in section
+\begin_inset space ~
+\end_inset
 
 
-\backslash
-setlength{
-\backslash
-arrayrulewidth}{1.5pt}
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Formal-Tables"
 
 \end_inset
 
+.
+\end_layout
+
+\end_inset
 
-\begin_inset Float table
-wide false
-sideways false
-status open
+ LyX will insert as default 0.5
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-\begin_inset Caption
+em space.
+ For normal tables the inserted space will unfortunately destroy the vertical
+ table lines as in the following table:
+\begin_inset VSpace medskip
+\end_inset
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-1.5"
 
+\begin_inset Newline newline
 \end_inset
 
-Table with 1.5\InsetSpace \thinspace{}
-pt thick lines
-\end_layout
 
+\begin_inset space \hspace*{}
+\length 0pt
 \end_inset
 
 
-\end_layout
+\begin_inset space \hfill{}
+\end_inset
+
 
-\begin_layout Standard
-\align center
 \begin_inset Tabular
-<lyxtabular version="3" rows="3" columns="3">
+<lyxtabular version="3" rows="3" columns="1">
 <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">
+<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
-sd
+\begin_layout Plain Layout
+A
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row topspace="3mm">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+3
+\begin_inset space \thinspace{}
+\end_inset
 
+mm space top of row
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+</row>
+<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
 </cell>
 </row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+</lyxtabular>
 
-\begin_layout Standard
+\end_inset
 
-\end_layout
 
+\begin_inset space \hfill{}
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-sd
-\end_layout
 
+\begin_inset space \hspace*{}
+\length 0pt
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
 
+\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
+\begin_inset space ~
 \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
+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
+\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
+\begin_inset space ~
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
+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
 
-\end_layout
+em space.
+ For normal tables the inserted space will unfortunately destroy the vertical
+ table lines as in the following table:
+\begin_inset VSpace medskip
+\end_inset
 
+
+\begin_inset Newline newline
 \end_inset
-</cell>
+
+
+\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" width="0">
+<row>
 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-sd
+\begin_layout Plain Layout
+A
 \end_layout
 
 \end_inset
 </cell>
 </row>
-</lyxtabular>
+<row interlinespace="3mm">
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $\downarrow$
+\end_inset
+
+ 3
+\begin_inset space \thinspace{}
+\end_inset
 
+mm space between row 
+\begin_inset Formula $\downarrow$
 \end_inset
 
 
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+\begin_inset Formula $\uparrow$
+\end_inset
 
-\begin_inset ERT
-status collapsed
+ 3
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
+mm space between row 
+\begin_inset Formula $\uparrow$
+\end_inset
 
 
-\backslash
-setlength{
-\backslash
-arrayrulewidth}{0.4pt}
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+\begin_inset space \hfill{}
 \end_inset
 
-To set the line thickness to 1.5\InsetSpace \thinspace{}
-pt only for horizontal lines, like in Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:Table-with-horizontal"
 
+\begin_inset space \hspace*{}
+\length 0pt
 \end_inset
 
-, insert these commands in ERT before the table or table float:
-\end_layout
 
-\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
 
-\series bold
 
-\backslash
-let
-\backslash
-myHline
-\backslash
-hline
-\newline
+\begin_inset Newline newline
+\end_inset
 
-\backslash
-renewcommand{
-\backslash
-hline}
-\newline
- {
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 1.5pt}
-\newline
-  
-\backslash
-myHline
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 0.4pt}}
+So inserting space between rows for normal tables is only useful when you
+ don't have vertical lines.
 \end_layout
 
 \begin_layout Standard
-To return to the default line thickness, insert this command in ERT behind
- the table or table float:
+\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 lines:
 \end_layout
 
 \begin_layout Standard
@@ -16250,80 +16245,109 @@ To return to the default line thickness, insert this command in ERT behind
 \series bold
 
 \backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHline}
-\end_layout
+@ifundefined{extrarowheight}
+\begin_inset Newline newline
+\end_inset
+
 
-\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-let
-\backslash
-myHline
-\backslash
-hline
+hphantom{ }
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
+{
+\backslash
+usepackage{array}}{}
+\begin_inset Newline newline
+\end_inset
 
 
 \backslash
-renewcommand{
+setlength{
 \backslash
-hline}
+extrarowheight}{height}
 \end_layout
 
 \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
-noalign{
-\backslash
-global
 \backslash
-arrayrulewidth 1.5pt}
+@ifundefined
+\series default
+ is used in the above command.)
 \end_layout
 
-\begin_layout Standard
+\begin_layout Subsection
+Special Cell Alignment
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization ! Special Cell Alignment
+\end_layout
+
+\end_inset
+
 
-  
-\backslash
-myHline
-\backslash
-noalign{
-\backslash
-global
-\backslash
-arrayrulewidth 0.4pt}}
 \end_layout
 
+\begin_layout Standard
+Sometimes it looks better when the cell entries of a column are aligned
+ 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 CommandInset ref
+LatexCommand ref
+reference "tab:Table-cells-of"
+
 \end_inset
 
+.
+\end_layout
 
+\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
-name "tab:Table-with-horizontal"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-cells-of"
 
 \end_inset
 
-Table with 1.5\InsetSpace \thinspace{}
-pt thick horizontal lines
+Table cells of a column aligned with the decimal separator.
 \end_layout
 
 \end_inset
@@ -16331,96 +16355,88 @@ 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">
+<lyxtabular version="3" rows="4" columns="2">
 <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">
+<column alignment="right" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0" special="@{}l">
+<row>
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-sd
+\begin_layout Plain Layout
+heading
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<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>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+12.
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true">
-<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
+6
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-sd
+\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
 
 \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" 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" 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">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-sd
+\begin_layout Plain Layout
+0
 \end_layout
 
 \end_inset
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-renewcommand{
-\backslash
-hline}{
-\backslash
-myHline}
-\end_layout
-
-\end_inset
-
-
 \end_layout
 
 \begin_layout Standard
-\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 ~
-
-\begin_inset LatexCommand ref
-reference "sub:Customized-Format"
-
-\end_inset
-
-:
+This table was created with a 4×2 table.
+ The heading is a centered multicolumn.
+ The first column is right-aligned and contains the digits before the decimal
+ point and the decimal point.
+ The second column is left aligned and contains the digits after the decimal
+ point.
+ To omit the space that is normally between two table columns, use the following
+ LaTeX-argument for the second column:
 \end_layout
 
 \begin_layout Standard
 
 \series bold
-
-\backslash
-newcolumntype{V}{!{
-\backslash
-vrule width 1.5pt}}
+@{}l
 \end_layout
 
 \begin_layout Standard
-For Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:Table-with-vertical"
-
+Table
+\begin_inset space ~
 \end_inset
 
- the LaTeX-argument
-\end_layout
-
-\begin_layout Standard
-
-\series bold
-VcV
-\end_layout
-
-\begin_layout Standard
-was used for the last column and
-\end_layout
 
-\begin_layout Standard
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Several-table-cell"
 
-\series bold
-Vc
-\end_layout
+\end_inset
 
-\begin_layout Standard
-for the other columns.
+ shows some example alignments.
+ For the alignment with the relation sign, you must add the second smallest
+ math-space at the beginning of the last column to get the correct space
+ surrounding the relation sign.
 \end_layout
 
 \begin_layout Standard
@@ -16519,17 +16495,17 @@ 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-vertical"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Several-table-cell"
 
 \end_inset
 
-Table with 1.5\InsetSpace \thinspace{}
-pt thick vertical lines
+Several table cell alignments.
 \end_layout
 
 \end_inset
@@ -16537,442 +16513,599 @@ 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">
+<lyxtabular version="3" rows="4" columns="6">
 <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="right" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0" special="@{}l">
+<column alignment="right" valignment="top" width="0">
+<column alignment="left" valignment="top" width="0" special="@{}l">
+<column alignment="right" valignment="top" width="0">
+<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
-sd
+\begin_layout Plain Layout
+units
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<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>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+<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
 
 \end_inset
 </cell>
-</row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<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>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-sd
+\begin_layout Plain Layout
+relations
 \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
+\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" 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" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
+\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" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-sd
+\begin_layout Plain Layout
+\begin_inset Formula $10\cdot$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-</row>
-</lyxtabular>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+\begin_inset Formula $10^{\mbox{-}17}$
 \end_inset
 
 
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-
-\end_layout
-
-\begin_layout Subsection
-Dashed Lines
-\begin_inset LatexCommand index
-name "Table Customization ! Dashed Lines"
-
+\begin_layout Plain Layout
+\begin_inset Formula $\Gamma(t)\propto$
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
+\begin_layout Plain Layout
+\begin_inset Formula $\:\Upsilon(t)$
+\end_inset
 
 
-\backslash
-ifarydshln
 \end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
-
-\begin_inset Note Note
-status open
-
-\begin_layout Standard
-The following section will only be displayed when you have the LaTeX-package
-\series bold
-arydshln
-\series default
- is installed.
+\begin_layout Plain Layout
+1024×
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+768
+\begin_inset space \thinspace{}
+\end_inset
 
+Pixels
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float table
-placement H
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Table-with-dashed"
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
+\begin_inset Formula $5.78\cdot$
 \end_inset
 
-Table with dashed lines
+
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+\begin_inset Formula $10^{7}$
+\end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-\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" 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">
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-a
+\begin_layout Plain Layout
+\begin_inset Formula $A\ne$
+\end_inset
+
+
 \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
-b
+\begin_layout Plain Layout
+\begin_inset Formula $\: B_{\mathrm{red}}$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-c
+\begin_layout Plain Layout
+32×
 \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
-d
+\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" rightline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-e
+\begin_layout Plain Layout
+-
+\begin_inset Formula $33.5\cdot$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true">
-<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
-f
+\begin_layout Plain Layout
+\begin_inset Formula $10^{4}$
+\end_inset
+
+
 \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
-g
+\begin_layout Plain Layout
+\begin_inset Formula $\sin(\alpha)\ge$
+\end_inset
+
+
 \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
-h
+\begin_layout Plain Layout
+\begin_inset Formula $\:\sin(\beta)$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+</row>
+</lyxtabular>
+
+\end_inset
+
 
-\begin_layout Standard
-i
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-j
+
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
-</cell>
-</row>
-<row>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-\begin_inset ERT
+There is also the LaTeX-package 
+\series bold
+dcolumn
+\series default
+
+\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
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Several-table-cell"
+
+\end_inset
+
+ will look with 
+\series bold
+dcolumn
+\series default
+ like the first column in Table
+\begin_inset space ~
+\end_inset
+
+
+\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
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Several-table-cell"
+
+\end_inset
+
+ is not possible with 
+\series bold
+dcolumn
+\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
-hdashline 
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Alignments-when"
+
+\end_inset
+
+Alignments when LaTeX-package dcolumn is used.
+ For all column alignments tricks have to be used to get the output.
 \end_layout
 
 \end_inset
 
-k
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="3">
+<features>
+<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 Plain Layout
+units
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-l
+\begin_layout Plain Layout
+units
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+<cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-m
+\begin_layout Plain Layout
+units
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-n
+\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
-o
+\begin_layout Plain Layout
+12x24
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\begin_inset Formula $\mbox{bottles}$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-</row>
-<row topline="true">
-<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
+12
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-cdashline{4-5}
+times 
 \end_layout
 
 \end_inset
 
-p
+24~
+\begin_inset Formula $\mbox{bottles}$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+</row>
+<row>
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-q
+\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" usebox="none" special="c:">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-r
+\begin_layout Plain Layout
+1024x768
+\begin_inset space \thinspace{}
+\end_inset
+
+
+\begin_inset Formula $\mbox{Pixels}$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 </cell>
-<cell multicolumn="1" alignment="center" valignment="top" rightline="true" usebox="none" special="c:">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-s
+\begin_layout Plain Layout
+1024
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+times 
 \end_layout
 
 \end_inset
-</cell>
-<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
+768~
+\begin_inset Formula $\mbox{Pixels}$
+\end_inset
+
 
 \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" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-t
+\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" usebox="none">
+<cell alignment="center" valignment="top" rightline="true" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-u
-\end_layout
+\begin_layout Plain Layout
+32x6
+\begin_inset space \thinspace{}
+\end_inset
+
 
+\begin_inset Formula $\mbox{cm}$
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-v
+
 \end_layout
 
 \end_inset
 </cell>
-<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+<cell alignment="center" valignment="top" usebox="none">
 \begin_inset Text
 
-\begin_layout Standard
-w
+\begin_layout Plain Layout
+32
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+times 
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-x
+6~
+\begin_inset Formula $\mbox{cm}$
+\end_inset
+
+
 \end_layout
 
 \end_inset
 
 \end_layout
 
-\begin_layout Standard
-LyX doesn't natively support dashed lines, so you have to use ERT.
- As prerequisite the LaTeX-package 
-\series bold
-arydshln
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! arydshln"
+\begin_layout Subsection
+Customized Cell/Column Format
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Customized-Format"
 
 \end_inset
 
- must be loaded in the document preamble with the command
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization ! Cell/Column Format
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-usepackage{arydshln}
 \end_layout
 
 \begin_layout Standard
-To make a vertical line dashed, enter the colon 
-\begin_inset Quotes eld
+Calculating the needed width for spanned columns like in section
+\begin_inset space ~
 \end_inset
 
-:
-\begin_inset Quotes erd
-\end_inset
 
- together with the character for the horizontal alignment as LaTeX-argument
- in the table cell dialog.
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Multicolumn-Calculations"
 
-\begin_layout Standard
-For a horizontal dashed line add the command
+\end_inset
+
+ is very annoying if you have several tables with multicolumn cells.
+ To make life easier, you can define a cell/column format in the preamble,
+ so that it can be used in all tables of the document.
+ The format is defined with the command
 \end_layout
 
 \begin_layout Standard
@@ -17035,31 +17167,49 @@ For a horizontal dashed line add the command
 \series bold
 
 \backslash
-hdashline
-\end_layout
-
-\begin_layout Standard
-in ERT as first element of the first cell in the table row.
+newcolumntype{name of format}[number of arguments]{commands}
 \end_layout
 
 \begin_layout Standard
-For dashed multicolumn lines use the command
+The format name may only consist of one letter.
+ The letters 
+\emph on
+b
+\emph default
+, 
+\emph on
+c
+\emph default
+, 
+\emph on
+l
+\emph default
+, 
+\emph on
+m
+\emph default
+, 
+\emph on
+p
+\emph default
+ and 
+\emph on
+r
+\emph default
+ are predefined and cannot be used.
+ But all letters are allowed as capitals.
 \end_layout
 
 \begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
 
-\series bold
 
-\backslash
-cdashline{line number
-\series default
-}
 \end_layout
 
 \begin_layout Standard
-in ERT 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
+For vertically and horizontally centered multicolumn cells with a fixed
+ width you can define the cell format
 \end_layout
 
 \begin_layout Standard
@@ -17067,678 +17217,600 @@ in ERT as first element of the first cell in the table row.
 \series bold
 
 \backslash
-cdashline{2-4}
+newcolumntype{M}[1]{>{
+\backslash
+centering
+\backslash
+hspace{0pt}}m{#1}}
 \end_layout
 
 \begin_layout Standard
-as first element of the first cell in the row of the multicolumn.
-\end_layout
+where 
+\series bold
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+\backslash
+hspace{0pt}
+\series default
+ avoids the problem of hyphenating the first word, as described in section
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:Table-with-dashed"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Multiple-Lines-in"
 
 \end_inset
 
- was created using 
-\begin_inset Quotes eld
-\end_inset
+.
+ Now you can simply enter
+\end_layout
 
+\begin_layout Standard
 
 \series bold
-:c
-\series default
-
-\begin_inset Quotes erd
-\end_inset
+M{width}
+\end_layout
 
- as LaTeX-argument of the third column.
- The ERT command 
-\series bold
+\begin_layout Standard
+as LaTeX-argument in the table dialog to create a multicolumn.
+\end_layout
 
-\backslash
-hdashline
-\series default
- was inserted to the first cell of the third row and the the ERT command
-\newline
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
-\series bold
 
-\backslash
-cdashline{4-5}
-\series default
- was inserted to the first cell of the fourth row.
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+For cells spanned by a multicolumn cell, you can define the format
+\end_layout
 
 \begin_layout Standard
 
 \series bold
-Note:
-\series default
- The used LaTeX-package 
-\series bold
-arydshln
-\series default
- is apparently not compatible with the LaTeX-package 
-\series bold
-colortbl
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! colortbl"
 
+\backslash
+newcolumntype{S}[2]{>{
+\backslash
+centering
+\backslash
+hspace{0pt}}
+\begin_inset Newline newline
 \end_inset
 
- that is used for colored tables in section\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "sec:Colored-Tables"
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
-.
- That means colored tables cannot have dashed lines.
+
+\backslash
+phantom{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
+\backslash
+newcolumntype
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
+}
+\end_layout
+
+\end_inset
 
+m{(#1+(2
 \backslash
-else
+tabcolsep+
+\backslash
+arrayrulewidth)*(1-#2))/#2}}
 \end_layout
 
+\begin_layout Standard
+This format uses equation 
+\begin_inset CommandInset ref
+LatexCommand eqref
+reference "eq:Wgn"
+
 \end_inset
 
+ to calculate the needed width so that each spanned cell has the same width.
+\end_layout
 
-\begin_inset Note Note
-status open
+\begin_layout Standard
+You can now enter
+\end_layout
 
 \begin_layout Standard
-The following will be displayed when the LaTeX-package 
+
 \series bold
-arydshln
-\series default
- is not installed:
+S{width of multicolumn cell}{number of spanned columns}
+\end_layout
+
+\begin_layout Standard
+as LaTeX-argument of the column.
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-You need to install the package 
-\series bold
-arydshln
-\series default
- to see the contents of this section in the output.
+For colored columns, you can define
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
 \begin_layout Standard
 
+\series bold
 
 \backslash
-fi
+newcolumntype{K}[1]{>{
+\backslash
+columncolor{#1}
+\backslash
+hspace{0pt}}c}
 \end_layout
 
+\begin_layout Standard
+The 
+\begin_inset Quotes eld
 \end_inset
 
+c
+\begin_inset Quotes erd
+\end_inset
 
+ at the end creates a column with a flexible width whose text is horizontally
+ centered.
+ You can now enter
 \end_layout
 
-\begin_layout Chapter
-Floats
-\begin_inset LatexCommand index
-name "Floats"
-
-\end_inset
+\begin_layout Standard
 
+\series bold
+K{color name}
+\end_layout
 
-\begin_inset LatexCommand label
-name "cha:Floats"
+\begin_layout Standard
+as LaTeX-argument.
+\end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
-\begin_layout Section
-Introduction
-\begin_inset LatexCommand label
-name "sec:FloatIntroduction"
-
+\begin_layout Standard
+To create Table
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Floats ! Introduction"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-using-user-defined"
 
 \end_inset
 
-
+ use the LaTeX-arguments
 \end_layout
 
 \begin_layout Standard
-A float is a block of text associated with some sort of label, which doesn't
- have a fixed location.
- It can 
-\begin_inset Quotes eld
-\end_inset
 
-float
-\begin_inset Quotes erd
-\end_inset
+\series bold
+M{2.5cm}
+\end_layout
 
- forward or backward a page or two, to wherever it fits best.
-\family sans
-Footnotes
-\family default
- and 
-\family sans
-Margin\InsetSpace ~
-Notes
-\family default
- are also floats, because they can float to the next page when there are
- too many notes at the page.
+\begin_layout Standard
+for the first column and the multicolumn,
 \end_layout
 
 \begin_layout Standard
-Floats allow a high quality layout.
- Images and tables can evenly be spread to the pages to avoid white space
- and pages without text.
- 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 ~
 
-\begin_inset LatexCommand ref
-reference "sec:Referencing-Floats"
+\series bold
+K{red}
+\end_layout
 
-\end_inset
+\begin_layout Standard
+for the the last column, and
+\end_layout
 
-.
+\begin_layout Standard
+
+\series bold
+S{2.5cm}{2}
 \end_layout
 
 \begin_layout Standard
-To insert a float, use the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Floats
-\family default
-.
- This inserts a box with a label in the 
-\family sans
-Caption
-\family default
- environment
-\begin_inset Foot
-status collapsed
+for the cells in the second column.
+\end_layout
 
 \begin_layout Standard
-The 
-\family sans
-Caption
-\family default
- environment is described in LyX's 
-\emph on
-Userguide
-\emph default
-.
-\end_layout
+\begin_inset Float table
+placement h
+wide false
+sideways false
+status open
 
-\end_inset
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-using-user-defined"
 
- into your document.
- Every label ends with the character 
-\begin_inset Quotes eld
 \end_inset
 
-#
-\begin_inset Quotes erd
+Table using user-defined table formats
+\end_layout
+
 \end_inset
 
- as placeholder for the float number in the output.
- 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 ~
 
-\begin_inset LatexCommand ref
-reference "sec:Caption-Placement"
+\end_layout
 
-\end_inset
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="4">
+<features>
+<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
 
-.
- To keep your LyX-document readable, you can open and close the float box
- by left-clicking on the box label.
- A closed float box looks like this: 
-\begin_inset Graphics
-       filename clipart/floatQt4.png
-       scale 70
+\begin_layout Plain Layout
+verylongtablecellword
+\end_layout
 
 \end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
+\begin_inset Text
 
- -- a gray button with a red label.
+\begin_layout Plain Layout
+multiple lines multicolumn
 \end_layout
 
-\begin_layout Standard
-It is recommended to insert floats as a separate paragraph to avoid possible
- LaTeX-errors that can occur when the surrounding text is specially formatted.
-\end_layout
+\end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-Existing figures or tables can be put into a float by marking them and then
- pressing the corresponding toolbar button for a new float.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Section
-Float Types
 \end_layout
 
-\begin_layout Standard
-Besides figure and table floats that are described in section\InsetSpace ~
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_inset LatexCommand ref
-reference "sec:Figure-Floats"
+\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
 
- and 
-\begin_inset LatexCommand ref
-reference "sec:Table-Floats"
+\begin_layout Plain Layout
+d
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-, respectively, LyX offers the float types 
-\series bold
-Algorithm
-\series default
- and 
-\series bold
-Text\InsetSpace ~
-Wrap\InsetSpace ~
-Float
-\series default
-.
+\begin_layout Plain Layout
+e
 \end_layout
 
-\begin_layout Subsection
-Algorithm Floats
-\begin_inset LatexCommand index
-name "Floats ! Algorithm Floats"
-
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+f
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float algorithm
-placement h
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\begin_inset Caption
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "alg:Example-Algorithm-float"
+\begin_layout Plain Layout
+g
+\end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-Example Algorithm float
+\begin_layout Plain Layout
+h
 \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
+i
 \end_layout
 
-\begin_layout LyX-Code
-for I in 1..N loop
-\newline
- Sum:= Sum + A(I); /*senseless comment*/
-\newline
-end loop
-\begin_inset VSpace -4mm
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+j
 \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
+k
 \end_layout
 
-\begin_layout Standard
-This float type is inserted with the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Floats\SpecialChar \menuseparator
-Algorithm
-\family default
-.
- It is used for program codes and descriptions of algorithms.
- A possible environment for algorithms is the 
-\family sans
-LyX-Code
-\family default
-, described in LyX's 
-\emph on
-Userguide
-\emph default
-.
- Algorithm\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "alg:Example-Algorithm-float"
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \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.
-\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 to the document preamble
-\series bold
-:
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-floatname{algorithm}{your\InsetSpace ~
-name}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Subsection
+Line Thickness
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Line-Thickness"
 
-\family sans
-your\InsetSpace ~
-name
-\family default
- is the word 
-\begin_inset Quotes eld
 \end_inset
 
 
-\emph on
-algorithm
-\emph default
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Table Customization ! Line Thickness
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
 
- in your language.
-\end_layout
 
-\begin_layout Description
+\end_layout
 
+\begin_layout Standard
+The line thickness for all lines in a table can be adjusted with the length
 \series bold
-Note:
-\series default
- When the LaTeX-package 
-\series bold
-hyperref
-\series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
+\backslash
+arrayrulewidth
+\series default
+.
+ 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
 
- 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
-\end_inset
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-1.5"
 
+\end_inset
 
-\newline
+, insert the command
+\end_layout
 
-\backslash
-newfloat{Xalgorithm}{tbp}{loa}
-\newline
+\begin_layout Standard
 
-\backslash
-floatname{Xalgorithm}{your\InsetSpace ~
-name}
-\newline
+\series bold
 
 \backslash
-newcommand{
-\backslash
-theHalgorithm}{
+setlength{
 \backslash
-theHXalgorithm}
-\newline
+arrayrulewidth}{1.5pt}
+\end_layout
+
+\begin_layout Standard
+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
 
 \backslash
-renewenvironment{algorithm}[1][tbp]
-\newline
+arrayrulewidth
+\series default
+ 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
-hphantom{ }
+setlength{
+\backslash
+arrayrulewidth}{1.5pt}
 \end_layout
 
 \end_inset
 
-{
-\backslash
-begin{Xalgorithm}[#1]}{
-\backslash
-end{Xalgorithm}}
-\begin_inset VSpace defskip
-\end_inset
 
+\begin_inset Float table
+wide false
+sideways false
+status open
 
-\series default
-
-\newline
-Where 
-\family sans
-your\InsetSpace ~
-name
-\family default
- is the word 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Plain Layout
+\begin_inset Caption
 
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-1.5"
 
-\emph on
-algorithm
-\emph default
+\end_inset
 
-\begin_inset Quotes erd
+Table with 1.5
+\begin_inset space \thinspace{}
 \end_inset
 
- in your language.
+pt thick lines
 \end_layout
 
-\begin_layout Standard
-Algorithm floats are not by default numbered in the scheme 
-\begin_inset Quotes eld
 \end_inset
 
-chapter.algorithm
-\begin_inset Quotes erd
-\end_inset
 
- like it is the case for table and figure floats in many document-classes.
- To number algorithm floats in the same scheme, add this command to your
- document preamble:
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-
-\backslash
-numberwithin{algorithm}{chapter}
-\end_layout
+\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 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:
+\begin_layout Plain Layout
+sd
 \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
 
-\backslash
-numberwithin{Xalgorithm}{chapter}
 \end_layout
 
-\begin_layout Standard
-To be able to use the command 
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\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 Plain Layout
 
-\begin_layout Subsection
-Text Wrap Floats
-\begin_inset LatexCommand index
-name "Floats ! Text Wrap Floats"
+\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
 
-\begin_inset LatexCommand label
-name "sub:floatflt-wrap-float"
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-
+\begin_layout Plain Layout
+sd
 \end_layout
 
-\begin_layout Standard
-This float type is used if you want to 
-\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 Plain Layout
+
+\end_layout
 
-wrap
-\begin_inset Quotes erd
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
- 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
-placement l
-width "40col%"
-status open
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\begin_inset Graphics
-       filename clipart/mobius.eps
-       display color
-       width 40col%
-       rotateOrigin center
+\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
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset Caption
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "fig:This-is-a"
+\begin_layout Plain Layout
+sd
+\end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
-This is a wrapped figure, and this is the brilliant caption that describes
- it.
-\begin_inset VSpace medskip
 \end_inset
 
 
@@ -17747,605 +17819,502 @@ This is a wrapped figure, and this is the brilliant caption that describes
 \end_inset
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
-\family sans
-Insert\SpecialChar \menuseparator
-Floats\SpecialChar \menuseparator
-Text\InsetSpace ~
-Wrap\InsetSpace ~
-Float
-\family default
- if the LaTeX-package 
-\series bold
-floatflt
-\series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! floatflt"
+\backslash
+setlength{
+\backslash
+arrayrulewidth}{0.4pt}
+\end_layout
 
 \end_inset
 
- is installed.
-\begin_inset Foot
-status collapsed
 
-\begin_layout Standard
-Installing a LaTeX-package is explained it in the 
-\emph on
-LaTeX\InsetSpace ~
-Configuration
-\emph default
- manual.
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
- The width and placement of the float is adjusted by right-clicking on the
- float box.
- Figure\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "fig:This-is-a"
-
+To set the line thickness to 1.5
+\begin_inset space \thinspace{}
 \end_inset
 
- is an example text wrap float with a width of 40
-\begin_inset Formula $\,$
+pt only for horizontal lines, like in Table
+\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 "tab:Table-with-horizontal"
 
 \end_inset
 
-.
+, insert these commands in TeX-Code before the table or table float:
 \end_layout
 
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+myHline
+\backslash
+hline
+\begin_inset Newline newline
 \end_inset
 
- Some space was added under the caption to separate it better from the surroundi
-ng text.
-\end_layout
 
-\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"
+\backslash
+renewcommand{
+\backslash
+hline}
+\begin_inset Newline newline
+\end_inset
 
+ {
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 1.5pt}
+\begin_inset Newline newline
 \end_inset
 
-.
+\backslash
+myHline
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 0.4pt}}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+To return to the default line thickness, insert this command in TeX-Code
+ behind the table or table float:
+\end_layout
 
 \begin_layout Standard
 
 \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
+
+\backslash
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHline}
+\end_layout
 
 \begin_layout Standard
-The better solution is to use the LaTeX-package 
-\series bold
-wrapf\SpecialChar \textcompwordmark{}
-ig
-\series default
+\begin_inset ERT
+status collapsed
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! wrapfig\\vspace{4mm}"
+\begin_layout Plain Layout
 
-\end_inset
 
- instead of 
-\series bold
-floatf\SpecialChar \textcompwordmark{}
-lt
-\series default
-, but it is currently not supported by LyX.
+\backslash
+let
+\backslash
+myHline
+\backslash
+hline
 \end_layout
 
-\end_inset
-
-
-\end_layout
-
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+renewcommand{
+\backslash
+hline}
 \end_layout
 
-\begin_layout Standard
-In general:
-\end_layout
+\begin_layout Plain Layout
 
-\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.
+ {
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 1.5pt}
 \end_layout
 
-\begin_layout Itemize
-Wrap floats should either be placed in an own paragraph before the paragraph
- where they should wrap into or within a paragraph.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Itemize
-Wrap floats in consecutive paragraphs may cause troubles, so assure that
- there is a text paragraph between them as separator.
+  
+\backslash
+myHline
+\backslash
+noalign{
+\backslash
+global
+\backslash
+arrayrulewidth 0.4pt}}
 \end_layout
 
-\begin_layout Itemize
-Wrap floats are not allowed in section headings or tables.
-\end_layout
+\end_inset
 
-\begin_layout Section
-Referencing Floats
-\begin_inset LatexCommand label
-name "sec:Referencing-Floats"
 
-\end_inset
+\begin_inset Float table
+wide false
+sideways false
+status open
 
+\begin_layout Plain Layout
+\begin_inset Caption
 
-\begin_inset LatexCommand index
-name "Floats ! References"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-horizontal"
 
 \end_inset
 
+Table with 1.5
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_inset LatexCommand index
-name "References"
+pt thick horizontal lines
+\end_layout
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-To reference a float, insert a label into its caption using the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Label
-\family default
- or the toolbar button 
-\begin_inset Graphics
-       filename ../images/label-insert.xpm
-       scale 85
+\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
+sd
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-.
- A grey label box like this one: 
-\begin_inset Graphics
-       filename clipart/labelQt4.png
-       scale 85
+\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
 
- 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 "
-\family sans
-fig:
-\family default
-".
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-The label is used as anchor and name for the reference.
- You can refer to the label using the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Cross-reference
-\family default
- or the toolbar button 
-\begin_inset Graphics
-       filename ../images/dialog-show-new-inset_ref.xpm
-       scale 85
+\end_layout
 
 \end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-.
- A grey cross-reference box like this one: 
-\begin_inset Graphics
-       filename clipart/referenceQt4.png
-       scale 85
+\begin_layout Plain Layout
+
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
- will be inserted and the cross-reference window appear showing all labels
- of the document.
- If you have multiple LyX-documents opened, choose the one you are working
- on from the drop-list at the top of the dialog.
- You can now sort the labels alphabetically and then choose one.
- At the position of the cross-reference box the float number will appear
- in the output.
+\begin_layout Plain Layout
+sd
 \end_layout
 
-\begin_layout Standard
-It is recommended to use a protected space between the cross-reference name
- and its number to avoid line breaks between them.
- If a cross-reference refers to a non-existing label, you will see two question
- marks in the output instead of the reference.
-\end_layout
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-You can change labels at any time by clicking on the label box.
- References to the changed label will automatically change its link to the
- new label text, so that you don't need to take care about this.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-The button 
-\family sans
-Go\InsetSpace ~
-to\InsetSpace ~
-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.
- 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"
-
 \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
 
-\begin_inset LatexCommand index
-name "References ! Formats"
+\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
 
 \end_layout
 
-\begin_layout Standard
-There are six varieties of cross-references:
+\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
+sd
 \end_layout
 
-\begin_layout Description
-<reference>: prints the float number, this is the default: 
-\begin_inset LatexCommand ref
-reference "fig:Two-distorted-images"
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Description
-(<reference>): prints the float number within two parentheses, this is the
- style normally used to reference formulas, especially when the reference
- name 
-\begin_inset Quotes eld
 \end_inset
 
-Equation
-\begin_inset Quotes erd
-\end_inset
 
- is omitted: 
-\begin_inset LatexCommand eqref
-reference "eq:Wgn"
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+renewcommand{
+\backslash
+hline}{
+\backslash
+myHline}
 \end_layout
 
-\begin_layout Description
-<page>: prints the page number: Page\InsetSpace ~
-
-\begin_inset LatexCommand pageref
-reference "fig:Two-distorted-images"
-
 \end_inset
 
 
 \end_layout
 
-\begin_layout Description
-on\InsetSpace ~
-page\InsetSpace ~
-<page>: prints the text "on page" and the page number: 
-\begin_inset LatexCommand vpageref
-reference "fig:Two-distorted-images"
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
+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
 
-\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 "fig:Two-distorted-images"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Customized-Format"
 
 \end_inset
 
-
+:
 \end_layout
 
-\begin_layout Description
-Formatted\InsetSpace ~
-reference: prints a self defined cross-reference format.
-\begin_inset Note Greyedout
-status open
-
 \begin_layout Standard
 
 \series bold
-Note:
-\series default
- This feature is only available when you have the LaTeX-package 
-\series bold
-prettyref
-\series default
- installed.
+
+\backslash
+newcolumntype{V}{!{
+\backslash
+vrule width 1.5pt}}
 \end_layout
 
+\begin_layout Standard
+For Table
+\begin_inset space ~
 \end_inset
 
 
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-vertical"
 
-\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 ~
-see the text 
-\begin_inset Quotes eld
 \end_inset
 
+ the LaTeX-argument
+\end_layout
 
-\family sans
-on this page
-\family default
+\begin_layout Standard
 
-\begin_inset Quotes erd
-\end_inset
+\series bold
+VcV
+\end_layout
 
- instead.
+\begin_layout Standard
+was used for the last column and
 \end_layout
 
 \begin_layout Standard
-The number and current page of the referred document part in the output,
- is automatically calculated by LaTeX.
- The varieties are adjusted in the field 
-\family sans
-Format
-\family default
- of the cross-reference window, that appear when you click on the cross-referenc
-e box.
-\end_layout
-
-\begin_layout Subsection
-Referencing Subfigures
-\begin_inset LatexCommand label
-name "sub:Referencing-Subfigures"
-
-\end_inset
-
-
-\begin_inset LatexCommand index
-name "References ! to Subfigures"
-
-\end_inset
-
 
+\series bold
+Vc
 \end_layout
 
 \begin_layout Standard
-Currently referencing subfigures is not supported by LyX, so you have to
- use LaTeX-commands.
- The label is the created with the command
+for the other columns.
 \end_layout
 
 \begin_layout Standard
+\begin_inset Float table
+wide false
+sideways false
+status open
 
-\series bold
-
-\backslash
-label{fig:YourLabelName}
-\end_layout
+\begin_layout Plain Layout
+\begin_inset Caption
 
-\begin_layout Standard
-that is directly inserted into the subfigure caption field.
- To reference the label add this command in ERT
-\end_layout
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Table-with-vertical"
 
-\begin_layout Standard
+\end_inset
 
-\series bold
+Table with 1.5
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-ref{fig:YourLabelName}
+pt thick vertical lines
 \end_layout
 
-\begin_layout Standard
-to the position in your document where the reference should be placed.
- Here is a reference to a subfigure: Subfigure\InsetSpace ~
+\end_inset
 
-\begin_inset ERT
-status collapsed
 
-\begin_layout Standard
+\end_layout
 
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="3" columns="3">
+<features>
+<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
 
-\backslash
-ref{fig:Platypus}
+\begin_layout Plain Layout
+sd
 \end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
-.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Subsection
-Automatic Reference Naming
-\begin_inset LatexCommand index
-name "References ! Automatic Reference Naming"
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
+\begin_layout Plain Layout
 
 \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
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
- before every reference box.
- To get this automatic reference naming, you have to load the LaTeX-package
-\series bold
-hyperref
-\series default
+\begin_layout Plain Layout
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
- in the document preamble with
+\begin_layout Plain Layout
+sd
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-usepackage[pdfborder={0 0 0}]{hyperref}
-\newline
+\begin_layout Plain Layout
 
-\backslash
-AtBeginDocument{
-\backslash
-renewcommand{
-\backslash
-ref}[1]{
-\backslash
-mbox{
-\backslash
-autoref{#1}}}}
 \end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
-\series bold
-hyperref
-\series default
- is used to link cross-references in the DVI- and PDF-output, this means
- that the reader of your document will be able to click on a table of content
- (TOC) entry or on a reference and he will be shown the referenced document
- part.
-\series bold
-hyperref
-\series default
- also creates PDF-bookmarks for every section of your document to make it
- easier for readers to navigate through the document.
- This is also used in this document but when you have a look in the document
- preamble you will find various options in the load command of 
-\series bold
-hyperref
-\series default
-.
- To learn more about the 
-\series bold
-hyperref
-\series default
- package, we refer to its documentation 
-\begin_inset LatexCommand cite
-key "hyperref"
+\begin_layout Plain Layout
+
+\end_layout
 
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
-.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_layout
 
-\begin_layout Standard
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
 
-\series bold
-Note:
-\series default
- Automatic reference naming cannot be used when you use cross-references
- in the 
-\family sans
-Formatted\InsetSpace ~
-reference
-\family default
- style, described in section\InsetSpace ~
+\begin_layout Plain Layout
+sd
+\end_layout
 
-\begin_inset LatexCommand ref
-reference "sub:Cross-Reference-Formats"
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
 \end_inset
 
-.
+
 \end_layout
 
 \end_inset
@@ -18354,15 +18323,13 @@ reference "sub:Cross-Reference-Formats"
 \end_layout
 
 \begin_layout Subsection
-Reference Position
-\begin_inset LatexCommand label
-name "sub:Reference-Position"
-
-\end_inset
-
+Dashed Lines
+\begin_inset Index
+status collapsed
 
-\begin_inset LatexCommand index
-name "References ! Reference Position"
+\begin_layout Plain Layout
+Table Customization ! Dashed Lines
+\end_layout
 
 \end_inset
 
@@ -18370,157 +18337,5147 @@ name "References ! Reference Position"
 \end_layout
 
 \begin_layout Standard
-If you use 
-\series bold
-hyperref
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
- to link cross-references in the output, you will see that clicking on an
- image float reference jumps to the image label.
- The caption will be the first text part on the screen, so that you cannot
- see the image without scrolling.
- This is because the reference link anchor is placed at the position of
- the label.
- With the use of the package 
-\series bold
-hypcap
-\series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hypcap"
+\backslash
+ifarydshln
+\end_layout
 
 \end_inset
 
-, which is part of the LaTeX-package 
-\series bold
-oberdiek
-\series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! oberdiek"
-
-\end_inset
+\begin_inset Note Note
+status open
 
-, the link anchor is placed at the beginning of a float.
- To use this feature for figure floats, load 
+\begin_layout Plain Layout
+The following section will only be displayed when the LaTeX-package 
 \series bold
-hypcap
+arydshln
 \series default
- in the document preamble with the line
+ is installed.
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-usepackage[f\SpecialChar \textcompwordmark{}
-igure]{hypcap}
 \end_layout
 
 \begin_layout Standard
-You can also use 
-\series bold
-hypcap
-\series default
- for all floats but this isn't recommended for stability reasons.
- For more informations, have a look at 
-\series bold
-hypcap
-\series default
-'s manual 
-\begin_inset LatexCommand cite
-key "hypcap"
+\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-dashed"
 
 \end_inset
 
-.
+Table with dashed lines
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\end_inset
 
-\begin_layout Standard
 
-\series bold
-Note:
-\series default
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="5" columns="5">
+<features>
+<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" 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 Plain Layout
+a
+\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
+b
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+c
+\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
+d
+\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
+e
+\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
+f
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="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" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+i
+\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
+j
+\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 ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hdashline 
+\end_layout
+
+\end_inset
+
+k
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+l
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+m
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+n
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+o
+\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
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+cdashline{4-5}
+\end_layout
+
+\end_inset
+
+p
+\end_layout
+
+\end_inset
+</cell>
+<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" usebox="none" special="c:">
+\begin_inset Text
+
+\begin_layout Plain Layout
+r
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
+\begin_inset Text
+
+\begin_layout Plain Layout
+s
+\end_layout
+
+\end_inset
+</cell>
+<cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+
+\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
+t
+\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
+u
+\end_layout
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+v
+\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
+w
+\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
+x
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+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 Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! arydshln
+\end_layout
+
+\end_inset
+
+ must be loaded in the document preamble with the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage{arydshln}
+\end_layout
+
+\begin_layout Standard
+To make a vertical line dashed, enter the colon 
+\begin_inset Quotes eld
+\end_inset
+
+:
+\begin_inset Quotes erd
+\end_inset
+
+ together with the character for the horizontal alignment as LaTeX-argument
+ in the table cell dialog.
+\end_layout
+
+\begin_layout Standard
+For a horizontal dashed line add the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+hdashline
+\end_layout
+
+\begin_layout Standard
+in TeX-Code as first element of the first cell in the table row.
+\end_layout
+
+\begin_layout Standard
+For dashed multicolumn lines use the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+cdashline{line number
+\series default
+}
+\end_layout
+
+\begin_layout Standard
+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
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+cdashline{2-4}
+\end_layout
+
+\begin_layout Standard
+as first element of the first cell in the row of the multicolumn.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Table
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Table-with-dashed"
+
+\end_inset
+
+ was created using 
+\begin_inset Quotes eld
+\end_inset
+
+
+\series bold
+:c
+\series default
+
+\begin_inset Quotes erd
+\end_inset
+
+ as LaTeX-argument of the third column.
+ The TeX-Code command 
+\series bold
+
+\backslash
+hdashline
+\series default
+ was inserted to the first cell of the third row and the the TeX-Code command
+\begin_inset Newline newline
+\end_inset
+
+\series bold
+
+\backslash
+cdashline{4-5}
+\series default
+ was inserted to the first cell of the fourth row.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ The used LaTeX-package 
+\series bold
+arydshln
+\series default
+ is apparently not compatible with the LaTeX-package 
+\series bold
+colortbl
+\series default
+
+\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
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Tables"
+
+\end_inset
+
+.
+ That means colored tables cannot have dashed lines.
+\end_layout
+
+\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
+arydshln
+\series default
+ is not installed:
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+You need to install the package 
+\series bold
+arydshln
+\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 Chapter
+Floats
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats
+\end_layout
+
+\end_inset
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "cha:Floats"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+Introduction
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:FloatIntroduction"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Introduction
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+A float is a block of text associated with some sort of label, which doesn't
+ have a fixed location.
+ It can 
+\begin_inset Quotes eld
+\end_inset
+
+float
+\begin_inset Quotes erd
+\end_inset
+
+ forward or backward a page or two, to wherever it fits best.
+\family sans
+Footnotes
+\family default
+ and 
+\family sans
+Margin
+\begin_inset space ~
+\end_inset
+
+Notes
+\family default
+ are also floats, because they can float to the next page when there are
+ too many notes at the page.
+\end_layout
+
+\begin_layout Standard
+Floats allow a high quality layout.
+ Images and tables can evenly be spread to the pages to avoid white space
+ and pages without text.
+ 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
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Referencing-Floats"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+To insert a float, use the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Float
+\family default
+.
+ This inserts the 
+\family sans
+Caption
+\family default
+ 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
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Caption-Placement"
+
+\end_inset
+
+.
+ To keep your LyX-document readable, you can open and close the float box
+ by left-clicking on the box label.
+ A closed float box looks like this: 
+\begin_inset Graphics
+       filename clipart/floatQt4.png
+       scale 70
+       scaleBeforeRotation
+
+\end_inset
+
+ -- a gray button with a red label.
+\end_layout
+
+\begin_layout Standard
+It is recommended to insert floats as a separate paragraph to avoid possible
+ LaTeX-errors that can occur when the surrounding text is specially formatted.
+\end_layout
+
+\begin_layout Standard
+Existing figures or tables can be put into a float by marking them and then
+ pressing the corresponding toolbar button for a new float.
+\end_layout
+
+\begin_layout Section
+Float Types
+\end_layout
+
+\begin_layout Standard
+Besides figure and table floats that are described in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Figure-Floats"
+
+\end_inset
+
+ and 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Table-Floats"
+
+\end_inset
+
+, respectively, LyX offers the float types 
+\series bold
+Algorithm
+\series default
+ and 
+\series bold
+Wrap
+\series default
+.
+\end_layout
+
+\begin_layout Subsection
+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
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float algorithm
+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 "alg:Example-Algorithm-float"
+
+\end_inset
+
+Example Algorithm float
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout LyX-Code
+for I in 1..N loop
+\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
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+This float type is inserted with the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Floats\SpecialChar \menuseparator
+Algorithm
+\family default
+.
+ It is used for program codes and descriptions of algorithms.
+ A possible environment for algorithms is the 
+\family sans
+LyX-Code
+\family default
+, described in LyX's 
+\emph on
+Userguide
+\emph default
+.
+ Algorithm
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "alg:Example-Algorithm-float"
+
+\end_inset
+
+ 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 to the document preamble
+\series bold
+:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+floatname{algorithm}{your
+\begin_inset space ~
+\end_inset
+
+name}
+\end_layout
+
+\begin_layout Standard
+where 
+\family sans
+your
+\begin_inset space ~
+\end_inset
+
+name
+\family default
+ is the word 
+\begin_inset Quotes eld
+\end_inset
+
+
+\emph on
+algorithm
+\emph default
+
+\begin_inset Quotes erd
+\end_inset
+
+ in your language.
+\end_layout
+
+\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
+
+/
+\begin_inset space \thinspace{}
+\end_inset
+
+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
+listof{algorithm}{your
+\begin_inset space ~
+\end_inset
+
+name}
+\end_layout
+
+\begin_layout Standard
+where 
+\family sans
+your
+\begin_inset space ~
+\end_inset
+
+name
+\family default
+ is the word 
+\begin_inset Quotes eld
+\end_inset
+
+
+\emph on
+List of Algorithm
+\emph default
+s
+\begin_inset Quotes erd
+\end_inset
+
+ in your language.
+\end_layout
+
+\begin_layout Standard
+Algorithm floats are not by default numbered in the scheme 
+\begin_inset Quotes eld
+\end_inset
+
+chapter.algorithm
+\begin_inset Quotes erd
+\end_inset
+
+ like it is the case for table and figure floats in many document-classes.
+ To number algorithm floats in the same scheme, add this command to your
+ document preamble:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+numberwithin{algorithm}{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
+\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 Subsection
+Wrap Floats
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Wrap Floats
+\end_layout
+
+\end_inset
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:wrap-floats"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Wrap figure
+lines 0
+placement l
+overhang 1cm
+width "40col%"
+status open
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+       filename clipart/mobius.eps
+       width 40col%
+       scaleBeforeRotation
+       rotateOrigin center
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:This-is-a"
+
+\end_inset
+
+This is a figure wrap float.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\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
+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
+wrapfig
+\series default
+
+\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
+
+ is installed.
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+Installing a LaTeX-package is explained it in the 
+\emph on
+LaTeX
+\begin_inset space ~
+\end_inset
+
+Configuration
+\emph default
+ manual.
+\end_layout
+
+\end_inset
+
+ 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 space \thinspace{}
+\end_inset
+
+page margin, and the 
+\family sans
+Line
+\begin_inset space ~
+\end_inset
+
+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
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:This-is-a"
+
+\end_inset
+
+ 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
+
+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_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 Plain Layout
+
+\series bold
+Note:
+\series default
+ Text
+\begin_inset space ~
+\end_inset
+
+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
+
+
+\end_layout
+
+\begin_layout Standard
+In general:
+\end_layout
+
+\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 finished and you are able to estimate where
+ page breaks will appear.
+\end_layout
+
+\begin_layout Itemize
+Wrap floats should either be placed in an own paragraph before the paragraph
+ where they should wrap into or within a paragraph.
+\end_layout
+
+\begin_layout Itemize
+Wrap floats in consecutive paragraphs may cause troubles, so assure that
+ there is a text paragraph between them as separator.
+\end_layout
+
+\begin_layout Itemize
+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 CommandInset label
+LatexCommand label
+name "sec:Referencing-Floats"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! References
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+References
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+To reference a float, insert a label into its caption using the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Label
+\family default
+ or the toolbar button 
+\begin_inset Graphics
+       filename ../images/label-insert.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+.
+ A grey label box like this one: 
+\begin_inset Graphics
+       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.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+for figure floats the prefix will be "
+\family sans
+fig:
+\family default
+".
+\end_layout
+
+\begin_layout Standard
+The label is used as anchor and name for the reference.
+ You can refer to the label using the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Cross-reference
+\family default
+ or the toolbar button 
+\begin_inset Graphics
+       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
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+ will be inserted and the cross-reference window appear showing all labels
+ of the document.
+ If you have multiple LyX-documents opened, choose the one you are working
+ on from the drop-list at the top of the dialog.
+ You can now sort the labels alphabetically and then choose one.
+ At the position of the cross-reference box the float number will appear
+ in the output.
+\end_layout
+
+\begin_layout Standard
+It is recommended to use a protected space between the cross-reference name
+ and its number to avoid line breaks between them.
+ If a cross-reference refers to a non-existing label, you will see two question
+ marks in the output instead of the reference.
+\end_layout
+
+\begin_layout Standard
+You can change labels at any time by clicking on the label box.
+ References to the changed label will automatically change its link to the
+ new label text, so that you don't need to take care about this.
+\end_layout
+
+\begin_layout Standard
+The button 
+\family sans
+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
+\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 CommandInset label
+LatexCommand label
+name "sub:Cross-Reference-Formats"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+References ! Formats
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+There are six varieties of cross-references:
+\end_layout
+
+\begin_layout Description
+<reference>: prints the float number, this is the default: 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Two-distorted-images"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+(<reference>): prints the float number within two parentheses, this is the
+ style normally used to reference formulas, especially when the reference
+ name 
+\begin_inset Quotes eld
+\end_inset
+
+Equation
+\begin_inset Quotes erd
+\end_inset
+
+ is omitted: 
+\begin_inset CommandInset ref
+LatexCommand eqref
+reference "eq:Wgn"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+<page>: prints the page number: Page
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand pageref
+reference "fig:Two-distorted-images"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+on
+\begin_inset space ~
+\end_inset
+
+page
+\begin_inset space ~
+\end_inset
+
+<page>: prints the text "on page" and the page number: 
+\begin_inset CommandInset ref
+LatexCommand vpageref
+reference "fig:Two-distorted-images"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+<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
+
+
+\end_layout
+
+\begin_layout Description
+Formatted
+\begin_inset space ~
+\end_inset
+
+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
+
+
+\end_layout
+
+\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.
+\begin_inset space \thinspace{}
+\end_inset
+
+g.
+\begin_inset space ~
+\end_inset
+
+see the text 
+\begin_inset Quotes eld
+\end_inset
+
+
+\family sans
+on this page
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ instead.
+\end_layout
+
+\begin_layout Standard
+The number and current page of the referred document part in the output,
+ is automatically calculated by LaTeX.
+ The varieties are adjusted in the field 
+\family sans
+Format
+\family default
+ of the cross-reference window, that appear when you click on the cross-referenc
+e box.
+\end_layout
+
+\begin_layout Subsection
+Automatic Reference Naming
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+References ! Automatic Reference Naming
+\end_layout
+
+\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
+
+g.
+\begin_inset space ~
+\end_inset
+
+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 Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! hyperref
+\end_layout
+
+\end_inset
+
+ in the document preamble with
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[pdfborder={0 0 0}]{hyperref}
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+AtBeginDocument{
+\backslash
+renewcommand{
+\backslash
+ref}[1]{
+\backslash
+mbox{
+\backslash
+autoref{#1}}}}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+hyperref
+\series default
+ is used to link cross-references in the DVI- and PDF-output, this means
+ that the reader of your document will be able to click on a table of content
+ (TOC) entry or on a reference and he will be shown the referenced document
+ part.
+\series bold
+hyperref
+\series default
+ also creates PDF-bookmarks for every section of your document to make it
+ easier for readers to navigate through the document.
+ This is also used in this document but when you have a look in the document
+ preamble you will find various options in the load command of 
+\series bold
+hyperref
+\series default
+.
+ To learn more about the 
+\series bold
+hyperref
+\series default
+ package, we refer to its documentation 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "hyperref"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ Automatic reference naming cannot be used when you use cross-references
+ in the 
+\family sans
+Formatted
+\begin_inset space ~
+\end_inset
+
+reference
+\family default
+ style, described in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Cross-Reference-Formats"
+
+\end_inset
+
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Subsection
+Reference Position
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Reference-Position"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+References ! Reference Position
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+If you use 
+\series bold
+hyperref
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! hyperref
+\end_layout
+
+\end_inset
+
+ to link cross-references in the output, you will see that clicking on an
+ image float reference jumps to the image label.
+ The caption will be the first text part on the screen, so that you cannot
+ see the image without scrolling.
+ This is because the reference link anchor is placed at the position of
+ the label.
+ With the use of the package 
+\series bold
+hypcap
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! hypcap
+\end_layout
+
+\end_inset
+
+, which is part of the LaTeX-package 
+\series bold
+oberdiek
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! oberdiek
+\end_layout
+
+\end_inset
+
+, the link anchor is placed at the beginning of a float.
+ To use this feature for figure floats, load 
+\series bold
+hypcap
+\series default
+ in the document preamble with the line
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[figure]{hypcap}
+\end_layout
+
+\begin_layout Standard
+You can also use 
+\series bold
+hypcap
+\series default
+ for all floats but this isn't recommended for stability reasons.
+ For more informations, have a look at 
+\series bold
+hypcap
+\series default
+'s manual 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "hypcap"
+
+\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
+ must be loaded after 
+\series bold
+hyperref
+\series default
+ in the document preamble.
+\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
+hypcap
+\series default
+ has no effect for references to subfigures.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+Float Placement
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Float-Placement"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Placement
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\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.
+\begin_inset Newline newline
+\end_inset
+
+The option 
+\family sans
+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.
+\begin_inset Newline newline
+\end_inset
+
+The option 
+\family sans
+Rotate
+\begin_inset space ~
+\end_inset
+
+sideways
+\family default
+ is used to rotate floats, see section 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Rotated-Floats"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+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
+\begin_inset space ~
+\end_inset
+
+default
+\begin_inset space ~
+\end_inset
+
+placement
+\family default
+:
+\end_layout
+
+\begin_layout Description
+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
+\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
+\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
+\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
+The order of the above option is 
+\emph on
+always
+\emph default
+ used by LaTeX.
+ That means, if you use the default placement, LaTeX will first try out
+\family sans
+Here
+\begin_inset space ~
+\end_inset
+
+if
+\begin_inset space ~
+\end_inset
+
+possible
+\family default
+, then 
+\family sans
+Top
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
+page
+\family default
+, and then the others.
+ If you don't use the default, LaTeX will try only the checked options but
+ in the same order.
+ If none of the 4 placements are possible the procedure is internally repeated
+ but it is tried to put the float on the following page.
+\end_layout
+
+\begin_layout Standard
+By default, each option has its own rules:
+\end_layout
+
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+
+\family sans
+Top
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
+page
+\family default
+ 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
+topfraction
+\series default
+)
+\end_layout
+
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+
+\family sans
+Bottom
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
+page
+\family default
+: 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
+
+\backslash
+bottomfraction
+\series default
+)
+\end_layout
+
+\begin_layout Labeling
+\labelwidthstring 00.00.0000
+
+\family sans
+Page
+\begin_inset space ~
+\end_inset
+
+of
+\begin_inset space ~
+\end_inset
+
+floats
+\family default
+: 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
+
+\backslash
+floatpagefraction
+\series default
+)
+\end_layout
+
+\begin_layout Standard
+If you don't like these rules, you can ignore them by using the additional
+ option 
+\family sans
+Ignore
+\begin_inset space ~
+\end_inset
+
+LaTeX
+\begin_inset space ~
+\end_inset
+
+rules
+\family default
+.
+\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
+\begin_inset space \thinspace{}
+\end_inset
+
+% of the page, add this line to your document preamble:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+renewcommand{
+\backslash
+bottomfraction}{0.5}
+\end_layout
+
+\begin_layout Standard
+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
+\begin_inset space ~
+\end_inset
+
+definitely
+\family default
+.
+ Use this option very rarely and only if the document is nearly ready to
+ be printed.
+ Because the float is then no longer able to 
+\begin_inset Quotes eld
+\end_inset
+
+float
+\begin_inset Quotes erd
+\end_inset
+
+ when you change your document and this will often destroy the page layout.
+\end_layout
+
+\begin_layout Standard
+There are no placement options for text wrap floats, because they are always
+ surrounded by the text of a certain paragraph.
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Sometimes you have the problem that a float is placed at the top of a page
+ while its corresponding section starts at the middle of the page, so that
+ the reader could think the float is part of the previous section.
+ To avoid this the LaTeX-command 
+\series bold
+
+\backslash
+suppressfloats
+\series default
+ can be used.
+ It suppresses a given float placement for the page where it is inserted
+ and can therefore be used to avoid that floats could be set before a section
+ starts.
+ To get this, add these commands to your document preamble:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+let
+\backslash
+mySection
+\backslash
+section
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+renewcommand{
+\backslash
+section}{
+\backslash
+suppressfloats[t]
+\backslash
+mySection}
+\end_layout
+
+\begin_layout Standard
+You can define the same for all section headings, like chapters and subsections.
+ This definition is not recommended to be used for small text parts like
+ subsubsections because LaTeX may then have problems to find a suitable
+ placement.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+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
+endfloat
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! endfloat
+\end_layout
+
+\end_inset
+
+ was developed.
+ It puts all figure and table floats at the end of the document into own
+ sections.
+ At the original float position a text hint like 
+\begin_inset Quotes eld
+\end_inset
+
+
+\family sans
+[Figure
+\begin_inset space ~
+\end_inset
+
+3.2 about here.]
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ is inserted.
+ The endfloat-package is loaded in the preamble with the line
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+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
+endfloat
+\series default
+ documentation 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "endfloat"
+
+\end_inset
+
+.
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note: endfloat
+\series default
+ doesn't provide an automatic translation for the text hint, you have to
+ do this manually, see section
+\begin_inset space ~
+\end_inset
+
+4 in 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "endfloat"
+
+\end_inset
+
+.
+\end_layout
+
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ There is currently a bug in 
+\series bold
+endfloat
+\series default
+ when the caption contains a German 
+\begin_inset Quotes eld
+\end_inset
+
+\begin_inset Quotes erd
+\end_inset
+
+.
+ Use in this case the command 
+\begin_inset Quotes eld
+\end_inset
+
+
+\series bold
+
+\backslash
+ss
+\series default
+
+\begin_inset Quotes erd
+\end_inset
+
+ in TeX-Code instead of 
+\begin_inset Quotes eld
+\end_inset
+
+\begin_inset Quotes erd
+\end_inset
+
+.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+For more details about float placements, have a look at LaTeX books, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "latexcompanion,latexguide,latexbook"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Section
+Rotated Floats
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Rotated-Floats"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Rotating
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+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
+\begin_inset space ~
+\end_inset
+
+sideways
+\family default
+.
+\end_layout
+
+\begin_layout Standard
+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
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Rotated-table"
+
+\end_inset
+
+ is an example of a rotated table float.
+\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 rotated floats.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+wide false
+sideways true
+status open
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "tab:Rotated-table"
+
+\end_inset
+
+ Rotated table
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="1" columns="5">
+<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">
+<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 Plain Layout
+test
+\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
+b
+\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
+c
+\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
+d
+\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
+e
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+Floats Side by Side
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Side by side
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+To place floats side by side, like for Figure
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Float-left"
+
+\end_inset
+
+ and 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Float-right"
+
+\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
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Minipages"
+
+\end_inset
+
+.
+\end_layout
+
+\end_inset
+
+ The width is set to 45
+\begin_inset space \thinspace{}
+\end_inset
+
+-50
+\begin_inset space \thinspace{}
+\end_inset
+
+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
+
+Width
+\begin_inset space ~
+\end_inset
+
+%
+\family default
+ is now calculated according to the width of the minipage boxes.
+\end_layout
+
+\begin_layout Standard
+\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 Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! caption
+\end_layout
+
+\end_inset
+
+ in the document preamble with this line:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[format definition]{caption}
+\end_layout
+
+\begin_layout Standard
+To have for example the label and the number in sans-serif bold font and
+ the table captions always above the table like in this document, use the
+ following command:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[labelfont={bf,sf}, tableposition=top]{caption}
+\end_layout
+
+\begin_layout Standard
+You can also define different caption formats for the different float types.
+ In this case load the 
+\series bold
+caption
+\series default
+ package without format specific options and define the different formats
+ with the help of the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+captionsetup[float type]{format definition}
+\end_layout
+
+\begin_layout Standard
+in the document preamble.
+ For example the caption formats of Figure
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:This-is-an-fig"
+
+\end_inset
+
+ and Table
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:This-is-an-tab"
+
+\end_inset
+
+ can be created using these commands in the document preamble:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[tableposition=top]{caption}
+\series default
+
+\begin_inset Newline newline
+\end_inset
+
+
+\series bold
+
+\backslash
+captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{
+\backslash
+
+\backslash
+captionsetup[figure]
+\backslash
+{}
+\end_layout
+
+\end_inset
+
+ labelsep=period}
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+captionsetup[table]{labelfont={bf,sf}}
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ The option 
+\series bold
+tableposition=top
+\series default
+ has no effect when 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 is used.
+ In this case the document class option 
+\series bold
+tablecaptionabove
+\series default
+ must be used.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+For more information about the package 
+\series bold
+caption
+\series default
+ we refer to its documentation 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "caption"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+To change the label name from e.g.
+\begin_inset Quotes eld
+\end_inset
+
+Figure
+\begin_inset Quotes erd
+\end_inset
+
+ to 
+\begin_inset Quotes eld
+\end_inset
+
+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
+
+\backslash
+setkomafont
+\series default
+ we refer to the 
+\series bold
+koma-script
+\series default
+ documentation 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "koma-script"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
+}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+The caption format is changed only for this example.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float figure
+placement !p
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Graphics
+       filename clipart/mobius.eps
+       lyxscale 50
+       scale 50
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:This-is-an-fig"
+
+\end_inset
+
+This is an example figure caption that is longer than one line to show the
+ different caption format.
+ Here a self-defined caption format is used.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
+on}
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+placement !p
+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:This-is-an-tab"
+
+\end_inset
+
+This is an example table caption that is longer than one line to show the
+ different caption format.
+ Here the standard caption format for tables in this document is used.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\align center
+\begin_inset Tabular
+<lyxtabular version="3" rows="1" columns="5">
+<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">
+<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 Plain Layout
+a
+\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
+b
+\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
+c
+\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
+d
+\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
+e
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Section
+Caption Placement
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Caption ! Placement
+\end_layout
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Caption Placement
+\end_layout
+
+\end_inset
+
+
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Caption-Placement"
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+The common caption placement rule is:
+\end_layout
+
+\begin_layout Description
+Figure: Caption is set below the figure
+\end_layout
+
+\begin_layout Description
+Table: Caption is set above the table
+\end_layout
+
+\begin_layout Standard
+Having the caption above the table is unfortunately not supported in LaTeX's
+ standard classes.
+ That means if you are using the document classes 
+\family sans
+article
+\family default
+, 
+\family sans
+book
+\family default
+, 
+\family sans
+letter
+\family default
+, or 
+\family sans
+report
+\family default
+ there will be no space between the caption and the table.
+ To insert the needed space, add the following option to the load command
+ of the LaTeX-package 
+\series bold
+caption
+\series default
+ in your document preamble
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+See section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Caption-Formatting"
+
+\end_inset
+
+ for more information of the package 
+\series bold
+caption
+\series default
+.
+\end_layout
+
+\end_inset
+
+:
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+tableposition=top
+\end_layout
+
+\begin_layout Standard
+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 set the document class option 
+\series bold
+tablecaptionabove
+\series default
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
+
+It is also possible to set the caption beside a figure or table.
+ To get this the LaTeX-package 
+\series bold
+sidecap
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! sidecap
+\end_layout
+
+\end_inset
+
+ has to be loaded in the document preamble with the line
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+usepackage[option]{sidecap}
+\end_layout
+
+\begin_layout Standard
+If you set no option, the caption is placed on the side of the outer page
+ margin -- to the right on odd pages, to the left on even pages.
+ You can change the placement to inner margin with the option 
+\series bold
+innercaption
+\series default
+.
+ To force the placement always to the right or left, use the option 
+\series bold
+rightcaption
+\series default
+ or 
+\series bold
+leftcaption
+\series default
+, 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:
+\end_layout
+
+\begin_layout Standard
+
+\lyxline
+
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcommand{
+\backslash
+TabBesBeg}{%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+MyTable
+\backslash
+table
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+MyEndtable
+\backslash
+endtable
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+renewenvironment{table}{
+\backslash
+begin{SCtable}}{
+\backslash
+end{SCtable}}}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcommand{
+\backslash
+TabBesEnd}{%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+table
+\backslash
+MyTable
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+endtable
+\backslash
+MyEndtable
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcommand{
+\backslash
+FigBesBeg}{%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+MyFigure
+\backslash
+figure
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+MyEndfigure
+\backslash
+endfigure
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+renewenvironment{figure}{
+\backslash
+begin{SCfigure}}{
+\backslash
+end{SCfigure}}}
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+newcommand{
+\backslash
+FigBesEnd}{%
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+figure
+\backslash
+MyFigure
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
+\end_layout
+
+\end_inset
+
+
+\backslash
+let
+\backslash
+endfigure
+\backslash
+MyEndfigure}
+\end_layout
+
+\begin_layout Standard
+
+\lyxline
+
+\end_layout
+
+\begin_layout Standard
+The commands allow you to redefine the floats so that the caption is set
+ on the side.
+ For figure floats use the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+FigBesBeg
+\end_layout
+
+\begin_layout Standard
+in TeX-Code before the float.
+ Behind the float insert the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+FigBesEnd
+\end_layout
+
+\begin_layout Standard
+in TeX-Code to get back to the original float definition.
+\end_layout
+
+\begin_layout Standard
+For table floats use the corresponding commands
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+TabBesBeg
+\series default
+ and 
+\series bold
+
+\backslash
+TabBesEnd
+\end_layout
+
+\begin_layout Standard
+Figure
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:cap-beside-fig"
+
+\end_inset
+
+ and Table
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:cap-beside-tab"
+
+\end_inset
+
+ are examples where the caption is set beside.
+\end_layout
+
+\begin_layout Standard
+You can see in the examples that the caption text appears at the top of
+ the floats for table floats and at the bottom for figure floats.
+ To change this, you can use the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+sidecaptionvpos{float type}{placement}
+\end_layout
+
+\begin_layout Standard
+in the document preamble or in TeX-Code before the float.
+ The float type is either 
+\family sans
+figure
+\family default
+ or 
+\family sans
+table
+\family default
+, the placement can be 
+\begin_inset Quotes eld
+\end_inset
+
+
+\family sans
+t
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ for top, 
+\begin_inset Quotes eld
+\end_inset
+
+
+\family sans
+c
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ for center, or 
+\begin_inset Quotes eld
+\end_inset
+
+
+\family sans
+b
+\family default
+
+\begin_inset Quotes erd
+\end_inset
+
+ for bottom.
+ To have for example the caption of figure floats vertically centered, use
+ the command
+\end_layout
+
+\begin_layout Standard
+
+\series bold
+
+\backslash
+sidecaptionvpos{figure}{c}
+\end_layout
+
+\begin_layout Standard
+This was used for Figure
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:cap-beside-fig-2"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
+
+For more information about the package 
+\series bold
+sidecap
+\series default
+ we refer to its documentation 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "sidecap"
+
+\end_inset
+
+.
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ The LaTeX-package 
+\series bold
+hypcap
+\series default
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! hypcap
+\end_layout
+
+\end_inset
+
+, described in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Reference-Position"
+
+\end_inset
+
+, has no effect on floats with the caption set beside.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+FigBesBeg 
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+       filename clipart/escher-lsd.eps
+       scale 75
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:cap-beside-fig"
+
+\end_inset
+
+This is a caption beside a figure.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+TabBesBeg 
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Float table
+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:cap-beside-tab"
+
+\end_inset
+
+This is a caption beside a table.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Tabular
+<lyxtabular version="3" rows="4" columns="5">
+<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">
+<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
+
+\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
+
+\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
+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
+
+\end_layout
+
+\end_inset
+</cell>
+<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
+
+\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
+
+\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
+f
+\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
+
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="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" 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" rightline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+h
+\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
+
+\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
+i
+\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
+
+\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
+j
+\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
+
+\end_layout
+
+\end_inset
+</cell>
+</row>
+</lyxtabular>
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+TabBesEnd
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+sidecaptionvpos{figure}{c}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Float figure
+wide false
+sideways false
+status open
+
+\begin_layout Plain Layout
+\begin_inset Graphics
+       filename clipart/escher-lsd.eps
+       scale 75
+       scaleBeforeRotation
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
+\begin_inset Caption
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:cap-beside-fig-2"
+
+\end_inset
+
+This is a vertically centered caption beside a figure.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+FigBesEnd
+\end_layout
+
+\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 CommandInset label
+LatexCommand label
+name "sec:Listings-of-Floats"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Float Lists
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Similar to the the table of contents where the sections of the document
+ are listed, there are listings for all float types, like the figures of
+ the documents.
+ You can insert them via the 
+\family sans
+Insert\SpecialChar \menuseparator
+List
+\begin_inset space ~
+\end_inset
+
+/
+\begin_inset space ~
+\end_inset
+
+TOC
+\family default
+ sub menus.
+\end_layout
+
+\begin_layout Standard
+The list entries are the float captions or its short title, the float number,
+ and the page number where they appear in the document.
+\end_layout
+
+\begin_layout Standard
+You can find the list of figures and tables at the end of this document.
+\end_layout
+
+\begin_layout Chapter
+Notes
+\end_layout
+
+\begin_layout Section
+LyX Notes
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:LyX-Notes"
+
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Notes ! LyX Notes
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+Notes are inserted with the toolbar button 
+\begin_inset Graphics
+       filename ../images/note-insert.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+ or the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Note
+\family default
+.
+ There are three types of notes:
+\end_layout
+
+\begin_layout Description
+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:
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Graphics
+       filename clipart/LyXNoteImageQt4.png
+       display false
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
  
-\series bold
-hypcap
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
+This is text in a note box that doesn't appear in the output.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+Comment This note also doesn't appear in the output but it appears as LaTeX-comm
+ent, when you export the document to LaTeX via the menu 
+\family sans
+File\SpecialChar \menuseparator
+Export\SpecialChar \menuseparator
+LaTeX (pdflatex) / (plain)
+\family default
+.
+ Its note-box looks like this:
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Graphics
+       filename clipart/CommentNoteImageQt4.png
+       display false
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+\begin_inset Note Comment
+status open
+
+\begin_layout Plain Layout
+This is text in a note box that only appears as comment in LaTeX-files.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Description
+Greyed
+\begin_inset space ~
+\end_inset
+
+Out This note will appear in the output as grey text.
+ Its note-box looks like this:
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset Graphics
+       filename clipart/GreyedOutNoteImageQt4.png
+       display false
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewenvironment{lyxgreyedout}
+\end_layout
+
+\begin_layout Plain Layout
+
+{
+\backslash
+textcolor[gray]{0.8}
+\backslash
+bgroup}{
+\backslash
+egroup}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+This is text
+\begin_inset Foot
+status open
+
+\begin_layout Plain Layout
+This is an example footnote within a greyed out note.
+\end_layout
+
+\end_inset
+
+ of a comment that appears in the output as grey text.
+\end_layout
+
+\end_inset
+
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+renewenvironment{lyxgreyedout}
+\end_layout
+
+\begin_layout Plain Layout
+
+{
+\backslash
+textcolor{blue}
+\backslash
+bgroup}{
+\backslash
+egroup}
+\end_layout
+
+\end_inset
+
+
+\begin_inset Note Note
+status collapsed
+
+\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.
+\end_layout
+
+\end_inset
+
+
+\begin_inset Newline newline
+\end_inset
+
+
+\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
+
+When you use the toolbar button 
+\begin_inset Graphics
+       filename ../images/note-insert.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+ to insert notes, a 
+\family sans
+LyX
+\begin_inset space ~
+\end_inset
+
+Note
+\family default
+ is inserted.
+ 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
+\family default
 \series default
- must be loaded after 
-\series bold
-hyperref
+\bar default
+ toolbar 
+\family roman
+\series medium
+\bar no
+button
+\family default
 \series default
- in the document preamble.
+\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
+\begin_inset VSpace bigskip
 \end_inset
 
-
+You can change the text color of the greyed out notes in the preamble with
+ the following command:
 \end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
 \begin_layout Standard
 
 \series bold
-Note:
-\series default
- The set reference position has no effect for references to subfigures.
-\end_layout
 
+\backslash
+renewenvironment{lyxgreyedout}
+\begin_inset Newline newline
 \end_inset
 
 
-\end_layout
-
-\begin_layout Section
-Float Placement
-\begin_inset LatexCommand label
-name "sec:Float-Placement"
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
-\begin_inset LatexCommand index
-name "Floats ! Placement"
+\backslash
+hphantom{ }
+\end_layout
 
 \end_inset
 
-
+{
+\backslash
+textcolor{color}
+\backslash
+bgroup}{
+\backslash
+egroup}
 \end_layout
 
 \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
-The option 
-\family sans
-Span\InsetSpace ~
-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
-The option 
-\family sans
-Rotate\InsetSpace ~
-sideways
-\family default
- is used to rotate floats, see section 
-\begin_inset LatexCommand ref
-reference "sec:Rotated-Floats"
+The available colors and the method to define own colors is explained in
+ section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Tables"
 
 \end_inset
 
@@ -18528,203 +23485,271 @@ reference "sec:Rotated-Floats"
 \end_layout
 
 \begin_layout Standard
-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 ~
-placement
-\family default
-:
+Notes that appear in blue in this document are set using greyed out notes
+ with blue text.
 \end_layout
 
-\begin_layout Description
-Here\InsetSpace ~
-if\InsetSpace ~
-possible: try to place the float on the position where it is inserted
-\end_layout
+\begin_layout Section
+Footnotes
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Footnotes"
 
-\begin_layout Description
-Top\InsetSpace ~
-of\InsetSpace ~
-page: try to place the float on the top of the current page
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Notes ! Footnotes
 \end_layout
 
-\begin_layout Description
-Bottom\InsetSpace ~
-of\InsetSpace ~
-page: try to place the float on the bottom of the current page
+\end_inset
+
+
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Footnotes
 \end_layout
 
-\begin_layout Description
-Page\InsetSpace ~
-of\InsetSpace ~
-floats: try to place the float on an own page 
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
-The order of the above option is 
-\emph on
-always
-\emph default
- used by LaTeX.
- That means, if you use the default placement, LaTeX will first try out
+Footnotes can be inserted using the toolbar button 
+\begin_inset Graphics
+       filename ../images/footnote-insert.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
+
+ or the menu 
 \family sans
-Here\InsetSpace ~
-if\InsetSpace ~
-possible
+Insert\SpecialChar \menuseparator
+Footnote
 \family default
-, then 
-\family sans
-Top\InsetSpace ~
-of\InsetSpace ~
-page
+.
+\family roman
+\series medium
+\bar no
+You'll see
 \family default
-, and then the others.
- If you don't use the default, LaTeX will try only the checked options but
- in the same order.
- If none of the 4 placements are possible the procedure is internally repeated
- but it is tried to put the float on the following page.
+\series default
+\bar default
+ then the following footnote-box: 
+\begin_inset Graphics
+       filename clipart/footnoteQt4.png
+       scale 80
+       scaleBeforeRotation
+
+\end_inset
+
+\family roman
+\series medium
+\bar no
+where you can enter the footnote text.
+ If you want to turn existing text into a footnote, mark it and click on
+ the footnote
+\family default
+\series default
+\bar default
+ toolbar 
+\family roman
+\series medium
+\bar no
+button
+\family default
+\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
-By default, each options has its own rules:
+Here is an example footnote:
+\family roman
+\series medium
+\bar no
+
+\begin_inset Foot
+status open
+
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "foot:This-is-an"
+
+\end_inset
+
+This is an example footnote.
 \end_layout
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
+\end_inset
+
 
-\family sans
-Top\InsetSpace ~
-of\InsetSpace ~
-page
 \family default
- only floats occupying less than 70\InsetSpace \thinspace{}
-% of the page can be placed at the top
- of a page (
-\series bold
+\series default
+\bar default
+
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
 
 \backslash
-topfraction
-\series default
-)
+newcounter{MyRepeatFoot}
 \end_layout
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
+\begin_layout Plain Layout
 
-\family sans
-Bottom\InsetSpace ~
-of\InsetSpace ~
-page
-\family default
-: only floats occupying less than 30\InsetSpace \thinspace{}
-% of the page can be placed at the bottom
- of a page.
- (
-\series bold
 
 \backslash
-bottomfraction
-\series default
-)
+setcounter{MyRepeatFoot}{
+\backslash
+thefootnote}
 \end_layout
 
-\begin_layout Labeling
-\labelwidthstring 00.00.0000
+\end_inset
 
-\family sans
-Page\InsetSpace ~
-of\InsetSpace ~
-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.
- (
-\series bold
 
-\backslash
-floatpagefraction
-\series default
-)
 \end_layout
 
-\begin_layout Standard
-If you don't like these rules, you can ignore them by using the additional
- option 
-\family sans
-Ignore\InsetSpace ~
-LaTeX\InsetSpace ~
-rules
-\family default
+\begin_layout Standard
+The footnote will appear in the output as a superscript number at the text
+ position where the footnote box is placed.
+ The footnote text is placed at the bottom of the current page.
+ The footnote number is calculated by LaTeX, the numbers are consecutive.
+ It depends on your document-class, if the footnote number is reset for
+ every chapter.
+\end_layout
+
+\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
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Referencing-Floats"
+
+\end_inset
+
+.
+\begin_inset Newline newline
+\end_inset
+
+This is a cross-reference of Footnote
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "foot:This-is-an"
+
+\end_inset
+
 .
-\newline
-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{}
-% of the page, add this line to your document preamble:
 \end_layout
 
 \begin_layout Standard
+\begin_inset VSpace defskip
+\end_inset
 
-\series bold
+To use footnotes within tables, you have to use minipages, see section
+\begin_inset space ~
+\end_inset
 
-\backslash
-renewcommand{
-\backslash
-bottomfraction}{0.5}
-\end_layout
 
-\begin_layout Standard
-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 ~
-definitely
-\family default
-.
- Use this option very rarely and only if the document is nearly ready to
- be printed.
- Because the float is then no longer able to 
-\begin_inset Quotes eld
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Minipages"
+
 \end_inset
 
-float
-\begin_inset Quotes erd
+.
+ Footnotes within longtables are described in section
+\begin_inset space ~
 \end_inset
 
- when you change your document and this will often destroy the page layout.
-\end_layout
 
-\begin_layout Standard
-There are no placement options for text wrap floats, because they are always
- surrounded by the text of a certain paragraph.
-\begin_inset VSpace bigskip
-\end_inset
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Footnotes-in-Longtables"
 
+\end_inset
 
+.
 \end_layout
 
 \begin_layout Standard
-Sometimes you have the problem that a float is placed at the top of a page
- while its corresponding section starts at the middle of the page, so that
- the reader could think the float is part of the previous section.
- To avoid this the LaTeX-command 
+\begin_inset VSpace defskip
+\end_inset
+
+To create only a mark for a footnote, use the command 
 \series bold
 
 \backslash
-suppressf\SpecialChar \textcompwordmark{}
-loats
+footnotemark[number]
 \series default
- can be used.
- It suppresses a given float placement for the page where it is inserted
- and can therefore be used to avoid that floats could be set before a section
- starts.
- To get this, add these commands to your document preamble:
+ 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.
+\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
+ TeX-Code behind Footnote
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "foot:This-is-an"
+
+\end_inset
+
+ to store the footnote number:
 \end_layout
 
 \begin_layout Standard
@@ -18732,239 +23757,221 @@ loats
 \series bold
 
 \backslash
-let
-\backslash
-mySection
-\backslash
-section
-\newline
+newcounter{MyRepeatFoot}
+\begin_inset Newline newline
+\end_inset
+
 
 \backslash
-renewcommand{
-\backslash
-section}{
-\backslash
-suppressf\SpecialChar \textcompwordmark{}
-loats[t]
+setcounter{MyRepeatFoot}{
 \backslash
-mySection}
+thefootnote}
 \end_layout
 
 \begin_layout Standard
-You can define the same for all section headings, like chapters and subsections.
- This definition is not recommended to be used for small text parts like
- subsubsections because LaTeX may then have problems to find a suitable
- placement.
+The footnote mark was then created with this command:
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
 
-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
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! endfloat"
 
-\end_inset
+\backslash
+footnotemark[
+\backslash
+theMyRepeatFoot]
+\end_layout
 
- was developed.
- It puts all figure and table floats at the end of the document into own
- sections.
- At the original float position a text hint like 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Standard
+Here is an example footnote mark:
+\family roman
+\series medium
+\bar no
 
+\begin_inset ERT
+status collapsed
 
-\family sans
-[Figure\InsetSpace ~
-3.2 about here.]
-\family default
+\begin_layout Plain Layout
 
-\begin_inset Quotes erd
-\end_inset
 
- is inserted.
- The endfloat-package is loaded in the preamble with the line
+\backslash
+footnotemark[
+\backslash
+theMyRepeatFoot]
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-usepackage[options]{endf\SpecialChar \textcompwordmark{}
-loat}
 \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
-\series default
- documentation 
-\begin_inset LatexCommand cite
-key "endfloat"
+\begin_layout Subsection
+Footnote Numbering
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Footnote-Numbering"
 
 \end_inset
 
-.
-\newline
-
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Standard
-
-\series bold
-Note: endf\SpecialChar \textcompwordmark{}
-loat
-\series default
- doesn't provide an automatic translation for the text hint, you have to
- do this manually, see section\InsetSpace ~
-4 in 
-\begin_inset LatexCommand cite
-key "endfloat"
 
-\end_inset
+\begin_inset Index
+status collapsed
 
-.
+\begin_layout Plain Layout
+Footnotes ! Numbering
 \end_layout
 
 \end_inset
 
 
-\newline
+\end_layout
 
-\begin_inset Note Greyedout
-status open
+\begin_layout Standard
+To reset the footnote number back to 1 after each section
+\family roman
+, add this command to your document preamble:
+\end_layout
 
 \begin_layout Standard
 
 \series bold
-Note:
-\series default
- There is currently a bug in 
-\series bold
-endf\SpecialChar \textcompwordmark{}
-loat
-\series default
- when the caption contains a German 
-\begin_inset Quotes eld
-\end_inset
 
-\begin_inset Quotes erd
-\end_inset
+\backslash
+@addtoreset{footnote}{section}
+\end_layout
 
-.
- Use in this case the command 
-\begin_inset Quotes eld
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
+The following preamble command changes the footnote numbering style to small
+ roman numerals:
+\end_layout
+
+\begin_layout Standard
 
 \series bold
 
 \backslash
-ss
-\series default
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+roman{footnote}}
+\end_layout
 
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
- in ERT instead of 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Plain Layout
 
-\begin_inset Quotes erd
-\end_inset
 
-.
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+roman{footnote}}
 \end_layout
 
 \end_inset
 
+ This is a footnote with roman numbering:
+\begin_inset Foot
+status open
 
+\begin_layout Plain Layout
+This is an example footnote with roman numbering.
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-For more details about float placements, have a look at LaTeX books, 
-\begin_inset LatexCommand cite
-key "latexcompanion,latexguide,latexbook"
-
-\end_inset
 
-.
 \end_layout
 
-\begin_layout Section
-Rotated Floats
-\begin_inset LatexCommand label
-name "sec:Rotated-Floats"
+\begin_layout Standard
+To change the numbering style to capital roman numerals replace in the command
+ above 
+\series bold
+
+\backslash
+roman
+\series default
+ by 
+\series bold
 
+\backslash
+Roman
+\series default
+.
+ To 
+\begin_inset Quotes eld
+\end_inset
+
+number
+\begin_inset Quotes erd
 \end_inset
 
+ footnotes with capital or small Latin letters use 
+\series bold
 
-\begin_inset LatexCommand index
-name "Floats ! Rotating"
+\backslash
+Alph
+\series default
+ or 
+\series bold
 
+\backslash
+alph
+\series default
+, respectively.
+ To 
+\begin_inset Quotes eld
 \end_inset
 
+number
+\begin_inset Quotes erd
+\end_inset
 
-\end_layout
+ footnotes with symbols use 
+\series bold
 
-\begin_layout Standard
-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 ~
-sideways
-\family default
+\backslash
+fnsymbol
+\series 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.
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ You can only number 26 footnotes with Latin letters, because this numbering
+ is limited to single letters.
 \end_layout
 
-\begin_layout Standard
-Referencing rotated floats is the same like for normal floats, the caption
- format is also the same: Table\InsetSpace ~
+\end_inset
 
-\begin_inset LatexCommand ref
-reference "tab:Rotated-table"
 
+\begin_inset Newline newline
 \end_inset
 
- is an example of a rotated table float.
-\end_layout
 
-\begin_layout Standard
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
 \series default
Not all DVI-viewers are able to display rotated floats.
You can only number 9 footnotes with symbols.
 \end_layout
 
 \end_inset
@@ -18973,21 +23980,32 @@ Note:
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-wide false
-sideways true
-status open
+To return to the default numbering style when you changed to another one,
+ use 
+\series bold
 
-\begin_layout Standard
-\begin_inset Caption
+\backslash
+arabic
+\series default
+ instead of 
+\series bold
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:Rotated-table"
+\backslash
+roman
+\series default
+ in the command above.
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
- Rotated table
+
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+arabic{footnote}}
 \end_layout
 
 \end_inset
@@ -18996,186 +24014,163 @@ name "tab:Rotated-table"
 \end_layout
 
 \begin_layout Standard
-\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">
-\begin_inset Text
+\begin_inset VSpace bigskip
+\end_inset
 
-\begin_layout Standard
-test
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\end_layout
 
 \begin_layout Standard
-b
-\end_layout
+If you want to have footnotes numbered in the scheme 
+\begin_inset Quotes eld
+\end_inset
 
+chapter.footnote
+\begin_inset Quotes erd
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-c
+, add the following command to your document preamble:
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-d
-\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
-e
+\backslash
+numberwithin{footnote}{chapter}
 \end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\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
 
-\end_layout
-
+AMS
+\begin_inset space ~
 \end_inset
 
+math
+\begin_inset space ~
+\end_inset
 
+package
+\family default
+.
 \end_layout
 
-\begin_layout Section
-Caption Formatting
-\begin_inset LatexCommand index
-name "Caption ! Formatting"
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
-\begin_inset LatexCommand index
-name "Floats ! Caption Formatting"
+\backslash
+numberwithin{footnote}{chapter}
+\end_layout
 
 \end_inset
 
+This is another example footnote:
+\series bold
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! caption"
+\begin_inset Foot
+status open
 
+\begin_layout Plain Layout
+This is a footnote numbered in the scheme 
+\begin_inset Quotes eld
 \end_inset
 
-
-\begin_inset LatexCommand label
-name "sec:Caption-Formatting"
-
+chapter.footnote
+\begin_inset Quotes erd
 \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.\InsetSpace \thinspace{}
-g.\InsetSpace ~
+\end_layout
 
-\begin_inset Quotes eld
 \end_inset
 
 
-\family sans
-Figure #:
-\family default
+\series default
 
-\begin_inset Quotes erd
-\end_inset
+\begin_inset ERT
+status collapsed
 
- followed by the caption text.
- The number sign 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Plain Layout
 
-#
-\begin_inset Quotes erd
-\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.
+\backslash
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+arabic{footnote}}
 \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"
-
 \end_inset
 
- in the document preamble with this line:
+
 \end_layout
 
 \begin_layout Standard
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
 
+\series bold
+Note:
+\series default
 \series bold
 
 \backslash
-usepackage[format definition]{caption}
+numberwithin
+\series default
+ always prints out the footnote number as arabic number; previous redefinitions
+ to get non-arabic numbers are overwritten.
 \end_layout
 
-\begin_layout Standard
-To have for example the label and the number in sans-serif bold font and
- the table captions always above the table like in this document, use the
- following command:
+\end_inset
+
+
 \end_layout
 
 \begin_layout Standard
+So to get for example the scheme 
+\begin_inset Quotes eld
+\end_inset
 
-\series bold
-
+chapter.
 \backslash
-usepackage[labelfont={bf,sf}, tableposition=top]{caption}
-\end_layout
+Roman{footnote}
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
-You can also define different caption formats for the different float types.
- In this case load the 
+, use this command instead of 
 \series bold
-caption
+
+\backslash
+numberwithin
 \series default
- package without format specific options and define the different formats
- with the help of the command
+:
 \end_layout
 
 \begin_layout Standard
@@ -19183,26 +24178,45 @@ caption
 \series bold
 
 \backslash
-captionsetup[float type]{format definition}
+renewcommand{
+\backslash
+thefootnote}{
+\backslash
+thechapter.
+\backslash
+Roman{footnote}}
 \end_layout
 
-\begin_layout Standard
-in the document preamble.
- For example the caption formats of Figure\InsetSpace ~
+\begin_layout Subsection
+Footnote Placement
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Footnotes ! Placement
+\end_layout
+
+\end_inset
+
 
-\begin_inset LatexCommand ref
-reference "fig:This-is-an-fig"
+\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
 
- and Table\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "tab:This-is-an-tab"
+g.
+\begin_inset space ~
+\end_inset
 
+add 1.5
+\begin_inset space \thinspace{}
 \end_inset
 
- can be created using these commands in the document preamble:
+mm space with the following preamble command:
 \end_layout
 
 \begin_layout Standard
@@ -19210,105 +24224,69 @@ reference "tab:This-is-an-tab"
 \series bold
 
 \backslash
-usepackage[tableposition=top]{caption}
-\series default
-
-\newline
-
-\series bold
-
+let
 \backslash
-captionsetup[f\SpecialChar \textcompwordmark{}
-igure]{labelfont={tt}, textfont=it, indention=1cm,%
-\newline
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+myFoot
+\backslash
+footnote
+\begin_inset Newline newline
+\end_inset
 
 
 \backslash
-hphantom{
+renewcommand{
 \backslash
-
+footnote}[1]{
 \backslash
-captionsetup[figure]
+myFoot{#1
 \backslash
-{}
+vspace{1.5mm}}}
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
- labelsep=period}
-\newline
+In a two-column document the footnotes appear at the bottom of every column,
+ see Figure
+\begin_inset space ~
+\end_inset
 
-\backslash
-captionsetup[table]{labelfont={bf,sf}}
-\end_layout
 
-\begin_layout Standard
-For more information about the package 
-\series bold
-caption
-\series default
- we refer to its documentation 
-\begin_inset LatexCommand cite
-key "caption,caption-de"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Standard-footnote-placement"
 
 \end_inset
 
 .
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace bigskip
+ If the footnotes should only appear at the bottom of the right column,
+ as in Figure
+\begin_inset space ~
 \end_inset
 
-If you are using a 
-\series bold
-koma-script
-\series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! koma-script"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Footnote-placement-in"
 
 \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 
-\series bold
-caption
-\series default
- package use 
+, use the LaTeX-package 
 \series bold
-koma-script
+ftnright
 \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:
+\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
@@ -19316,51 +24294,67 @@ setkomafont
 \series bold
 
 \backslash
-setkomafont{captionlabel}{
-\backslash
-bfseries}
+usepackage{ftnright}
 \end_layout
 
 \begin_layout Standard
-For more information about 
-\series bold
+\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
-setkomafont
-\series default
- we refer to the 
-\series bold
-koma-script
-\series default
- documentation 
-\begin_inset LatexCommand cite
-key "koma-script,koma-script-de"
+framebox{
+\end_layout
+
+\end_inset
+
+
+\begin_inset Graphics
+       filename clipart/without_fntright.pdf
+       width 100col%
+       scaleBeforeRotation
 
 \end_inset
 
-.
-\end_layout
 
-\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
 
-\backslash
-captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
 }
 \end_layout
 
 \end_inset
 
 
-\begin_inset Note Note
-status open
+\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
+
+Standard footnote placement in two-column documents.
+\end_layout
+
+\end_inset
+
 
-\begin_layout Standard
-The caption format is changed only for this example.
 \end_layout
 
 \end_inset
@@ -19370,35 +24364,61 @@ The caption format is changed only for this example.
 
 \begin_layout Standard
 \begin_inset Float figure
-placement !p
+placement !h
 wide false
 sideways false
 status open
 
-\begin_layout Standard
-\align center
+\begin_layout Plain Layout
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+
+\backslash
+framebox{
+\end_layout
+
+\end_inset
+
+
 \begin_inset Graphics
-       filename clipart/mobius.eps
-       lyxscale 50
-       scale 50
+       filename clipart/with_fntright.pdf
+       width 100col%
+       scaleBeforeRotation
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
+
+\end_layout
+
+\begin_layout Plain Layout
 \begin_inset Caption
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "fig:This-is-an-fig"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:Footnote-placement-in"
 
 \end_inset
 
-This is an example figure caption that is longer than one line to show the
- different caption format.
- Here a self-defined caption format is used.
+Footnote placement in two-column documents when the LaTeX-package 
+\series bold
+ftnright
+\series default
+ is used.
 \end_layout
 
 \end_inset
@@ -19412,110 +24432,126 @@ This is an example figure caption that is longer than one line to show the
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
+\begin_inset VSpace bigskip
+\end_inset
 
-\begin_layout Standard
+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
+\begin_inset space ~
+\end_inset
 
 
-\backslash
-captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
-on}
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "fig:Endnotes----footnotes"
+
+\end_inset
+
+.
+ They are then so called 
+\begin_inset Quotes eld
+\end_inset
+
+endnotes
+\begin_inset Quotes erd
+\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 Index
+status collapsed
 
+\begin_layout Plain Layout
+LaTeX-packages ! endnotes
 \end_layout
 
-\begin_layout Standard
-\begin_inset Float table
-placement !p
-wide false
-sideways false
-status open
+\end_inset
 
-\begin_layout Standard
-\begin_inset Caption
+ with the document preamble lines
+\end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:This-is-an-tab"
 
+\series bold
+
+\backslash
+usepackage{endnotes}
+\begin_inset Newline newline
 \end_inset
 
-This is an example table caption that is longer than one line to show the
- different caption format.
- Here the standard caption format for tables in this document is used.
+
+\backslash
+let
+\backslash
+footnote
+\backslash
+endnote
+\end_layout
+
+\begin_layout Standard
+To insert the collected footnotes, insert the command
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
 
+\backslash
+theendnotes
 \end_layout
 
 \begin_layout Standard
-\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">
-\begin_inset Text
-
-\begin_layout Standard
-a
+in TeX-Code at the the end of a section or chapter.
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
-b
-\end_layout
+\begin_inset Float figure
+wide false
+sideways false
+status open
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Plain Layout
+\align center
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-c
-\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
-d
+\backslash
+framebox{
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-e
-\end_layout
 
-\end_inset
-</cell>
-</row>
-</lyxtabular>
+\begin_inset Graphics
+       filename clipart/endnotes.pdf
+       scaleBeforeRotation
 
 \end_inset
 
 
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
 
 \end_layout
 
-\begin_layout Section
-Caption Placement
-\begin_inset LatexCommand index
-name "Caption ! Placement"
-
-\end_inset
-
+\begin_layout Plain Layout
+\begin_inset Caption
 
-\begin_inset LatexCommand index
-name "Floats ! Caption Placement"
+\begin_layout Plain Layout
+\begin_inset CommandInset label
+LatexCommand label
+name "fig:Endnotes----footnotes"
 
 \end_inset
 
-
-\begin_inset LatexCommand label
-name "sec:Caption-Placement"
+Endnotes -- footnotes are printed in a separate paragraph at the end of
+ sections or chapters.
+\end_layout
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-The common caption placement rule is:
-\end_layout
+\end_inset
 
-\begin_layout Description
-Figure: Caption is set below the figure
-\end_layout
 
-\begin_layout Description
-Table: Caption is set above the table
 \end_layout
 
 \begin_layout Standard
-Having the caption above the table is unfortunately not supported in LaTeX's
- standard classes.
- That means if you are using the document classes 
-\family sans
-article
-\family default
-, 
-\family sans
-book
-\family default
-, 
-\family sans
-letter
-\family default
-, or 
-\family sans
-report
-\family default
- there will be no space between the caption and the table.
- To insert the needed space, add the following option to the load command
- of the LaTeX-package 
-\series bold
-caption
-\series default
- in your document preamble
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-See section\InsetSpace ~
+\begin_inset VSpace medskip
+\end_inset
 
-\begin_inset LatexCommand ref
-reference "sec:Caption-Formatting"
+The paragraph heading for the endnotes isn't automatically translated into
+ the document language, this must be done manually.
+ The following preamble command translate the default English name 
+\begin_inset Quotes eld
+\end_inset
 
+Notes
+\begin_inset Quotes erd
 \end_inset
 
- for more information of the package 
-\series bold
-caption
-\series default
-.
-\end_layout
+ to the German translation 
+\begin_inset Quotes eld
+\end_inset
 
+Anmerkungen
+\begin_inset Quotes erd
 \end_inset
 
 :
@@ -19609,236 +24611,225 @@ caption
 \begin_layout Standard
 
 \series bold
-tableposition=top
+
+\backslash
+renewcommand{
+\backslash
+notesname}{Anmerkungen}
 \end_layout
 
 \begin_layout Standard
-If you are using a 
-\series bold
-koma-script
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! koma-script"
-
+\begin_inset VSpace medskip
 \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 
-\series bold
-caption
-\series default
- package set the document class option 
-\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
-\begin_inset VSpace bigskip
+The numbering of endnotes can be changed like the footnote numbering as
+ described in section
+\begin_inset space ~
 \end_inset
 
-It is also possible to set the caption beside a figure or table.
- To get this the LaTeX-package 
-\series bold
-sidecap
-\series default
 
-\begin_inset LatexCommand index
-name "LaTeX-packages ! sidecap"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Footnote-Numbering"
 
 \end_inset
 
- has to be loaded in the document preamble with the line
-\end_layout
-
-\begin_layout Standard
-
+; just replace the command 
 \series bold
 
 \backslash
-usepackage[option]{sidecap}
-\end_layout
-
-\begin_layout Standard
-If you set no option, the caption is placed on the side of the outer page
- margin -- to the right on odd pages, to the left on even pages.
- You can change the placement to inner margin with the option 
-\series bold
-innercaption
+thefootnote
 \series default
-.
- To force the placement always to the right or left, use the option 
+ by 
 \series bold
-rightcaption
+
+\backslash
+theendnote
 \series default
- or 
+.
+ To reset the endnote number use the command 
 \series bold
-leftcaption
+
+\backslash
+@addtoreset
 \series default
-, respectively.
-\end_layout
+ as described in section
+\begin_inset space ~
+\end_inset
 
-\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:
-\end_layout
 
-\begin_layout Standard
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Footnote-Numbering"
 
-\lyxline
+\end_inset
 
+ and replace the command parameter 
+\series bold
+footnote
+\series default
+ by 
+\series bold
+endnote
+\series default
+.
 \end_layout
 
 \begin_layout Standard
-
+To create only a mark for an endnote, use the command 
 \series bold
 
 \backslash
-newcommand{
+endnotemark[number]
+\series default
+ similar to the command 
+\series bold
+
 \backslash
-TabBesBeg}{%
-\newline
+footnotemark
+\series default
+, described in section
+\begin_inset space ~
+\end_inset
 
-\begin_inset ERT
-status collapsed
 
-\begin_layout Standard
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Footnotes"
 
+\end_inset
 
-\backslash
-hphantom{ }
+.
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
+Footnotes can also be placed in the page margin and the footnote text alignment
+ can be changed, see the LaTeX-package 
+\series bold
+footmisc
+\series default
 
-\backslash
-let
-\backslash
-MyTable
-\backslash
-table
-\newline
-
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-
-\backslash
-hphantom{ }
+\begin_layout Plain Layout
+LaTeX-packages ! footmisc
 \end_layout
 
 \end_inset
 
+, 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "footmisc"
 
-\backslash
-let
-\backslash
-MyEndtable
-\backslash
-endtable
-\newline
+\end_inset
 
-\begin_inset ERT
-status collapsed
+ for more information about this.
+\end_layout
 
 \begin_layout Standard
+For various further footnote formatting issues have a look at LaTeX-books,
+\begin_inset CommandInset citation
+LatexCommand cite
+key "latexcompanion,latexguide,latexbook"
 
+\end_inset
 
-\backslash
-hphantom{ }
+.
+\end_layout
+
+\begin_layout Section
+Margin Notes
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Notes ! Margin Notes
 \end_layout
 
 \end_inset
 
 
-\backslash
-renewenvironment{table}{
-\backslash
-begin{SCtable}}{
-\backslash
-end{SCtable}}}
 \end_layout
 
 \begin_layout Standard
+Margin notes look and behave in LyX like footnotes.
+ They are inserted via the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Marginal
+\begin_inset space ~
+\end_inset
 
-\series bold
+Note
+\family default
+ or the toolbar button 
+\begin_inset Graphics
+       filename ../images/marginalnote-insert.png
+       scale 85
+       scaleBeforeRotation
 
-\backslash
-newcommand{
-\backslash
-TabBesEnd}{%
-\newline
+\end_inset
 
-\begin_inset ERT
-status collapsed
+.
+ A grey 
+\family roman
+\series medium
+box with the
+\family default
+\series default
+ red 
+\family roman
+\series medium
+label 
+\begin_inset Quotes eld
+\end_inset
+
+margin
+\begin_inset Quotes erd
+\end_inset
+
+ appears where you can enter the text of the margin note.
+\end_layout
 
 \begin_layout Standard
+At the side is an example margin note.
 
+\family roman
+\series medium
+\begin_inset Marginal
+status open
 
-\backslash
-hphantom{ }
+\begin_layout Plain Layout
+This is a margin note.
 \end_layout
 
 \end_inset
 
 
-\backslash
-let
-\backslash
-table
-\backslash
-MyTable
-\newline
-
-\begin_inset ERT
-status collapsed
+\end_layout
 
 \begin_layout Standard
-
-
-\backslash
-hphantom{ }
+Margin notes appear at the right side in single-sided documents.
+ In double-sided documents they appear in the outer margin -- left on even
+ pages, right on odd pages.
+ The text of margin notes is aligned opposite to the outer margin -- right-align
+ed when the note appears in the left margin.
+ The first line of the margin note is placed at the position of the text
+ line where it is inserted in the document.
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
-
-\backslash
-let
-\backslash
-endtable
-\backslash
-MyEndtable
+To place the margin note in the inner margin, add the command
 \end_layout
 
 \begin_layout Standard
@@ -19846,78 +24837,63 @@ MyEndtable
 \series bold
 
 \backslash
-newcommand{
-\backslash
-FigBesBeg}{%
-\newline
+reversemarginpar
+\end_layout
 
+\begin_layout Standard
+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
-hphantom{ }
+reversemarginpar 
 \end_layout
 
 \end_inset
 
 
-\backslash
-let
-\backslash
-MyFigure
-\backslash
-f\SpecialChar \textcompwordmark{}
-igure
-\newline
+\begin_inset Marginal
+status open
 
-\begin_inset ERT
-status collapsed
+\begin_layout Plain Layout
+This is a margin note in the inner margin.
+\end_layout
 
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-hphantom{ }
-\end_layout
+\series bold
 
+\begin_inset Newline newline
 \end_inset
 
 
-\backslash
-let
-\backslash
-MyEndf\SpecialChar \textcompwordmark{}
-igure
-\backslash
-endf\SpecialChar \textcompwordmark{}
-igure
-\newline
-
-\begin_inset ERT
-status collapsed
+\series default
 
-\begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
+\begin_layout Plain Layout
 
-\backslash
-hphantom{ }
+\series bold
+Note:
+\series default
+ There is often not enough space in the inner margin so that the notes are
+ not correctly displayed in the output.
 \end_layout
 
 \end_inset
 
 
-\backslash
-renewenvironment{f\SpecialChar \textcompwordmark{}
-igure}{
-\backslash
-begin{SCf\SpecialChar \textcompwordmark{}
-igure}}{
-\backslash
-end{SCf\SpecialChar \textcompwordmark{}
-igure}}}
+\end_layout
+
+\begin_layout Standard
+To return to the default placement insert the command
 \end_layout
 
 \begin_layout Standard
@@ -19925,192 +24901,188 @@ igure}}}
 \series bold
 
 \backslash
-newcommand{
-\backslash
-FigBesEnd}{%
-\newline
+normalmarginpar
+\end_layout
 
+\begin_layout Standard
+in TeX-Code.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-hphantom{ }
+normalmarginpar 
 \end_layout
 
 \end_inset
 
+\begin_inset Note Greyedout
+status open
+
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ The command is ignored when it is within a paragraph where also the command
+\series bold
 
 \backslash
-let
-\backslash
-f\SpecialChar \textcompwordmark{}
-igure
-\backslash
-MyFigure
-\newline
+reversemarginpar
+\series default
+ is inserted.
+\end_layout
+
+\end_inset
 
-\begin_inset ERT
-status collapsed
+
+\end_layout
 
 \begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
 
-\backslash
-hphantom{ }
+\family roman
+\series medium
+
+\begin_inset Marginal
+status open
+
+\begin_layout Plain Layout
+AVeryLongMarginParWord that isn't hyphenated.
 \end_layout
 
 \end_inset
 
 
-\backslash
-let
-\backslash
-endf\SpecialChar \textcompwordmark{}
-igure
-\backslash
-MyEndf\SpecialChar \textcompwordmark{}
-igure}
-\end_layout
+\family default
+\series default
+ Similar to the case described in section
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
 
-\lyxline
+\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 0
+\begin_inset space \thinspace{}
+\end_inset
+
+pt horizontal space before the word
+\family roman
+\series medium
+.
+\begin_inset Marginal
+status open
 
-\end_layout
+\begin_layout Plain Layout
+\begin_inset space \hspace*{}
+\length 0pt
+\end_inset
 
-\begin_layout Standard
-The commands allow you to redefine the floats so that the caption is set
- on the side.
- For figure floats use the command
+AVeryLongMarginParWord that is hyphenated.
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
 
-\backslash
-FigBesBeg
-\end_layout
 
-\begin_layout Standard
-in ERT before the float.
- Behind the float insert the command
 \end_layout
 
 \begin_layout Standard
+\begin_inset VSpace bigskip
+\end_inset
 
-\series bold
-
-\backslash
-FigBesEnd
-\end_layout
 
-\begin_layout Standard
-in ERT to get back to the original float definition.
 \end_layout
 
 \begin_layout Standard
-For table floats use the corresponding commands
-\end_layout
+\begin_inset Note Greyedout
+status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
-
-\backslash
-TabBesBeg
+Note:
 \series default
- and 
-\series bold
-
-\backslash
-TabBesEnd
+ Margin notes can normally not be used inside tables, floats, and footnotes.
 \end_layout
 
-\begin_layout Standard
-Figure\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "fig:cap-beside-fig"
-
 \end_inset
 
- and Table\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "tab:cap-beside-tab"
+\end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
- are examples where the caption is set beside.
-\end_layout
 
-\begin_layout Standard
-You can see in the examples that the caption text appears at the top of
- the floats for table floats and at the bottom for figure floats.
- To change this, you can use the command
 \end_layout
 
 \begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-sidecaptionvpos{float type}{placement}
+ifmarginnote
 \end_layout
 
-\begin_layout Standard
-in the document preamble or in ERT before the float.
- The float type is either 
-\family sans
-figure
-\family default
- or 
-\family sans
-table
-\family default
-, the placement can be 
-\begin_inset Quotes eld
 \end_inset
 
 
-\family sans
-t
-\family default
+\begin_inset Note Note
+status open
 
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Plain Layout
+The following section will only be displayed when the LaTeX-package 
+\series bold
+marginnote
+\series default
+ is installed.
+\end_layout
 
- for top, 
-\begin_inset Quotes eld
 \end_inset
 
 
-\family sans
-c
-\family default
-
-\begin_inset Quotes erd
-\end_inset
+\end_layout
 
- for center, or 
-\begin_inset Quotes eld
-\end_inset
+\begin_layout Standard
+This restriction can be evaded by using the LaTeX-package 
+\series bold
+marginnote
+\series default
 
+\begin_inset Index
+status collapsed
 
-\family sans
-b
-\family default
+\begin_layout Plain Layout
+LaTeX-packages ! marginnote
+\end_layout
 
-\begin_inset Quotes erd
 \end_inset
 
- for bottom.
- To have for example the caption of figure floats vertically centered, use
- the command
+.
+ By adding these two lines to your document preamble, the command used by
+ LyX for margin notes is redefined to use the command provided by the 
+\series bold
+marginnote
+\series default
+-package:
 \end_layout
 
 \begin_layout Standard
 \series bold
 
 \backslash
-sidecaptionvpos{f\SpecialChar \textcompwordmark{}
-igure}{c}
+usepackage{marginnote}
+\begin_inset Newline newline
+\end_inset
+
+
+\backslash
+let
+\backslash
+marginpar
+\backslash
+marginnote
 \end_layout
 
 \begin_layout Standard
-This was used for Figure\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "fig:cap-beside-fig-2"
+This is also used in this document because 
+\series bold
+marginnote
+\series default
+ 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 TeX-Code directly behind the margin note in
+ the scheme
+\end_layout
 
-\end_inset
+\begin_layout Standard
 
-.
+\series bold
+[offset]
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace defskip
+where the offset is a length with one of the units listed in Table
+\begin_inset space ~
 \end_inset
 
-For more information about the package 
-\series bold
-sidecap
-\series default
- we refer to its documentation 
-\begin_inset LatexCommand cite
-key "sidecap"
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Units"
 
 \end_inset
 
 .
-\end_layout
+ 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
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+cm with the TeX-Code-command 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
 
+\family default
 \series bold
-Note:
-\series default
- The LaTeX-package 
-\series bold
-hypcap
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hypcap"
+[-1.5cm]
+\family roman
+\series medium
 
+\begin_inset Quotes erd
 \end_inset
 
-, described in section\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "sub:Reference-Position"
+\begin_inset Marginal
+status open
 
+\begin_layout Plain Layout
+This margin note is shifted up 1.5
+\begin_inset space \thinspace{}
 \end_inset
 
-, has no effect on floats with the caption set beside.
+cm from its original position.
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\family default
+\series default
 
-\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
 
-\backslash
-FigBesBeg 
+[-1.5cm]
 \end_layout
 
 \end_inset
@@ -20201,330 +25188,367 @@ FigBesBeg
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float figure
-wide false
-sideways false
-status open
+\begin_inset VSpace medskip
+\end_inset
+
+With 
+\series bold
+marginnote
+\series default
+ you can also change the alignment of the text in the margin note.
+ For example the commands
+\end_layout
 
 \begin_layout Standard
-\begin_inset Graphics
-       filename clipart/escher-lsd.eps
-       scale 75
 
+\series bold
+
+\backslash
+renewcommand*{
+\backslash
+raggedleftmarginnote}{
+\backslash
+centering}
+\begin_inset Newline newline
 \end_inset
 
 
+\backslash
+renewcommand*{
+\backslash
+raggedrightmarginnote}{
+\backslash
+centering}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "fig:cap-beside-fig"
+set the alignment to centered.
+\series bold
 
-\end_inset
+\backslash
+raggedleftmarginnote
+\series default
+ denotes margin notes that appear at the left side.
+\family roman
+\series medium
 
-This is a caption beside a figure.
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+renewcommand*{
+\backslash
+raggedleftmarginnote}{
+\backslash
+centering}
 \end_layout
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+renewcommand*{
+\backslash
+raggedrightmarginnote}{
+\backslash
+centering}
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
 
+\begin_inset Marginal
+status open
 
-\backslash
-TabBesBeg 
+\begin_layout Plain Layout
+The text of this margin note is centered.
 \end_layout
 
 \end_inset
 
 
+\family default
+\series default
+ The default is
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float table
-wide false
-sideways false
-status open
 
-\begin_layout Standard
-\begin_inset Caption
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "tab:cap-beside-tab"
+\series bold
 
+\backslash
+renewcommand*{
+\backslash
+raggedleftmarginnote}{
+\backslash
+raggedleft}
+\begin_inset Newline newline
 \end_inset
 
-This is a caption beside a table.
-\end_layout
 
-\end_inset
+\backslash
+renewcommand*{
+\backslash
+raggedrightmarginnote}{
+\backslash
+raggedright}
+\family roman
+\series medium
 
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\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">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-a
+\backslash
+renewcommand*{
+\backslash
+raggedleftmarginnote}{
+\backslash
+raggedleft}
 \end_layout
 
-\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
+renewcommand*{
+\backslash
+raggedrightmarginnote}{
+\backslash
+raggedright}
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-b
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\end_layout
 
 \begin_layout Standard
+\begin_inset VSpace medskip
+\end_inset
 
-\end_layout
+For the other features of 
+\series bold
+marginnote
+\series default
+ we refer to its documentation 
+\begin_inset CommandInset citation
+LatexCommand cite
+key "marginnote"
 
 \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
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
-</cell>
-</row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
+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
+\end_inset
 
-\end_layout
 
+\family sans
+\series bold
+\bar under
+Attention!
+\family default
+\series default
+\bar default
+
+\begin_inset Quotes erd
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-d
+, add this to your document preamble:
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
 \begin_layout Standard
 
-\end_layout
+\series bold
 
+\backslash
+let
+\backslash
+myMarginpar
+\backslash
+marginpar
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-e
-\end_layout
 
+\backslash
+renewcommand{
+\backslash
+marginpar}[1]{
+\backslash
+myMarginpar{%
+\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
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\end_inset
-</cell>
-</row>
-<row topline="true">
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Plain Layout
 
-\begin_layout Standard
-f
+
+\backslash
+hphantom{ }
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
-
-\begin_layout Standard
 
-\end_layout
 
+\backslash
+hspace{0pt}
+\backslash
+textsf{
+\backslash
+textbf{
+\backslash
+underbar{Attention!}}}%
+\begin_inset Newline newline
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-g
-\end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\begin_layout Standard
 
+\backslash
+hphantom{ }
 \end_layout
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-h
-\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
+\backslash
+vspace{1.5mm}
+\backslash
+
+\backslash
+#1}}
+\end_layout
 
 \begin_layout Standard
 
-\end_layout
+\family roman
+\series medium
+\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
-i
+
+\backslash
+let
+\backslash
+myMarginpar
+\backslash
+marginpar
 \end_layout
 
-\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
+renewcommand{
+\backslash
+marginpar}[1]{
+\backslash
+myMarginpar{%
 \end_layout
 
-\end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
+\begin_layout Plain Layout
 
-\begin_layout Standard
-j
+   
+\backslash
+textsf{
+\backslash
+textbf{
+\backslash
+underbar{Attention!}}}%
 \end_layout
 
-\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
+vspace{1.5mm}
+\backslash
 
+\backslash
+#1}}
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
 
+\begin_inset Marginal
+status open
 
+\begin_layout Plain Layout
+This is a margin note with a defined heading.
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\family default
+\series default
 
-\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
 
-\backslash
-TabBesEnd
+[-1.5cm]
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\family roman
+\series medium
 
-\begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-sidecaptionvpos{figure}{c}
+renewcommand{
+\backslash
+marginpar}[1]{
+\backslash
+myMarginpar{#1}}
 \end_layout
 
 \end_inset
 
 
-\begin_inset Float figure
-wide false
-sideways false
-status open
+\family default
+\series default
 
-\begin_layout Standard
-\begin_inset Graphics
-       filename clipart/escher-lsd.eps
-       scale 75
+\begin_inset Note Note
+status collapsed
+
+\begin_layout Plain Layout
+The margin note format is changed only for this example.
+\end_layout
 
 \end_inset
 
@@ -20532,20 +25556,28 @@ status open
 \end_layout
 
 \begin_layout Standard
-\begin_inset Caption
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "fig:cap-beside-fig-2"
+\begin_layout Plain Layout
 
-\end_inset
 
-This is a vertically centered caption beside a figure.
+\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
+marginnote
+\series default
+ is not installed:
 \end_layout
 
 \end_inset
@@ -20553,15 +25585,23 @@ This is a vertically centered caption beside a figure.
 
 \end_layout
 
+\begin_layout Standard
+You need to install the LaTeX-package 
+\series bold
+marginnote
+\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 Standard
+\begin_layout Plain Layout
 
 
 \backslash
-FigBesEnd
+fi
 \end_layout
 
 \end_inset
@@ -20569,16 +25609,18 @@ FigBesEnd
 
 \end_layout
 
-\begin_layout Section
-Listings of Floats
-\begin_inset LatexCommand label
-name "sec:Listings-of-Floats"
-
-\end_inset
+\begin_layout Chapter
+Boxes
+\end_layout
 
+\begin_layout Section
+Introduction
+\begin_inset Index
+status collapsed
 
-\begin_inset LatexCommand index
-name "Floats ! Listings"
+\begin_layout Plain Layout
+Boxes ! Introduction
+\end_layout
 
 \end_inset
 
@@ -20586,129 +25628,216 @@ name "Floats ! Listings"
 \end_layout
 
 \begin_layout Standard
-Similar to the the table of contents where the sections of the document
- are listed, there are listings for all float types, like the figures of
- the documents.
- You can insert them via the 
-\family sans
-Insert\SpecialChar \menuseparator
-List\InsetSpace ~
-/\InsetSpace ~
-TOC
-\family default
- sub menus.
-\end_layout
+Boxes are used to format a block of text.
+ Boxes can be used to write documents with multiple languages, see section
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-The list entries are the float captions or its short title, the float number,
- and the page number where they appear in the document.
-\end_layout
 
-\begin_layout Standard
-You can find the list of figures and tables at the end of this document.
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Minipages"
 
-\begin_layout Chapter
-Notes
-\end_layout
+\end_inset
 
-\begin_layout Section
-\begin_inset ERT
-status collapsed
+, to frame texts, see section
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Decoration"
 
-\backslash
-texorpdfstring{
-\end_layout
+\end_inset
 
+, to prevent words to be hyphenated, see section
+\begin_inset space ~
 \end_inset
 
-LyX
-\begin_inset ERT
-status collapsed
 
-\begin_layout Standard
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Prevent-Hyphenation"
 
-}{LyX}
-\end_layout
+\end_inset
 
+, to align text, see section
+\begin_inset space ~
 \end_inset
 
- Notes
-\begin_inset LatexCommand label
-name "sec:LyX-Notes"
 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:Vertical-Alignment"
+
+\end_inset
+
+, or to set the background color of texts, see section
+\begin_inset space ~
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Notes ! LyX Notes"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Boxes"
 
 \end_inset
 
-
-\begin_inset Note Note
-status collapsed
+.
+\end_layout
 
 \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"
+Boxes can be inserted with the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Box
+\family default
+ or the toolbar button 
+\begin_inset Graphics
+       filename ../images/box-insert.png
+       scale 85
+       scaleBeforeRotation
 
 \end_inset
 
 .
-\end_layout
+ A grey box with the label 
+\family sans
+Box (Minipage)
+\family default
+: 
+\begin_inset Graphics
+       filename clipart/BoxInsetDefaultQt4.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
 
+, will be inserted.
+ The box type can be specified by right-clicking on the box.
+ The appearing box dialog offers the 
+\family sans
+Inner
+\begin_inset space ~
 \end_inset
 
+Box
+\family default
+ types 
+\family sans
+Parbox
+\family default
+ and 
+\family sans
+Minipage
+\family default
+.
+ The type 
+\family sans
+Minipage
+\family default
+ is the default for new boxes and is explained in section
+\begin_inset space ~
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-Notes are inserted with the toolbar button 
-\begin_inset Graphics
-       filename ../images/note-insert.xpm
-       scale 85
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Minipages"
 
 \end_inset
 
- or the menu 
+; the type 
 \family sans
-Insert\SpecialChar \menuseparator
-Note
+Parbox
 \family default
+ is described in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Parboxes"
+
+\end_inset
+
 .
- There are three types of notes:
 \end_layout
 
-\begin_layout Description
-LyX\InsetSpace ~
-Note This note type is for internal notes that won't appear in the output.
- Its note-box looks like this:
-\newline
+\begin_layout Standard
+Boxes aren't numbered and can therefore not be referenced like floats or
+ footnotes.
+\end_layout
 
-\newline
+\begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
-\begin_inset Graphics
-       filename clipart/LyXNoteImageQt4.png
-       display none
-       scale 85
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ Boxes must not be the item in an 
+\family sans
+Itemize
+\family default
+ or 
+\family sans
+Description
+\family default
+ environment.
+\end_layout
 
 \end_inset
 
-\begin_inset Note Note
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
-This is text in a note box that doesn't appear in the output.
+\begin_layout Plain Layout
+
+\series bold
+Note:
+\series default
+ For an unknown reason you can only set the 
+\family sans
+Inner
+\begin_inset space ~
+\end_inset
+
+Box
+\family default
+ type to 
+\family sans
+None
+\family default
+ when you use a framed box.
+ Boxes without an 
+\family sans
+Inner
+\begin_inset space ~
+\end_inset
+
+Box
+\family default
+ type and without frames are explained in section
+\begin_inset space ~
+\end_inset
+
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Prevent-Hyphenation"
+
+\end_inset
+
+.
 \end_layout
 
 \end_inset
@@ -20716,33 +25845,20 @@ This is text in a note box that doesn't appear in the output.
 
 \end_layout
 
-\begin_layout Description
-Comment This note also doesn't appear in the output but it appears as LaTeX-comm
-ent, when you export the document to LaTeX via the menu 
-\family sans
-File\SpecialChar \menuseparator
-Export\SpecialChar \menuseparator
-LaTeX (pdflatex) / LaTeX (plain)
-\family default
-.
- Its note-box looks like this:
-\newline
-
-\newline
-
-\begin_inset Graphics
-       filename clipart/CommentNoteImageQt4.png
-       display none
-       scale 85
+\begin_layout Section
+Box Dialog
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Box-Dialog"
 
 \end_inset
 
-\begin_inset Note Comment
-status open
 
-\begin_layout Standard
-This is text in a note box that only appears as comment in LaTeX-files.
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Box Dialog
 \end_layout
 
 \end_inset
@@ -20750,569 +25866,684 @@ This is text in a note box that only appears as comment in LaTeX-files.
 
 \end_layout
 
-\begin_layout Description
-Greyed\InsetSpace ~
-Out This note will appear in the output as grey text.
- Its note-box looks like this:
-\newline
-
-\newline
+\begin_layout Subsection
+Size
+\begin_inset Index
+status collapsed
 
-\begin_inset Graphics
-       filename clipart/GreyedOutNoteImageQt4.png
-       display none
-       scale 85
+\begin_layout Plain Layout
+Boxes ! Size
+\end_layout
 
 \end_inset
 
 
-\newline
-
-\begin_inset ERT
-status collapsed
+\end_layout
 
 \begin_layout Standard
+In the box dialog you can adjust the box geometry in the fields 
+\family sans
+Width
+\family default
+ and 
+\family sans
+Height
+\family default
+.
+ The available units for the geometry are explained in Table
+\begin_inset space ~
+\end_inset
 
 
-\backslash
-renewenvironment{lyxgreyedout}
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "tab:Units"
 
-\begin_layout Standard
+\end_inset
 
-{
-\backslash
-textcolor[gray]{0.8}
-\backslash
-bgroup}{
-\backslash
-egroup}
+.
+ The field 
+\family sans
+Heigth
+\family default
+ offers the following additional sizes:
 \end_layout
 
+\begin_layout Description
+Depth This is the plain text 
+\begin_inset Quotes eld
 \end_inset
 
+height
+\begin_inset Quotes erd
+\end_inset
 
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Standard
-This is text
-\begin_inset Foot
-status open
+.
+ It ignores the total depth when there are multiple text lines in the box:
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
-This is an example footnote within a greyed out note.
-\end_layout
 
+\begin_inset Newline newline
 \end_inset
 
- of a comment that appears in the output as grey text.
-\end_layout
 
+\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "depth"
 status collapsed
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
+\align center
+Box height set to 1
+\begin_inset space \thinspace{}
+\end_inset
 
-\backslash
-renewenvironment{lyxgreyedout}
+Depth
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-{
-\backslash
-textcolor{blue}
-\backslash
-bgroup}{
-\backslash
-egroup}
-\end_layout
 
+\begin_inset Newline newline
 \end_inset
 
 
-\begin_inset Note Note
-status collapsed
+\begin_inset Newline newline
+\end_inset
+
 
-\begin_layout Standard
-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.
 \end_layout
 
+\begin_layout Description
+Height This is the heigth of the text that is inside the box.
+ A value of e.
+\begin_inset space \thinspace{}
 \end_inset
 
+g.
+\begin_inset space ~
+\end_inset
 
-\newline
+2 for this size will set the box heigth to 2 times the text height: 
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "20col%"
+special "none"
+height "2in"
+height_special "height"
+status collapsed
 
-\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.
+\begin_layout Plain Layout
+\align center
+Box height set to 2
+\begin_inset space \thinspace{}
+\end_inset
+
+Height
 \end_layout
 
-\begin_layout Description
-Framed This note will appear in the output as framed text.
- Its note-box looks like this:
-\newline
+\end_inset
 
-\newline
 
-\begin_inset Graphics
-       filename clipart/FramedNoteImageQt4.png
-       display none
-       scale 85
+\end_layout
 
+\begin_layout Description
+Total
+\begin_inset space ~
 \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
+Height This is the Height
+\begin_inset space \thinspace{}
+\end_inset
 
++
+\begin_inset space \thinspace{}
 \end_inset
 
- In contrary to framed boxes
-\begin_inset Foot
+Depth: 
+\begin_inset Box Boxed
+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
-Framed boxes are described in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:Framed-Boxes"
+\begin_layout Plain Layout
+\align center
+Box height set to 1
+\begin_inset space \thinspace{}
+\end_inset
 
+Total
+\begin_inset space ~
 \end_inset
 
-.
+Height
 \end_layout
 
 \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
-
-\begin_inset Graphics
-       filename clipart/ShadedNoteImageQt4.png
-       display none
-       scale 85
+Width This sets the width of the box as heigth: 
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "width"
+status collapsed
 
+\begin_layout Plain Layout
+\align center
+Box height set to 1
+\begin_inset space \thinspace{}
 \end_inset
 
-
-\begin_inset Note Shaded
-status open
-
-\begin_layout Standard
-This text in a note box appears in the output with red background.
+Width
 \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_layout
 
-\end_inset
+\begin_layout Subsection
+Alignment
+\begin_inset Index
+status collapsed
 
-.
+\begin_layout Plain Layout
+Boxes ! Alignment
 \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
+When you have chosen an 
+\family sans
+Inner
+\begin_inset space ~
 \end_inset
 
-When you use the toolbar button to insert notes, a 
-\family sans
-LyX\InsetSpace ~
-Note
+Box
 \family default
- is inserted.
- You can switch between the three note types by right-clicking on the note-box.
+, the vertical box alignment can be:
+\end_layout
+
+\begin_layout Description
+Top This is an example text line.
  
-\family roman
-\series medium
-\bar no
-If you want to turn existing text into a note, mark it and click on the
- note
-\family default
-\series default
-\bar default
- toolbar 
-\family roman
-\series medium
-\bar no
-button
-\family default
-\series default
-\bar default
-.
+\begin_inset Box Boxed
+position "t"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
+
+\begin_layout Plain Layout
+\align center
+This box is top-aligned.
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-You can change the text color of the greyed out notes in the preamble with
- the following command:
+ This is an example text line.
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\begin_layout Description
+Middle This is an example text line.
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
 
-\backslash
-renewenvironment{lyxgreyedout}
-\newline
+\begin_layout Plain Layout
+\align center
+This box is middle-aligned.
+\end_layout
 
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
+ This is an example text line.
+\end_layout
 
+\begin_layout Description
+Bottom This is an example text line.
+\begin_inset Box Boxed
+position "b"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "12col%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
 
-\backslash
-hphantom{ }
+\begin_layout Plain Layout
+\align center
+This box is bottom-aligned.
 \end_layout
 
 \end_inset
 
-{
-\backslash
-textcolor{color}
-\backslash
-bgroup}{
-\backslash
-egroup}
+ This is an example text line.
 \end_layout
 
 \begin_layout Standard
-The available colors and the method to define own colors is explained in
- section\InsetSpace ~
+\begin_inset Note Greyedout
+status open
 
-\begin_inset LatexCommand ref
-reference "sec:Colored-Tables"
+\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
 
-.
-\end_layout
+g.
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
-Notes that appear in blue in this document are set using greyed out notes
- with blue text.
+a shadow and the other one not.
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
 \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.
+The horizontal box alignment can be set via LyX's paragraph dialog when
+ you set the box into its own paragraph.
 \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
-
-\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
+\begin_inset VSpace bigskip
+\end_inset
 
-\backslash
-FrameSep
-\series default
-.
- For example the frame appearance of the following 
+When you have chosen an 
 \family sans
-Framed
+Inner
+\begin_inset space ~
+\end_inset
+
+Box
 \family default
- note is set with the ERT commands
+, the box content can be vertical aligned to:
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\begin_layout Description
+top This is an example text line.
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "t"
+use_parbox 0
+width "12col%"
+special "none"
+height "1.5in"
+height_special "totalheight"
+status collapsed
 
-\backslash
-FrameRule 5pt 
-\backslash
-FrameSep 0.5cm
+\begin_layout Plain Layout
+\align center
+This box text is top-aligned.
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
+ This is an example text line.
+\end_layout
 
+\begin_layout Description
+middle This is an example text line.
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "c"
+use_parbox 0
+width "12col%"
+special "none"
+height "1.5in"
+height_special "totalheight"
+status collapsed
 
-\backslash
-FrameRule 5pt 
-\backslash
-FrameSep 0.5cm
+\begin_layout Plain Layout
+\align center
+This box text is middle-aligned.
 \end_layout
 
 \end_inset
 
+ This is an example text line.
+\end_layout
 
-\begin_inset Note Framed
-status open
+\begin_layout Description
+bottom This is an example text line.
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "b"
+use_parbox 0
+width "12col%"
+special "none"
+height "1.5in"
+height_special "totalheight"
+status collapsed
 
-\begin_layout Standard
-This is text in a 
-\family sans
-Framed
-\family default
- note.
+\begin_layout Plain Layout
+\align center
+This box text is bottom-aligned.
 \end_layout
 
 \end_inset
 
+ This is an example text line.
+\end_layout
 
-\begin_inset ERT
+\begin_layout Description
+stretch This is an example text line.
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "s"
+use_parbox 0
+width "12col%"
+special "none"
+height "1.5in"
+height_special "totalheight"
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
+\align center
+This box
+\end_layout
 
+\begin_layout Plain Layout
+\align center
+text is
+\end_layout
 
-\backslash
-FrameRule 0.4pt 
-\backslash
-FrameSep 9pt
+\begin_layout Plain Layout
+\align center
+stretched.
 \end_layout
 
 \end_inset
 
+ This is an example text line.
+\end_layout
 
+\begin_layout Standard
+To stretch the box content, it must consist of more than one paragraph.
+ In the example above every text line is in an own paragraph.
 \end_layout
 
 \begin_layout Standard
 \begin_inset VSpace bigskip
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
-For 
+To align the box content horizontally you can use LyX's paragraph dialog
+ when you have chosen an 
 \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"
-
+Inner
+\begin_inset space ~
 \end_inset
 
-
-\begin_inset Foot
-status collapsed
+Box
+\family default
+.
+\end_layout
 
 \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 ~
+\align center
+\begin_inset Box Boxed
+position "c"
+hor_pos "c"
+has_inner_box 1
+inner_pos "s"
+use_parbox 0
+width "15col%"
+special "none"
+height "1.25in"
+height_special "totalheight"
+status collapsed
 
-\begin_inset LatexCommand ref
-reference "sec:Colored-Boxes"
+\begin_layout Plain Layout
+\align left
+This box
+\end_layout
 
-\end_inset
+\begin_layout Plain Layout
+\align center
+text is
+\end_layout
 
-.
+\begin_layout Plain Layout
+\align right
+stretched.
 \end_layout
 
 \end_inset
 
-.
+
 \end_layout
 
 \begin_layout Standard
-For example the appearance of the following 
+If you haven't set an 
 \family sans
-Shaded
+Inner
+\begin_inset space ~
+\end_inset
+
+Box
 \family default
- note is set with the ERT commands
+, you can align the box content horizontally in the box dialog.
 \end_layout
 
 \begin_layout Standard
+\align center
+\begin_inset Box Boxed
+position "c"
+hor_pos "s"
+has_inner_box 0
+inner_pos "s"
+use_parbox 0
+width "90col%"
+special "none"
+height "1.25in"
+height_special "totalheight"
+status collapsed
 
-\series bold
-
-\backslash
-fboxsep 0.5cm
-\series default
-
-\newline
-
-\series bold
-
-\backslash
-def\SpecialChar \textcompwordmark{}
-inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
+\begin_layout Plain Layout
+\align left
+This box text is horizontally stretched.
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-fboxsep 0.5cm
 \end_layout
 
+\begin_layout Subsection
+Decoration
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Decoration"
+
 \end_inset
 
 
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-
-\backslash
-definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
+\begin_layout Plain Layout
+Boxes ! Decoration
 \end_layout
 
 \end_inset
 
 
-\begin_inset Note Shaded
-status open
+\end_layout
 
 \begin_layout Standard
-
-\color yellow
-This is yellow text in a
-\color none
+The type of the box can be specified in the box-dialog in the drop-down
+ list 
 \family sans
-\color yellow
-Shaded
+Decoration
 \family default
-\color none
-\color yellow
-note with darkgreen background.
+.
+ The following types are possible:
 \end_layout
 
+\begin_layout Description
+Simple
+\begin_inset space ~
 \end_inset
 
+rectangular
+\begin_inset space ~
+\end_inset
 
-\begin_inset ERT
+frame This draws a rectangle frame around the box.
+ The frame line thickness has the size of 
+\series bold
+
+\backslash
+fboxrule
+\series default
+.
+\begin_inset Box Boxed
+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
+\begin_layout Plain Layout
+\align center
+Rectangular box
+\end_layout
+
+\end_inset
 
 
-\backslash
-fboxsep 3pt
 \end_layout
 
+\begin_layout Description
+Allow
+\begin_inset space ~
 \end_inset
 
+page
+\begin_inset space ~
+\end_inset
 
-\begin_inset ERT
-status collapsed
+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
 
-\begin_layout Standard
+\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
-definecolor{shadecolor}{rgb}{1,0,0}
+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
@@ -21320,120 +26551,115 @@ definecolor{shadecolor}{rgb}{1,0,0}
 
 \end_layout
 
-\begin_layout Section
-Footnotes
-\begin_inset LatexCommand label
-name "sec:Footnotes"
-
+\begin_layout Description
+Oval
+\begin_inset space ~
 \end_inset
 
+box,
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand index
-name "Notes ! Footnotes"
-
+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%"
+special "none"
+height "1in"
+height_special "totalheight"
+status collapsed
 
-\begin_inset LatexCommand index
-name "Footnotes"
+\begin_layout Plain Layout
+\align center
+Oval box, thin
+\end_layout
 
 \end_inset
 
 
 \end_layout
 
-\begin_layout Standard
-Footnotes can be inserted using the toolbar button 
-\begin_inset Graphics
-       filename ../images/footnote-insert.xpm
-       scale 85
-
+\begin_layout Description
+Oval
+\begin_inset space ~
 \end_inset
 
- or the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Footnote
-\family default
-.
-\family roman
-\series medium
-\bar no
-You'll see
-\family default
-\series default
-\bar default
- then the following footnote-box: 
-\begin_inset Graphics
-       filename clipart/footnoteQt4.png
-       scale 80
+box,
+\begin_inset space ~
+\end_inset
 
+thick This draws an oval frame around the box.
+ The frame line thickness has the size 0.8
+\begin_inset space \thinspace{}
 \end_inset
 
+pt.
  
-\family roman
-\series medium
-\bar no
-where you can enter the footnote text.
- If you want to turn existing text into a footnote, mark it and click on
- the footnote
-\family default
-\series default
-\bar default
- toolbar 
-\family roman
-\series medium
-\bar no
-button
-\family default
-\series default
-\bar default
-.
-\end_layout
-
-\begin_layout Standard
-Here is an example footnote:
-\family roman
-\series medium
-\bar no
-
-\begin_inset Foot
-status open
-
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "foot:This-is-an"
-
-\end_inset
+\begin_inset Box Ovalbox
+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
 
-This is an example footnote.
+\begin_layout Plain Layout
+\align center
+Oval box, thick
 \end_layout
 
 \end_inset
 
 
-\family default
-\series default
-\bar default
-
-\begin_inset ERT
-status collapsed
+\end_layout
 
-\begin_layout Standard
+\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
-newcounter{MyRepeatFoot}
-\end_layout
-
-\begin_layout Standard
+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
 
-\backslash
-setcounter{MyRepeatFoot}{
-\backslash
-thefootnote}
+\begin_layout Plain Layout
+\align center
+Shadow box
 \end_layout
 
 \end_inset
@@ -21441,65 +26667,49 @@ thefootnote}
 
 \end_layout
 
-\begin_layout Standard
-The footnote will appear in the output as a superscript number at the text
- position where the footnote box is placed.
- The footnote text is placed at the bottom of the current page.
- The footnote number is calculated by LaTeX, the numbers are consecutive.
- It depends on your document-class, if the footnote number is reset for
- every chapter.
-\end_layout
-
-\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 ~
+\begin_layout Description
+Shaded
+\begin_inset space ~
+\end_inset
 
-\begin_inset LatexCommand ref
-reference "sec:Referencing-Floats"
+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
 
-.
-\newline
-This is a cross-reference of Footnote\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "foot:This-is-an"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Boxes"
 
 \end_inset
 
-.
-\newline
-
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Standard
 
-\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
+\end_layout
 
-\begin_inset Quotes eld
 \end_inset
 
-foot:
-\family default
-
-\begin_inset Quotes erd
-\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
 
- manually when you want to use the reference style 
-\family sans
-Formatted\InsetSpace ~
-reference
-\family default
-.
+\begin_layout Plain Layout
+Shaded background box
 \end_layout
 
 \end_inset
@@ -21507,100 +26717,112 @@ reference
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
+\begin_layout Description
+Double
+\begin_inset space ~
 \end_inset
 
-To use footnotes within tables, you have to use minipages, see section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:Minipages"
+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
 
-.
- Footnotes within longtables are described in section\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "sub:Footnotes-in-Longtables"
+\series bold
 
+\backslash
+fboxrule
+\series default
+, the thickness of the outer frame is 1.5
+\begin_inset space \thinspace{}
 \end_inset
 
-.
-\end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
+\series bold
+
+\backslash
+fboxrule
+\series default
+.
+ The distance between the lines is 1.5
+\begin_inset space \thinspace{}
 \end_inset
 
-To create only a mark for a footnote, use the command 
+
 \series bold
 
 \backslash
-footnotemark[number]
+fboxrule
 \series default
- in ERT.
- 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.
- For the following footnote mark example, these commands were inserted in
- ERT behind Footnote\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "foot:This-is-an"
+\begin_inset space \thinspace{}
+\end_inset
 
++
+\begin_inset space \thinspace{}
 \end_inset
 
- to store the footnote number:
-\end_layout
+0.5
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
+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
 
-\series bold
+\begin_layout Plain Layout
+\align center
+Double rectangular box
+\end_layout
 
-\backslash
-newcounter{MyRepeatFoot}
-\newline
+\end_inset
 
-\backslash
-setcounter{MyRepeatFoot}{
-\backslash
-thefootnote}
-\end_layout
 
-\begin_layout Standard
-The footnote mark was then created with this command:
 \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
 
-\backslash
-footnotemark[
-\backslash
-theMyRepeatFoot]
-\end_layout
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-Here is an example footnote mark:
-\family roman
-\series medium
-\bar no
+\begin_layout Plain Layout
+LaTeX-packages ! fancybox
+\end_layout
 
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
+ must be installed.
+\end_layout
 
+\begin_layout Section
+Box customization
+\begin_inset Index
+status collapsed
 
-\backslash
-footnotemark[
-\backslash
-theMyRepeatFoot]
+\begin_layout Plain Layout
+Boxes ! Customization
 \end_layout
 
 \end_inset
@@ -21608,32 +26830,31 @@ theMyRepeatFoot]
 
 \end_layout
 
-\begin_layout Subsection
-Footnote Numbering
-\begin_inset LatexCommand label
-name "sub:Footnote-Numbering"
+\begin_layout Standard
+The default value for the size 
+\series bold
 
+\backslash
+fboxrule
+\series default
+ is 0.4
+\begin_inset space \thinspace{}
 \end_inset
 
-
-\begin_inset LatexCommand index
-name "Footnotes ! Numbering"
-
+pt.
+ It can be changed with the following command in TeX-Code to e.
+\begin_inset space \thinspace{}
 \end_inset
 
-
-\end_layout
-
-\begin_layout Standard
-If you want to have footnotes numbered in the scheme 
-\begin_inset Quotes eld
+g.
+\begin_inset space ~
 \end_inset
 
-chapter.footnote
-\begin_inset Quotes erd
+2
+\begin_inset space \thinspace{}
 \end_inset
 
-, add the following command to your document preamble:
+pt:
 \end_layout
 
 \begin_layout Standard
@@ -21641,75 +26862,75 @@ chapter.footnote
 \series bold
 
 \backslash
-numberwithin{footnote}{chapter}
-\end_layout
-
-\begin_layout Standard
-To be able to use the command 
-\series bold
-
+setlength{
 \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
-.
+fboxrule}{2pt}
 \end_layout
 
 \begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-numberwithin{footnote}{chapter}
+setlength{
+\backslash
+fboxrule}{2pt}
 \end_layout
 
 \end_inset
 
-This is another example footnote:
-\series bold
 
-\begin_inset Foot
+\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 Standard
-This is a footnote numbered in the scheme 
-\begin_inset Quotes eld
+\begin_layout Plain Layout
+\align center
+Rectangular box with 
+\series bold
+
+\backslash
+fboxrule
+\series default
+
+\begin_inset space \thinspace{}
 \end_inset
 
-chapter.footnote
-\begin_inset Quotes erd
+=
+\begin_inset space \thinspace{}
 \end_inset
 
-.
+2
+\begin_inset space \thinspace{}
+\end_inset
+
+pt
 \end_layout
 
 \end_inset
 
 
-\series default
-
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-numberwithin{footnote}{part}
+setlength{
+\backslash
+fboxrule}{0.4pt}
 \end_layout
 
 \end_inset
@@ -21721,13 +26942,20 @@ numberwithin{footnote}{part}
 \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
 
-\end_layout
+pt.
+ You can change it by setting the length 
+\series bold
 
-\begin_layout Standard
-To reset the footnote number back to 1 after each section
-\family roman
-, add this command to your document preamble:
+\backslash
+fboxsep
+\series default
+ to another value.
+ For example the command
 \end_layout
 
 \begin_layout Standard
@@ -21735,52 +26963,68 @@ To reset the footnote number back to 1 after each section
 \series bold
 
 \backslash
-@addtoreset{footnote}{section}
+setlength{
+\backslash
+fboxsep}{10pt}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+sets the value to 10
+\begin_inset space \thinspace{}
 \end_inset
 
-The following preamble command changes the footnote numbering style to small
- roman numerals:
+pt, like for the following box:
 \end_layout
 
 \begin_layout Standard
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\series bold
 
 \backslash
-renewcommand{
-\backslash
-thefootnote}{
+setlength{
 \backslash
-roman{footnote}}
+fboxsep}{10pt}
 \end_layout
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
 
+\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
-renewcommand{
-\backslash
-thefootnote}{
-\backslash
-roman{footnote}}
-\end_layout
+fboxsep
+\series default
 
+\begin_inset space \thinspace{}
 \end_inset
 
- This is a footnote with roman numbering:
-\begin_inset Foot
-status open
+=
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
-This is an example footnote with roman numbering.
+10
+\begin_inset space \thinspace{}
+\end_inset
+
+pt
 \end_layout
 
 \end_inset
@@ -21789,15 +27033,13 @@ This is an example footnote with roman numbering.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-renewcommand{
-\backslash
-thefootnote}{
+setlength{
 \backslash
-arabic{footnote}}
+fboxsep}{3pt}
 \end_layout
 
 \end_inset
@@ -21806,183 +27048,151 @@ arabic{footnote}}
 \end_layout
 
 \begin_layout Standard
-To change the numbering style to capital roman numerals replace in the command
- above 
-\series bold
+\begin_inset VSpace bigskip
+\end_inset
 
-\backslash
-roman
-\series default
- by 
+The diameter of the round corners of the oval boxes can be set with the
+ command 
 \series bold
 
 \backslash
-Roman
+cornersize
 \series default
 .
- To 
-\begin_inset Quotes eld
-\end_inset
+ The command
+\end_layout
 
-number
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Standard
 
- footnotes with capital or small Latin letters use 
 \series bold
 
 \backslash
-Alph
-\series default
- or 
-\series bold
+cornersize*{1cm}
+\end_layout
 
-\backslash
-alph
-\series default
-, respectively.
- To 
-\begin_inset Quotes eld
+\begin_layout Standard
+sets the diameter to 1
+\begin_inset space \thinspace{}
 \end_inset
 
-number
-\begin_inset Quotes erd
-\end_inset
+cm.
+ The command
+\end_layout
+
+\begin_layout Standard
 
- footnotes with symbols use 
 \series bold
 
 \backslash
-fnsymbol
-\series default
-.
+cornersize{num}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+sets the diameter to 
+\family sans
+num
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_layout Standard
+\begin_inset space \thinspace{}
+\end_inset
 
+minimum(width and heigth of box)
+\family default
+.
+ The default is 
 \series bold
-Note:
+
+\backslash
+cornersize{0.5}
 \series default
- You can only number 26 footnotes with Latin letters, because this numbering
- is limited to single letters.
+.
 \end_layout
 
-\end_inset
-
-
-\newline
+\begin_layout Standard
+\begin_inset ERT
+status collapsed
 
-\begin_inset Note Greyedout
-status open
+\begin_layout Plain Layout
 
-\begin_layout Standard
 
-\series bold
-Note:
-\series default
- You can only number 9 footnotes with symbols.
+\backslash
+cornersize*{1.5cm}
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-To return to the default numbering style when you changed to another one,
- use 
-\series bold
+\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
 
-\backslash
-arabic
-\series default
- instead of 
+\begin_layout Plain Layout
+\align center
+Oval box with 
 \series bold
 
 \backslash
-roman
+cornersize
 \series default
- in the command above.
-\end_layout
 
-\begin_layout Subsection
-Footnote Placement
-\begin_inset LatexCommand index
-name "Footnotes ! Placement"
+\begin_inset space \thinspace{}
+\end_inset
 
+=
+\begin_inset space \thinspace{}
 \end_inset
 
+1.5
+\begin_inset space \thinspace{}
+\end_inset
 
+cm
 \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
+\end_inset
 
-\begin_layout Standard
 
-\series bold
+\begin_inset ERT
+status collapsed
+
+\begin_layout Plain Layout
 
-\backslash
-let
-\backslash
-myFoot
-\backslash
-footnote
-\newline
 
 \backslash
-renewcommand{
-\backslash
-footnote}[1]{
-\backslash
-myFoot{#1
-\backslash
-vspace{1.5mm}}}
+cornersize{0.5}
 \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_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
+\begin_inset VSpace bigskip
 \end_inset
 
-, use the LaTeX-package 
+The size of the shadow can be adjusted by changing the length 
 \series bold
-ftnright
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! ftnright"
 
+\backslash
+shadowsize
+\series default
+.
+ It it set to 2
+\begin_inset space \thinspace{}
 \end_inset
 
- with this command in the document preamble:
+pt for the following box by this command:
 \end_layout
 
 \begin_layout Standard
@@ -21990,33 +27200,61 @@ name "LaTeX-packages ! ftnright"
 \series bold
 
 \backslash
-usepackage{ftnright}
+setlength{
+\backslash
+shadowsize}{2pt}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float figure
-placement !h
-wide false
-sideways false
+\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 Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
+\begin_layout Plain Layout
+\align center
+Shadow box with 
+\series bold
 
 \backslash
-framebox{
-\end_layout
+shadowsize
+\series default
 
+\begin_inset space \thinspace{}
 \end_inset
 
+=
+\begin_inset space \thinspace{}
+\end_inset
 
-\begin_inset Graphics
-       filename clipart/without_fntright.pdf
-       width 100col%
+2
+\begin_inset space \thinspace{}
+\end_inset
+
+pt
+\end_layout
 
 \end_inset
 
@@ -22024,9 +27262,13 @@ framebox{
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-}
+
+\backslash
+setlength{
+\backslash
+shadowsize}{4pt}
 \end_layout
 
 \end_inset
@@ -22035,82 +27277,127 @@ status collapsed
 \end_layout
 
 \begin_layout Standard
-\begin_inset Caption
+\begin_inset VSpace bigskip
+\end_inset
+
+
+\end_layout
 
 \begin_layout Standard
-\begin_inset LatexCommand label
-name "fig:Standard-footnote-placement"
+The default value for the size 
+\series bold
 
+\backslash
+FrameRule
+\series default
+ is 0.4
+\begin_inset space \thinspace{}
 \end_inset
 
-Standard footnote placement in two-column documents.
-\end_layout
-
+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 Float figure
-placement !h
-wide false
-sideways false
-status open
-
 \begin_layout Standard
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-framebox{
+setlength{
+\backslash
+FrameRule}{5pt}
 \end_layout
 
-\end_inset
+\begin_layout Plain Layout
 
 
-\begin_inset Graphics
-       filename clipart/with_fntright.pdf
-       width 100col%
+\backslash
+setlength{
+\backslash
+FrameSep}{0.5cm}
+\end_layout
 
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\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
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-\begin_inset Caption
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "fig:Footnote-placement-in"
 
-\end_inset
+\backslash
+setlength{
+\backslash
+FrameRule}{0.4pt}
+\end_layout
 
-Footnote placement in two-column documents when the LaTeX-package 
-\series bold
-ftnright
-\series default
- is used.
+\begin_layout Plain Layout
+
+
+\backslash
+setlength{
+\backslash
+FrameSep}{9pt}
 \end_layout
 
 \end_inset
@@ -22118,45 +27405,98 @@ ftnright
 
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+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
 
-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 ~
+pt and can be changed with the value of 
+\series bold
 
-\begin_inset LatexCommand ref
-reference "fig:Endnotes----footnotes"
+\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
 .
- They are then so called 
-\begin_inset Quotes eld
+ The scheme of the 
+\series bold
+
+\backslash
+definecolor
+\series default
+ command is explained in section
+\begin_inset space ~
 \end_inset
 
-endnotes
-\begin_inset Quotes erd
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Tables"
+
 \end_inset
 
 .
- To use endnotes instead of footnotes in your document, load the LaTeX-package
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+Note that 
 \series bold
-endnotes
+
+\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 LatexCommand index
-name "LaTeX-packages ! endnotes"
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Colored-Boxes"
 
 \end_inset
 
- with the document preamble lines
+.
+\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
@@ -22164,89 +27504,92 @@ name "LaTeX-packages ! endnotes"
 \series bold
 
 \backslash
-usepackage{endnotes}
-\newline
-
-\backslash
-let
-\backslash
-footnote
+setlength{
 \backslash
-endnote
-\end_layout
+fboxsep}{0.5cm}
+\series default
 
-\begin_layout Standard
-To insert the collected footnotes, insert the command
-\end_layout
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
 
 \series bold
 
 \backslash
-theendnotes
-\end_layout
-
-\begin_layout Standard
-in ERT at the the end of a section or chapter.
+definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
 \end_layout
 
 \begin_layout Standard
-\begin_inset Float figure
-wide false
-sideways false
-status open
-
-\begin_layout Standard
-\align center
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-framebox{
+setlength{
+\backslash
+fboxsep}{0.5cm}
 \end_layout
 
-\end_inset
+\begin_layout Plain Layout
 
 
-\begin_inset Graphics
-       filename clipart/endnotes.pdf
+\backslash
+definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
+\end_layout
 
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\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 Standard
+\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
 
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset Caption
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-\begin_inset LatexCommand label
-name "fig:Endnotes----footnotes"
+\begin_layout Plain Layout
 
-\end_inset
 
-Endnotes -- footnotes are printed in a separate paragraph at the end of
- sections or chapters.
+\backslash
+setlength{
+\backslash
+fboxsep}{3pt}
 \end_layout
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+definecolor{shadecolor}{rgb}{1,0,0}
 \end_layout
 
 \end_inset
@@ -22255,420 +27598,530 @@ Endnotes -- footnotes are printed in a separate paragraph at the end of
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace defskip
+\begin_inset VSpace bigskip
 \end_inset
 
-The paragraph heading for the endnotes isn't automatically translated into
- the document language, this must be done manually.
- The following preamble command translate the default English name 
-\begin_inset Quotes eld
-\end_inset
+Changed lengths and widths are valid for all boxes following the commands
+ that change them.
+\end_layout
 
-Notes
-\begin_inset Quotes erd
-\end_inset
+\begin_layout Section
+Minipages
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Minipages"
 
- to the German translation 
-\begin_inset Quotes eld
 \end_inset
 
-Anmerkungen
-\begin_inset Quotes erd
-\end_inset
 
-:
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Minipages
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-renewcommand{
-\backslash
-notesname}{Anmerkungen}
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace defskip
-\end_inset
-
-The numbering of endnotes can be changed like the footnote numbering as
- described in section\InsetSpace ~
+Minipages are treated by LaTeX as pages within pages and can therefore for
+ example have their own footnotes.
+\end_layout
 
-\begin_inset LatexCommand ref
-reference "sub:Footnote-Numbering"
+\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
 
-; just replace the command 
-\series bold
+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
 
-\backslash
-thefootnote
-\series default
- by 
-\series bold
+Formatting\SpecialChar \menuseparator
+Horizontal
+\begin_inset space ~
+\end_inset
 
-\backslash
-theendnote
-\series default
+Fill
+\family default
 .
- To reset the endnote number use the command 
-\series bold
-
-\backslash
-@addtoreset
-\series default
- as described in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sub:Footnote-Numbering"
-
+\begin_inset Newpage newpage
 \end_inset
 
- and replace the command parameter 
-\series bold
-footnote
-\series default
- by 
-\series bold
-endnote
-\series default
-.
+
 \end_layout
 
 \begin_layout Standard
-To create only a mark for an endnote, use the command 
-\series bold
+\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
 
-\backslash
-endnotemark[number]
-\series default
- similar to the command 
-\series bold
+\begin_layout Plain Layout
 
-\backslash
-footnotemark
-\series default
-, described in section\InsetSpace ~
+\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_inset LatexCommand ref
-reference "sec:Footnotes"
+\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
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-Footnotes can also be placed in the page margin and the footnote text alignment
- can be changed, see the LaTeX-package 
-\series bold
-footmisc
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! footmisc"
 
+\begin_inset space \hfill{}
 \end_inset
 
-, 
-\begin_inset LatexCommand cite
-key "footmisc"
 
-\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
 
- for more information about this.
+\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
 
-\begin_layout Standard
-For various further footnote formatting issues have a look at LaTeX-books,
+\end_inset
+
+ This is an English Text.
  
-\begin_inset LatexCommand cite
-key "latexcompanion,latexguide,latexbook"
+\end_layout
 
 \end_inset
 
-.
-\end_layout
 
-\begin_layout Section
-Margin Notes
-\begin_inset LatexCommand index
-name "Notes ! Margin Notes"
+\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
-Margin notes look and behave in LyX like footnotes.
- They are inserted via the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Marginal\InsetSpace ~
-Note
-\family default
- or the toolbar button 
-\begin_inset Graphics
-       filename ../images/marginalnote-insert.xpm
-       scale 85
+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
 
-\end_inset
+\begin_layout Plain Layout
+1
+\end_layout
 
-.
- A grey 
-\family roman
-\series medium
-box with the
-\family default
-\series default
- red 
-\family roman
-\series medium
-label 
-\begin_inset Quotes eld
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+2
+\end_layout
 
-margin
-\begin_inset Quotes erd
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
- appears where you can enter the text of the margin note.
+\begin_layout Plain Layout
+3
+\begin_inset Foot
+status collapsed
+
+\begin_layout Plain Layout
+This is a footnote within a table.
 \end_layout
 
-\begin_layout Standard
-At the side is an example margin note.
-\family roman
-\series medium
+\end_inset
 
-\begin_inset Marginal
-status open
 
-\begin_layout Standard
-This is a margin note.
 \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
 
-\begin_layout Standard
-Margin notes appear at the right side in single-sided documents.
- In double-sided documents they appear in the outer margin -- left on even
- pages, right on odd pages.
- The text of margin notes is aligned opposite to the outer margin -- right-align
-ed when the note appears in the left margin.
- The first line of the margin note is placed at the position of the text
- line where it is inserted in the document.
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
+
+\begin_layout Plain Layout
+b
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-To place the margin note in the inner margin, add the command
+\begin_layout Plain Layout
+c
 \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
-reversemarginpar
+\begin_layout Plain Layout
+d
 \end_layout
 
-\begin_layout Standard
-in ERT before a margin note.
- The new placement is valid for all following margin notes.
-\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
+e
+\end_layout
 
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-reversemarginpar 
+\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
 
-\begin_inset Marginal
-status open
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-This is a margin note in the inner margin.
+\begin_layout Plain Layout
+h
 \end_layout
 
 \end_inset
+</cell>
+</row>
+</lyxtabular>
 
+\end_inset
 
-\series bold
-
-\newline
 
-\series default
+\end_layout
 
-\begin_inset Note Greyedout
+\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 Standard
+\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
 
-\series bold
-Note:
-\series default
- There is often not enough space in the inner margin so that the notes are
- not correctly displayed in the output.
+\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
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+\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
 
-\backslash
-normalmarginpar 
+\begin_layout Plain Layout
+This is a footnote within a table.
 \end_layout
 
 \end_inset
 
-To return to the default placement insert the command
-\end_layout
 
-\begin_layout Standard
+\end_layout
 
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-normalmarginpar
+\begin_layout Plain Layout
+4
 \end_layout
 
-\begin_layout Standard
-in ERT.
-\begin_inset Note Greyedout
-status open
+\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
+a
+\end_layout
 
-\series bold
-Note:
-\series default
- The command is ignored when it is within a paragraph where also the command
-\series bold
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\backslash
-reversemarginpar
-\series default
- is inserted.
+\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
 
-\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
 
+\begin_layout Plain Layout
+d
+\end_layout
 
-\family roman
-\series medium
-
-\begin_inset Marginal
-status open
+\end_inset
+</cell>
+</row>
+<row>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_layout Standard
-AVeryLongMarginParWord that isn't hyphenated.
+\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
 
-\family default
-\series default
-Similar to the case described in section\InsetSpace ~
+\end_inset
+</cell>
+<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
+\begin_inset Text
 
-\begin_inset LatexCommand ref
-reference "sub:Multiple-Lines-in"
+\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
 
-, long words cannot be hyphenated when they are the first word in a margin
- note.
- To avoid this, insert the command
+\begin_layout Plain Layout
+h
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\backslash
-hspace{0pt}
-\end_layout
+\end_inset
 
-\begin_layout Standard
-in ERT before the word
-\family roman
-\series medium
-.
-\begin_inset Marginal
-status open
 
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
+\end_layout
 
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-hspace{0pt}
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
-AVeryLongMarginParWord that is hyphenated.
-\end_layout
+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
-\begin_inset VSpace bigskip
+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 Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
 \series default
- Margin notes can normally not be used inside tables, floats, and footnotes.
+ You cannot have floats or margin notes inside minipages but minipages can
+ be used inside tables, floats, and other boxes.
 \end_layout
 
 \end_inset
@@ -22676,165 +28129,137 @@ Note:
 
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
+\begin_layout Section
+Parboxes
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Parboxes"
 
+\end_inset
 
-\end_layout
 
-\begin_layout Standard
-\begin_inset ERT
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-
-
-\backslash
-ifmarginnote
+\begin_layout Plain Layout
+Boxes ! Parboxes
 \end_layout
 
 \end_inset
 
 
-\begin_inset Note Note
-status open
-
-\begin_layout Standard
-The following section will only be displayed when you have the LaTeX-package
-\series bold
-marginnote
-\series default
- is installed.
 \end_layout
 
-\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
 
 \begin_layout Standard
-This restriction can be evaded by using the LaTeX-package 
-\series bold
-marginnote
-\series default
+\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_inset LatexCommand index
-name "LaTeX-packages ! marginnote"
+\begin_layout Plain Layout
+This a text within a parbox.
+ This a text within a parbox.
+\end_layout
 
-\end_inset
+\begin_layout Plain Layout
+This footnote won't appear:
+\begin_inset Foot
+status collapsed
 
-.
- By adding these two lines to your document preamble, the command used by
- LyX for margin notes is redefined to use the command provided by the 
-\series bold
-marginnote
-\series default
--package:
+\begin_layout Plain Layout
+This footnote is inside a parbox and will therefore not appear.
 \end_layout
 
-\begin_layout Standard
-
-\series bold
+\end_inset
 
-\backslash
-usepackage{marginnote}
-\newline
 
-\backslash
-let
-\backslash
-marginpar
-\backslash
-marginnote
 \end_layout
 
-\begin_layout Standard
-This is also used in this document because 
-\series bold
-marginnote
-\series default
- 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
-\end_layout
+\end_inset
 
-\begin_layout Standard
 
-\series bold
-[offset]
 \end_layout
 
-\begin_layout Standard
-where the offset is a length with one of the units listed in Table\InsetSpace ~
+\begin_layout Section
+Boxes for Words and Characters
+\begin_inset Index
+status collapsed
 
-\begin_inset LatexCommand ref
-reference "tab:Units"
+\begin_layout Plain Layout
+Boxes ! for Characters
+\end_layout
 
 \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 
-\begin_inset Quotes eld
-\end_inset
 
+\end_layout
 
-\family default
-\series bold
-[-1.5cm]
-\family roman
-\series medium
+\begin_layout Subsection
+Prevent Hyphenation
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Prevent-Hyphenation"
 
-\begin_inset Quotes erd
 \end_inset
 
 
-\begin_inset Marginal
-status open
+\begin_inset Index
+status collapsed
 
-\begin_layout Standard
-This margin note is shifted up 1.5\InsetSpace \thinspace{}
-cm from its original position.
+\begin_layout Plain Layout
+Boxes ! to Prevent Hyphenation
 \end_layout
 
 \end_inset
 
 
-\family default
-\series default
-
-\begin_inset ERT
-status collapsed
+\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
 
-[-1.5cm]
+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
-\begin_inset VSpace defskip
+To prevent the hyphenation of the word 
+\begin_inset Quotes eld
 \end_inset
 
-With 
-\series bold
-marginnote
-\series default
- you can also change the alignment of the text in the margin note.
- For example the commands
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
+
+, add the command
 \end_layout
 
 \begin_layout Standard
@@ -22842,742 +28267,517 @@ marginnote
 \series bold
 
 \backslash
-renewcommand*{
-\backslash
-raggedleftmarginnote}{
-\backslash
-centering}
-\newline
-
-\backslash
-renewcommand*{
-\backslash
-raggedrightmarginnote}{
-\backslash
-centering}
+mbox{
 \end_layout
 
 \begin_layout Standard
-set the alignment to centered.
-\series bold
+in TeX-Code before the word.
+ Behind the word insert a closing brace 
+\begin_inset Quotes eld
+\end_inset
 
-\backslash
-raggedleftmarginnote
+
+\series bold
+}
 \series default
- denotes margin notes that appear at the left side.
-\family roman
-\series medium
 
+\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 Standard
+\begin_layout Plain Layout
 
 
 \backslash
-renewcommand*{
-\backslash
-raggedleftmarginnote}{
-\backslash
-centering}
+mbox{
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-renewcommand*{
-\backslash
-raggedrightmarginnote}{
-\backslash
-centering}
-\end_layout
+\begin_inset Quotes eld
+\end_inset
 
+veryverylongword
+\begin_inset Quotes erd
 \end_inset
 
+.
+\begin_inset ERT
+status collapsed
 
-\begin_inset Marginal
-status open
+\begin_layout Plain Layout
 
-\begin_layout Standard
-The text of this margin note is centered.
+}
 \end_layout
 
 \end_inset
 
 
-\family default
-\series default
- The default is
 \end_layout
 
 \begin_layout Standard
+You can alternatively set the command 
+\begin_inset Quotes eld
+\end_inset
 
-\series bold
 
-\backslash
-renewcommand*{
-\backslash
-raggedleftmarginnote}{
-\backslash
-raggedleft}
-\newline
+\series bold
 
 \backslash
-renewcommand*{
-\backslash
-raggedrightmarginnote}{
-\backslash
-raggedright}
-\family roman
-\series medium
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
+-
+\series default
 
+\begin_inset Quotes grd
+\end_inset
 
-\backslash
-renewcommand*{
-\backslash
-raggedleftmarginnote}{
-\backslash
-raggedleft}
+ 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
 
 
-\backslash
-renewcommand*{
-\backslash
-raggedrightmarginnote}{
-\backslash
-raggedright}
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
 
+\backslash
+-
 \end_layout
 
-\begin_layout Standard
-\begin_inset VSpace defskip
 \end_inset
 
-For the other features of 
-\series bold
-marginnote
-\series default
- we refer to its documentation 
-\begin_inset LatexCommand cite
-key "marginnote"
-
+veryverylongword
+\begin_inset Quotes erd
 \end_inset
 
 .
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+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
 
-You can change the layout of margin notes by redefining 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
+Formatting\SpecialChar \menuseparator
+Line
+\begin_inset space ~
 \end_inset
 
-
-\family sans
-\series bold
-\bar under
-Attention!
+Break
 \family default
+ (shortcut 
+\series bold
+Ctrl-Return
 \series default
-\bar default
-
-\begin_inset Quotes erd
-\end_inset
-
-, add this to your document preamble:
+) 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
 
-\series bold
-
-\backslash
-let
-\backslash
-myMarginpar
-\backslash
-marginpar
-\newline
-
-\backslash
-renewcommand{
-\backslash
-marginpar}[1]{
-\backslash
-myMarginpar{%
-\newline
 
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 
 \backslash
-hphantom{ }
+mbox{
 \end_layout
 
 \end_inset
 
 
-\backslash
-hspace{0pt}
-\backslash
-textsf{
-\backslash
-textbf{
-\backslash
-underbar{Attention!}}}%
-\newline
+\begin_inset Quotes eld
+\end_inset
+
+veryverylongword
+\begin_inset Quotes erd
+\end_inset
 
+.
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-
+\begin_layout Plain Layout
 
-\backslash
-hphantom{ }
+}
 \end_layout
 
 \end_inset
 
 
-\backslash
-vspace{1.5mm}
-\backslash
-
-\backslash
-#1}}
 \end_layout
 
-\begin_layout Standard
+\begin_layout Subsection
+Vertical Alignment
+\begin_inset CommandInset label
+LatexCommand label
+name "sub:Vertical-Alignment"
 
-\family roman
-\series medium
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
 
+\begin_inset Index
+status collapsed
 
-\backslash
-let
-\backslash
-myMarginpar
-\backslash
-marginpar
+\begin_layout Plain Layout
+Boxes ! for Vertical Alignment
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
 
-\backslash
-renewcommand{
-\backslash
-marginpar}[1]{
-\backslash
-myMarginpar{%
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Boxes ! Raiseboxes
 \end_layout
 
-\begin_layout Standard
+\end_inset
+
 
-   
-\backslash
-textsf{
-\backslash
-textbf{
-\backslash
-underbar{Attention!}}}%
 \end_layout
 
 \begin_layout Standard
+With the help of the command 
+\series bold
 
-   
-\backslash
-vspace{1.5mm}
 \backslash
+raisebox
+\series default
+ you can align words, characters or other boxes vertically to the surrounding
+ text.
+\series bold
 
 \backslash
-#1}}
+raisebox
+\series default
+ is used with the following scheme:
 \end_layout
 
-\end_inset
+\begin_layout Standard
 
+\series bold
 
-\begin_inset Marginal
-status open
+\backslash
+raisebox{lift}[height][depth]{box content}
+\end_layout
 
 \begin_layout Standard
-This is a margin note with a defined heading.
+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
 
-\family default
-\series default
-
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-[-1.5cm]
-\end_layout
+ 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
 
-\family roman
-\series medium
+p
+\begin_inset Quotes erd
+\end_inset
 
-\begin_inset ERT
-status collapsed
+ is at the baseline, insert the command
+\end_layout
 
 \begin_layout Standard
 
+\series bold
 
 \backslash
-renewcommand{
-\backslash
-marginpar}[1]{
+raisebox{
 \backslash
-myMarginpar{#1}}
+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
 
 
-\family default
+\series bold
+}
 \series default
 
-\begin_inset Note Note
-status collapsed
-
-\begin_layout Standard
-The margin note format is changed only for this example.
-\end_layout
-
+\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 Standard
+\begin_layout Plain Layout
 
 
 \backslash
-else
+raisebox{
+\backslash
+depth}{
 \end_layout
 
 \end_inset
 
 
-\begin_inset Note Note
-status open
-
-\begin_layout Standard
-The following will be displayed when the LaTeX-package 
-\series bold
-marginnote
-\series default
- is not installed:
-\end_layout
-
+\begin_inset Quotes eld
 \end_inset
 
+preventing
+\begin_inset Quotes erd
+\end_inset
 
-\end_layout
-
-\begin_layout Standard
-You need to install the LaTeX-package 
-\series bold
-marginnote
-\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 Standard
-
+\begin_layout Plain Layout
 
-\backslash
-fi
+}
 \end_layout
 
 \end_inset
 
-
-\end_layout
-
-\begin_layout Chapter
-Boxes
+ as raised word.
 \end_layout
 
-\begin_layout Section
-Introduction
-\begin_inset LatexCommand index
-name "Boxes ! Introduction"
-
+\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
 
-\end_layout
+\begin_layout Plain Layout
 
-\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 ~
 
-\begin_inset LatexCommand ref
-reference "sec:Minipages"
+\backslash
+raisebox{-
+\backslash
+depth}{
+\end_layout
 
 \end_inset
 
-, to frame texts, see section\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "sec:Framed-Boxes"
+\begin_inset Quotes eld
+\end_inset
 
+preventing
+\begin_inset Quotes erd
 \end_inset
 
-, to prevent words to be hyphenated, see section\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "sec:Prevent-Hyphenation"
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
-, to align text, see section\InsetSpace ~
+}
+\end_layout
 
-\begin_inset LatexCommand ref
-reference "sub:Vertical-Alignment"
+\end_inset
 
+ as lowered word.
+\begin_inset Newline newline
 \end_inset
 
-, or to set the background color of texts, see section\InsetSpace ~
+This is a text line with the word 
+\begin_inset ERT
+status collapsed
 
-\begin_inset LatexCommand ref
-reference "sec:Colored-Boxes"
+\begin_layout Plain Layout
 
-\end_inset
 
-.
+\backslash
+raisebox{0.5cm}{
 \end_layout
 
-\begin_layout Standard
-Boxes can be inserted with the menu 
-\family sans
-Insert\SpecialChar \menuseparator
-Box
-\family default
-.
- A grey box with the label 
-\family sans
-Box (Minipage)
-\family default
-: 
-\begin_inset Graphics
-       filename clipart/BoxInsetDefaultQt4.png
-       scale 85
-
 \end_inset
 
-, will be inserted.
- The box type can be specified by right-clicking on the box.
- The appearing box dialog offers the 
-\family sans
-Inner\InsetSpace ~
-Box
-\family default
- types 
-\family sans
-Parbox
-\family default
- and 
-\family sans
-Minipage
-\family default
-.
- The type 
-\family sans
-Minipage
-\family default
- is the default for new boxes and is explained in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:Minipages"
 
+\begin_inset Quotes eld
 \end_inset
 
-; the type 
-\family sans
-Parbox
-\family default
- is described in section\InsetSpace ~
-
-\begin_inset LatexCommand ref
-reference "sec:Parboxes"
-
+testing
+\begin_inset Quotes erd
 \end_inset
 
-.
-\end_layout
-
-\begin_layout Standard
-Boxes aren't numbered and can therefore not be referenced like floats or
- footnotes.
-\end_layout
 
-\begin_layout Standard
-\begin_inset Note Greyedout
-status open
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-\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
 
-
+ as raised word.
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
+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
-Note:
-\series default
- Boxes must not be the item in an 
-\family sans
-Itemize
-\family default
- or 
-\family sans
-Description
-\family default
- environment.
-\end_layout
-
-\end_inset
-
 
+\backslash
+raisebox{-
+\backslash
+depth}[0pt]{
 \end_layout
 
 \begin_layout Standard
-\begin_inset Note Greyedout
-status open
-
-\begin_layout Standard
-
-\series bold
-Note:
-\series default
- For an unknown reason you can only set the 
-\family sans
-Inner\InsetSpace ~
-Box
-\family default
- type to 
-\family sans
-None
-\family default
- when you use a framed box.
- Boxes without an 
-\family sans
-Inner\InsetSpace ~
-Box
-\family default
- type and without frames are explained in section\InsetSpace ~
+This is a text line with the word 
+\begin_inset ERT
+status collapsed
 
-\begin_inset LatexCommand ref
-reference "sec:Prevent-Hyphenation"
+\begin_layout Plain Layout
 
-\end_inset
 
-.
+\backslash
+raisebox{-
+\backslash
+depth}[0pt]{
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Section
-Box Dialog
-\begin_inset LatexCommand label
-name "sec:Box-Dialog"
+\begin_inset Quotes eld
+\end_inset
 
+preventing
+\begin_inset Quotes erd
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Boxes ! Box Dialog"
+\begin_inset ERT
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
 
+}
+\end_layout
 
-\begin_inset LatexCommand index
-name "Boxes ! Alignment"
+\end_inset
 
+ as lowered word.
+\begin_inset Newline newline
 \end_inset
 
+This is a text line with the word 
+\begin_inset ERT
+status collapsed
 
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-In the box dialog you can adjust the box geometry in the fields 
-\family sans
-Width
-\family default
- and 
-\family sans
-Height
-\family default
-.
- The available units for the geometry are explained in Table\InsetSpace ~
 
-\begin_inset LatexCommand ref
-reference "tab:Units"
+\backslash
+raisebox{0.5cm}[0pt]{
+\end_layout
 
 \end_inset
 
-.
- The field 
-\family sans
-Heigth
-\family default
- offers the following additional sizes:
-\end_layout
 
-\begin_layout Description
-Depth This is the plain text 
 \begin_inset Quotes eld
 \end_inset
 
-height
+testing
 \begin_inset Quotes erd
 \end_inset
 
-.
- It ignores the total depth when there are multiple text lines in the box:
-\newline
-
-\newline
 
-\newline
-
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "depth"
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-\align center
-Box height set to 1\InsetSpace \thinspace{}
-Depth
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
 
-
-\newline
-
-\newline
-
+ as raised word.
 \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: 
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "20col%"
-special "none"
-height "2in"
-height_special "height"
-status collapsed
-
-\begin_layout Standard
-\align center
-Box height set to 2\InsetSpace \thinspace{}
-Height
-\end_layout
+\begin_layout Section
+Colored Boxes
+\begin_inset CommandInset label
+LatexCommand label
+name "sec:Colored-Boxes"
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Description
-Total\InsetSpace ~
-Height This is the Height\InsetSpace \thinspace{}
-+\InsetSpace \thinspace{}
-Depth: 
-\begin_inset Box Boxed
-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
-Box height set to 1\InsetSpace \thinspace{}
-Total\InsetSpace ~
-Height
+\begin_layout Plain Layout
+Boxes ! Color
 \end_layout
 
 \end_inset
@@ -23585,24 +28785,13 @@ Height
 
 \end_layout
 
-\begin_layout Description
-Width This set the width of the box as heigth: 
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "width"
+\begin_layout Subsection
+Color for Text
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-\align center
-Box height set to 1\InsetSpace \thinspace{}
-Width
+\begin_layout Plain Layout
+Color ! for Text
 \end_layout
 
 \end_inset
@@ -23611,321 +28800,369 @@ Width
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
+To color the background of text the text must be put into a so called 
+\begin_inset Quotes eld
 \end_inset
 
-When you have chosen an 
-\family sans
-Inner\InsetSpace ~
-Box
-\family default
-, the vertical box alignment can be:
-\end_layout
+colorbox
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Description
-Top This is an example text line.
-\begin_inset Box Boxed
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "totalheight"
+.
+ This requires that the LaTeX-package 
+\series bold
+color
+\series default
+
+\begin_inset Index
 status collapsed
 
-\begin_layout Standard
-\align center
-This box is top-aligned.
+\begin_layout Plain Layout
+LaTeX-packages ! color
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+ is loaded in the document preamble with the command
 \end_layout
 
-\begin_layout Description
-Middle This is an example text line.
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\begin_layout Standard
+
+\series bold
+
+\backslash
+@ifundefined{textcolor}
+\begin_inset Newline newline
+\end_inset
+
+
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-\align center
-This box is middle-aligned.
+\begin_layout Plain Layout
+
+
+\backslash
+hphantom{ }
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+{
+\backslash
+usepackage{color}}{}
 \end_layout
 
-\begin_layout Description
-Bottom This is an example text line.
-\begin_inset Box Boxed
-position "b"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "12col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\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 Standard
-\align center
-This box is bottom-aligned.
+\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
 
-\InsetSpace ~
-This is an example text line.
+.
 \end_layout
 
 \begin_layout Standard
-The horizontal box alignment can be set via LyX's paragraph dialog when
- you set the box into its own paragraph.
+\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
-\begin_inset VSpace bigskip
+
+\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
 
-When you have chosen an 
+
 \family sans
-Inner\InsetSpace ~
-Box
+black
 \family default
-, the box content can be vertical aligned to:
+, 
+\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 Description
-top This is an example text line.
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "t"
-use_parbox 0
-width "12col%"
-special "none"
-height "1.5in"
-height_special "totalheight"
-status collapsed
+\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
-\align center
-This box text is top-aligned.
+
+\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
 
-\InsetSpace ~
-This is an example text line.
+This is the result:
 \end_layout
 
-\begin_layout Description
-middle This is an example text line.
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "12col%"
-special "none"
-height "1.5in"
-height_special "totalheight"
+\begin_layout Standard
+This is a line where the word 
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-\align center
-This box text is middle-aligned.
+\begin_layout Plain Layout
+
+
+\backslash
+colorbox{red}{
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
-\end_layout
 
-\begin_layout Description
-bottom This is an example text line.
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "b"
-use_parbox 0
-width "12col%"
-special "none"
-height "1.5in"
-height_special "totalheight"
+\begin_inset Quotes eld
+\end_inset
+
+Attention!
+\begin_inset Quotes erd
+\end_inset
+
+
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-\align center
-This box text is bottom-aligned.
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
 
-\InsetSpace ~
-This is an example text line.
+ has a red background.
 \end_layout
 
-\begin_layout Description
-stretch This is an example text line.
+\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
  
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "s"
-use_parbox 0
-width "12col%"
-special "none"
-height "1.5in"
-height_special "totalheight"
-status collapsed
+\series bold
 
-\begin_layout Standard
-\align center
-This box
+\backslash
+fcolorbox
+\series default
+ with the following scheme:
 \end_layout
 
 \begin_layout Standard
-\align center
-text is
+
+\series bold
+
+\backslash
+fcolorbox{frame color}{box color}{box content}
 \end_layout
 
 \begin_layout Standard
-\align center
-stretched.
-\end_layout
 
+\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
 
-\InsetSpace ~
-This is an example text line.
-\end_layout
 
-\begin_layout Standard
-To stretch the box content, it must consist of more than one paragraph.
- In the example above every text line is in an own paragraph.
-\end_layout
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Decoration"
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
 \end_inset
 
-To align the box content horizontally you can use LyX's paragraph dialog
- when you have chosen an 
-\family sans
-Inner\InsetSpace ~
-Box
-\family default
 .
 \end_layout
 
 \begin_layout Standard
-\align center
-\begin_inset Box Boxed
-position "c"
-hor_pos "c"
-has_inner_box 1
-inner_pos "s"
-use_parbox 0
-width "15col%"
-special "none"
-height "1.25in"
-height_special "totalheight"
-status collapsed
+For the following example the command
+\end_layout
 
 \begin_layout Standard
-\align left
-This box
+
+\series bold
+
+\backslash
+fcolorbox{cyan}{magenta}{
 \end_layout
 
 \begin_layout Standard
-\align center
-text is
+was used.
 \end_layout
 
 \begin_layout Standard
-\align right
-stretched.
-\end_layout
+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
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-If you haven't set an 
-\family sans
-Inner\InsetSpace ~
-Box
-\family default
-, you can align the box content horizontally in the box dialog.
-\end_layout
+\begin_layout Plain Layout
 
-\begin_layout Standard
-\align center
-\begin_inset Box Boxed
-position "c"
-hor_pos "s"
-has_inner_box 0
-inner_pos "s"
-use_parbox 0
-width "90col%"
-special "none"
-height "1.25in"
-height_special "totalheight"
-status collapsed
 
-\begin_layout Standard
-\align left
-This box text is horizontally stretched.
+\backslash
+fboxrule 1mm 
+\backslash
+fboxsep 1mm
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\begin_inset ERT
+status collapsed
 
-\begin_layout Section
-Framed Boxes
-\begin_inset LatexCommand label
-name "sec:Framed-Boxes"
+\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
 
-\begin_inset LatexCommand index
-name "Boxes ! Frames"
+}
+\end_layout
 
 \end_inset
 
@@ -23933,99 +29170,52 @@ 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
- list 
-\family sans
-Type
-\family default
-.
- The following frame types are possible:
-\end_layout
+\begin_inset VSpace bigskip
+\end_inset
 
-\begin_layout Description
-Rectangular\InsetSpace ~
-box This draws a rectangle frame around the box.
- The frame line thickness has the size of 
-\series bold
+Of course you can also have colored text inside a colorbox:
+\begin_inset Newline newline
+\end_inset
 
-\backslash
-fboxrule
-\series default
-.
-\begin_inset Box Boxed
-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 ERT
 status collapsed
 
-\begin_layout Standard
-\align center
-Rectangular box
+\begin_layout Plain Layout
+
+
+\backslash
+fcolorbox{cyan}{magenta}{
 \end_layout
 
 \end_inset
 
 
-\end_layout
+\color yellow
+This is colored text within a colored, framed box.
+\color none
 
-\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
-inner_pos "c"
-use_parbox 0
-width "20col%"
-special "none"
-height "1in"
-height_special "totalheight"
+\begin_inset ERT
 status collapsed
 
-\begin_layout Standard
-\align center
-Oval box, thin
+\begin_layout Plain Layout
+
+}
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Description
-Oval\InsetSpace ~
-box,\InsetSpace ~
-thick This draws an oval frame around the box.
- The frame line thickness has the size 0.8\InsetSpace \thinspace{}
-pt.
-\begin_inset Box Ovalbox
-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 ERT
 status collapsed
 
-\begin_layout Standard
-\align center
-Oval box, thick
+\begin_layout Plain Layout
+
+
+\backslash
+fboxrule 0.4pt 
+\backslash
+fboxsep 3pt
 \end_layout
 
 \end_inset
@@ -24033,85 +29223,48 @@ 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 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
@@ -24120,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
 
+\end_inset
+</cell>
+</row>
+</lyxtabular>
 
-\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
 
-\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
@@ -24321,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
@@ -24433,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
 
-
+; 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 treated by LaTeX as pages within pages and can therefore for
- example have their own footnotes.
-\end_layout
+This is a line 
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-Minipages are useful when you write documents with different languages.
-\end_layout
+\begin_layout Plain Layout
 
-\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 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
+\backslash
+rotatebox[origin=c]{60}{
+\end_layout
 
-\begin_layout Standard
+\end_inset
 
-\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
+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
@@ -24728,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
-\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
+The command 
+\series bold
+
+\backslash
+scalebox{2}{Hello}
+\series default
+ creates for example a double size 
+\begin_inset ERT
+status collapsed
 
-\begin_layout Standard
-1
+\begin_layout Plain Layout
+
+
+\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
@@ -25083,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
 
@@ -25110,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
@@ -25174,654 +30354,843 @@ 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
-,
-\series default
+ in the 
 \family sans
-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
+Included documents are displayed in LyX as a box like this: 
+\begin_inset Graphics
+       filename clipart/ChildDocumentQt4.png
+       scale 85
+       scaleBeforeRotation
+
+\end_inset
 
+ 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
 
-\backslash
-colorbox{red}{
+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 Quotes eld
-\end_inset
+\end_layout
+
+\begin_layout Standard
+Here is a child document inserted using 
+\family sans
+Include
+\family default
+: 
+\begin_inset CommandInset include
+LatexCommand include
+filename "DummyDocument1.lyx"
 
-Attention!
-\begin_inset Quotes erd
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\end_layout
 
 \begin_layout Standard
+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
 
-}
-\end_layout
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sub:External-Subsection-1"
 
 \end_inset
 
- has a red background.
+
 \end_layout
 
 \begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
+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
 
-If you would have the box frame in a different color, you can use the command
+\begin_layout Standard
+With the LaTeX-command 
+\series bold
+
+\backslash
+includeonly 
+\series default
+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
-fcolorbox
+includeonly
 \series default
- with the following scheme:
+ 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
@@ -25829,153 +31198,208 @@ fcolorbox
 \series bold
 
 \backslash
-fcolorbox{frame color}{box color}{box content}
+includeonly{chapter1,chapter5}
 \end_layout
 
 \begin_layout Standard
+will only process the included files named 
+\begin_inset Quotes eld
+\end_inset
 
-\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
+chapter1.lyx
+\begin_inset Quotes erd
+\end_inset
 
-\backslash
-fboxrule
-\series default
- and 
-\series bold
+ (or 
+\begin_inset Quotes eld
+\end_inset
 
-\backslash
-fboxsep
-\series default
-, respectively, as described in section\InsetSpace ~
+chapter1.tex
+\begin_inset Quotes erd
+\end_inset
 
-\begin_inset LatexCommand ref
-reference "sec:Framed-Boxes"
+) and 
+\begin_inset Quotes eld
+\end_inset
 
+chapter5.lyx
+\begin_inset Quotes erd
 \end_inset
 
-.
+ .
 \end_layout
 
 \begin_layout Standard
-For the following example the command
-\end_layout
+\begin_inset Note Greyedout
+status open
 
-\begin_layout Standard
+\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
+
+\end_inset
+
 
-\backslash
-fcolorbox{cyan}{magenta}{
 \end_layout
 
-\begin_layout Standard
-was used.
+\begin_layout Description
+Input This method is very similar to the Include method.
+ The differences are:
 \end_layout
 
-\begin_layout Standard
-Here is an example where the frame line thickness was set to 1\InsetSpace \thinspace{}
-mm:
-\newline
+\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_inset ERT
-status collapsed
+\begin_layout Itemize
+Input files can be previewed in LyX when 
+\family sans
+Instant
+\begin_inset space ~
+\end_inset
 
-\begin_layout Standard
+Preview
+\family default
+ is enabled in LyX's preferences under 
+\family sans
+Look
+\begin_inset space ~
+\end_inset
 
+and
+\begin_inset space ~
+\end_inset
 
-\backslash
-fboxrule 1mm 
-\backslash
-fboxsep 1mm
+feel\SpecialChar \menuseparator
+Graphics
+\family default
+.
 \end_layout
 
-\end_inset
-
+\begin_layout Itemize
+The LaTeX-command 
+\series bold
 
-\begin_inset ERT
-status collapsed
+\backslash
+includeonly
+\series default
+ cannot be used.
+\end_layout
 
+\end_deeper
 \begin_layout Standard
+Here is a child document inserted using 
+\family sans
+Input
+\family default
+: 
+\begin_inset CommandInset include
+LatexCommand input
+filename "DummyDocument2.lyx"
+
+\end_inset
 
 
-\backslash
-fcolorbox{cyan}{magenta}{
 \end_layout
 
+\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
 
-This is text within a colored, framed box.
+
 \begin_inset ERT
 status collapsed
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-}
+
+\backslash
+textvisiblespace 
 \end_layout
 
 \end_inset
 
 
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace bigskip
+\begin_inset Quotes erd
 \end_inset
 
-Of course you can also have colored text inside a colorbox:
-\newline
+ 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
 
-\begin_inset ERT
-status collapsed
+Text
+\family default
+ is that the document content is not shown in LyX.
+\end_layout
 
 \begin_layout Standard
+Here is a child document inserted as Verbatim: 
+\begin_inset CommandInset include
+LatexCommand verbatiminput
+filename "DummyTextDocument.txt"
 
+\end_inset
 
-\backslash
-fcolorbox{cyan}{magenta}{
-\end_layout
 
+\begin_inset VSpace bigskip
 \end_inset
 
+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"
 
-\color yellow
-This is colored text within a colored, framed box.
-\color none
-
-\begin_inset ERT
-status collapsed
+\end_inset
 
-\begin_layout Standard
 
-}
 \end_layout
 
+\begin_layout Standard
+\begin_inset VSpace bigskip
 \end_inset
 
 
-\begin_inset ERT
-status collapsed
+\end_layout
 
 \begin_layout Standard
+\begin_inset Note Greyedout
+status open
 
+\begin_layout Plain Layout
 
-\backslash
-fboxrule 0.4pt 
-\backslash
-fboxsep 3pt
+\series bold
+Note:
+\series default
+ 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
@@ -25983,27 +31407,32 @@ fboxsep 3pt
 
 \end_layout
 
-\begin_layout Standard
-
-\series bold
-\begin_inset VSpace medskip
+\begin_layout Description
+Listings This type is described in chapter
+\begin_inset space ~
 \end_inset
 
 
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "cha:Program-Code-Listings"
+
+\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 in colorboxes cannot have line breaks.
- To color multiple text lines or paragraphs, use a box inside a colorbox
- as described in the following.
+ Including the same document twice in a document using different methods
+ could cause LaTeX-problems.
 \end_layout
 
 \end_inset
@@ -26011,222 +31440,269 @@ Note:
 
 \end_layout
 
-\begin_layout Subsection
-Color for Paragraphs
-\begin_inset LatexCommand label
-name "sub:Color-for-Paragraphs"
+\begin_layout Chapter
+Program Code Listings
+\begin_inset CommandInset label
+LatexCommand label
+name "cha:Program-Code-Listings"
 
 \end_inset
 
 
-\begin_inset LatexCommand index
-name "Color ! for Paragraphs"
+\begin_inset Index
+status collapsed
 
-\end_inset
+\begin_layout Plain Layout
+Listings
+\end_layout
 
+\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
+\begin_inset Index
+status collapsed
 
-\backslash
-colorbox
-\series default
- command
+\begin_layout Plain Layout
+Program Code
 \end_layout
 
-\begin_layout Standard
+\end_inset
 
-\series bold
 
-\backslash
-colorbox{color}{
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+Floats ! Listings
 \end_layout
 
-\begin_layout Standard
-in ERT.
- Behind the minipage insert a closing brace 
-\begin_inset Quotes eld
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+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_inset Quotes erd
+\begin_inset Index
+status collapsed
+
+\begin_layout Plain Layout
+LaTeX-packages ! listings
+\end_layout
+
 \end_inset
 
- in ERT.
+ provides a powerful and flexible way to insert program source code to your
+ document.
 \end_layout
 
 \begin_layout Standard
-\begin_inset ERT
-status collapsed
+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
 
+listing
+\family default
+ prints the listing inline like this: 
+\begin_inset listings
+lstparams "language={C++}"
+inline true
+status open
 
-\backslash
-colorbox{lightgrey}{
+\begin_layout Plain Layout
+
+int a=5;
 \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"
-status collapsed
+\begin_inset Newline newline
+\end_inset
 
-\begin_layout Standard
-This is text with background color.
- This is text with background color.
-\end_layout
+The option 
+\family sans
+Float
+\family default
+ creates a listings float where you can specify the placement options 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
-\begin_inset VSpace defskip
+
+\family sans
+h
+\family default
+
+\begin_inset Quotes erd
 \end_inset
 
-The text can have footnotes
-\begin_inset Foot
-status collapsed
+, 
+\begin_inset Quotes eld
+\end_inset
 
-\begin_layout Standard
-Another example footnote
-\end_layout
 
+\family sans
+t
+\family default
+
+\begin_inset Quotes erd
 \end_inset
 
- and can include tables and figures.
-\end_layout
+, 
+\begin_inset Quotes eld
+\end_inset
 
-\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
 
-\begin_layout Standard
-a
-\end_layout
+\family sans
+b
+\family default
 
+\begin_inset Quotes erd
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-!
-\end_layout
+, and 
+\begin_inset Quotes eld
+\end_inset
+
+
+\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
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-3
-\end_layout
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "sec:Float-Placement"
 
 \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
+.
+ 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
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-b2
+
+\begin_inset Quotes eld
+\end_inset
+
+
+\family sans
+htbp
+\family default
+
 \begin_inset Quotes erd
 \end_inset
 
-|
-\end_layout
+.
+ The option 
+\begin_inset Quotes eld
+\end_inset
 
+h
+\begin_inset Quotes erd
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
->
+ 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
+You can add captions to listings with the menu 
+\family sans
+Insert\SpecialChar \menuseparator
+Caption
+\family default
+.
+ Listings can be referenced like floats: Listing
+\begin_inset space ~
 \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
+
+\begin_inset CommandInset ref
+LatexCommand ref
+reference "lst:Example-Listing"
 
 \end_inset
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
+
 \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
-</cell>
-<cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
-\begin_inset Text
 
-\begin_layout Standard
-c
+Example Listing float
 \end_layout
 
 \end_inset
-</cell>
-</row>
-</lyxtabular>
 
-\end_inset
+# Example listing float
+\end_layout
 
+\begin_layout Plain Layout
 
+def func(param):
 \end_layout
 
-\end_inset
-
+\begin_layout Plain Layout
 
-\begin_inset ERT
-status collapsed
+    'this is a python function'
+\end_layout
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
-}
+    pass
 \end_layout
 
 \end_inset
@@ -26234,212 +31710,225 @@ status collapsed
 
 \end_layout
 
-\begin_layout Section
-URLs (Uniform Resource Locators)
-\begin_inset LatexCommand index
-name "URLs"
-
+\begin_layout Standard
+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
-Links to web pages or email addresses can be inserted via the menu 
+\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
-Insert\SpecialChar \menuseparator
-URL
+Document\SpecialChar \menuseparator
+Settings\SpecialChar \menuseparator
+Fonts
 \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.
+ (The fonts 
+\emph on
+LuxiMono, BeraMono
+\emph default
+ and 
+\emph on
+Courier
+\emph default
+ provide bold shapes.)
 \end_layout
 
-\begin_layout Standard
-Here is an example URL: 
-\begin_inset LatexCommand url
-name "LyX's homepage"
-target "http://www.lyx.org"
-
 \end_inset
 
 
 \end_layout
 
 \begin_layout Standard
-The option 
+In section 
 \family sans
-Generate\InsetSpace ~
-hyperlink
-\family default
- in the URL dialog has only an affect when you export your document to the
- format 
-\begin_inset Quotes eld
+Line
+\begin_inset space ~
 \end_inset
 
-
+numbering
+\family default
+ 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
-LinuxDoc
+Step
 \family default
+.
+ When you insert e.g.
+\begin_inset Quotes eld
+\end_inset
 
+3
 \begin_inset Quotes erd
 \end_inset
 
-.
+, only every 3rd line will be numbered.
 \end_layout
 
 \begin_layout Standard
-You cannot change the style of the link text.
- The text of the 
-\family sans
-Name
-\family default
- field will have the default text style of the document while the text of
- the 
+You can furthermore specify a range of lines, only these will then appear
+ in the output.
+ The option 
 \family sans
-URL
-\family default
- field will have the style 
-\begin_inset Quotes eld
+Extended
+\begin_inset space ~
 \end_inset
 
-
-\family sans
-Typewriter
+chars
 \family default
-
-\begin_inset Quotes erd
+ should be used when you use national characters like the German umlauts
+ in the listing.
+\begin_inset Newline newline
 \end_inset
 
-.
-\end_layout
-
-\begin_layout Standard
-When you use the LaTeX-package 
-\series bold
-hyperref
-\series default
-
-\begin_inset LatexCommand index
-name "LaTeX-packages ! hyperref"
-
+Here is an example listing with left line numbering, step 
+\begin_inset Quotes eld
 \end_inset
 
- to link cross-references in the output, URLs will automatically become
- clickable hyperlinks in DVI and PDF-output.
-\end_layout
-
-\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
 
-\end_layout
+Symbol
+\begin_inset Quotes erd
+\end_inset
 
-\begin_layout Standard
-\begin_inset VSpace bigskip
+, range lines 3
+\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
+-
+\begin_inset space \thinspace{}
+\end_inset
+
+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
@@ -26448,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
+Insert\SpecialChar \menuseparator
+File\SpecialChar \menuseparator
+Child Document
+\family default
+ and choose the type 
 \family sans
-mailto:
+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
 
@@ -26582,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
@@ -26599,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
@@ -26616,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
 
@@ -26859,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
 
@@ -26879,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
 
@@ -26899,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
 
@@ -26919,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
 
@@ -26939,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
 
@@ -26959,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
 
@@ -26979,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
 
@@ -26999,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
 
@@ -27023,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
 
@@ -27070,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
@@ -27080,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
 
@@ -27128,7 +32737,7 @@ device-independent
 \begin_inset Note Greyedout
 status open
 
-\begin_layout Standard
+\begin_layout Plain Layout
 
 \series bold
 Note:
@@ -27163,8 +32772,9 @@ 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
 
@@ -27173,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
 
@@ -27226,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
@@ -27292,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
 
@@ -27302,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
 
@@ -27416,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.
@@ -27433,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
@@ -27447,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
@@ -27457,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
@@ -27468,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 
@@ -27491,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
 
@@ -27502,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
 
@@ -27559,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
@@ -27567,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
@@ -27588,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
 
@@ -27596,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
 
@@ -27634,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
@@ -27648,7 +33338,8 @@ The LaTeX Companion Second Edition.
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "latexguide"
 
 \end_inset
@@ -27663,7 +33354,8 @@ A Guide to LaTeX Fourth Edition.
 \end_layout
 
 \begin_layout Bibliography
-\begin_inset LatexCommand bibitem
+\begin_inset CommandInset bibitem
+LatexCommand bibitem
 key "latexbook"
 
 \end_inset
@@ -27677,167 +33369,95 @@ LaTeX: A Document Preparation System.
 \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
 
@@ -27845,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
 
@@ -27890,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
 
@@ -28297,6 +33810,14 @@ LyX 1.5
 \end_inset
 
 
+\end_layout
+
+\begin_layout Standard
+\begin_inset FloatList algorithm
+
+\end_inset
+
+
 \end_layout
 
 \end_body