lyx_mirror/src/tex2lyx/test/test-insets.lyx.lyx
Juergen Spitzmueller a0a7ba7cce Update tex2lyx tests
2021-03-07 08:24:01 +01:00

7611 lines
104 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#LyX file created by tex2lyx 2.4
\lyxformat 607
\begin_document
\begin_header
\save_transient_properties true
\origin roundtrip
\textclass article
\begin_preamble
% Load refstyle before prettyref so that prettyref wins.
% The real refstyle tests are in test-refstyle-theorems.tex.
\usepackage{refstyle}
\AtBeginDocument{\providecommand\secref[1]{\ref{sec:#1}}}
\def\mycommand{\textquestiondown}
\end_preamble
\use_default_options false
\maintain_unincluded_children no
\language english
\language_package none
\inputencoding iso8859-15
\fontencoding T1
\font_roman "default" "default"
\font_sans "default" "default"
\font_typewriter "default" "default"
\font_math "auto" "auto"
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_roman_osf false
\font_sans_osf false
\font_typewriter_osf false
\font_sf_scale 100 100
\font_tt_scale 100 100
\use_microtype false
\use_dash_ligatures true
\graphics default
\default_output_format default
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize 12
\spacing onehalf
\use_hyperref true
\pdf_bookmarks 0
\pdf_bookmarksnumbered 0
\pdf_bookmarksopen 0
\pdf_bookmarksopenlevel 1
\pdf_breaklinks 0
\pdf_pdfborder 0
\pdf_colorlinks 0
\pdf_backref section
\pdf_pdfusetitle 0
\papersize a4
\use_geometry false
\use_package amsmath 2
\use_package amssymb 2
\use_package cancel 0
\use_package esint 1
\use_package mathdots 0
\use_package mathtools 0
\use_package mhchem 0
\use_package stackrel 0
\use_package stmaryrd 0
\use_package undertilde 0
\cite_engine natbib
\cite_engine_type numerical
\biblio_style plainnat
\use_bibtopic false
\use_indices true
\paperorientation portrait
\suppress_date false
\justification true
\use_refstyle 0
\use_minted 0
\use_lineno false
\index Index
\shortcut idx
\color #008000
\end_index
\index new
\shortcut new
\color #008000
\end_index
\index test
\shortcut test
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation 3mm
\is_math_indent 0
\math_numbering_side default
\quotes_style english
\dynamic_quotes 0
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\change_bars false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\docbook_table_output 0
\end_header
\begin_body
\begin_layout Title
Title
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
%stupid stuff
\end_layout
\begin_layout Plain Layout
\end_layout
\end_inset
\end_layout
\begin_layout Date
two days ago
\end_layout
\begin_layout Standard
\begin_inset CommandInset toc
LatexCommand tableofcontents
\end_inset
\begin_inset CommandInset toc
LatexCommand lstlistoflistings
\end_inset
\end_layout
\begin_layout Standard
\noindent
This paragraph is not indented.
\end_layout
\begin_layout Section
References
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
References
\end_layout
\end_inset
\end_layout
\begin_layout Standard
Let's start with simple things: a label
\begin_inset space ~
\end_inset
\begin_inset CommandInset label
LatexCommand label
name "lab:test"
\end_inset
and a reference
\begin_inset space ~
\end_inset
\begin_inset CommandInset ref
LatexCommand ref
reference "lab:test"
plural "false"
caps "false"
noprefix "false"
\end_inset
; note that I have tested
\begin_inset Quotes eld
\end_inset
unbreakable space
\begin_inset Quotes erd
\end_inset
without warning (and worse than that, I just tested english quotes too...).
\end_layout
\begin_layout Standard
Of course there are other kind of references, like page reference
\begin_inset space ~
\end_inset
\begin_inset CommandInset ref
LatexCommand pageref
reference "lab:test"
plural "false"
caps "false"
noprefix "false"
\end_inset
, but also equation reference
\begin_inset space ~
\end_inset
\begin_inset CommandInset ref
LatexCommand eqref
reference "lab:test"
plural "false"
caps "false"
noprefix "false"
\end_inset
(from amsmath package), or varioref's equivalents
\begin_inset space ~
\end_inset
\begin_inset CommandInset ref
LatexCommand vref
reference "lab:test"
plural "false"
caps "false"
noprefix "false"
\end_inset
and
\begin_inset space ~
\end_inset
\begin_inset CommandInset ref
LatexCommand vpageref
reference "lab:test"
plural "false"
caps "false"
noprefix "false"
\end_inset
, without forgetting pretty references like
\begin_inset space ~
\end_inset
\begin_inset CommandInset ref
LatexCommand formatted
reference "lab:test"
plural "false"
caps "false"
noprefix "false"
\end_inset
as well as textual references like
\begin_inset space ~
\end_inset
\begin_inset CommandInset ref
LatexCommand nameref
reference "lab:test"
plural "false"
caps "false"
noprefix "false"
\end_inset
. The command
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
secref
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
lab:test
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
will be parsed in ERT, since LyX does not support refstyle and prettyref natively at the same time.
\end_layout
\begin_layout Section
Cites
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
Cites
\end_layout
\end_inset
\end_layout
\begin_layout Standard
Let's start with simple things: a
\backslash
cite:
\begin_inset CommandInset citation
LatexCommand citep
after "after"
before ""
key "article-crossref"
literal "false"
\end_inset
and two
\backslash
cites:
\begin_inset CommandInset citation
LatexCommand citep
after "after"
before ""
key "whole-set,article-crossref"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
Now the natbib things:
\end_layout
\begin_layout Standard
\backslash
citet:
\begin_inset CommandInset citation
LatexCommand citet
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
citet*:
\begin_inset CommandInset citation
LatexCommand citet*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citet:
\begin_inset CommandInset citation
LatexCommand Citet
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citet*:
\begin_inset CommandInset citation
LatexCommand Citet*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
\backslash
citep:
\begin_inset CommandInset citation
LatexCommand citep
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
citep*:
\begin_inset CommandInset citation
LatexCommand citep*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citep:
\begin_inset CommandInset citation
LatexCommand Citep
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citep*:
\begin_inset CommandInset citation
LatexCommand Citep*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
\backslash
citealt:
\begin_inset CommandInset citation
LatexCommand citealt
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
citealt*:
\begin_inset CommandInset citation
LatexCommand citealt*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citealt:
\begin_inset CommandInset citation
LatexCommand Citealt
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citealt*:
\begin_inset CommandInset citation
LatexCommand Citealt*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
\backslash
citealp:
\begin_inset CommandInset citation
LatexCommand citealp
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
citealp*:
\begin_inset CommandInset citation
LatexCommand citealp*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citealp:
\begin_inset CommandInset citation
LatexCommand Citep
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citealp*:
\begin_inset CommandInset citation
LatexCommand Citealp*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
\backslash
citeauthor:
\begin_inset CommandInset citation
LatexCommand citeauthor
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
citeauthor*:
\begin_inset CommandInset citation
LatexCommand citeauthor*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citeauthor:
\begin_inset CommandInset citation
LatexCommand Citeauthor
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\backslash
Citeauthor*:
\begin_inset CommandInset citation
LatexCommand Citeauthor*
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
\backslash
citeyear:
\begin_inset CommandInset citation
LatexCommand citeyear
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
\backslash
citeyearpar:
\begin_inset CommandInset citation
LatexCommand citeyearpar
after "after"
before "before"
key "article-crossref"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
\backslash
nocite:
\begin_inset CommandInset citation
LatexCommand nocite
after ""
key "article-crossref"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
% Remove duplicate call of
\backslash
bibliography since LaTeX throws an error.
\end_layout
\begin_layout Plain Layout
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
%
\backslash
bibliographystyle{unsrt}
\end_layout
\begin_layout Plain Layout
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
%
\backslash
bibliography{xampl}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
With
\backslash
nocite{*}:
\begin_inset CommandInset bibtex
LatexCommand bibtex
btprint "btPrintAll"
bibfiles "xampl"
options "unsrt"
\end_inset
\end_layout
\begin_layout Standard
From bug 7306:
\begin_inset CommandInset citation
LatexCommand citet
after ""
before ""
key "gur+04"
literal "false"
\end_inset
have demonstrated that authors should not have umlauts in their names. It's OK to use them in the manüscript, though.
\end_layout
\begin_layout Bibliography
\begin_inset CommandInset bibitem
LatexCommand bibitem
label "Möstl et~al.(2010)"
key "Mostl2010"
literal "false"
\end_inset
Gürkan, M.
\begin_inset space ~
\end_inset
A., Freitag, M., & Rasio, F.
\begin_inset space ~
\end_inset
A. 2004, ApJ, 604, 632
\end_layout
\begin_layout Bibliography
\begin_inset CommandInset bibitem
LatexCommand bibitem
label "{{Gürkan et~al.}(2004)}"
key "gur+04"
literal "false"
\end_inset
Gürkan, M.
\begin_inset space ~
\end_inset
A., Freitag, M., & Rasio, F.
\begin_inset space ~
\end_inset
A. 2004, ApJ, 604, 632
\end_layout
\begin_layout Section
Input files
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
Input files
\end_layout
\end_inset
\end_layout
\begin_layout Standard
We can input files too, like this
\begin_inset CommandInset include
LatexCommand input
preview false
filename "DummyDocument.lyx.lyx"
literal "false"
\end_inset
, or with the include variant (tests quoting as well):
\begin_inset CommandInset include
LatexCommand include
preview false
filename "Dummy Document.tex"
literal "false"
\end_inset
\begin_inset CommandInset include
LatexCommand include
preview false
filename "Dummy Document.tex"
literal "false"
\end_inset
\begin_inset CommandInset include
LatexCommand include
preview false
filename "Dummy~Document.lyx.lyx"
literal "false"
\end_inset
\begin_inset CommandInset include
LatexCommand include
preview false
filename "Dummy~Document.lyx.lyx"
literal "false"
\end_inset
File names containing double quotes are not legal on windows, so no test file is provided. Nevertheless, they are legal on unix, so we test at least the parsing. File names containing spaces can not be handled by automake (make dist would fail), so no test file is provided as well. Since the files do not exist, the variants without extension would not work (tex2lyx can't deduce the correct extension of nonexisting files).
\begin_inset CommandInset include
LatexCommand include
preview false
filename "Dummy\"Document.tex"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
We can also import chess diagrams:
\end_layout
\begin_layout Standard
\begin_inset External
template ChessDiagram
filename ../../../lib/examples/Graphics_and_Insets/iecc05.fen
\end_inset
\end_layout
\begin_layout Standard
Spreadsheets:
\end_layout
\begin_layout Standard
\begin_inset External
template GnumericSpreadsheet
filename ../../../lib/examples/External_Material/longsheet.gnumeric
\end_inset
\end_layout
\begin_layout Standard
XFig drawings:
\end_layout
\begin_layout Standard
\begin_inset External
template XFig
filename xfigtest.fig
\end_inset
\end_layout
\begin_layout Standard
and PDF pages:
\end_layout
\begin_layout Standard
\begin_inset External
template PDFPages
filename ../../../lib/examples/Presentations/beamer-icsi-logo.pdf
extra LaTeX "pages=-"
rotateAngle 22
rotateOrigin baselineleft
width 5cm
height 40mm
keepAspectRatio
\end_inset
\end_layout
\begin_layout Standard
If you prefer verbatim input, you can choose between
\begin_inset space ~
\end_inset
\begin_inset CommandInset include
LatexCommand verbatiminput
preview false
filename "foo"
literal "false"
\end_inset
or
\begin_inset space ~
\end_inset
\begin_inset CommandInset include
LatexCommand verbatiminput*
preview false
filename "foo"
literal "false"
\end_inset
.
\end_layout
\begin_layout Section
URLs and Hyperlinks
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
URL
\end_layout
\end_inset
\begin_inset CommandInset nomenclature
LatexCommand nomenclature
prefix "www"
symbol "URL"
description "uniform resource locator"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
An URL:
\begin_inset Flex URL
status collapsed
\begin_layout Plain Layout
http://www.lyx.org
\end_layout
\end_inset
\begin_inset CommandInset nomenclature
LatexCommand nomenclature
symbol "URL2"
description "uniform resource locator"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
An URL with strange characters:
\begin_inset Flex URL
status collapsed
\begin_layout Plain Layout
http://www.lyx.org/percent%dollar$
\end_layout
\end_inset
\end_layout
\begin_layout Standard
link:
\begin_inset CommandInset href
LatexCommand href
target "www.test.test"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
link2:
\begin_inset CommandInset href
LatexCommand href
target "http://www.test.test"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
mail:
\begin_inset CommandInset href
LatexCommand href
name "name"
target "www.test.test"
type "mailto:"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
file:
\begin_inset CommandInset href
LatexCommand href
target "www.test.test"
type "file:"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
ftp:
\begin_inset CommandInset href
LatexCommand href
target "ftp://www.test.test"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
ftp2:
\begin_inset CommandInset href
LatexCommand href
name "www.test.test"
target "ftp://www.test.test"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
parser test (stupid, but valid):
\begin_inset CommandInset href
LatexCommand href
name "}"
target "http://www.test.test"
literal "false"
\end_inset
\end_layout
\begin_layout Standard
parser test (escaped):
\begin_inset CommandInset href
LatexCommand href
name "a brace } and another one { and something"
target "http://www.test.test"
literal "false"
\end_inset
\end_layout
\begin_layout Section
Lists
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
Lists
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset FloatList figure
\end_inset
\begin_inset FloatList table
\end_inset
\end_layout
\begin_layout Section
Listings
\end_layout
\begin_layout Standard
Inline:
\begin_inset listings
lstparams "language={C++},keywordstyle={\color{green}}"
inline true
status open
\begin_layout Plain Layout
int a=5;
\end_layout
\end_inset
\begin_inset Newline newline
\end_inset
Float:
\end_layout
\begin_layout Standard
\begin_inset listings
lstparams "caption={Example Listing float},label={lst:Example-Listing},language=Python"
inline false
status open
\begin_layout Plain Layout
# Example listing float
\end_layout
\begin_layout Plain Layout
def func(param):
\end_layout
\begin_layout Plain Layout
'this is a python function'
\end_layout
\begin_layout Plain Layout
pass
\end_layout
\end_inset
\end_layout
\begin_layout Standard
Here is an example listing with left line numbering, step
\begin_inset Quotes eld
\end_inset
3
\begin_inset Quotes erd
\end_inset
, language
\begin_inset Quotes eld
\end_inset
Python
\begin_inset Quotes erd
\end_inset
, options
\begin_inset Quotes eld
\end_inset
Extended character table
\begin_inset Quotes erd
\end_inset
and
\begin_inset Quotes eld
\end_inset
Space
\begin_inset space ~
\end_inset
as
\begin_inset space ~
\end_inset
symbol
\begin_inset Quotes erd
\end_inset
, range lines 3
\begin_inset space \thinspace{}
\end_inset
-
\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
\begin_layout Plain Layout
def func(param):
\end_layout
\begin_layout Plain Layout
'this is a python function'
\end_layout
\begin_layout Plain Layout
pass
\end_layout
\begin_layout Plain Layout
def func(param):
\end_layout
\begin_layout Plain Layout
'This is a German word: Tschüß'
\end_layout
\begin_layout Plain Layout
pass
\end_layout
\begin_layout Plain Layout
def func(param):
\end_layout
\begin_layout Plain Layout
'this is a python function'
\end_layout
\begin_layout Plain Layout
pass
\end_layout
\end_inset
\end_layout
\begin_layout Standard
Special cases:
\begin_inset listings
lstparams "abovecaptionskip=2em,basicstyle={\large\ttfamily},breaklines=true,extendedchars=true,firstline=2,float=h,language={[R/3 3.1]ABAP},lastline=5,numbers=left,numberstyle={\scriptsize},showspaces=true,showstringspaces=false,stepnumber=3,tabsize=4"
inline false
status open
\begin_layout Plain Layout
hello
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset listings
lstparams "language=TeX"
inline true
status open
\begin_layout Plain Layout
\backslash
begin{centering} hello
\end_layout
\end_inset
\end_layout
\begin_layout Section
Graphics
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
Graphics
\end_layout
\end_inset
\end_layout
\begin_layout Standard
There is also some basic support for graphics, in the form
\begin_inset Graphics
filename foo.eps
\end_inset
, or the slightly more elaborate
\begin_inset Graphics
filename foo.eps
width 1cm
clip
BoundingBox 10bp 0bp 96bp 96bp
special height=1cm
\end_inset
.
\end_layout
\begin_layout Section
Tables
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
Tables
\end_layout
\end_inset
\end_layout
\begin_layout Standard
The following example is stolen from the longtable documentation. Since tex2lyx does not understand the special verbatim code that was used in the original some lines have been rewritten using
\backslash
textbackslash etc.
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
let
\backslash
package
\backslash
textsf
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
let
\backslash
env
\backslash
textsf
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
let
\backslash
code
\backslash
texttt
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
providecommand{
\backslash
finalclearpage}{
\backslash
clearpage}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Tabular
<lyxtabular version="3" rows="66" columns="2">
<features islongtable="true" tabularwidth="0pt">
<column alignment="none" valignment="top" special="@{*}r">
<column alignment="none" valignment="top" special="|p{1in}@{*}">
<row endfirsthead="true">
<cell alignment="none" valignment="top" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
KILLED
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
LINE!!!!
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
kill
\end_layout
\end_inset
\begin_inset Caption Standard
\begin_layout Plain Layout
\begin_inset Argument 1
status collapsed
\begin_layout Standard
An optional table caption (used in the list of tables)
\end_layout
\end_inset
A long table
\begin_inset CommandInset label
LatexCommand label
name "long"
\end_inset
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
</row>
<row endfirsthead="true">
<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none" special="@{*}c@{*}">
\begin_inset Text
\begin_layout Standard
This part appears at the top of the table
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row endfirsthead="true">
<cell alignment="none" valignment="top" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\shape smallcaps
First
\shape default
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\shape smallcaps
Second
\shape default
\end_layout
\end_inset
</cell>
</row>
<row endhead="true" caption="true">
<cell multicolumn="1" alignment="none" valignment="top" topline="true" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset Caption Standard
\begin_layout Plain Layout
\begin_inset Argument 1
status collapsed
\end_inset
(continued)
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="none" valignment="top" topline="true" bottomline="true" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row endhead="true">
<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none" special="@{*}c@{*}">
\begin_inset Text
\begin_layout Standard
This part appears at the top of every other page
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row endhead="true">
<cell alignment="none" valignment="top" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\series bold
First
\series default
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\series bold
Second
\series default
\end_layout
\end_inset
</cell>
</row>
<row endfoot="true" caption="true">
<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset Caption Unnumbered
\begin_layout Plain Layout
standard foot
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row endfoot="true">
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
This goes at the
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
bottom.
\end_layout
\end_inset
</cell>
</row>
<row endlastfoot="true" caption="true">
<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset Caption Unnumbered
\begin_layout Plain Layout
(last foot)
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row endlastfoot="true">
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
These lines will
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
appear
\end_layout
\end_inset
</cell>
</row>
<row endlastfoot="true">
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
in place of the
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
usual foot
\end_layout
\end_inset
</cell>
</row>
<row endlastfoot="true">
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
at the end
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
of the table
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
env
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
longtable
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
columns are specified
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
in the
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
same way as in the
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
env
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
tabular
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
environment.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
@{*}r||p{1in}@{*}
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
in this case.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Each row ends with a
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
\backslash
\backslash
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
command.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
The
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
\backslash
\backslash
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
command has an
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
optional
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
argument, just as in
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
the
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
env
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
tabular
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
environment.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
[10pt] See the effect of
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
\backslash
\backslash
[10pt]
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
?
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Also
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
\backslash
hline
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
may be used,
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
as in
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
env
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
tabular
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" topline="true" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
That was a
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
\backslash
hline
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
That was
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
\backslash
hline
\backslash
hline
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell multicolumn="1" alignment="none" valignment="top" leftline="true" rightline="true" usebox="none" special="|c|">
\begin_inset Text
\begin_layout Standard
This is a
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
\backslash
multicolumn{2}{||c||}
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="center" valignment="top" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
If a page break occurs at a
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
\backslash
hline
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
then
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
a line is drawn
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
at the bottom of one page and at the
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
top of the next.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
The
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
[t] [b] [c]
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
argument of
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
env
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
tabular
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
can not be used.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
The optional argument may be one of
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
[l] [r] [c]
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
to specify whether the table should be
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
adjusted
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
to the left, right
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
or centrally.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Some lines may take up a lot of space, like this:
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
raggedleft
\end_layout
\end_inset
This last column is a
\begin_inset Quotes eld
\end_inset
p
\begin_inset Quotes erd
\end_inset
column so this
\begin_inset Quotes eld
\end_inset
row
\begin_inset Quotes erd
\end_inset
of the table can take up several lines. Note however that \SpecialChar TeX
\begin_inset space \space{}
\end_inset
will never break a page within such a row. Page breaks only occur between rows of the table or at
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
code
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
\backslash
hline
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
commands.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots
\begin_inset Foot
status collapsed
\begin_layout Standard
This is a footnote.
\end_layout
\end_inset
of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this
\begin_inset Foot
status collapsed
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
env
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
longtable
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
takes special precautions, so that footnotes may also be used in `p' columns.
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" leftline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
</lyxtabular>
\end_inset
\end_layout
\begin_layout Standard
From bug 7412 another example with more captions (can currently not produced in LyX):
\begin_inset Tabular
<lyxtabular version="3" rows="45" columns="2">
<features islongtable="true" lastFootEmpty="true" tabularwidth="0pt">
<column alignment="left" valignment="top">
<column alignment="left" valignment="top">
<row endfirsthead="true" caption="true">
<cell multicolumn="1" alignment="left" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset Caption Standard
\begin_layout Plain Layout
A long table
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="none" valignment="top" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row endhead="true" caption="true">
<cell multicolumn="1" alignment="left" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset Caption Standard
\begin_layout Plain Layout
A long table continued
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="none" valignment="top" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row endfoot="true">
<cell multicolumn="1" alignment="none" valignment="top" usebox="none" special="r">
\begin_inset Text
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
Continued on next page
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="center" valignment="top" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row>
<cell multicolumn="1" alignment="none" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
Something
\end_layout
\end_inset
</cell>
<cell multicolumn="1" alignment="none" valignment="top" topline="true" rightline="true" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
Description
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Lots of lines
\end_layout
\end_inset
</cell>
<cell alignment="left" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
like this.
\end_layout
\end_inset
</cell>
</row>
</lyxtabular>
\end_inset
\end_layout
\begin_layout Standard
A table*:
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
% some comment
\end_layout
\begin_layout Plain Layout
\end_layout
\end_inset
\begin_inset Tabular
<lyxtabular version="3" rows="2" columns="2">
<features tabularvalignment="bottom" tabularwidth="80col%">
<column alignment="left" valignment="top">
<column alignment="right" valignment="top">
<row>
<cell alignment="left" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
two
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row>
<cell alignment="left" valignment="top" rotate="-50" usebox="none">
\begin_inset Text
\begin_layout Standard
lonely
\end_layout
\end_inset
</cell>
<cell alignment="right" valignment="top" rotate="90" usebox="none">
\begin_inset Text
\begin_layout Standard
lines
\end_layout
\end_inset
</cell>
</row>
</lyxtabular>
\end_inset
\end_layout
\begin_layout Standard
A booktabs table:
\end_layout
\begin_layout Standard
\begin_inset Float table
placement h
wide false
sideways false
status open
\begin_layout Standard
\begin_inset Caption Standard
\begin_layout Plain Layout
\begin_inset CommandInset label
LatexCommand label
name "tab:Special-booktabs-table"
\end_inset
Special booktabs-table
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
centering
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
\begin_inset Tabular
<lyxtabular version="3" rows="8" columns="4">
<features booktabs="true" tabularvalignment="middle" tabularwidth="0pt">
<column alignment="center" valignment="top">
<column alignment="center" valignment="top">
<column alignment="center" valignment="top">
<column alignment="center" valignment="top">
<row>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
System
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Chip
\begin_inset space \thinspace{}
\end_inset
1
\end_layout
\end_inset
</cell>
<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
Chip
\begin_inset space \thinspace{}
\end_inset
2
\end_layout
\end_inset
</cell>
<cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
morecmidrules
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
cmidrule
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
2-4
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
Detector thickness in µm
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
\begin_inset Text
\begin_layout Standard
300
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
\begin_inset Text
\begin_layout Standard
300
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
700
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
Edge angle in °
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
3.55
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
2.71
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
7.99
\end_layout
\end_inset
</cell>
</row>
<row topspace="default">
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Spatial resolution in µm
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
4.26
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
10.17
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
10.56
\end_layout
\end_inset
</cell>
</row>
<row topspace="default">
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
MTF at
\begin_inset Formula $f_{\mathrm{max}}$
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
0.53
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
0.37
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
0.39
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
morecmidrules
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
cmidrule
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
3-4
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
LSF-spatial resolution
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
in µm
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
129.7
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
52.75
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
50.78
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
in % of pixel size
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
76.3
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
95.9
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" bottomline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
92.3
\end_layout
\end_inset
</cell>
</row>
</lyxtabular>
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
A table using dcolumn:
\end_layout
\begin_layout Standard
\begin_inset Float table
wide false
sideways false
status open
\begin_layout Standard
\begin_inset Tabular
<lyxtabular version="3" rows="4" columns="5">
<features tabularvalignment="middle" tabularwidth="0pt">
<column alignment="center" valignment="top">
<column alignment="center" valignment="top">
<column alignment="none" valignment="top" special="d">
<column alignment="none" valignment="top" special="d">
<column alignment="none" valignment="top" special="d">
<row>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
One
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Two
\end_layout
\end_inset
</cell>
<cell multicolumn="1" alignment="none" valignment="top" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
\family roman
Three
\family default
\end_layout
\end_inset
</cell>
<cell multicolumn="1" alignment="none" valignment="top" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
\family roman
Four
\family default
\end_layout
\end_inset
</cell>
<cell multicolumn="1" alignment="none" valignment="top" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
\family roman
Five
\family default
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
one
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
two
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset Box Frameless
position "c"
hor_pos "c"
has_inner_box 1
inner_pos "c"
use_parbox 0
use_makebox 1
width ""
special "none"
height "1in"
height_special "totalheight"
thickness "0.4pt"
separation "3pt"
shadowsize "4pt"
framecolor "black"
backgroundcolor "none"
status open
\begin_layout Standard
three
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset Box Frameless
position "c"
hor_pos "c"
has_inner_box 1
inner_pos "c"
use_parbox 0
use_makebox 1
width ""
special "none"
height "1in"
height_special "totalheight"
thickness "0.4pt"
separation "3pt"
shadowsize "4pt"
framecolor "black"
backgroundcolor "none"
status open
\begin_layout Standard
four
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
\begin_inset Box Frameless
position "c"
hor_pos "c"
has_inner_box 1
inner_pos "c"
use_parbox 0
use_makebox 1
width ""
special "none"
height "1in"
height_special "totalheight"
thickness "0.4pt"
separation "3pt"
shadowsize "4pt"
framecolor "black"
backgroundcolor "none"
status open
\begin_layout Standard
five
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
He
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
2
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
2.77234
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
45672.
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
0.69
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
C
\begin_inset Foot
status collapsed
\begin_layout Standard
Some tables require footnotes.
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
C
\begin_inset Foot
status collapsed
\begin_layout Standard
Some tables need more than one footnote.
\end_layout
\end_inset
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
12537.64
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
37.66345
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
86.37
\end_layout
\end_inset
</cell>
</row>
</lyxtabular>
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
A table using decimal alignment:
\end_layout
\begin_layout Standard
\begin_inset Float table
wide false
sideways false
status open
\begin_layout Standard
\begin_inset Tabular
<lyxtabular version="3" rows="4" columns="5">
<features tabularvalignment="middle" tabularwidth="0pt">
<column alignment="center" valignment="top">
<column alignment="center" valignment="top">
<column alignment="decimal" decimal_point="." valignment="top">
<column alignment="decimal" decimal_point="." valignment="top">
<column alignment="decimal" decimal_point="." valignment="top">
<row>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
One
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
Two
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
Three
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
Four
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
Five
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
one
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" usebox="none">
\begin_inset Text
\begin_layout Standard
two
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
three
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
four
\end_layout
\end_inset
</cell>
<cell alignment="none" valignment="top" topline="true" usebox="none" special="c">
\begin_inset Text
\begin_layout Standard
five
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
He
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
2
\end_layout
\end_inset
</cell>
<cell alignment="decimal" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
2.77234
\end_layout
\end_inset
</cell>
<cell alignment="decimal" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
45672.
\end_layout
\end_inset
</cell>
<cell alignment="decimal" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
0.69
\end_layout
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
C
\end_layout
\end_inset
</cell>
<cell alignment="center" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
C
\end_layout
\end_inset
</cell>
<cell alignment="decimal" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
12537.64
\end_layout
\end_inset
</cell>
<cell alignment="decimal" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
37.66345
\end_layout
\end_inset
</cell>
<cell alignment="decimal" valignment="top" usebox="none">
\begin_inset Text
\begin_layout Standard
86.37
\end_layout
\end_inset
</cell>
</row>
</lyxtabular>
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Section
Macros
\end_layout
\begin_layout Standard
LyX supports several kinds of macros: def
\begin_inset FormulaMacro
\def\macroa #1{a #1 a}
\end_inset
global def
\begin_inset FormulaMacro
\def\macrob #1{b #1 b}
\end_inset
long def
\begin_inset FormulaMacro
\def\macroc #1{c #1 c}
\end_inset
global long def
\begin_inset FormulaMacro
\def\macrod #1{d #1 d}
\end_inset
providecommand
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
providecommand{
\backslash
macroe}[1]{e #1 e}
\end_layout
\end_inset
providecommand*
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
providecommand*{
\backslash
macrof}[1]{f #1 f}
\end_layout
\end_inset
newcommand
\begin_inset FormulaMacro
\newcommand{\macrog}[1]{g #1 g}
\end_inset
renewcommand
\begin_inset FormulaMacro
\renewcommand{\macrog}[1]{h #1 h}
\end_inset
newcommand*
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
newcommand*{
\backslash
macroi}[1]{i #1 i}
\end_layout
\end_inset
renewcommand*
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
renewcommand*{
\backslash
macroi}[1]{j #1 j}
\end_layout
\end_inset
providecommandx
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
providecommandx{
\backslash
macrok}[1]{k #1 k}
\end_layout
\end_inset
providecommandx*
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
providecommandx*{
\backslash
macrok}[1]{l #1 l}
\end_layout
\end_inset
newcommandx
\begin_inset FormulaMacro
\newcommandx{\macrom}[1]{m #1 m}
\end_inset
renewcommandx
\begin_inset FormulaMacro
\renewcommandx{\macrom}[1]{n #1 n}
\end_inset
newcommandx*
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
newcommandx*{
\backslash
macroo}[1]{o #1 o}
\end_layout
\end_inset
renewcommandx*
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
renewcommandx*{
\backslash
macroo}[1]{p #1 p}
\end_layout
\end_inset
DeclareRobustCommand
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
DeclareRobustCommand{
\backslash
macroq}[1]{q #1 q}
\end_layout
\end_inset
DeclareRobustCommand*
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
DeclareRobustCommand*{
\backslash
macror}[1]{r #1 r}
\end_layout
\end_inset
DeclareRobustCommandx
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
DeclareRobustCommandx{
\backslash
macros}[1]{s #1 s}
\end_layout
\end_inset
DeclareRobustCommandx*
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
DeclareRobustCommandx*{
\backslash
macrot}[1]{t #1 t}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
Now use them all:
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macroa
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macrob
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macroc
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macrod
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macroe{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macrof{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macrog{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macroi{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macrok{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macrom{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macroo{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macroq{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
macror{
\end_layout
\end_inset
x
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
}
\end_layout
\end_inset
The following tow don't work, but they should???
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
%
\backslash
macros{x}
\backslash
macrot{x}
\end_layout
\end_inset
\end_layout
\begin_layout Section
Special formattings
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
Special formattings
\end_layout
\end_inset
\end_layout
\begin_layout Subsection
LyX line
\end_layout
\begin_layout Standard
test
\end_layout
\begin_layout Standard
\size tiny
\end_layout
\begin_layout Standard
\noindent
\size tiny
\begin_inset CommandInset line
LatexCommand rule
offset "0.5ex"
width "100line%"
height "1pt"
\end_inset
\size default
\size tiny
\end_layout
\begin_layout Standard
test
\size giant
Test
\size default
\size tiny
test
\size default
test
\end_layout
\begin_layout Standard
\noindent
\begin_inset CommandInset line
LatexCommand rule
offset "0.5ex"
width "100line%"
height "1pt"
\end_inset
\end_layout
\begin_layout Standard
test
\end_layout
\begin_layout Standard
\size giant
\end_layout
\begin_layout Standard
\noindent
\size giant
\begin_inset CommandInset line
LatexCommand rule
offset "0.5ex"
width "100line%"
height "1pt"
\end_inset
\size default
\size giant
\end_layout
\begin_layout Subsection
Rules
\end_layout
\begin_layout Standard
test
\end_layout
\begin_layout Standard
\size tiny
\begin_inset CommandInset line
LatexCommand rule
offset "0.5ex"
width "100line%"
height "1pt"
\end_inset
\size default
\size tiny
\end_layout
\begin_layout Standard
test
\begin_inset CommandInset line
LatexCommand rule
offset "0.1text%"
width "100col%"
height "5theight%"
\end_inset
\end_layout
\begin_layout Standard
test
\end_layout
\begin_layout Standard
\begin_inset CommandInset line
LatexCommand rule
offset "0.5ex"
width "100col%"
height "1pt"
\end_inset
\end_layout
\begin_layout Standard
\noindent
\begin_inset CommandInset line
LatexCommand rule
width "1ex"
height "0.5cc"
\end_inset
test
\end_layout
\begin_layout Standard
\color red
\begin_inset CommandInset line
LatexCommand rule
offset "-4ex"
width "5in"
height "1cm"
\end_inset
\color inherit
\end_layout
\begin_layout Subsection
Phantoms
\end_layout
\begin_layout Standard
test
\begin_inset Phantom Phantom
status open
\begin_layout Plain Layout
Wow
\end_layout
\end_inset
test
\end_layout
\begin_layout Standard
test
\begin_inset Phantom HPhantom
status open
\begin_layout Plain Layout
\color green
W
\color inherit
\series bold
ow
\series default
\begin_inset script superscript
\begin_layout Plain Layout
Wow
\end_layout
\end_inset
\end_layout
\end_inset
test
\end_layout
\begin_layout Standard
test
\begin_inset Phantom VPhantom
status open
\begin_layout Plain Layout
Wow
\backslash
&%
\end_layout
\end_inset
test
\end_layout
\begin_layout Standard
\begin_inset Formula $test\hphantom{Wow}test$
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Formula \[
test\phantom{\textcolor{green}{W}\mathbf{ow}\textsuperscript{Wow}}test
\]
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Formula $test\vphantom{Wow\&\%}test$
\end_inset
\end_layout
\begin_layout Subsection
TIPA
\end_layout
\begin_layout Standard
\begin_inset IPA
\begin_layout Standard
e̥ e̊ e̬ e̤ ḛ e̼ e̪ e̺ e̻ e
\begin_inset script superscript
\begin_layout Plain Layout
h
\end_layout
\end_inset
e̹ e̜ e̟ e̠ (don't mix up with e̱) ë e̽ e̩ e̩ e̯ e˞e
\begin_inset script superscript
\begin_layout Plain Layout
w
\end_layout
\end_inset
e
\begin_inset script superscript
\begin_layout Plain Layout
j
\end_layout
\end_inset
e
\begin_inset script superscript
\begin_layout Plain Layout
ɣ
\end_layout
\end_inset
e
\begin_inset script superscript
\begin_layout Plain Layout
ʕ
\end_layout
\end_inset
e̴ e̝ e̞ e̘ e̙ ẽ e
\begin_inset script superscript
\begin_layout Plain Layout
n
\end_layout
\end_inset
e
\begin_inset script superscript
\begin_layout Plain Layout
l
\end_layout
\end_inset
e˺ e̋
\end_layout
\begin_layout Standard
è ē é ȅ ě ê e᷄ e᷅ e᷈ ĕ
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset IPA
\begin_layout Standard
pbtd
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
:
\end_layout
\end_inset
t
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
:
\end_layout
\end_inset
dcɟkɡq
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
;
\end_layout
\end_inset
G
\end_layout
\end_inset
\begin_inset IPA
\begin_layout Standard
PmMn
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
:
\end_layout
\end_inset
nɲN
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
;
\end_layout
\end_inset
N
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
;
\end_layout
\end_inset
Br
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
;
\end_layout
\end_inset
RR
\end_layout
\end_inset
\begin_inset IPA
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
:
\end_layout
\end_inset
rFBfvTDszSZ
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
:
\end_layout
\end_inset
s
\end_layout
\end_inset
\begin_inset IPA
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
:
\end_layout
\end_inset
zçJxGXKħQhHɬ
\end_layout
\end_inset
\begin_inset IPA
\begin_layout Standard
ɮVɹ
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
:
\end_layout
\end_inset
Rhɰl
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
:
\end_layout
\end_inset
lL
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
;
\end_layout
\end_inset
L
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset IPA
\begin_layout Standard
ʘ|!ǂ||ɓɗʄɠʛe'
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset IPA
\begin_layout Standard
iy1ʉW
\color red
uIY
\color inherit
Ueø987o@Eœ3ɞ2Oæ5aɶA6
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset IPA
\begin_layout Standard
ʍw4
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
;
\end_layout
\end_inset
HʢʡCʑɺɧ
\begin_inset IPADeco toptiebar
status open
\begin_layout Standard
ar
\end_layout
\end_inset
\begin_inset IPADeco bottomtiebar
status open
\begin_layout Standard
tz
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset IPA
\begin_layout Standard
:;eˈˌ|‖.
\begin_inset IPADeco bottomtiebar
status open
\begin_layout Standard
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Standard
\begin_inset IPA
\begin_layout Standard
˥˦˧˨˩ꜜꜛ\IPAChar \tone{15}
\IPAChar \tone{51}
\IPAChar \tone{45}
\IPAChar \tone{12}
\IPAChar \tone{454}
↗↘
\end_layout
\end_inset
\end_layout
\begin_layout Standard
TIPA code in math:
\begin_inset Formula $\textipa{\tone{55}|\text{\!b{}\!d{}\!g{}\!G{}\textglobfall{}\textvertline{}\textdoublevertline{}}}$
\end_inset
\end_layout
\begin_layout Subsection
Other symbols
\end_layout
\begin_layout Standard
All three should be converted to U+00C5:
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
AA
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
Å Å (not U+212B). All three should be converted to U+00E5:
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
aa
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
å å.
\end_layout
\begin_layout Subsection
Line breaks
\begin_inset Index breaks
status collapsed
\begin_layout Plain Layout
Line breaks
\end_layout
\end_inset
\end_layout
\begin_layout Standard
They can also or be broken by a newline
\begin_inset Newline newline
\end_inset
or by a starred newline
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
\backslash
*
\end_layout
\end_inset
or by a newline with space, comment and argument
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
\backslash
[3cm]
\end_layout
\end_inset
or by a newline command
\begin_inset Newline newline
\end_inset
or by a line break
\begin_inset Newline linebreak
\end_inset
or by a defined line break
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
linebreak[4]
\end_layout
\end_inset
\end_layout
\begin_layout Standard
There are even newlines with weird arguments, but these are not handled by LyX
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
\backslash
*[1cm]
\end_layout
\end_inset
so we try to use ERT in this case.
\end_layout
\begin_layout Subsection
Page breaks
\begin_inset Index breaks
status collapsed
\begin_layout Plain Layout
Page breaks
\end_layout
\end_inset
\end_layout
\begin_layout Standard
They can also or be broken by a newpage
\begin_inset Newpage newpage
\end_inset
or by a page break
\begin_inset Newpage pagebreak
\end_inset
or by a defined page break
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
pagebreak[4]
\end_layout
\end_inset
\end_layout
\begin_layout Section
Special characters
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
Special characters
\end_layout
\end_inset
\end_layout
\begin_layout Standard
Then one has those macros with a long name for a short meaning, like ~, ^ or
\backslash
, \SpecialChar breakableslash
, \SpecialChar nobreakdash
and the characters that LaTeX wants to espace because they are active, like _&#${}%.
\end_layout
\begin_layout Standard
And what about special characters like hyphe\SpecialChar softhyphen
nation mark, ellipsis\SpecialChar ldots
, and end-of-sentence\SpecialChar endofsentence
LyX also supports a menu separator\SpecialChar menuseparator
and a spif\SpecialChar ligaturebreak
fy ligature break.
\end_layout
\begin_layout Standard
There are dashes: endash in short form and long form , emdash is alike: — and —. If we really want several hyphens in a row, we need to separate them: -
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
-, -
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
-
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
-, -
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
-
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
-
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
- etc.
\end_layout
\begin_layout Standard
LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX to the commands \SpecialChar LyX
, \SpecialChar TeX
, \SpecialChar LaTeX2e
and \SpecialChar LaTeX
. If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3) they should not be put into ERT.
\end_layout
\begin_layout Standard
Test for whitespace handling of commands: The following lines should result in identical output:
\end_layout
\begin_layout Standard
builtin ^ unicodesymbols ȷ user
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
mycommand
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
xx
\end_layout
\begin_layout Standard
builtin ^ unicodesymbols ȷ user
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
mycommand
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
xx
\end_layout
\begin_layout Standard
builtin ^ unicodesymbols ȷ user
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
mycommand
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
% and another
\end_layout
\begin_layout Plain Layout
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
{}
\end_layout
\end_inset
xx
\end_layout
\begin_layout Standard
A sub
\begin_inset script subscript
\begin_layout Plain Layout
sc
\emph on
ript
\emph default
\end_layout
\end_inset
and super
\begin_inset script superscript
\begin_layout Plain Layout
script with
\begin_inset Formula $a^2+b^2=c^2$
\end_inset
math
\end_layout
\end_inset
.
\end_layout
\begin_layout Standard
latex2writer outputs quotes in braces like
\begin_inset Quotes ers
\end_inset
. We swallow the, but this was one broken (bug 8903).
\end_layout
\begin_layout Section
Mathematics
\begin_inset Index idx
status collapsed
\begin_layout Plain Layout
Mathematics
\end_layout
\end_inset
\end_layout
\begin_layout Standard
Let
\begin_inset Formula $f:\left[ a,b\right] \rightarrow%TCIMACRO{\U{211d} }%
%BeginExpansion
\mathbb{R}
%EndExpansion
$
\end_inset
.
\end_layout
\begin_layout Standard
\begin_inset Formula \[
\begin{array}{rclccc}
1 + 2 & = & 3
\multicolumn{3}{c}{4 < 5 \leq 6 }
\end{array}
\]
\end_inset
\end_layout
\begin_layout Section
Lists/Indices
\end_layout
\begin_layout Standard
single
\backslash
addcontentsline:
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
addcontentsline{toc}{section}{test}
\end_layout
\end_inset
\end_layout
\begin_layout Standard
with
\backslash
addcontentsline and
\backslash
phantomsection:
\end_layout
\begin_layout Standard
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles "xampl"
options "bibtotoc,test"
\end_inset
\end_layout
\begin_layout Standard
normal:
\end_layout
\begin_layout Standard
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles "xampl"
options "test"
\end_inset
\end_layout
\begin_layout Standard
with wrong
\backslash
addcontentsline:
\end_layout
\begin_layout Standard
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
bibliographystyle{test}
\end_layout
\end_inset
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
addcontentsline{toc}{section}{test}
\end_layout
\end_inset
\begin_inset CommandInset bibtex
LatexCommand bibtex
bibfiles "xampl"
options "test"
\end_inset
\end_layout
\begin_layout Standard
with
\backslash
addcontentsline and
\backslash
nocite{*}:
\end_layout
\begin_layout Standard
\begin_inset CommandInset bibtex
LatexCommand bibtex
btprint "btPrintAll"
bibfiles "xampl"
options "bibtotoc,test"
\end_inset
\end_layout
\begin_layout Standard
undefined index:
\end_layout
\begin_layout Standard
\begin_inset CommandInset index_print
LatexCommand printindex
type "idx"
literal "true"
\end_inset
\end_layout
\begin_layout Standard
index
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
"
\end_layout
\end_inset
idx
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
"
\end_layout
\end_inset
:
\end_layout
\begin_layout Standard
\begin_inset CommandInset index_print
LatexCommand printindex
type "idx"
literal "true"
\end_inset
\end_layout
\begin_layout Standard
index
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
"
\end_layout
\end_inset
new
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
"
\end_layout
\end_inset
:
\end_layout
\begin_layout Standard
\begin_inset CommandInset index_print
LatexCommand printindex
type "new"
literal "true"
\end_inset
\end_layout
\begin_layout Standard
subindex
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
"
\end_layout
\end_inset
new
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
"
\end_layout
\end_inset
:
\end_layout
\begin_layout Standard
\begin_inset CommandInset index_print
LatexCommand printsubindex
type "idx"
literal "true"
\end_inset
\end_layout
\begin_layout Standard
index of all indices:
\end_layout
\begin_layout Standard
\begin_inset CommandInset index_print
LatexCommand printindex*
\end_inset
\end_layout
\begin_layout Standard
subindex of all indices:
\end_layout
\begin_layout Standard
\begin_inset CommandInset index_print
LatexCommand printsubindex*
\end_inset
\end_layout
\begin_layout Standard
normal nomenclature:
\end_layout
\begin_layout Standard
\begin_inset CommandInset nomencl_print
LatexCommand printnomenclature
set_width "none"
\end_inset
hello
\end_layout
\begin_layout Standard
manually set width:
\begin_inset ERT
status collapsed
\begin_layout Plain Layout
\backslash
settowidth{
\backslash
nomlabelwidth}{URL2}
\end_layout
\end_inset
\begin_inset CommandInset nomencl_print
LatexCommand printnomenclature
set_width "none"
\end_inset
\end_layout
\begin_layout Standard
nomenclature with set width:
\end_layout
\begin_layout Standard
\begin_inset CommandInset nomencl_print
LatexCommand printnomenclature
set_width "custom"
width "2line%"
\end_inset
\end_layout
\end_body
\end_document