1#LyX file created by tex2lyx 2.3
2\lyxformat 544
3\begin_document
4\begin_header
5\save_transient_properties true
6\origin roundtrip
7\textclass article
8\begin_preamble
9%% Do not edit unless you really know what you are doing.
10
11
12
13
14
15\usepackage{url}
16% the following is useful when we have the old nomencl.sty package
17\providecommand{\printnomenclature}{\printglossary}
18\providecommand{\makenomenclature}{\makeglossary}
19\makenomenclature
20\usepackage{xargs}
21\usepackage{listings}
22\usepackage{array}
23\usepackage{multirow}
24\usepackage{hhline}
25
26
27%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
28
29
30
31
32%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
33
34% Load refstyle before prettyref so that prettyref wins.
35% The real refstyle tests are in test-refstyle-theorems.tex.
36\usepackage{refstyle}
37\AtBeginDocument{\providecommand\secref[1]{\ref{sec:#1}}}
38
39
40\def\mycommand{\textquestiondown}
41
42
43\end_preamble
44\use_default_options false
45\maintain_unincluded_children false
46\language english
47\language_package none
48\inputencoding iso8859-15
49\fontencoding T1
50\font_roman "default" "default"
51\font_sans "default" "default"
52\font_typewriter "default" "default"
53\font_math "auto" "auto"
54\font_default_family default
55\use_non_tex_fonts false
56\font_sc false
57\font_osf false
58\font_sf_scale 100 100
59\font_tt_scale 100 100
60\use_microtype false
61\use_dash_ligatures true
62\graphics default
63\default_output_format default
64\output_sync 0
65\bibtex_command default
66\index_command default
67\paperfontsize 12
68\spacing onehalf
69\use_hyperref true
70\pdf_bookmarks 0
71\pdf_bookmarksnumbered 0
72\pdf_bookmarksopen 0
73\pdf_bookmarksopenlevel 1
74\pdf_breaklinks 0
75\pdf_pdfborder 0
76\pdf_colorlinks 0
77\pdf_backref section
78\pdf_pdfusetitle 0
79\papersize a4paper
80\use_geometry false
81\use_package amsmath 2
82\use_package amssymb 2
83\use_package cancel 0
84\use_package esint 1
85\use_package mathdots 0
86\use_package mathtools 0
87\use_package mhchem 0
88\use_package stackrel 0
89\use_package stmaryrd 0
90\use_package undertilde 0
91\cite_engine natbib
92\cite_engine_type numerical
93\biblio_style plainnat
94\use_bibtopic false
95\use_indices true
96\paperorientation portrait
97\suppress_date false
98\justification true
99\use_refstyle 0
100\use_minted 0
101\index Index
102\shortcut idx
103\color #008000
104\end_index
105\index new
106\shortcut new
107\color #008000
108\end_index
109\index test
110\shortcut test
111\color #008000
112\end_index
113\secnumdepth 3
114\tocdepth 3
115\paragraph_separation indent
116\paragraph_indentation 3mm
117\is_math_indent 0
118\math_numbering_side default
119\quotes_style english
120\dynamic_quotes 0
121\papercolumns 1
122\papersides 1
123\paperpagestyle default
124\tracking_changes false
125\output_changes false
126\html_math_output 0
127\html_css_as_file 0
128\html_be_strict false
129\end_header
130
131\begin_body
132
133\begin_layout Title
134Title
135\end_layout
136
137\begin_layout Date
138two days ago
139\end_layout
140
141\begin_layout Standard
142
143\begin_inset ERT
144status collapsed
145
146\begin_layout Plain Layout
147%stupid stuff
148\end_layout
149
150\end_inset
151
152
153\end_layout
154
155\begin_layout Standard
156
157\begin_inset CommandInset toc
158LatexCommand tableofcontents
159
160\end_inset
161
162
163\begin_inset CommandInset toc
164LatexCommand lstlistoflistings
165
166\end_inset
167
168
169\end_layout
170
171\begin_layout Standard
172\noindent
173This paragraph is not indented.
174\end_layout
175
176\begin_layout Section
177References
178\begin_inset Index idx
179status collapsed
180
181\begin_layout Plain Layout
182References
183\end_layout
184
185\end_inset
186
187
188\end_layout
189
190\begin_layout Standard
191Let's start with simple things: a label
192\begin_inset space ~
193
194\end_inset
195
196
197\begin_inset CommandInset label
198LatexCommand label
199name "lab:test"
200
201\end_inset
202
203 and a reference
204\begin_inset space ~
205
206\end_inset
207
208
209\begin_inset CommandInset ref
210LatexCommand ref
211reference "lab:test"
212plural "false"
213caps "false"
214noprefix "false"
215
216\end_inset
217
218; note that I have tested
219\begin_inset Quotes eld
220\end_inset
221
222unbreakable space
223\begin_inset Quotes erd
224\end_inset
225
226 without warning (and worse than that, I just tested english quotes too...).
227\end_layout
228
229\begin_layout Standard
230Of course there are other kind of references, like page reference
231\begin_inset space ~
232
233\end_inset
234
235
236\begin_inset CommandInset ref
237LatexCommand pageref
238reference "lab:test"
239plural "false"
240caps "false"
241noprefix "false"
242
243\end_inset
244
245, but also equation reference
246\begin_inset space ~
247
248\end_inset
249
250
251\begin_inset CommandInset ref
252LatexCommand eqref
253reference "lab:test"
254plural "false"
255caps "false"
256noprefix "false"
257
258\end_inset
259
260 (from amsmath package), or varioref's equivalents
261\begin_inset space ~
262
263\end_inset
264
265
266\begin_inset CommandInset ref
267LatexCommand vref
268reference "lab:test"
269plural "false"
270caps "false"
271noprefix "false"
272
273\end_inset
274
275 and
276\begin_inset space ~
277
278\end_inset
279
280
281\begin_inset CommandInset ref
282LatexCommand vpageref
283reference "lab:test"
284plural "false"
285caps "false"
286noprefix "false"
287
288\end_inset
289
290, without forgetting pretty references like
291\begin_inset space ~
292
293\end_inset
294
295
296\begin_inset CommandInset ref
297LatexCommand formatted
298reference "lab:test"
299plural "false"
300caps "false"
301noprefix "false"
302
303\end_inset
304
305 as well as textual references like
306\begin_inset space ~
307
308\end_inset
309
310
311\begin_inset CommandInset ref
312LatexCommand nameref
313reference "lab:test"
314plural "false"
315caps "false"
316noprefix "false"
317
318\end_inset
319
320. The command
321\begin_inset ERT
322status collapsed
323
324\begin_layout Plain Layout
325
326\backslash
327secref
328\end_layout
329
330\end_inset
331
332
333\begin_inset ERT
334status collapsed
335
336\begin_layout Plain Layout
337{
338\end_layout
339
340\end_inset
341
342lab:test
343\begin_inset ERT
344status collapsed
345
346\begin_layout Plain Layout
347}
348\end_layout
349
350\end_inset
351
352 will be parsed in ERT, since LyX does not support refstyle and prettyref natively at the same time.
353\end_layout
354
355\begin_layout Section
356Cites
357\begin_inset Index idx
358status collapsed
359
360\begin_layout Plain Layout
361Cites
362\end_layout
363
364\end_inset
365
366
367\end_layout
368
369\begin_layout Standard
370Let's start with simple things: a
371\backslash
372cite:
373\begin_inset CommandInset citation
374LatexCommand citep
375after "after"
376before ""
377key "article-crossref"
378literal "false"
379
380\end_inset
381
382 and two
383\backslash
384cites:
385\begin_inset CommandInset citation
386LatexCommand citep
387after "after"
388before ""
389key "whole-set,article-crossref"
390literal "false"
391
392\end_inset
393
394
395\end_layout
396
397\begin_layout Standard
398Now the natbib things:
399\end_layout
400
401\begin_layout Standard
402
403\backslash
404citet:
405\begin_inset CommandInset citation
406LatexCommand citet
407after "after"
408before "before"
409key "article-crossref"
410literal "false"
411
412\end_inset
413
414
415\backslash
416citet*:
417\begin_inset CommandInset citation
418LatexCommand citet*
419after "after"
420before "before"
421key "article-crossref"
422literal "false"
423
424\end_inset
425
426
427\backslash
428Citet:
429\begin_inset CommandInset citation
430LatexCommand Citet
431after "after"
432before "before"
433key "article-crossref"
434literal "false"
435
436\end_inset
437
438
439\backslash
440Citet*:
441\begin_inset CommandInset citation
442LatexCommand Citet*
443after "after"
444before "before"
445key "article-crossref"
446literal "false"
447
448\end_inset
449
450
451\end_layout
452
453\begin_layout Standard
454
455\backslash
456citep:
457\begin_inset CommandInset citation
458LatexCommand citep
459after "after"
460before "before"
461key "article-crossref"
462literal "false"
463
464\end_inset
465
466
467\backslash
468citep*:
469\begin_inset CommandInset citation
470LatexCommand citep*
471after "after"
472before "before"
473key "article-crossref"
474literal "false"
475
476\end_inset
477
478
479\backslash
480Citep:
481\begin_inset CommandInset citation
482LatexCommand Citep
483after "after"
484before "before"
485key "article-crossref"
486literal "false"
487
488\end_inset
489
490
491\backslash
492Citep*:
493\begin_inset CommandInset citation
494LatexCommand Citep*
495after "after"
496before "before"
497key "article-crossref"
498literal "false"
499
500\end_inset
501
502
503\end_layout
504
505\begin_layout Standard
506
507\backslash
508citealt:
509\begin_inset CommandInset citation
510LatexCommand citealt
511after "after"
512before "before"
513key "article-crossref"
514literal "false"
515
516\end_inset
517
518
519\backslash
520citealt*:
521\begin_inset CommandInset citation
522LatexCommand citealt*
523after "after"
524before "before"
525key "article-crossref"
526literal "false"
527
528\end_inset
529
530
531\backslash
532Citealt:
533\begin_inset CommandInset citation
534LatexCommand Citealt
535after "after"
536before "before"
537key "article-crossref"
538literal "false"
539
540\end_inset
541
542
543\backslash
544Citealt*:
545\begin_inset CommandInset citation
546LatexCommand Citealt*
547after "after"
548before "before"
549key "article-crossref"
550literal "false"
551
552\end_inset
553
554
555\end_layout
556
557\begin_layout Standard
558
559\backslash
560citealp:
561\begin_inset CommandInset citation
562LatexCommand citealp
563after "after"
564before "before"
565key "article-crossref"
566literal "false"
567
568\end_inset
569
570
571\backslash
572citealp*:
573\begin_inset CommandInset citation
574LatexCommand citealp*
575after "after"
576before "before"
577key "article-crossref"
578literal "false"
579
580\end_inset
581
582
583\backslash
584Citealp:
585\begin_inset CommandInset citation
586LatexCommand Citep
587after "after"
588before "before"
589key "article-crossref"
590literal "false"
591
592\end_inset
593
594
595\backslash
596Citealp*:
597\begin_inset CommandInset citation
598LatexCommand Citealp*
599after "after"
600before "before"
601key "article-crossref"
602literal "false"
603
604\end_inset
605
606
607\end_layout
608
609\begin_layout Standard
610
611\backslash
612citeauthor:
613\begin_inset CommandInset citation
614LatexCommand citeauthor
615after "after"
616before "before"
617key "article-crossref"
618literal "false"
619
620\end_inset
621
622
623\backslash
624citeauthor*:
625\begin_inset CommandInset citation
626LatexCommand citeauthor*
627after "after"
628before "before"
629key "article-crossref"
630literal "false"
631
632\end_inset
633
634
635\backslash
636Citeauthor:
637\begin_inset CommandInset citation
638LatexCommand Citeauthor
639after "after"
640before "before"
641key "article-crossref"
642literal "false"
643
644\end_inset
645
646
647\backslash
648Citeauthor*:
649\begin_inset CommandInset citation
650LatexCommand Citeauthor*
651after "after"
652before "before"
653key "article-crossref"
654literal "false"
655
656\end_inset
657
658
659\end_layout
660
661\begin_layout Standard
662
663\backslash
664citeyear:
665\begin_inset CommandInset citation
666LatexCommand citeyear
667after "after"
668before "before"
669key "article-crossref"
670literal "false"
671
672\end_inset
673
674
675\end_layout
676
677\begin_layout Standard
678
679\backslash
680citeyearpar:
681\begin_inset CommandInset citation
682LatexCommand citeyearpar
683after "after"
684before "before"
685key "article-crossref"
686literal "false"
687
688\end_inset
689
690
691\end_layout
692
693\begin_layout Standard
694
695\backslash
696nocite:
697\begin_inset CommandInset citation
698LatexCommand nocite
699after ""
700key "article-crossref"
701literal "false"
702
703\end_inset
704
705
706\end_layout
707
708\begin_layout Standard
709
710\begin_inset ERT
711status collapsed
712
713\begin_layout Plain Layout
714% Remove duplicate call of
715\backslash
716bibliography since LaTeX throws an error.
717\end_layout
718
719\begin_layout Plain Layout
720
721\end_layout
722
723\end_inset
724
725
726\begin_inset ERT
727status collapsed
728
729\begin_layout Plain Layout
730%
731\backslash
732bibliographystyle{unsrt}
733\end_layout
734
735\begin_layout Plain Layout
736
737\end_layout
738
739\end_inset
740
741
742\begin_inset ERT
743status collapsed
744
745\begin_layout Plain Layout
746%
747\backslash
748bibliography{xampl}
749\end_layout
750
751\end_inset
752
753
754\end_layout
755
756\begin_layout Standard
757With
758\backslash
759nocite{*}:
760\begin_inset CommandInset bibtex
761LatexCommand bibtex
762btprint "btPrintAll"
763bibfiles "xampl"
764options "unsrt"
765
766\end_inset
767
768
769\end_layout
770
771\begin_layout Standard
772From bug 7306:
773\begin_inset CommandInset citation
774LatexCommand citet
775after ""
776before ""
777key "gur+04"
778literal "false"
779
780\end_inset
781
782 have demonstrated that authors should not have umlauts in their names. It's OK to use them in the manüscript, though.
783\end_layout
784
785\begin_layout Bibliography
786
787\begin_inset CommandInset bibitem
788LatexCommand bibitem
789label "Möstl et~al.(2010)"
790key "Mostl2010"
791literal "false"
792
793\end_inset
794
795 Gürkan, M.
796\begin_inset space ~
797
798\end_inset
799
800A., Freitag, M., & Rasio, F.
801\begin_inset space ~
802
803\end_inset
804
805A. 2004, ApJ, 604, 632
806\end_layout
807
808\begin_layout Bibliography
809
810\begin_inset CommandInset bibitem
811LatexCommand bibitem
812label "{{Gürkan et~al.}(2004)}"
813key "gur+04"
814literal "false"
815
816\end_inset
817
818 Gürkan, M.
819\begin_inset space ~
820
821\end_inset
822
823A., Freitag, M., & Rasio, F.
824\begin_inset space ~
825
826\end_inset
827
828A. 2004, ApJ, 604, 632
829\end_layout
830
831\begin_layout Section
832Input files
833\begin_inset Index idx
834status collapsed
835
836\begin_layout Plain Layout
837Input files
838\end_layout
839
840\end_inset
841
842
843\end_layout
844
845\begin_layout Standard
846We can input files too, like this
847\begin_inset CommandInset include
848LatexCommand input
849preview false
850filename "DummyDocument.lyx.lyx"
851
852\end_inset
853
854, or with the include variant (tests quoting as well):
855\begin_inset CommandInset include
856LatexCommand include
857preview false
858filename "Dummy Document.tex"
859
860\end_inset
861
862
863\begin_inset CommandInset include
864LatexCommand include
865preview false
866filename "Dummy Document.tex"
867
868\end_inset
869
870
871\begin_inset CommandInset include
872LatexCommand include
873preview false
874filename "Dummy~Document.lyx.lyx"
875
876\end_inset
877
878
879\begin_inset CommandInset include
880LatexCommand include
881preview false
882filename "Dummy~Document.lyx.lyx"
883
884\end_inset
885
886
887\end_layout
888
889\begin_layout Standard
890We can also import PDF pages:
891\end_layout
892
893\begin_layout Standard
894
895\begin_inset External
896	template PDFPages
897	filename ../../../lib/examples/beamer-icsi-logo.pdf
898	extra LaTeX "pages=-"
899	rotateAngle 22
900	rotateOrigin baselineleft
901	width 5cm
902	height 40mm
903	keepAspectRatio
904
905\end_inset
906
907
908\end_layout
909
910\begin_layout Standard
911If you prefer verbatim input, you can choose between
912\begin_inset space ~
913
914\end_inset
915
916
917\begin_inset CommandInset include
918LatexCommand verbatiminput
919preview false
920filename "DummyDocument.tex"
921
922\end_inset
923
924 or
925\begin_inset space ~
926
927\end_inset
928
929
930\begin_inset CommandInset include
931LatexCommand verbatiminput*
932preview false
933filename "DummyDocument.tex"
934
935\end_inset
936
937.
938\end_layout
939
940\begin_layout Section
941URLs and Hyperlinks
942\begin_inset Index idx
943status collapsed
944
945\begin_layout Plain Layout
946URL
947\end_layout
948
949\end_inset
950
951
952\begin_inset CommandInset nomenclature
953LatexCommand nomenclature
954prefix "www"
955symbol "URL"
956description "uniform resource locator"
957literal "false"
958
959\end_inset
960
961
962\end_layout
963
964\begin_layout Standard
965An URL:
966\begin_inset Flex URL
967status collapsed
968
969\begin_layout Plain Layout
970http://www.lyx.org
971\end_layout
972
973\end_inset
974
975
976\begin_inset CommandInset nomenclature
977LatexCommand nomenclature
978symbol "URL2"
979description "uniform resource locator"
980literal "false"
981
982\end_inset
983
984
985\end_layout
986
987\begin_layout Standard
988An URL with strange characters:
989\begin_inset Flex URL
990status collapsed
991
992\begin_layout Plain Layout
993http://www.lyx.org/percent%dollar$
994\end_layout
995
996\end_inset
997
998
999\end_layout
1000
1001\begin_layout Standard
1002link:
1003\begin_inset CommandInset href
1004LatexCommand href
1005target "www.test.test"
1006literal "false"
1007
1008\end_inset
1009
1010
1011\end_layout
1012
1013\begin_layout Standard
1014link2:
1015\begin_inset CommandInset href
1016LatexCommand href
1017target "http://www.test.test"
1018literal "false"
1019
1020\end_inset
1021
1022
1023\end_layout
1024
1025\begin_layout Standard
1026mail:
1027\begin_inset CommandInset href
1028LatexCommand href
1029name "name"
1030target "www.test.test"
1031type "mailto:"
1032literal "false"
1033
1034\end_inset
1035
1036
1037\end_layout
1038
1039\begin_layout Standard
1040file:
1041\begin_inset CommandInset href
1042LatexCommand href
1043target "www.test.test"
1044type "file:"
1045literal "false"
1046
1047\end_inset
1048
1049
1050\end_layout
1051
1052\begin_layout Standard
1053ftp:
1054\begin_inset CommandInset href
1055LatexCommand href
1056target "ftp://www.test.test"
1057literal "false"
1058
1059\end_inset
1060
1061
1062\end_layout
1063
1064\begin_layout Standard
1065ftp2:
1066\begin_inset CommandInset href
1067LatexCommand href
1068name "www.test.test"
1069target "ftp://www.test.test"
1070literal "false"
1071
1072\end_inset
1073
1074
1075\end_layout
1076
1077\begin_layout Section
1078Lists
1079\begin_inset Index idx
1080status collapsed
1081
1082\begin_layout Plain Layout
1083Lists
1084\end_layout
1085
1086\end_inset
1087
1088
1089\end_layout
1090
1091\begin_layout Standard
1092
1093\begin_inset FloatList figure
1094
1095\end_inset
1096
1097
1098\begin_inset FloatList table
1099
1100\end_inset
1101
1102
1103\end_layout
1104
1105\begin_layout Section
1106Listings
1107\end_layout
1108
1109\begin_layout Standard
1110Inline:
1111\begin_inset listings
1112lstparams "language={C++},keywordstyle={\color{green}}"
1113inline true
1114status open
1115
1116\begin_layout Plain Layout
1117int a=5;
1118\end_layout
1119
1120\end_inset
1121
1122
1123\begin_inset Newline newline
1124\end_inset
1125
1126 Float:
1127\end_layout
1128
1129\begin_layout Standard
1130
1131\begin_inset listings
1132lstparams "caption={Example Listing float},label={lst:Example-Listing},language=Python"
1133inline false
1134status open
1135
1136\begin_layout Plain Layout
1137# Example listing float
1138\end_layout
1139
1140\begin_layout Plain Layout
1141def func(param):
1142\end_layout
1143
1144\begin_layout Plain Layout
1145    'this is a python function'
1146\end_layout
1147
1148\begin_layout Plain Layout
1149    pass
1150\end_layout
1151
1152\end_inset
1153
1154
1155\end_layout
1156
1157\begin_layout Standard
1158Here is an example listing with left line numbering, step
1159\begin_inset Quotes eld
1160\end_inset
1161
11623
1163\begin_inset Quotes erd
1164\end_inset
1165
1166, language
1167\begin_inset Quotes eld
1168\end_inset
1169
1170Python
1171\begin_inset Quotes erd
1172\end_inset
1173
1174, options
1175\begin_inset Quotes eld
1176\end_inset
1177
1178Extended character table
1179\begin_inset Quotes erd
1180\end_inset
1181
1182 and
1183\begin_inset Quotes eld
1184\end_inset
1185
1186Space
1187\begin_inset space ~
1188
1189\end_inset
1190
1191as
1192\begin_inset space ~
1193
1194\end_inset
1195
1196symbol
1197\begin_inset Quotes erd
1198\end_inset
1199
1200, range lines 3
1201\begin_inset space \thinspace{}
1202
1203\end_inset
1204
1205-
1206\begin_inset space \thinspace{}
1207
1208\end_inset
1209
12108:
1211\end_layout
1212
1213\begin_layout Standard
1214
1215\begin_inset listings
1216lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
1217inline false
1218status open
1219
1220\begin_layout Plain Layout
1221def func(param):
1222\end_layout
1223
1224\begin_layout Plain Layout
1225    'this is a python function'
1226\end_layout
1227
1228\begin_layout Plain Layout
1229    pass
1230\end_layout
1231
1232\begin_layout Plain Layout
1233def func(param):
1234\end_layout
1235
1236\begin_layout Plain Layout
1237'This is a German word: Tschüß'
1238\end_layout
1239
1240\begin_layout Plain Layout
1241pass
1242\end_layout
1243
1244\begin_layout Plain Layout
1245def func(param):
1246\end_layout
1247
1248\begin_layout Plain Layout
1249'this is a python function'
1250\end_layout
1251
1252\begin_layout Plain Layout
1253pass
1254\end_layout
1255
1256\end_inset
1257
1258
1259\end_layout
1260
1261\begin_layout Standard
1262Special cases:
1263\begin_inset listings
1264lstparams "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"
1265inline false
1266status open
1267
1268\begin_layout Plain Layout
1269hello
1270\end_layout
1271
1272\end_inset
1273
1274
1275\end_layout
1276
1277\begin_layout Standard
1278
1279\begin_inset listings
1280lstparams "language=TeX"
1281inline true
1282status open
1283
1284\begin_layout Plain Layout
1285
1286\backslash
1287begin{centering} hello
1288\end_layout
1289
1290\end_inset
1291
1292
1293\end_layout
1294
1295\begin_layout Section
1296Graphics
1297\begin_inset Index idx
1298status collapsed
1299
1300\begin_layout Plain Layout
1301Graphics
1302\end_layout
1303
1304\end_inset
1305
1306
1307\end_layout
1308
1309\begin_layout Standard
1310There is also some basic support for graphics, in the form
1311\begin_inset Graphics
1312	filename foo.eps
1313
1314\end_inset
1315
1316, or the slightly more elaborate
1317\begin_inset Graphics
1318	filename foo.eps
1319	width 1cm
1320	height 1cm
1321	clip
1322	BoundingBox 10bp 0bp 96bp 96bp
1323
1324\end_inset
1325
1326.
1327\end_layout
1328
1329\begin_layout Section
1330Tables
1331\begin_inset Index idx
1332status collapsed
1333
1334\begin_layout Plain Layout
1335Tables
1336\end_layout
1337
1338\end_inset
1339
1340
1341\end_layout
1342
1343\begin_layout Standard
1344The 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
1345\backslash
1346textbackslash etc.
1347\begin_inset ERT
1348status collapsed
1349
1350\begin_layout Plain Layout
1351
1352\backslash
1353let
1354\backslash
1355package
1356\backslash
1357textsf
1358\end_layout
1359
1360\end_inset
1361
1362
1363\begin_inset ERT
1364status collapsed
1365
1366\begin_layout Plain Layout
1367
1368\backslash
1369let
1370\backslash
1371env
1372\backslash
1373textsf
1374\end_layout
1375
1376\end_inset
1377
1378
1379\begin_inset ERT
1380status collapsed
1381
1382\begin_layout Plain Layout
1383
1384\backslash
1385let
1386\backslash
1387code
1388\backslash
1389texttt
1390\end_layout
1391
1392\end_inset
1393
1394
1395\begin_inset ERT
1396status collapsed
1397
1398\begin_layout Plain Layout
1399
1400\backslash
1401providecommand{
1402\backslash
1403finalclearpage}{
1404\backslash
1405clearpage}
1406\end_layout
1407
1408\end_inset
1409
1410
1411\end_layout
1412
1413\begin_layout Standard
1414
1415\begin_inset Tabular
1416<lyxtabular version="3" rows="66" columns="2">
1417<features rotate="0" islongtable="true">
1418<column alignment="none" valignment="top" special="@{*}r">
1419<column alignment="none" valignment="top" special="|p{1in}@{*}">
1420<row endfirsthead="true">
1421<cell alignment="none" valignment="top" bottomline="true" usebox="none">
1422\begin_inset Text
1423
1424\begin_layout Standard
1425KILLED
1426\end_layout
1427
1428\end_inset
1429</cell>
1430<cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
1431\begin_inset Text
1432
1433\begin_layout Standard
1434LINE!!!!
1435\begin_inset ERT
1436status collapsed
1437
1438\begin_layout Plain Layout
1439
1440\backslash
1441kill
1442\end_layout
1443
1444\end_inset
1445
1446
1447\begin_inset Caption Standard
1448
1449\begin_layout Plain Layout
1450
1451\begin_inset Argument 1
1452status collapsed
1453
1454
1455\begin_layout Standard
1456An optional table caption (used in the list of tables)
1457\end_layout
1458
1459\end_inset
1460
1461A long table
1462\begin_inset CommandInset label
1463LatexCommand label
1464name "long"
1465
1466\end_inset
1467
1468
1469\end_layout
1470
1471\end_inset
1472
1473
1474\end_layout
1475
1476\end_inset
1477</cell>
1478</row>
1479<row endfirsthead="true">
1480<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none" special="@{*}c@{*}">
1481\begin_inset Text
1482
1483\begin_layout Standard
1484This part appears at the top of the table
1485\end_layout
1486
1487\end_inset
1488</cell>
1489<cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
1490\begin_inset Text
1491
1492\end_inset
1493</cell>
1494</row>
1495<row endfirsthead="true">
1496<cell alignment="none" valignment="top" bottomline="true" usebox="none">
1497\begin_inset Text
1498
1499\begin_layout Standard
1500
1501\shape smallcaps
1502First
1503\shape default
1504
1505\end_layout
1506
1507\end_inset
1508</cell>
1509<cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
1510\begin_inset Text
1511
1512\begin_layout Standard
1513
1514\shape smallcaps
1515Second
1516\shape default
1517
1518\end_layout
1519
1520\end_inset
1521</cell>
1522</row>
1523<row endhead="true" caption="true">
1524<cell multicolumn="1" alignment="none" valignment="top" topline="true" bottomline="true" usebox="none">
1525\begin_inset Text
1526
1527\begin_layout Standard
1528
1529\begin_inset Caption Standard
1530
1531\begin_layout Plain Layout
1532
1533\begin_inset Argument 1
1534status collapsed
1535
1536
1537\end_inset
1538
1539(continued)
1540\end_layout
1541
1542\end_inset
1543
1544
1545\end_layout
1546
1547\end_inset
1548</cell>
1549<cell multicolumn="2" alignment="none" valignment="top" topline="true" bottomline="true" usebox="none">
1550\begin_inset Text
1551
1552\end_inset
1553</cell>
1554</row>
1555<row endhead="true">
1556<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none" special="@{*}c@{*}">
1557\begin_inset Text
1558
1559\begin_layout Standard
1560This part appears at the top of every other page
1561\end_layout
1562
1563\end_inset
1564</cell>
1565<cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
1566\begin_inset Text
1567
1568\end_inset
1569</cell>
1570</row>
1571<row endhead="true">
1572<cell alignment="none" valignment="top" bottomline="true" usebox="none">
1573\begin_inset Text
1574
1575\begin_layout Standard
1576
1577\series bold
1578First
1579\series default
1580
1581\end_layout
1582
1583\end_inset
1584</cell>
1585<cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
1586\begin_inset Text
1587
1588\begin_layout Standard
1589
1590\series bold
1591Second
1592\series default
1593
1594\end_layout
1595
1596\end_inset
1597</cell>
1598</row>
1599<row endfoot="true" caption="true">
1600<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none">
1601\begin_inset Text
1602
1603\begin_layout Standard
1604
1605\begin_inset Caption Unnumbered
1606
1607\begin_layout Plain Layout
1608standard foot
1609\end_layout
1610
1611\end_inset
1612
1613
1614\end_layout
1615
1616\end_inset
1617</cell>
1618<cell multicolumn="2" alignment="none" valignment="top" topline="true" usebox="none">
1619\begin_inset Text
1620
1621\end_inset
1622</cell>
1623</row>
1624<row endfoot="true">
1625<cell alignment="none" valignment="top" topline="true" usebox="none">
1626\begin_inset Text
1627
1628\begin_layout Standard
1629This goes at the
1630\end_layout
1631
1632\end_inset
1633</cell>
1634<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
1635\begin_inset Text
1636
1637\begin_layout Standard
1638bottom.
1639\end_layout
1640
1641\end_inset
1642</cell>
1643</row>
1644<row endlastfoot="true" caption="true">
1645<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none">
1646\begin_inset Text
1647
1648\begin_layout Standard
1649
1650\begin_inset Caption Unnumbered
1651
1652\begin_layout Plain Layout
1653(last foot)
1654\end_layout
1655
1656\end_inset
1657
1658
1659\end_layout
1660
1661\end_inset
1662</cell>
1663<cell multicolumn="2" alignment="none" valignment="top" topline="true" usebox="none">
1664\begin_inset Text
1665
1666\end_inset
1667</cell>
1668</row>
1669<row endlastfoot="true">
1670<cell alignment="none" valignment="top" topline="true" usebox="none">
1671\begin_inset Text
1672
1673\begin_layout Standard
1674These lines will
1675\end_layout
1676
1677\end_inset
1678</cell>
1679<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
1680\begin_inset Text
1681
1682\begin_layout Standard
1683appear
1684\end_layout
1685
1686\end_inset
1687</cell>
1688</row>
1689<row endlastfoot="true">
1690<cell alignment="none" valignment="top" usebox="none">
1691\begin_inset Text
1692
1693\begin_layout Standard
1694in place of the
1695\end_layout
1696
1697\end_inset
1698</cell>
1699<cell alignment="none" valignment="top" leftline="true" usebox="none">
1700\begin_inset Text
1701
1702\begin_layout Standard
1703usual foot
1704\end_layout
1705
1706\end_inset
1707</cell>
1708</row>
1709<row endlastfoot="true">
1710<cell alignment="none" valignment="top" usebox="none">
1711\begin_inset Text
1712
1713\begin_layout Standard
1714at the end
1715\end_layout
1716
1717\end_inset
1718</cell>
1719<cell alignment="none" valignment="top" leftline="true" usebox="none">
1720\begin_inset Text
1721
1722\begin_layout Standard
1723of the table
1724\end_layout
1725
1726\end_inset
1727</cell>
1728</row>
1729<row>
1730<cell alignment="none" valignment="top" topline="true" usebox="none">
1731\begin_inset Text
1732
1733\begin_layout Standard
1734
1735\begin_inset ERT
1736status collapsed
1737
1738\begin_layout Plain Layout
1739
1740\backslash
1741env
1742\end_layout
1743
1744\end_inset
1745
1746
1747\begin_inset ERT
1748status collapsed
1749
1750\begin_layout Plain Layout
1751{
1752\end_layout
1753
1754\end_inset
1755
1756longtable
1757\begin_inset ERT
1758status collapsed
1759
1760\begin_layout Plain Layout
1761}
1762\end_layout
1763
1764\end_inset
1765
1766 columns are specified
1767\end_layout
1768
1769\end_inset
1770</cell>
1771<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
1772\begin_inset Text
1773
1774\begin_layout Standard
1775in the
1776\end_layout
1777
1778\end_inset
1779</cell>
1780</row>
1781<row>
1782<cell alignment="none" valignment="top" usebox="none">
1783\begin_inset Text
1784
1785\begin_layout Standard
1786same way as in the
1787\begin_inset ERT
1788status collapsed
1789
1790\begin_layout Plain Layout
1791
1792\backslash
1793env
1794\end_layout
1795
1796\end_inset
1797
1798
1799\begin_inset ERT
1800status collapsed
1801
1802\begin_layout Plain Layout
1803{
1804\end_layout
1805
1806\end_inset
1807
1808tabular
1809\begin_inset ERT
1810status collapsed
1811
1812\begin_layout Plain Layout
1813}
1814\end_layout
1815
1816\end_inset
1817
1818
1819\end_layout
1820
1821\end_inset
1822</cell>
1823<cell alignment="none" valignment="top" leftline="true" usebox="none">
1824\begin_inset Text
1825
1826\begin_layout Standard
1827environment.
1828\end_layout
1829
1830\end_inset
1831</cell>
1832</row>
1833<row>
1834<cell alignment="none" valignment="top" usebox="none">
1835\begin_inset Text
1836
1837\begin_layout Standard
1838
1839\begin_inset ERT
1840status collapsed
1841
1842\begin_layout Plain Layout
1843
1844\backslash
1845code
1846\end_layout
1847
1848\end_inset
1849
1850
1851\begin_inset ERT
1852status collapsed
1853
1854\begin_layout Plain Layout
1855{
1856\end_layout
1857
1858\end_inset
1859
1860@{*}r||p{1in}@{*}
1861\begin_inset ERT
1862status collapsed
1863
1864\begin_layout Plain Layout
1865}
1866\end_layout
1867
1868\end_inset
1869
1870
1871\end_layout
1872
1873\end_inset
1874</cell>
1875<cell alignment="none" valignment="top" leftline="true" usebox="none">
1876\begin_inset Text
1877
1878\begin_layout Standard
1879in this case.
1880\end_layout
1881
1882\end_inset
1883</cell>
1884</row>
1885<row>
1886<cell alignment="none" valignment="top" usebox="none">
1887\begin_inset Text
1888
1889\begin_layout Standard
1890Each row ends with a
1891\end_layout
1892
1893\end_inset
1894</cell>
1895<cell alignment="none" valignment="top" leftline="true" usebox="none">
1896\begin_inset Text
1897
1898\begin_layout Standard
1899
1900\begin_inset ERT
1901status collapsed
1902
1903\begin_layout Plain Layout
1904
1905\backslash
1906code
1907\end_layout
1908
1909\end_inset
1910
1911
1912\begin_inset ERT
1913status collapsed
1914
1915\begin_layout Plain Layout
1916{
1917\end_layout
1918
1919\end_inset
1920
1921
1922\backslash
1923
1924\backslash
1925
1926\begin_inset ERT
1927status collapsed
1928
1929\begin_layout Plain Layout
1930}
1931\end_layout
1932
1933\end_inset
1934
1935 command.
1936\end_layout
1937
1938\end_inset
1939</cell>
1940</row>
1941<row>
1942<cell alignment="none" valignment="top" usebox="none">
1943\begin_inset Text
1944
1945\begin_layout Standard
1946The
1947\begin_inset ERT
1948status collapsed
1949
1950\begin_layout Plain Layout
1951
1952\backslash
1953code
1954\end_layout
1955
1956\end_inset
1957
1958
1959\begin_inset ERT
1960status collapsed
1961
1962\begin_layout Plain Layout
1963{
1964\end_layout
1965
1966\end_inset
1967
1968
1969\backslash
1970
1971\backslash
1972
1973\begin_inset ERT
1974status collapsed
1975
1976\begin_layout Plain Layout
1977}
1978\end_layout
1979
1980\end_inset
1981
1982 command has an
1983\end_layout
1984
1985\end_inset
1986</cell>
1987<cell alignment="none" valignment="top" leftline="true" usebox="none">
1988\begin_inset Text
1989
1990\begin_layout Standard
1991optional
1992\end_layout
1993
1994\end_inset
1995</cell>
1996</row>
1997<row>
1998<cell alignment="none" valignment="top" usebox="none">
1999\begin_inset Text
2000
2001\begin_layout Standard
2002argument, just as in
2003\end_layout
2004
2005\end_inset
2006</cell>
2007<cell alignment="none" valignment="top" leftline="true" usebox="none">
2008\begin_inset Text
2009
2010\begin_layout Standard
2011the
2012\end_layout
2013
2014\end_inset
2015</cell>
2016</row>
2017<row>
2018<cell alignment="none" valignment="top" usebox="none">
2019\begin_inset Text
2020
2021\begin_layout Standard
2022
2023\begin_inset ERT
2024status collapsed
2025
2026\begin_layout Plain Layout
2027
2028\backslash
2029env
2030\end_layout
2031
2032\end_inset
2033
2034
2035\begin_inset ERT
2036status collapsed
2037
2038\begin_layout Plain Layout
2039{
2040\end_layout
2041
2042\end_inset
2043
2044tabular
2045\begin_inset ERT
2046status collapsed
2047
2048\begin_layout Plain Layout
2049}
2050\end_layout
2051
2052\end_inset
2053
2054
2055\end_layout
2056
2057\end_inset
2058</cell>
2059<cell alignment="none" valignment="top" leftline="true" usebox="none">
2060\begin_inset Text
2061
2062\begin_layout Standard
2063environment.
2064\end_layout
2065
2066\end_inset
2067</cell>
2068</row>
2069<row>
2070<cell alignment="none" valignment="top" usebox="none">
2071\begin_inset Text
2072
2073\begin_layout Standard
2074[10pt] See the effect of
2075\begin_inset ERT
2076status collapsed
2077
2078\begin_layout Plain Layout
2079
2080\backslash
2081code
2082\end_layout
2083
2084\end_inset
2085
2086
2087\begin_inset ERT
2088status collapsed
2089
2090\begin_layout Plain Layout
2091{
2092\end_layout
2093
2094\end_inset
2095
2096
2097\backslash
2098
2099\backslash
2100[10pt]
2101\begin_inset ERT
2102status collapsed
2103
2104\begin_layout Plain Layout
2105}
2106\end_layout
2107
2108\end_inset
2109
2110
2111\end_layout
2112
2113\end_inset
2114</cell>
2115<cell alignment="none" valignment="top" leftline="true" usebox="none">
2116\begin_inset Text
2117
2118\begin_layout Standard
2119?
2120\end_layout
2121
2122\end_inset
2123</cell>
2124</row>
2125<row>
2126<cell alignment="none" valignment="top" usebox="none">
2127\begin_inset Text
2128
2129\begin_layout Standard
2130Lots of lines
2131\end_layout
2132
2133\end_inset
2134</cell>
2135<cell alignment="none" valignment="top" leftline="true" usebox="none">
2136\begin_inset Text
2137
2138\begin_layout Standard
2139like this.
2140\end_layout
2141
2142\end_inset
2143</cell>
2144</row>
2145<row>
2146<cell alignment="none" valignment="top" usebox="none">
2147\begin_inset Text
2148
2149\begin_layout Standard
2150Lots of lines
2151\end_layout
2152
2153\end_inset
2154</cell>
2155<cell alignment="none" valignment="top" leftline="true" usebox="none">
2156\begin_inset Text
2157
2158\begin_layout Standard
2159like this.
2160\end_layout
2161
2162\end_inset
2163</cell>
2164</row>
2165<row>
2166<cell alignment="none" valignment="top" usebox="none">
2167\begin_inset Text
2168
2169\begin_layout Standard
2170Lots of lines
2171\end_layout
2172
2173\end_inset
2174</cell>
2175<cell alignment="none" valignment="top" leftline="true" usebox="none">
2176\begin_inset Text
2177
2178\begin_layout Standard
2179like this.
2180\end_layout
2181
2182\end_inset
2183</cell>
2184</row>
2185<row>
2186<cell alignment="none" valignment="top" usebox="none">
2187\begin_inset Text
2188
2189\begin_layout Standard
2190Lots of lines
2191\end_layout
2192
2193\end_inset
2194</cell>
2195<cell alignment="none" valignment="top" leftline="true" usebox="none">
2196\begin_inset Text
2197
2198\begin_layout Standard
2199like this.
2200\end_layout
2201
2202\end_inset
2203</cell>
2204</row>
2205<row>
2206<cell alignment="none" valignment="top" usebox="none">
2207\begin_inset Text
2208
2209\begin_layout Standard
2210Also
2211\begin_inset ERT
2212status collapsed
2213
2214\begin_layout Plain Layout
2215
2216\backslash
2217code
2218\end_layout
2219
2220\end_inset
2221
2222
2223\begin_inset ERT
2224status collapsed
2225
2226\begin_layout Plain Layout
2227{
2228\end_layout
2229
2230\end_inset
2231
2232
2233\backslash
2234hline
2235\begin_inset ERT
2236status collapsed
2237
2238\begin_layout Plain Layout
2239}
2240\end_layout
2241
2242\end_inset
2243
2244 may be used,
2245\end_layout
2246
2247\end_inset
2248</cell>
2249<cell alignment="none" valignment="top" leftline="true" usebox="none">
2250\begin_inset Text
2251
2252\begin_layout Standard
2253as in
2254\begin_inset ERT
2255status collapsed
2256
2257\begin_layout Plain Layout
2258
2259\backslash
2260env
2261\end_layout
2262
2263\end_inset
2264
2265
2266\begin_inset ERT
2267status collapsed
2268
2269\begin_layout Plain Layout
2270{
2271\end_layout
2272
2273\end_inset
2274
2275tabular
2276\begin_inset ERT
2277status collapsed
2278
2279\begin_layout Plain Layout
2280}
2281\end_layout
2282
2283\end_inset
2284
2285.
2286\end_layout
2287
2288\end_inset
2289</cell>
2290</row>
2291<row>
2292<cell alignment="none" valignment="top" topline="true" bottomline="true" usebox="none">
2293\begin_inset Text
2294
2295\begin_layout Standard
2296That was a
2297\begin_inset ERT
2298status collapsed
2299
2300\begin_layout Plain Layout
2301
2302\backslash
2303code
2304\end_layout
2305
2306\end_inset
2307
2308
2309\begin_inset ERT
2310status collapsed
2311
2312\begin_layout Plain Layout
2313{
2314\end_layout
2315
2316\end_inset
2317
2318
2319\backslash
2320hline
2321\begin_inset ERT
2322status collapsed
2323
2324\begin_layout Plain Layout
2325}
2326\end_layout
2327
2328\end_inset
2329
2330
2331\end_layout
2332
2333\end_inset
2334</cell>
2335<cell alignment="none" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2336\begin_inset Text
2337
2338\begin_layout Standard
2339.
2340\end_layout
2341
2342\end_inset
2343</cell>
2344</row>
2345<row>
2346<cell alignment="none" valignment="top" topline="true" usebox="none">
2347\begin_inset Text
2348
2349\begin_layout Standard
2350That was
2351\begin_inset ERT
2352status collapsed
2353
2354\begin_layout Plain Layout
2355
2356\backslash
2357code
2358\end_layout
2359
2360\end_inset
2361
2362
2363\begin_inset ERT
2364status collapsed
2365
2366\begin_layout Plain Layout
2367{
2368\end_layout
2369
2370\end_inset
2371
2372
2373\backslash
2374hline
2375\backslash
2376hline
2377\begin_inset ERT
2378status collapsed
2379
2380\begin_layout Plain Layout
2381}
2382\end_layout
2383
2384\end_inset
2385
2386
2387\end_layout
2388
2389\end_inset
2390</cell>
2391<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
2392\begin_inset Text
2393
2394\begin_layout Standard
2395.
2396\end_layout
2397
2398\end_inset
2399</cell>
2400</row>
2401<row>
2402<cell multicolumn="1" alignment="none" valignment="top" leftline="true" rightline="true" usebox="none" special="|c|">
2403\begin_inset Text
2404
2405\begin_layout Standard
2406This is a
2407\begin_inset ERT
2408status collapsed
2409
2410\begin_layout Plain Layout
2411
2412\backslash
2413code
2414\end_layout
2415
2416\end_inset
2417
2418
2419\begin_inset ERT
2420status collapsed
2421
2422\begin_layout Plain Layout
2423{
2424\end_layout
2425
2426\end_inset
2427
2428
2429\backslash
2430multicolumn{2}{||c||}
2431\begin_inset ERT
2432status collapsed
2433
2434\begin_layout Plain Layout
2435}
2436\end_layout
2437
2438\end_inset
2439
2440
2441\end_layout
2442
2443\end_inset
2444</cell>
2445<cell multicolumn="2" alignment="center" valignment="top" usebox="none">
2446\begin_inset Text
2447
2448\end_inset
2449</cell>
2450</row>
2451<row>
2452<cell alignment="none" valignment="top" usebox="none">
2453\begin_inset Text
2454
2455\begin_layout Standard
2456If a page break occurs at a
2457\begin_inset ERT
2458status collapsed
2459
2460\begin_layout Plain Layout
2461
2462\backslash
2463code
2464\end_layout
2465
2466\end_inset
2467
2468
2469\begin_inset ERT
2470status collapsed
2471
2472\begin_layout Plain Layout
2473{
2474\end_layout
2475
2476\end_inset
2477
2478
2479\backslash
2480hline
2481\begin_inset ERT
2482status collapsed
2483
2484\begin_layout Plain Layout
2485}
2486\end_layout
2487
2488\end_inset
2489
2490 then
2491\end_layout
2492
2493\end_inset
2494</cell>
2495<cell alignment="none" valignment="top" leftline="true" usebox="none">
2496\begin_inset Text
2497
2498\begin_layout Standard
2499a line is drawn
2500\end_layout
2501
2502\end_inset
2503</cell>
2504</row>
2505<row>
2506<cell alignment="none" valignment="top" usebox="none">
2507\begin_inset Text
2508
2509\begin_layout Standard
2510at the bottom of one page and at the
2511\end_layout
2512
2513\end_inset
2514</cell>
2515<cell alignment="none" valignment="top" leftline="true" usebox="none">
2516\begin_inset Text
2517
2518\begin_layout Standard
2519top of the next.
2520\end_layout
2521
2522\end_inset
2523</cell>
2524</row>
2525<row>
2526<cell alignment="none" valignment="top" topline="true" usebox="none">
2527\begin_inset Text
2528
2529\begin_layout Standard
2530The
2531\begin_inset ERT
2532status collapsed
2533
2534\begin_layout Plain Layout
2535
2536\backslash
2537code
2538\end_layout
2539
2540\end_inset
2541
2542
2543\begin_inset ERT
2544status collapsed
2545
2546\begin_layout Plain Layout
2547{
2548\end_layout
2549
2550\end_inset
2551
2552[t] [b] [c]
2553\begin_inset ERT
2554status collapsed
2555
2556\begin_layout Plain Layout
2557}
2558\end_layout
2559
2560\end_inset
2561
2562 argument of
2563\begin_inset ERT
2564status collapsed
2565
2566\begin_layout Plain Layout
2567
2568\backslash
2569env
2570\end_layout
2571
2572\end_inset
2573
2574
2575\begin_inset ERT
2576status collapsed
2577
2578\begin_layout Plain Layout
2579{
2580\end_layout
2581
2582\end_inset
2583
2584tabular
2585\begin_inset ERT
2586status collapsed
2587
2588\begin_layout Plain Layout
2589}
2590\end_layout
2591
2592\end_inset
2593
2594
2595\end_layout
2596
2597\end_inset
2598</cell>
2599<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
2600\begin_inset Text
2601
2602\begin_layout Standard
2603can not be used.
2604\end_layout
2605
2606\end_inset
2607</cell>
2608</row>
2609<row>
2610<cell alignment="none" valignment="top" usebox="none">
2611\begin_inset Text
2612
2613\begin_layout Standard
2614The optional argument may be one of
2615\end_layout
2616
2617\end_inset
2618</cell>
2619<cell alignment="none" valignment="top" leftline="true" usebox="none">
2620\begin_inset Text
2621
2622\begin_layout Standard
2623
2624\begin_inset ERT
2625status collapsed
2626
2627\begin_layout Plain Layout
2628
2629\backslash
2630code
2631\end_layout
2632
2633\end_inset
2634
2635
2636\begin_inset ERT
2637status collapsed
2638
2639\begin_layout Plain Layout
2640{
2641\end_layout
2642
2643\end_inset
2644
2645[l] [r] [c]
2646\begin_inset ERT
2647status collapsed
2648
2649\begin_layout Plain Layout
2650}
2651\end_layout
2652
2653\end_inset
2654
2655
2656\end_layout
2657
2658\end_inset
2659</cell>
2660</row>
2661<row>
2662<cell alignment="none" valignment="top" usebox="none">
2663\begin_inset Text
2664
2665\begin_layout Standard
2666to specify whether the table should be
2667\end_layout
2668
2669\end_inset
2670</cell>
2671<cell alignment="none" valignment="top" leftline="true" usebox="none">
2672\begin_inset Text
2673
2674\begin_layout Standard
2675adjusted
2676\end_layout
2677
2678\end_inset
2679</cell>
2680</row>
2681<row>
2682<cell alignment="none" valignment="top" bottomline="true" usebox="none">
2683\begin_inset Text
2684
2685\begin_layout Standard
2686to the left, right
2687\end_layout
2688
2689\end_inset
2690</cell>
2691<cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
2692\begin_inset Text
2693
2694\begin_layout Standard
2695or centrally.
2696\end_layout
2697
2698\end_inset
2699</cell>
2700</row>
2701<row>
2702<cell alignment="none" valignment="top" topline="true" usebox="none">
2703\begin_inset Text
2704
2705\begin_layout Standard
2706Lots of lines
2707\end_layout
2708
2709\end_inset
2710</cell>
2711<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
2712\begin_inset Text
2713
2714\begin_layout Standard
2715like this.
2716\end_layout
2717
2718\end_inset
2719</cell>
2720</row>
2721<row>
2722<cell alignment="none" valignment="top" usebox="none">
2723\begin_inset Text
2724
2725\begin_layout Standard
2726Lots of lines
2727\end_layout
2728
2729\end_inset
2730</cell>
2731<cell alignment="none" valignment="top" leftline="true" usebox="none">
2732\begin_inset Text
2733
2734\begin_layout Standard
2735like this.
2736\end_layout
2737
2738\end_inset
2739</cell>
2740</row>
2741<row>
2742<cell alignment="none" valignment="top" usebox="none">
2743\begin_inset Text
2744
2745\begin_layout Standard
2746Lots of lines
2747\end_layout
2748
2749\end_inset
2750</cell>
2751<cell alignment="none" valignment="top" leftline="true" usebox="none">
2752\begin_inset Text
2753
2754\begin_layout Standard
2755like this.
2756\end_layout
2757
2758\end_inset
2759</cell>
2760</row>
2761<row>
2762<cell alignment="none" valignment="top" usebox="none">
2763\begin_inset Text
2764
2765\begin_layout Standard
2766Lots of lines
2767\end_layout
2768
2769\end_inset
2770</cell>
2771<cell alignment="none" valignment="top" leftline="true" usebox="none">
2772\begin_inset Text
2773
2774\begin_layout Standard
2775like this.
2776\end_layout
2777
2778\end_inset
2779</cell>
2780</row>
2781<row>
2782<cell alignment="none" valignment="top" usebox="none">
2783\begin_inset Text
2784
2785\begin_layout Standard
2786Lots of lines
2787\end_layout
2788
2789\end_inset
2790</cell>
2791<cell alignment="none" valignment="top" leftline="true" usebox="none">
2792\begin_inset Text
2793
2794\begin_layout Standard
2795like this.
2796\end_layout
2797
2798\end_inset
2799</cell>
2800</row>
2801<row>
2802<cell alignment="none" valignment="top" usebox="none">
2803\begin_inset Text
2804
2805\begin_layout Standard
2806Lots of lines
2807\end_layout
2808
2809\end_inset
2810</cell>
2811<cell alignment="none" valignment="top" leftline="true" usebox="none">
2812\begin_inset Text
2813
2814\begin_layout Standard
2815like this.
2816\end_layout
2817
2818\end_inset
2819</cell>
2820</row>
2821<row>
2822<cell alignment="none" valignment="top" usebox="none">
2823\begin_inset Text
2824
2825\begin_layout Standard
2826Lots of lines
2827\end_layout
2828
2829\end_inset
2830</cell>
2831<cell alignment="none" valignment="top" leftline="true" usebox="none">
2832\begin_inset Text
2833
2834\begin_layout Standard
2835like this.
2836\end_layout
2837
2838\end_inset
2839</cell>
2840</row>
2841<row>
2842<cell alignment="none" valignment="top" usebox="none">
2843\begin_inset Text
2844
2845\begin_layout Standard
2846Lots of lines
2847\end_layout
2848
2849\end_inset
2850</cell>
2851<cell alignment="none" valignment="top" leftline="true" usebox="none">
2852\begin_inset Text
2853
2854\begin_layout Standard
2855like this.
2856\end_layout
2857
2858\end_inset
2859</cell>
2860</row>
2861<row>
2862<cell alignment="none" valignment="top" usebox="none">
2863\begin_inset Text
2864
2865\begin_layout Standard
2866Lots of lines
2867\end_layout
2868
2869\end_inset
2870</cell>
2871<cell alignment="none" valignment="top" leftline="true" usebox="none">
2872\begin_inset Text
2873
2874\begin_layout Standard
2875like this.
2876\end_layout
2877
2878\end_inset
2879</cell>
2880</row>
2881<row>
2882<cell alignment="none" valignment="top" usebox="none">
2883\begin_inset Text
2884
2885\begin_layout Standard
2886Lots of lines
2887\end_layout
2888
2889\end_inset
2890</cell>
2891<cell alignment="none" valignment="top" leftline="true" usebox="none">
2892\begin_inset Text
2893
2894\begin_layout Standard
2895like this.
2896\end_layout
2897
2898\end_inset
2899</cell>
2900</row>
2901<row>
2902<cell alignment="none" valignment="top" usebox="none">
2903\begin_inset Text
2904
2905\begin_layout Standard
2906Lots of lines
2907\end_layout
2908
2909\end_inset
2910</cell>
2911<cell alignment="none" valignment="top" leftline="true" usebox="none">
2912\begin_inset Text
2913
2914\begin_layout Standard
2915like this.
2916\end_layout
2917
2918\end_inset
2919</cell>
2920</row>
2921<row>
2922<cell alignment="none" valignment="top" usebox="none">
2923\begin_inset Text
2924
2925\begin_layout Standard
2926Lots of lines
2927\end_layout
2928
2929\end_inset
2930</cell>
2931<cell alignment="none" valignment="top" leftline="true" usebox="none">
2932\begin_inset Text
2933
2934\begin_layout Standard
2935like this.
2936\end_layout
2937
2938\end_inset
2939</cell>
2940</row>
2941<row>
2942<cell alignment="none" valignment="top" usebox="none">
2943\begin_inset Text
2944
2945\begin_layout Standard
2946Lots of lines
2947\end_layout
2948
2949\end_inset
2950</cell>
2951<cell alignment="none" valignment="top" leftline="true" usebox="none">
2952\begin_inset Text
2953
2954\begin_layout Standard
2955like this.
2956\end_layout
2957
2958\end_inset
2959</cell>
2960</row>
2961<row>
2962<cell alignment="none" valignment="top" usebox="none">
2963\begin_inset Text
2964
2965\begin_layout Standard
2966Lots of lines
2967\end_layout
2968
2969\end_inset
2970</cell>
2971<cell alignment="none" valignment="top" leftline="true" usebox="none">
2972\begin_inset Text
2973
2974\begin_layout Standard
2975like this.
2976\end_layout
2977
2978\end_inset
2979</cell>
2980</row>
2981<row>
2982<cell alignment="none" valignment="top" usebox="none">
2983\begin_inset Text
2984
2985\begin_layout Standard
2986Lots of lines
2987\end_layout
2988
2989\end_inset
2990</cell>
2991<cell alignment="none" valignment="top" leftline="true" usebox="none">
2992\begin_inset Text
2993
2994\begin_layout Standard
2995like this.
2996\end_layout
2997
2998\end_inset
2999</cell>
3000</row>
3001<row>
3002<cell alignment="none" valignment="top" usebox="none">
3003\begin_inset Text
3004
3005\begin_layout Standard
3006Lots of lines
3007\end_layout
3008
3009\end_inset
3010</cell>
3011<cell alignment="none" valignment="top" leftline="true" usebox="none">
3012\begin_inset Text
3013
3014\begin_layout Standard
3015like this.
3016\end_layout
3017
3018\end_inset
3019</cell>
3020</row>
3021<row>
3022<cell alignment="none" valignment="top" usebox="none">
3023\begin_inset Text
3024
3025\begin_layout Standard
3026Lots of lines
3027\end_layout
3028
3029\end_inset
3030</cell>
3031<cell alignment="none" valignment="top" leftline="true" usebox="none">
3032\begin_inset Text
3033
3034\begin_layout Standard
3035like this.
3036\end_layout
3037
3038\end_inset
3039</cell>
3040</row>
3041<row>
3042<cell alignment="none" valignment="top" usebox="none">
3043\begin_inset Text
3044
3045\begin_layout Standard
3046Lots of lines
3047\end_layout
3048
3049\end_inset
3050</cell>
3051<cell alignment="none" valignment="top" leftline="true" usebox="none">
3052\begin_inset Text
3053
3054\begin_layout Standard
3055like this.
3056\end_layout
3057
3058\end_inset
3059</cell>
3060</row>
3061<row>
3062<cell alignment="none" valignment="top" usebox="none">
3063\begin_inset Text
3064
3065\begin_layout Standard
3066Lots of lines
3067\end_layout
3068
3069\end_inset
3070</cell>
3071<cell alignment="none" valignment="top" leftline="true" usebox="none">
3072\begin_inset Text
3073
3074\begin_layout Standard
3075like this.
3076\end_layout
3077
3078\end_inset
3079</cell>
3080</row>
3081<row>
3082<cell alignment="none" valignment="top" usebox="none">
3083\begin_inset Text
3084
3085\begin_layout Standard
3086Lots of lines
3087\end_layout
3088
3089\end_inset
3090</cell>
3091<cell alignment="none" valignment="top" leftline="true" usebox="none">
3092\begin_inset Text
3093
3094\begin_layout Standard
3095like this.
3096\end_layout
3097
3098\end_inset
3099</cell>
3100</row>
3101<row>
3102<cell alignment="none" valignment="top" usebox="none">
3103\begin_inset Text
3104
3105\begin_layout Standard
3106Some lines may take up a lot of space, like this:
3107\end_layout
3108
3109\end_inset
3110</cell>
3111<cell alignment="none" valignment="top" leftline="true" usebox="none">
3112\begin_inset Text
3113
3114\begin_layout Standard
3115
3116\begin_inset ERT
3117status collapsed
3118
3119\begin_layout Plain Layout
3120
3121\backslash
3122raggedleft
3123\end_layout
3124
3125\end_inset
3126
3127 This last column is a
3128\begin_inset Quotes eld
3129\end_inset
3130
3131p
3132\begin_inset Quotes erd
3133\end_inset
3134
3135 column so this
3136\begin_inset Quotes eld
3137\end_inset
3138
3139row
3140\begin_inset Quotes erd
3141\end_inset
3142
3143 of the table can take up several lines. Note however that \SpecialChar TeX
3144
3145\begin_inset space \space{}
3146
3147\end_inset
3148
3149will never break a page within such a row. Page breaks only occur between rows of the table or at
3150\begin_inset ERT
3151status collapsed
3152
3153\begin_layout Plain Layout
3154
3155\backslash
3156code
3157\end_layout
3158
3159\end_inset
3160
3161
3162\begin_inset ERT
3163status collapsed
3164
3165\begin_layout Plain Layout
3166{
3167\end_layout
3168
3169\end_inset
3170
3171
3172\backslash
3173hline
3174\begin_inset ERT
3175status collapsed
3176
3177\begin_layout Plain Layout
3178}
3179\end_layout
3180
3181\end_inset
3182
3183 commands.
3184\end_layout
3185
3186\end_inset
3187</cell>
3188</row>
3189<row>
3190<cell alignment="none" valignment="top" usebox="none">
3191\begin_inset Text
3192
3193\begin_layout Standard
3194Lots of lines
3195\end_layout
3196
3197\end_inset
3198</cell>
3199<cell alignment="none" valignment="top" leftline="true" usebox="none">
3200\begin_inset Text
3201
3202\begin_layout Standard
3203like this.
3204\end_layout
3205
3206\end_inset
3207</cell>
3208</row>
3209<row>
3210<cell alignment="none" valignment="top" usebox="none">
3211\begin_inset Text
3212
3213\begin_layout Standard
3214Lots of lines
3215\end_layout
3216
3217\end_inset
3218</cell>
3219<cell alignment="none" valignment="top" leftline="true" usebox="none">
3220\begin_inset Text
3221
3222\begin_layout Standard
3223like this.
3224\end_layout
3225
3226\end_inset
3227</cell>
3228</row>
3229<row>
3230<cell alignment="none" valignment="top" usebox="none">
3231\begin_inset Text
3232
3233\begin_layout Standard
3234Lots of lines
3235\end_layout
3236
3237\end_inset
3238</cell>
3239<cell alignment="none" valignment="top" leftline="true" usebox="none">
3240\begin_inset Text
3241
3242\begin_layout Standard
3243like this.
3244\end_layout
3245
3246\end_inset
3247</cell>
3248</row>
3249<row>
3250<cell alignment="none" valignment="top" usebox="none">
3251\begin_inset Text
3252
3253\begin_layout Standard
3254Lots of lines
3255\end_layout
3256
3257\end_inset
3258</cell>
3259<cell alignment="none" valignment="top" leftline="true" usebox="none">
3260\begin_inset Text
3261
3262\begin_layout Standard
3263like this.
3264\end_layout
3265
3266\end_inset
3267</cell>
3268</row>
3269<row>
3270<cell alignment="none" valignment="top" usebox="none">
3271\begin_inset Text
3272
3273\begin_layout Standard
3274Lots of lines
3275\end_layout
3276
3277\end_inset
3278</cell>
3279<cell alignment="none" valignment="top" leftline="true" usebox="none">
3280\begin_inset Text
3281
3282\begin_layout Standard
3283like this.
3284\end_layout
3285
3286\end_inset
3287</cell>
3288</row>
3289<row>
3290<cell alignment="none" valignment="top" usebox="none">
3291\begin_inset Text
3292
3293\begin_layout Standard
3294Lots of lines
3295\end_layout
3296
3297\end_inset
3298</cell>
3299<cell alignment="none" valignment="top" leftline="true" usebox="none">
3300\begin_inset Text
3301
3302\begin_layout Standard
3303like this.
3304\end_layout
3305
3306\end_inset
3307</cell>
3308</row>
3309<row>
3310<cell alignment="none" valignment="top" usebox="none">
3311\begin_inset Text
3312
3313\begin_layout Standard
3314Lots of lines
3315\end_layout
3316
3317\end_inset
3318</cell>
3319<cell alignment="none" valignment="top" leftline="true" usebox="none">
3320\begin_inset Text
3321
3322\begin_layout Standard
3323like this.
3324\end_layout
3325
3326\end_inset
3327</cell>
3328</row>
3329<row>
3330<cell alignment="none" valignment="top" topline="true" usebox="none">
3331\begin_inset Text
3332
3333\begin_layout Standard
3334Lots
3335\begin_inset Foot
3336status collapsed
3337
3338
3339\begin_layout Standard
3340This is a footnote.
3341\end_layout
3342
3343\end_inset
3344
3345 of lines
3346\end_layout
3347
3348\end_inset
3349</cell>
3350<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
3351\begin_inset Text
3352
3353\begin_layout Standard
3354like this.
3355\end_layout
3356
3357\end_inset
3358</cell>
3359</row>
3360<row>
3361<cell alignment="none" valignment="top" usebox="none">
3362\begin_inset Text
3363
3364\begin_layout Standard
3365Lots of lines
3366\end_layout
3367
3368\end_inset
3369</cell>
3370<cell alignment="none" valignment="top" leftline="true" usebox="none">
3371\begin_inset Text
3372
3373\begin_layout Standard
3374like this
3375\begin_inset Foot
3376status collapsed
3377
3378
3379\begin_layout Standard
3380
3381\begin_inset ERT
3382status collapsed
3383
3384\begin_layout Plain Layout
3385
3386\backslash
3387env
3388\end_layout
3389
3390\end_inset
3391
3392
3393\begin_inset ERT
3394status collapsed
3395
3396\begin_layout Plain Layout
3397{
3398\end_layout
3399
3400\end_inset
3401
3402longtable
3403\begin_inset ERT
3404status collapsed
3405
3406\begin_layout Plain Layout
3407}
3408\end_layout
3409
3410\end_inset
3411
3412 takes special precautions, so that footnotes may also be used in `p' columns.
3413\end_layout
3414
3415\end_inset
3416
3417
3418\end_layout
3419
3420\end_inset
3421</cell>
3422</row>
3423<row>
3424<cell alignment="none" valignment="top" topline="true" usebox="none">
3425\begin_inset Text
3426
3427\begin_layout Standard
3428Lots of lines
3429\end_layout
3430
3431\end_inset
3432</cell>
3433<cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
3434\begin_inset Text
3435
3436\begin_layout Standard
3437like this.
3438\end_layout
3439
3440\end_inset
3441</cell>
3442</row>
3443<row>
3444<cell alignment="none" valignment="top" usebox="none">
3445\begin_inset Text
3446
3447\begin_layout Standard
3448Lots of lines
3449\end_layout
3450
3451\end_inset
3452</cell>
3453<cell alignment="none" valignment="top" leftline="true" usebox="none">
3454\begin_inset Text
3455
3456\begin_layout Standard
3457like this.
3458\end_layout
3459
3460\end_inset
3461</cell>
3462</row>
3463</lyxtabular>
3464
3465\end_inset
3466
3467
3468\end_layout
3469
3470\begin_layout Standard
3471From bug 7412 another example with more captions (can currently not produced in LyX):
3472\begin_inset Tabular
3473<lyxtabular version="3" rows="45" columns="2">
3474<features rotate="0" islongtable="true" lastFootEmpty="true">
3475<column alignment="left" valignment="top">
3476<column alignment="left" valignment="top">
3477<row endfirsthead="true" caption="true">
3478<cell multicolumn="1" alignment="left" valignment="top" usebox="none">
3479\begin_inset Text
3480
3481\begin_layout Standard
3482
3483\begin_inset Caption Standard
3484
3485\begin_layout Plain Layout
3486A long table
3487\end_layout
3488
3489\end_inset
3490
3491
3492\end_layout
3493
3494\end_inset
3495</cell>
3496<cell multicolumn="2" alignment="none" valignment="top" usebox="none">
3497\begin_inset Text
3498
3499\end_inset
3500</cell>
3501</row>
3502<row endhead="true" caption="true">
3503<cell multicolumn="1" alignment="left" valignment="top" usebox="none">
3504\begin_inset Text
3505
3506\begin_layout Standard
3507
3508\begin_inset Caption Standard
3509
3510\begin_layout Plain Layout
3511A long table – continued
3512\end_layout
3513
3514\end_inset
3515
3516
3517\end_layout
3518
3519\end_inset
3520</cell>
3521<cell multicolumn="2" alignment="none" valignment="top" usebox="none">
3522\begin_inset Text
3523
3524\end_inset
3525</cell>
3526</row>
3527<row endfoot="true">
3528<cell multicolumn="1" alignment="none" valignment="top" usebox="none" special="r">
3529\begin_inset Text
3530
3531\begin_layout Standard
3532
3533\begin_inset ERT
3534status collapsed
3535
3536\begin_layout Plain Layout
3537{
3538\end_layout
3539
3540\end_inset
3541
3542Continued on next page
3543\begin_inset ERT
3544status collapsed
3545
3546\begin_layout Plain Layout
3547}
3548\end_layout
3549
3550\end_inset
3551
3552
3553\end_layout
3554
3555\end_inset
3556</cell>
3557<cell multicolumn="2" alignment="center" valignment="top" usebox="none">
3558\begin_inset Text
3559
3560\end_inset
3561</cell>
3562</row>
3563<row>
3564<cell multicolumn="1" alignment="none" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="c">
3565\begin_inset Text
3566
3567\begin_layout Standard
3568Something
3569\end_layout
3570
3571\end_inset
3572</cell>
3573<cell multicolumn="1" alignment="none" valignment="top" topline="true" rightline="true" usebox="none" special="c">
3574\begin_inset Text
3575
3576\begin_layout Standard
3577Description
3578\end_layout
3579
3580\end_inset
3581</cell>
3582</row>
3583<row>
3584<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3585\begin_inset Text
3586
3587\begin_layout Standard
3588Lots of lines
3589\end_layout
3590
3591\end_inset
3592</cell>
3593<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3594\begin_inset Text
3595
3596\begin_layout Standard
3597like this.
3598\end_layout
3599
3600\end_inset
3601</cell>
3602</row>
3603<row>
3604<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3605\begin_inset Text
3606
3607\begin_layout Standard
3608Lots of lines
3609\end_layout
3610
3611\end_inset
3612</cell>
3613<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3614\begin_inset Text
3615
3616\begin_layout Standard
3617like this.
3618\end_layout
3619
3620\end_inset
3621</cell>
3622</row>
3623<row>
3624<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3625\begin_inset Text
3626
3627\begin_layout Standard
3628Lots of lines
3629\end_layout
3630
3631\end_inset
3632</cell>
3633<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3634\begin_inset Text
3635
3636\begin_layout Standard
3637like this.
3638\end_layout
3639
3640\end_inset
3641</cell>
3642</row>
3643<row>
3644<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3645\begin_inset Text
3646
3647\begin_layout Standard
3648Lots of lines
3649\end_layout
3650
3651\end_inset
3652</cell>
3653<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3654\begin_inset Text
3655
3656\begin_layout Standard
3657like this.
3658\end_layout
3659
3660\end_inset
3661</cell>
3662</row>
3663<row>
3664<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3665\begin_inset Text
3666
3667\begin_layout Standard
3668Lots of lines
3669\end_layout
3670
3671\end_inset
3672</cell>
3673<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3674\begin_inset Text
3675
3676\begin_layout Standard
3677like this.
3678\end_layout
3679
3680\end_inset
3681</cell>
3682</row>
3683<row>
3684<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3685\begin_inset Text
3686
3687\begin_layout Standard
3688Lots of lines
3689\end_layout
3690
3691\end_inset
3692</cell>
3693<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3694\begin_inset Text
3695
3696\begin_layout Standard
3697like this.
3698\end_layout
3699
3700\end_inset
3701</cell>
3702</row>
3703<row>
3704<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3705\begin_inset Text
3706
3707\begin_layout Standard
3708Lots of lines
3709\end_layout
3710
3711\end_inset
3712</cell>
3713<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3714\begin_inset Text
3715
3716\begin_layout Standard
3717like this.
3718\end_layout
3719
3720\end_inset
3721</cell>
3722</row>
3723<row>
3724<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3725\begin_inset Text
3726
3727\begin_layout Standard
3728Lots of lines
3729\end_layout
3730
3731\end_inset
3732</cell>
3733<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3734\begin_inset Text
3735
3736\begin_layout Standard
3737like this.
3738\end_layout
3739
3740\end_inset
3741</cell>
3742</row>
3743<row>
3744<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3745\begin_inset Text
3746
3747\begin_layout Standard
3748Lots of lines
3749\end_layout
3750
3751\end_inset
3752</cell>
3753<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3754\begin_inset Text
3755
3756\begin_layout Standard
3757like this.
3758\end_layout
3759
3760\end_inset
3761</cell>
3762</row>
3763<row>
3764<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3765\begin_inset Text
3766
3767\begin_layout Standard
3768Lots of lines
3769\end_layout
3770
3771\end_inset
3772</cell>
3773<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3774\begin_inset Text
3775
3776\begin_layout Standard
3777like this.
3778\end_layout
3779
3780\end_inset
3781</cell>
3782</row>
3783<row>
3784<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3785\begin_inset Text
3786
3787\begin_layout Standard
3788Lots of lines
3789\end_layout
3790
3791\end_inset
3792</cell>
3793<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3794\begin_inset Text
3795
3796\begin_layout Standard
3797like this.
3798\end_layout
3799
3800\end_inset
3801</cell>
3802</row>
3803<row>
3804<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3805\begin_inset Text
3806
3807\begin_layout Standard
3808Lots of lines
3809\end_layout
3810
3811\end_inset
3812</cell>
3813<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3814\begin_inset Text
3815
3816\begin_layout Standard
3817like this.
3818\end_layout
3819
3820\end_inset
3821</cell>
3822</row>
3823<row>
3824<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3825\begin_inset Text
3826
3827\begin_layout Standard
3828Lots of lines
3829\end_layout
3830
3831\end_inset
3832</cell>
3833<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3834\begin_inset Text
3835
3836\begin_layout Standard
3837like this.
3838\end_layout
3839
3840\end_inset
3841</cell>
3842</row>
3843<row>
3844<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3845\begin_inset Text
3846
3847\begin_layout Standard
3848Lots of lines
3849\end_layout
3850
3851\end_inset
3852</cell>
3853<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3854\begin_inset Text
3855
3856\begin_layout Standard
3857like this.
3858\end_layout
3859
3860\end_inset
3861</cell>
3862</row>
3863<row>
3864<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3865\begin_inset Text
3866
3867\begin_layout Standard
3868Lots of lines
3869\end_layout
3870
3871\end_inset
3872</cell>
3873<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3874\begin_inset Text
3875
3876\begin_layout Standard
3877like this.
3878\end_layout
3879
3880\end_inset
3881</cell>
3882</row>
3883<row>
3884<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3885\begin_inset Text
3886
3887\begin_layout Standard
3888Lots of lines
3889\end_layout
3890
3891\end_inset
3892</cell>
3893<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3894\begin_inset Text
3895
3896\begin_layout Standard
3897like this.
3898\end_layout
3899
3900\end_inset
3901</cell>
3902</row>
3903<row>
3904<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3905\begin_inset Text
3906
3907\begin_layout Standard
3908Lots of lines
3909\end_layout
3910
3911\end_inset
3912</cell>
3913<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3914\begin_inset Text
3915
3916\begin_layout Standard
3917like this.
3918\end_layout
3919
3920\end_inset
3921</cell>
3922</row>
3923<row>
3924<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3925\begin_inset Text
3926
3927\begin_layout Standard
3928Lots of lines
3929\end_layout
3930
3931\end_inset
3932</cell>
3933<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3934\begin_inset Text
3935
3936\begin_layout Standard
3937like this.
3938\end_layout
3939
3940\end_inset
3941</cell>
3942</row>
3943<row>
3944<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3945\begin_inset Text
3946
3947\begin_layout Standard
3948Lots of lines
3949\end_layout
3950
3951\end_inset
3952</cell>
3953<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3954\begin_inset Text
3955
3956\begin_layout Standard
3957like this.
3958\end_layout
3959
3960\end_inset
3961</cell>
3962</row>
3963<row>
3964<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3965\begin_inset Text
3966
3967\begin_layout Standard
3968Lots of lines
3969\end_layout
3970
3971\end_inset
3972</cell>
3973<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3974\begin_inset Text
3975
3976\begin_layout Standard
3977like this.
3978\end_layout
3979
3980\end_inset
3981</cell>
3982</row>
3983<row>
3984<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3985\begin_inset Text
3986
3987\begin_layout Standard
3988Lots of lines
3989\end_layout
3990
3991\end_inset
3992</cell>
3993<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
3994\begin_inset Text
3995
3996\begin_layout Standard
3997like this.
3998\end_layout
3999
4000\end_inset
4001</cell>
4002</row>
4003<row>
4004<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4005\begin_inset Text
4006
4007\begin_layout Standard
4008Lots of lines
4009\end_layout
4010
4011\end_inset
4012</cell>
4013<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4014\begin_inset Text
4015
4016\begin_layout Standard
4017like this.
4018\end_layout
4019
4020\end_inset
4021</cell>
4022</row>
4023<row>
4024<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4025\begin_inset Text
4026
4027\begin_layout Standard
4028Lots of lines
4029\end_layout
4030
4031\end_inset
4032</cell>
4033<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4034\begin_inset Text
4035
4036\begin_layout Standard
4037like this.
4038\end_layout
4039
4040\end_inset
4041</cell>
4042</row>
4043<row>
4044<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4045\begin_inset Text
4046
4047\begin_layout Standard
4048Lots of lines
4049\end_layout
4050
4051\end_inset
4052</cell>
4053<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4054\begin_inset Text
4055
4056\begin_layout Standard
4057like this.
4058\end_layout
4059
4060\end_inset
4061</cell>
4062</row>
4063<row>
4064<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4065\begin_inset Text
4066
4067\begin_layout Standard
4068Lots of lines
4069\end_layout
4070
4071\end_inset
4072</cell>
4073<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4074\begin_inset Text
4075
4076\begin_layout Standard
4077like this.
4078\end_layout
4079
4080\end_inset
4081</cell>
4082</row>
4083<row>
4084<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4085\begin_inset Text
4086
4087\begin_layout Standard
4088Lots of lines
4089\end_layout
4090
4091\end_inset
4092</cell>
4093<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4094\begin_inset Text
4095
4096\begin_layout Standard
4097like this.
4098\end_layout
4099
4100\end_inset
4101</cell>
4102</row>
4103<row>
4104<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4105\begin_inset Text
4106
4107\begin_layout Standard
4108Lots of lines
4109\end_layout
4110
4111\end_inset
4112</cell>
4113<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4114\begin_inset Text
4115
4116\begin_layout Standard
4117like this.
4118\end_layout
4119
4120\end_inset
4121</cell>
4122</row>
4123<row>
4124<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4125\begin_inset Text
4126
4127\begin_layout Standard
4128Lots of lines
4129\end_layout
4130
4131\end_inset
4132</cell>
4133<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4134\begin_inset Text
4135
4136\begin_layout Standard
4137like this.
4138\end_layout
4139
4140\end_inset
4141</cell>
4142</row>
4143<row>
4144<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4145\begin_inset Text
4146
4147\begin_layout Standard
4148Lots of lines
4149\end_layout
4150
4151\end_inset
4152</cell>
4153<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4154\begin_inset Text
4155
4156\begin_layout Standard
4157like this.
4158\end_layout
4159
4160\end_inset
4161</cell>
4162</row>
4163<row>
4164<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4165\begin_inset Text
4166
4167\begin_layout Standard
4168Lots of lines
4169\end_layout
4170
4171\end_inset
4172</cell>
4173<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4174\begin_inset Text
4175
4176\begin_layout Standard
4177like this.
4178\end_layout
4179
4180\end_inset
4181</cell>
4182</row>
4183<row>
4184<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4185\begin_inset Text
4186
4187\begin_layout Standard
4188Lots of lines
4189\end_layout
4190
4191\end_inset
4192</cell>
4193<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4194\begin_inset Text
4195
4196\begin_layout Standard
4197like this.
4198\end_layout
4199
4200\end_inset
4201</cell>
4202</row>
4203<row>
4204<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4205\begin_inset Text
4206
4207\begin_layout Standard
4208Lots of lines
4209\end_layout
4210
4211\end_inset
4212</cell>
4213<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4214\begin_inset Text
4215
4216\begin_layout Standard
4217like this.
4218\end_layout
4219
4220\end_inset
4221</cell>
4222</row>
4223<row>
4224<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4225\begin_inset Text
4226
4227\begin_layout Standard
4228Lots of lines
4229\end_layout
4230
4231\end_inset
4232</cell>
4233<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4234\begin_inset Text
4235
4236\begin_layout Standard
4237like this.
4238\end_layout
4239
4240\end_inset
4241</cell>
4242</row>
4243<row>
4244<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4245\begin_inset Text
4246
4247\begin_layout Standard
4248Lots of lines
4249\end_layout
4250
4251\end_inset
4252</cell>
4253<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4254\begin_inset Text
4255
4256\begin_layout Standard
4257like this.
4258\end_layout
4259
4260\end_inset
4261</cell>
4262</row>
4263<row>
4264<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4265\begin_inset Text
4266
4267\begin_layout Standard
4268Lots of lines
4269\end_layout
4270
4271\end_inset
4272</cell>
4273<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4274\begin_inset Text
4275
4276\begin_layout Standard
4277like this.
4278\end_layout
4279
4280\end_inset
4281</cell>
4282</row>
4283<row>
4284<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4285\begin_inset Text
4286
4287\begin_layout Standard
4288Lots of lines
4289\end_layout
4290
4291\end_inset
4292</cell>
4293<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4294\begin_inset Text
4295
4296\begin_layout Standard
4297like this.
4298\end_layout
4299
4300\end_inset
4301</cell>
4302</row>
4303<row>
4304<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4305\begin_inset Text
4306
4307\begin_layout Standard
4308Lots of lines
4309\end_layout
4310
4311\end_inset
4312</cell>
4313<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4314\begin_inset Text
4315
4316\begin_layout Standard
4317like this.
4318\end_layout
4319
4320\end_inset
4321</cell>
4322</row>
4323<row>
4324<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4325\begin_inset Text
4326
4327\begin_layout Standard
4328Lots of lines
4329\end_layout
4330
4331\end_inset
4332</cell>
4333<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4334\begin_inset Text
4335
4336\begin_layout Standard
4337like this.
4338\end_layout
4339
4340\end_inset
4341</cell>
4342</row>
4343<row>
4344<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4345\begin_inset Text
4346
4347\begin_layout Standard
4348Lots of lines
4349\end_layout
4350
4351\end_inset
4352</cell>
4353<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4354\begin_inset Text
4355
4356\begin_layout Standard
4357like this.
4358\end_layout
4359
4360\end_inset
4361</cell>
4362</row>
4363<row>
4364<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4365\begin_inset Text
4366
4367\begin_layout Standard
4368Lots of lines
4369\end_layout
4370
4371\end_inset
4372</cell>
4373<cell alignment="left" valignment="top" topline="true" rightline="true" usebox="none">
4374\begin_inset Text
4375
4376\begin_layout Standard
4377like this.
4378\end_layout
4379
4380\end_inset
4381</cell>
4382</row>
4383<row>
4384<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4385\begin_inset Text
4386
4387\begin_layout Standard
4388Lots of lines
4389\end_layout
4390
4391\end_inset
4392</cell>
4393<cell alignment="left" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
4394\begin_inset Text
4395
4396\begin_layout Standard
4397like this.
4398\end_layout
4399
4400\end_inset
4401</cell>
4402</row>
4403</lyxtabular>
4404
4405\end_inset
4406
4407
4408\end_layout
4409
4410\begin_layout Standard
4411A table*:
4412\end_layout
4413
4414\begin_layout Standard
4415
4416\begin_inset ERT
4417status collapsed
4418
4419\begin_layout Plain Layout
4420% some comment
4421\end_layout
4422
4423\begin_layout Plain Layout
4424
4425\end_layout
4426
4427\end_inset
4428
4429
4430\begin_inset Tabular
4431<lyxtabular version="3" rows="2" columns="2">
4432<features rotate="0" tabularvalignment="bottom" tabularwidth="80col%">
4433<column alignment="left" valignment="top">
4434<column alignment="right" valignment="top">
4435<row>
4436<cell alignment="left" valignment="top" usebox="none">
4437\begin_inset Text
4438
4439\begin_layout Standard
4440two
4441\end_layout
4442
4443\end_inset
4444</cell>
4445<cell alignment="none" valignment="top" usebox="none">
4446\begin_inset Text
4447
4448\end_inset
4449</cell>
4450</row>
4451<row>
4452<cell alignment="left" valignment="top" rotate="-50" usebox="none">
4453\begin_inset Text
4454
4455\begin_layout Standard
4456lonely
4457\end_layout
4458
4459\end_inset
4460</cell>
4461<cell alignment="right" valignment="top" rotate="90" usebox="none">
4462\begin_inset Text
4463
4464\begin_layout Standard
4465lines
4466\end_layout
4467
4468\end_inset
4469</cell>
4470</row>
4471</lyxtabular>
4472
4473\end_inset
4474
4475
4476\end_layout
4477
4478\begin_layout Standard
4479A booktabs table:
4480\end_layout
4481
4482\begin_layout Standard
4483
4484\begin_inset Float table
4485placement h
4486wide false
4487sideways false
4488status open
4489
4490
4491\begin_layout Standard
4492
4493\begin_inset Caption Standard
4494
4495\begin_layout Plain Layout
4496
4497\begin_inset CommandInset label
4498LatexCommand label
4499name "tab:Special-booktabs-table"
4500
4501\end_inset
4502
4503Special booktabs-table
4504\end_layout
4505
4506\end_inset
4507
4508
4509\end_layout
4510
4511\begin_layout Standard
4512
4513\begin_inset ERT
4514status collapsed
4515
4516\begin_layout Plain Layout
4517
4518\backslash
4519centering
4520\end_layout
4521
4522\end_inset
4523
4524
4525\begin_inset ERT
4526status collapsed
4527
4528\begin_layout Plain Layout
4529{}
4530\end_layout
4531
4532\end_inset
4533
4534
4535\begin_inset Tabular
4536<lyxtabular version="3" rows="8" columns="4">
4537<features rotate="0" booktabs="true" tabularvalignment="middle" tabularwidth="0pt">
4538<column alignment="center" valignment="top">
4539<column alignment="center" valignment="top">
4540<column alignment="center" valignment="top">
4541<column alignment="center" valignment="top">
4542<row>
4543<cell alignment="center" valignment="top" topline="true" usebox="none">
4544\begin_inset Text
4545
4546\begin_layout Standard
4547System
4548\end_layout
4549
4550\end_inset
4551</cell>
4552<cell alignment="center" valignment="top" topline="true" usebox="none">
4553\begin_inset Text
4554
4555\begin_layout Standard
4556Chip
4557\begin_inset space \thinspace{}
4558
4559\end_inset
4560
45611
4562\end_layout
4563
4564\end_inset
4565</cell>
4566<cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none" special="c">
4567\begin_inset Text
4568
4569\begin_layout Standard
4570Chip
4571\begin_inset space \thinspace{}
4572
4573\end_inset
4574
45752
4576\end_layout
4577
4578\end_inset
4579</cell>
4580<cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4581\begin_inset Text
4582
4583\end_inset
4584</cell>
4585</row>
4586<row>
4587<cell alignment="center" valignment="top" usebox="none">
4588\begin_inset Text
4589
4590\begin_layout Standard
4591
4592\begin_inset ERT
4593status collapsed
4594
4595\begin_layout Plain Layout
4596
4597\backslash
4598cmidrule
4599\end_layout
4600
4601\end_inset
4602
4603(r)
4604\begin_inset ERT
4605status collapsed
4606
4607\begin_layout Plain Layout
4608{
4609\end_layout
4610
4611\end_inset
4612
46132-2
4614\begin_inset ERT
4615status collapsed
4616
4617\begin_layout Plain Layout
4618}
4619\end_layout
4620
4621\end_inset
4622
4623
4624\begin_inset ERT
4625status collapsed
4626
4627\begin_layout Plain Layout
4628
4629\backslash
4630cmidrule
4631\end_layout
4632
4633\end_inset
4634
4635(l)
4636\begin_inset ERT
4637status collapsed
4638
4639\begin_layout Plain Layout
4640{
4641\end_layout
4642
4643\end_inset
4644
46453-4
4646\begin_inset ERT
4647status collapsed
4648
4649\begin_layout Plain Layout
4650}
4651\end_layout
4652
4653\end_inset
4654
4655
4656\begin_inset ERT
4657status collapsed
4658
4659\begin_layout Plain Layout
4660
4661\backslash
4662morecmidrules
4663\end_layout
4664
4665\end_inset
4666
4667
4668\begin_inset ERT
4669status collapsed
4670
4671\begin_layout Plain Layout
4672
4673\backslash
4674cmidrule
4675\end_layout
4676
4677\end_inset
4678
4679
4680\begin_inset ERT
4681status collapsed
4682
4683\begin_layout Plain Layout
4684{
4685\end_layout
4686
4687\end_inset
4688
46892-4
4690\begin_inset ERT
4691status collapsed
4692
4693\begin_layout Plain Layout
4694}
4695\end_layout
4696
4697\end_inset
4698
4699Detector thickness in µm
4700\end_layout
4701
4702\end_inset
4703</cell>
4704<cell alignment="center" valignment="top" usebox="none">
4705\begin_inset Text
4706
4707\begin_layout Standard
4708300
4709\end_layout
4710
4711\end_inset
4712</cell>
4713<cell alignment="center" valignment="top" usebox="none">
4714\begin_inset Text
4715
4716\begin_layout Standard
4717300
4718\end_layout
4719
4720\end_inset
4721</cell>
4722<cell alignment="center" valignment="top" usebox="none">
4723\begin_inset Text
4724
4725\begin_layout Standard
4726700
4727\end_layout
4728
4729\end_inset
4730</cell>
4731</row>
4732<row>
4733<cell alignment="center" valignment="top" topline="true" usebox="none">
4734\begin_inset Text
4735
4736\begin_layout Standard
4737Edge angle in °
4738\end_layout
4739
4740\end_inset
4741</cell>
4742<cell alignment="center" valignment="top" topline="true" usebox="none">
4743\begin_inset Text
4744
4745\begin_layout Standard
47463.55
4747\end_layout
4748
4749\end_inset
4750</cell>
4751<cell alignment="center" valignment="top" topline="true" usebox="none">
4752\begin_inset Text
4753
4754\begin_layout Standard
47552.71
4756\end_layout
4757
4758\end_inset
4759</cell>
4760<cell alignment="center" valignment="top" topline="true" usebox="none">
4761\begin_inset Text
4762
4763\begin_layout Standard
47647.99
4765\end_layout
4766
4767\end_inset
4768</cell>
4769</row>
4770<row topspace="default">
4771<cell alignment="center" valignment="top" usebox="none">
4772\begin_inset Text
4773
4774\begin_layout Standard
4775Spatial resolution in µm
4776\end_layout
4777
4778\end_inset
4779</cell>
4780<cell alignment="center" valignment="top" usebox="none">
4781\begin_inset Text
4782
4783\begin_layout Standard
47844.26
4785\end_layout
4786
4787\end_inset
4788</cell>
4789<cell alignment="center" valignment="top" usebox="none">
4790\begin_inset Text
4791
4792\begin_layout Standard
479310.17
4794\end_layout
4795
4796\end_inset
4797</cell>
4798<cell alignment="center" valignment="top" usebox="none">
4799\begin_inset Text
4800
4801\begin_layout Standard
480210.56
4803\end_layout
4804
4805\end_inset
4806</cell>
4807</row>
4808<row topspace="default">
4809<cell alignment="center" valignment="top" usebox="none">
4810\begin_inset Text
4811
4812\begin_layout Standard
4813MTF at
4814\begin_inset Formula $f_{\mathrm{max}}$
4815\end_inset
4816
4817
4818\end_layout
4819
4820\end_inset
4821</cell>
4822<cell alignment="center" valignment="top" usebox="none">
4823\begin_inset Text
4824
4825\begin_layout Standard
48260.53
4827\end_layout
4828
4829\end_inset
4830</cell>
4831<cell alignment="center" valignment="top" usebox="none">
4832\begin_inset Text
4833
4834\begin_layout Standard
48350.37
4836\end_layout
4837
4838\end_inset
4839</cell>
4840<cell alignment="center" valignment="top" usebox="none">
4841\begin_inset Text
4842
4843\begin_layout Standard
48440.39
4845\end_layout
4846
4847\end_inset
4848</cell>
4849</row>
4850<row>
4851<cell alignment="center" valignment="top" topline="true" usebox="none">
4852\begin_inset Text
4853
4854\begin_layout Standard
4855
4856\begin_inset ERT
4857status collapsed
4858
4859\begin_layout Plain Layout
4860
4861\backslash
4862morecmidrules
4863\end_layout
4864
4865\end_inset
4866
4867
4868\begin_inset ERT
4869status collapsed
4870
4871\begin_layout Plain Layout
4872
4873\backslash
4874cmidrule
4875\end_layout
4876
4877\end_inset
4878
4879
4880\begin_inset ERT
4881status collapsed
4882
4883\begin_layout Plain Layout
4884{
4885\end_layout
4886
4887\end_inset
4888
48893-4
4890\begin_inset ERT
4891status collapsed
4892
4893\begin_layout Plain Layout
4894}
4895\end_layout
4896
4897\end_inset
4898
4899LSF-spatial resolution
4900\end_layout
4901
4902\end_inset
4903</cell>
4904<cell alignment="center" valignment="top" topline="true" usebox="none">
4905\begin_inset Text
4906
4907\end_inset
4908</cell>
4909<cell alignment="center" valignment="top" topline="true" usebox="none">
4910\begin_inset Text
4911
4912\end_inset
4913</cell>
4914<cell alignment="none" valignment="top" topline="true" usebox="none">
4915\begin_inset Text
4916
4917\end_inset
4918</cell>
4919</row>
4920<row>
4921<cell alignment="center" valignment="top" usebox="none">
4922\begin_inset Text
4923
4924\begin_layout Standard
4925in µm
4926\end_layout
4927
4928\end_inset
4929</cell>
4930<cell alignment="center" valignment="top" usebox="none">
4931\begin_inset Text
4932
4933\begin_layout Standard
4934129.7
4935\end_layout
4936
4937\end_inset
4938</cell>
4939<cell alignment="center" valignment="top" usebox="none">
4940\begin_inset Text
4941
4942\begin_layout Standard
494352.75
4944\end_layout
4945
4946\end_inset
4947</cell>
4948<cell alignment="center" valignment="top" usebox="none">
4949\begin_inset Text
4950
4951\begin_layout Standard
495250.78
4953\end_layout
4954
4955\end_inset
4956</cell>
4957</row>
4958<row>
4959<cell alignment="center" valignment="top" bottomline="true" usebox="none">
4960\begin_inset Text
4961
4962\begin_layout Standard
4963in % of pixel size
4964\end_layout
4965
4966\end_inset
4967</cell>
4968<cell alignment="center" valignment="top" bottomline="true" usebox="none">
4969\begin_inset Text
4970
4971\begin_layout Standard
497276.3
4973\end_layout
4974
4975\end_inset
4976</cell>
4977<cell alignment="center" valignment="top" bottomline="true" usebox="none">
4978\begin_inset Text
4979
4980\begin_layout Standard
498195.9
4982\end_layout
4983
4984\end_inset
4985</cell>
4986<cell alignment="center" valignment="top" bottomline="true" usebox="none">
4987\begin_inset Text
4988
4989\begin_layout Standard
499092.3
4991\end_layout
4992
4993\end_inset
4994</cell>
4995</row>
4996</lyxtabular>
4997
4998\end_inset
4999
5000
5001\end_layout
5002
5003\end_inset
5004
5005
5006\end_layout
5007
5008\begin_layout Standard
5009A table using decimal alignment:
5010\end_layout
5011
5012\begin_layout Standard
5013
5014\begin_inset Float table
5015wide false
5016sideways false
5017status open
5018
5019
5020\begin_layout Standard
5021
5022\begin_inset Tabular
5023<lyxtabular version="3" rows="4" columns="5">
5024<features rotate="0" tabularvalignment="middle" tabularwidth="0pt">
5025<column alignment="center" valignment="top">
5026<column alignment="center" valignment="top">
5027<column alignment="decimal" decimal_point="." valignment="top">
5028<column alignment="decimal" decimal_point="." valignment="top">
5029<column alignment="decimal" decimal_point="." valignment="top">
5030<row>
5031<cell alignment="center" valignment="top" usebox="none">
5032\begin_inset Text
5033
5034\begin_layout Standard
5035One
5036\end_layout
5037
5038\end_inset
5039</cell>
5040<cell alignment="center" valignment="top" usebox="none">
5041\begin_inset Text
5042
5043\begin_layout Standard
5044Two
5045\end_layout
5046
5047\end_inset
5048</cell>
5049<cell alignment="none" valignment="top" usebox="none" special="c">
5050\begin_inset Text
5051
5052\begin_layout Standard
5053Three
5054\end_layout
5055
5056\end_inset
5057</cell>
5058<cell alignment="none" valignment="top" usebox="none" special="c">
5059\begin_inset Text
5060
5061\begin_layout Standard
5062Four
5063\end_layout
5064
5065\end_inset
5066</cell>
5067<cell alignment="none" valignment="top" usebox="none" special="c">
5068\begin_inset Text
5069
5070\begin_layout Standard
5071Five
5072\end_layout
5073
5074\end_inset
5075</cell>
5076</row>
5077<row>
5078<cell alignment="center" valignment="top" topline="true" usebox="none">
5079\begin_inset Text
5080
5081\begin_layout Standard
5082one
5083\end_layout
5084
5085\end_inset
5086</cell>
5087<cell alignment="center" valignment="top" topline="true" usebox="none">
5088\begin_inset Text
5089
5090\begin_layout Standard
5091two
5092\end_layout
5093
5094\end_inset
5095</cell>
5096<cell alignment="none" valignment="top" topline="true" usebox="none" special="c">
5097\begin_inset Text
5098
5099\begin_layout Standard
5100three
5101\end_layout
5102
5103\end_inset
5104</cell>
5105<cell alignment="none" valignment="top" topline="true" usebox="none" special="c">
5106\begin_inset Text
5107
5108\begin_layout Standard
5109four
5110\end_layout
5111
5112\end_inset
5113</cell>
5114<cell alignment="none" valignment="top" topline="true" usebox="none" special="c">
5115\begin_inset Text
5116
5117\begin_layout Standard
5118five
5119\end_layout
5120
5121\end_inset
5122</cell>
5123</row>
5124<row>
5125<cell alignment="center" valignment="top" usebox="none">
5126\begin_inset Text
5127
5128\begin_layout Standard
5129He
5130\end_layout
5131
5132\end_inset
5133</cell>
5134<cell alignment="center" valignment="top" usebox="none">
5135\begin_inset Text
5136
5137\begin_layout Standard
51382
5139\end_layout
5140
5141\end_inset
5142</cell>
5143<cell alignment="decimal" valignment="top" usebox="none">
5144\begin_inset Text
5145
5146\begin_layout Standard
51472.77234
5148\end_layout
5149
5150\end_inset
5151</cell>
5152<cell alignment="decimal" valignment="top" usebox="none">
5153\begin_inset Text
5154
5155\begin_layout Standard
515645672.
5157\end_layout
5158
5159\end_inset
5160</cell>
5161<cell alignment="decimal" valignment="top" usebox="none">
5162\begin_inset Text
5163
5164\begin_layout Standard
51650.69
5166\end_layout
5167
5168\end_inset
5169</cell>
5170</row>
5171<row>
5172<cell alignment="center" valignment="top" usebox="none">
5173\begin_inset Text
5174
5175\begin_layout Standard
5176C
5177\end_layout
5178
5179\end_inset
5180</cell>
5181<cell alignment="center" valignment="top" usebox="none">
5182\begin_inset Text
5183
5184\begin_layout Standard
5185C
5186\end_layout
5187
5188\end_inset
5189</cell>
5190<cell alignment="decimal" valignment="top" usebox="none">
5191\begin_inset Text
5192
5193\begin_layout Standard
519412537.64
5195\end_layout
5196
5197\end_inset
5198</cell>
5199<cell alignment="decimal" valignment="top" usebox="none">
5200\begin_inset Text
5201
5202\begin_layout Standard
520337.66345
5204\end_layout
5205
5206\end_inset
5207</cell>
5208<cell alignment="decimal" valignment="top" usebox="none">
5209\begin_inset Text
5210
5211\begin_layout Standard
521286.37
5213\end_layout
5214
5215\end_inset
5216</cell>
5217</row>
5218</lyxtabular>
5219
5220\end_inset
5221
5222
5223\end_layout
5224
5225\end_inset
5226
5227
5228\end_layout
5229
5230\begin_layout Section
5231Macros
5232\end_layout
5233
5234\begin_layout Standard
5235LyX supports several kinds of macros: def
5236\begin_inset FormulaMacro
5237\def\macroa #1{a #1 a}
5238\end_inset
5239
5240 global def
5241\begin_inset FormulaMacro
5242\def\macrob #1{b #1 b}
5243\end_inset
5244
5245 long def
5246\begin_inset FormulaMacro
5247\def\macroc #1{c #1 c}
5248\end_inset
5249
5250 global long def
5251\begin_inset FormulaMacro
5252\def\macrod #1{d #1 d}
5253\end_inset
5254
5255 providecommand
5256\begin_inset ERT
5257status collapsed
5258
5259\begin_layout Plain Layout
5260
5261\backslash
5262providecommand{
5263\backslash
5264macroe}[1]{e #1 e}
5265\end_layout
5266
5267\end_inset
5268
5269 providecommand*
5270\begin_inset ERT
5271status collapsed
5272
5273\begin_layout Plain Layout
5274
5275\backslash
5276providecommand*{
5277\backslash
5278macrof}[1]{f #1 f}
5279\end_layout
5280
5281\end_inset
5282
5283 newcommand
5284\begin_inset FormulaMacro
5285\newcommand{\macrog}[1]{g #1 g}
5286\end_inset
5287
5288 renewcommand
5289\begin_inset FormulaMacro
5290\renewcommand{\macrog}[1]{h #1 h}
5291\end_inset
5292
5293 newcommand*
5294\begin_inset ERT
5295status collapsed
5296
5297\begin_layout Plain Layout
5298
5299\backslash
5300newcommand*{
5301\backslash
5302macroi}[1]{i #1 i}
5303\end_layout
5304
5305\end_inset
5306
5307 renewcommand*
5308\begin_inset ERT
5309status collapsed
5310
5311\begin_layout Plain Layout
5312
5313\backslash
5314renewcommand*{
5315\backslash
5316macroi}[1]{j #1 j}
5317\end_layout
5318
5319\end_inset
5320
5321 providecommandx
5322\begin_inset ERT
5323status collapsed
5324
5325\begin_layout Plain Layout
5326
5327\backslash
5328providecommandx{
5329\backslash
5330macrok}[1]{k #1 k}
5331\end_layout
5332
5333\end_inset
5334
5335 providecommandx*
5336\begin_inset ERT
5337status collapsed
5338
5339\begin_layout Plain Layout
5340
5341\backslash
5342providecommandx*{
5343\backslash
5344macrok}[1]{l #1 l}
5345\end_layout
5346
5347\end_inset
5348
5349 newcommandx
5350\begin_inset FormulaMacro
5351\newcommandx{\macrom}[1]{m #1 m}
5352\end_inset
5353
5354 renewcommandx
5355\begin_inset FormulaMacro
5356\renewcommandx{\macrom}[1]{n #1 n}
5357\end_inset
5358
5359 newcommandx*
5360\begin_inset ERT
5361status collapsed
5362
5363\begin_layout Plain Layout
5364
5365\backslash
5366newcommandx*{
5367\backslash
5368macroo}[1]{o #1 o}
5369\end_layout
5370
5371\end_inset
5372
5373 renewcommandx*
5374\begin_inset ERT
5375status collapsed
5376
5377\begin_layout Plain Layout
5378
5379\backslash
5380renewcommandx*{
5381\backslash
5382macroo}[1]{p #1 p}
5383\end_layout
5384
5385\end_inset
5386
5387 DeclareRobustCommand
5388\begin_inset ERT
5389status collapsed
5390
5391\begin_layout Plain Layout
5392
5393\backslash
5394DeclareRobustCommand{
5395\backslash
5396macroq}[1]{q #1 q}
5397\end_layout
5398
5399\end_inset
5400
5401 DeclareRobustCommand*
5402\begin_inset ERT
5403status collapsed
5404
5405\begin_layout Plain Layout
5406
5407\backslash
5408DeclareRobustCommand*{
5409\backslash
5410macror}[1]{r #1 r}
5411\end_layout
5412
5413\end_inset
5414
5415 DeclareRobustCommandx
5416\begin_inset ERT
5417status collapsed
5418
5419\begin_layout Plain Layout
5420
5421\backslash
5422DeclareRobustCommandx{
5423\backslash
5424macros}[1]{s #1 s}
5425\end_layout
5426
5427\end_inset
5428
5429 DeclareRobustCommandx*
5430\begin_inset ERT
5431status collapsed
5432
5433\begin_layout Plain Layout
5434
5435\backslash
5436DeclareRobustCommandx*{
5437\backslash
5438macrot}[1]{t #1 t}
5439\end_layout
5440
5441\end_inset
5442
5443
5444\end_layout
5445
5446\begin_layout Standard
5447Now use them all:
5448\begin_inset ERT
5449status collapsed
5450
5451\begin_layout Plain Layout
5452
5453\backslash
5454macroa
5455\end_layout
5456
5457\end_inset
5458
5459
5460\begin_inset ERT
5461status collapsed
5462
5463\begin_layout Plain Layout
5464{
5465\end_layout
5466
5467\end_inset
5468
5469x
5470\begin_inset ERT
5471status collapsed
5472
5473\begin_layout Plain Layout
5474}
5475\end_layout
5476
5477\end_inset
5478
5479
5480\begin_inset ERT
5481status collapsed
5482
5483\begin_layout Plain Layout
5484
5485\backslash
5486macrob
5487\end_layout
5488
5489\end_inset
5490
5491
5492\begin_inset ERT
5493status collapsed
5494
5495\begin_layout Plain Layout
5496{
5497\end_layout
5498
5499\end_inset
5500
5501x
5502\begin_inset ERT
5503status collapsed
5504
5505\begin_layout Plain Layout
5506}
5507\end_layout
5508
5509\end_inset
5510
5511
5512\begin_inset ERT
5513status collapsed
5514
5515\begin_layout Plain Layout
5516
5517\backslash
5518macroc
5519\end_layout
5520
5521\end_inset
5522
5523
5524\begin_inset ERT
5525status collapsed
5526
5527\begin_layout Plain Layout
5528{
5529\end_layout
5530
5531\end_inset
5532
5533x
5534\begin_inset ERT
5535status collapsed
5536
5537\begin_layout Plain Layout
5538}
5539\end_layout
5540
5541\end_inset
5542
5543
5544\begin_inset ERT
5545status collapsed
5546
5547\begin_layout Plain Layout
5548
5549\backslash
5550macrod
5551\end_layout
5552
5553\end_inset
5554
5555
5556\begin_inset ERT
5557status collapsed
5558
5559\begin_layout Plain Layout
5560{
5561\end_layout
5562
5563\end_inset
5564
5565x
5566\begin_inset ERT
5567status collapsed
5568
5569\begin_layout Plain Layout
5570}
5571\end_layout
5572
5573\end_inset
5574
5575
5576\begin_inset ERT
5577status collapsed
5578
5579\begin_layout Plain Layout
5580
5581\backslash
5582macroe{
5583\end_layout
5584
5585\end_inset
5586
5587x
5588\begin_inset ERT
5589status collapsed
5590
5591\begin_layout Plain Layout
5592}
5593\end_layout
5594
5595\end_inset
5596
5597
5598\begin_inset ERT
5599status collapsed
5600
5601\begin_layout Plain Layout
5602
5603\backslash
5604macrof{
5605\end_layout
5606
5607\end_inset
5608
5609x
5610\begin_inset ERT
5611status collapsed
5612
5613\begin_layout Plain Layout
5614}
5615\end_layout
5616
5617\end_inset
5618
5619
5620\begin_inset ERT
5621status collapsed
5622
5623\begin_layout Plain Layout
5624
5625\backslash
5626macrog{
5627\end_layout
5628
5629\end_inset
5630
5631x
5632\begin_inset ERT
5633status collapsed
5634
5635\begin_layout Plain Layout
5636}
5637\end_layout
5638
5639\end_inset
5640
5641
5642\begin_inset ERT
5643status collapsed
5644
5645\begin_layout Plain Layout
5646
5647\backslash
5648macroi{
5649\end_layout
5650
5651\end_inset
5652
5653x
5654\begin_inset ERT
5655status collapsed
5656
5657\begin_layout Plain Layout
5658}
5659\end_layout
5660
5661\end_inset
5662
5663
5664\begin_inset ERT
5665status collapsed
5666
5667\begin_layout Plain Layout
5668
5669\backslash
5670macrok{
5671\end_layout
5672
5673\end_inset
5674
5675x
5676\begin_inset ERT
5677status collapsed
5678
5679\begin_layout Plain Layout
5680}
5681\end_layout
5682
5683\end_inset
5684
5685
5686\begin_inset ERT
5687status collapsed
5688
5689\begin_layout Plain Layout
5690
5691\backslash
5692macrom{
5693\end_layout
5694
5695\end_inset
5696
5697x
5698\begin_inset ERT
5699status collapsed
5700
5701\begin_layout Plain Layout
5702}
5703\end_layout
5704
5705\end_inset
5706
5707
5708\begin_inset ERT
5709status collapsed
5710
5711\begin_layout Plain Layout
5712
5713\backslash
5714macroo{
5715\end_layout
5716
5717\end_inset
5718
5719x
5720\begin_inset ERT
5721status collapsed
5722
5723\begin_layout Plain Layout
5724}
5725\end_layout
5726
5727\end_inset
5728
5729
5730\begin_inset ERT
5731status collapsed
5732
5733\begin_layout Plain Layout
5734
5735\backslash
5736macroq{
5737\end_layout
5738
5739\end_inset
5740
5741x
5742\begin_inset ERT
5743status collapsed
5744
5745\begin_layout Plain Layout
5746}
5747\end_layout
5748
5749\end_inset
5750
5751
5752\begin_inset ERT
5753status collapsed
5754
5755\begin_layout Plain Layout
5756
5757\backslash
5758macror{
5759\end_layout
5760
5761\end_inset
5762
5763x
5764\begin_inset ERT
5765status collapsed
5766
5767\begin_layout Plain Layout
5768}
5769\end_layout
5770
5771\end_inset
5772
5773 The following tow don't work, but they should???
5774\begin_inset ERT
5775status collapsed
5776
5777\begin_layout Plain Layout
5778%
5779\backslash
5780macros{x}
5781\backslash
5782macrot{x}
5783\end_layout
5784
5785\end_inset
5786
5787
5788\end_layout
5789
5790\begin_layout Section
5791Special formattings
5792\begin_inset Index idx
5793status collapsed
5794
5795\begin_layout Plain Layout
5796Special formattings
5797\end_layout
5798
5799\end_inset
5800
5801
5802\end_layout
5803
5804\begin_layout Subsection
5805Rules
5806\end_layout
5807
5808\begin_layout Standard
5809test
5810\end_layout
5811
5812\begin_layout Standard
5813
5814\size tiny
5815
5816\begin_inset CommandInset line
5817LatexCommand rule
5818offset "0.5ex"
5819width "100line%"
5820height "1pt"
5821
5822\end_inset
5823
5824
5825\size default
5826
5827\size tiny
5828
5829\end_layout
5830
5831\begin_layout Standard
5832test
5833\size giant
5834Test
5835\size default
5836
5837\size tiny
5838test
5839\size default
5840 test
5841\end_layout
5842
5843\begin_layout Standard
5844
5845\size giant
5846
5847\end_layout
5848
5849\begin_layout Standard
5850\noindent
5851
5852\size giant
5853
5854\begin_inset CommandInset line
5855LatexCommand rule
5856offset "0.5ex"
5857width "100line%"
5858height "1pt"
5859
5860\end_inset
5861
5862
5863\size default
5864
5865\size giant
5866
5867\end_layout
5868
5869\begin_layout Standard
5870test
5871\begin_inset CommandInset line
5872LatexCommand rule
5873offset "0.1text%"
5874width "100col%"
5875height "5theight%"
5876
5877\end_inset
5878
5879
5880\end_layout
5881
5882\begin_layout Standard
5883test
5884\end_layout
5885
5886\begin_layout Standard
5887
5888\begin_inset CommandInset line
5889LatexCommand rule
5890offset "0.5ex"
5891width "100col%"
5892height "1pt"
5893
5894\end_inset
5895
5896
5897\end_layout
5898
5899\begin_layout Standard
5900\noindent
5901
5902\begin_inset CommandInset line
5903LatexCommand rule
5904width "1ex"
5905height "0.5cc"
5906
5907\end_inset
5908
5909test
5910\end_layout
5911
5912\begin_layout Standard
5913
5914\color red
5915
5916\begin_inset CommandInset line
5917LatexCommand rule
5918offset "-4ex"
5919width "5in"
5920height "1cm"
5921
5922\end_inset
5923
5924
5925\color inherit
5926
5927\end_layout
5928
5929\begin_layout Subsection
5930Phantoms
5931\end_layout
5932
5933\begin_layout Standard
5934test
5935\begin_inset Phantom Phantom
5936status open
5937
5938\begin_layout Plain Layout
5939Wow
5940\end_layout
5941
5942\end_inset
5943
5944test
5945\end_layout
5946
5947\begin_layout Standard
5948test
5949\begin_inset Phantom HPhantom
5950status open
5951
5952\begin_layout Plain Layout
5953
5954\color green
5955W
5956\color inherit
5957
5958\series bold
5959ow
5960\series default
5961
5962\begin_inset script superscript
5963
5964\begin_layout Plain Layout
5965Wow
5966\end_layout
5967
5968\end_inset
5969
5970
5971\end_layout
5972
5973\end_inset
5974
5975test
5976\end_layout
5977
5978\begin_layout Standard
5979test
5980\begin_inset Phantom VPhantom
5981status open
5982
5983\begin_layout Plain Layout
5984Wow
5985\backslash
5986&%
5987\end_layout
5988
5989\end_inset
5990
5991test
5992\end_layout
5993
5994\begin_layout Standard
5995
5996\begin_inset Formula $test\hphantom{Wow}test$
5997\end_inset
5998
5999
6000\end_layout
6001
6002\begin_layout Standard
6003
6004\begin_inset Formula \[
6005test\phantom{\textcolor{green}{W}\mathbf{ow}\textsuperscript{Wow}}test
6006\]
6007\end_inset
6008
6009
6010\end_layout
6011
6012\begin_layout Standard
6013
6014\begin_inset Formula $test\vphantom{Wow\&\%}test$
6015\end_inset
6016
6017
6018\end_layout
6019
6020\begin_layout Subsection
6021TIPA
6022\end_layout
6023
6024\begin_layout Standard
6025
6026\begin_inset IPA
6027
6028\begin_layout Standard
6029e̥ e̊ e̬ e̤ ḛ e̼ e̪ e̺ e̻ e
6030\begin_inset script superscript
6031
6032\begin_layout Plain Layout
6033h
6034\end_layout
6035
6036\end_inset
6037
6038 e̹ e̜ e̟ e̠ (don't mix up with e̱) ë e̽ e̩ e̩ e̯ e˞e
6039\begin_inset script superscript
6040
6041\begin_layout Plain Layout
6042w
6043\end_layout
6044
6045\end_inset
6046
6047 e
6048\begin_inset script superscript
6049
6050\begin_layout Plain Layout
6051j
6052\end_layout
6053
6054\end_inset
6055
6056 e
6057\begin_inset script superscript
6058
6059\begin_layout Plain Layout
6060ɣ
6061\end_layout
6062
6063\end_inset
6064
6065 e
6066\begin_inset script superscript
6067
6068\begin_layout Plain Layout
6069ʕ
6070\end_layout
6071
6072\end_inset
6073
6074 e̴ e̝ e̞ e̘ e̙ ẽ e
6075\begin_inset script superscript
6076
6077\begin_layout Plain Layout
6078n
6079\end_layout
6080
6081\end_inset
6082
6083 e
6084\begin_inset script superscript
6085
6086\begin_layout Plain Layout
6087l
6088\end_layout
6089
6090\end_inset
6091
6092 e˺ e̋
6093\end_layout
6094
6095\begin_layout Standard
6096è ē é ȅ ě ê e᷄ e᷅ e᷈ ĕ
6097\end_layout
6098
6099\end_inset
6100
6101
6102\end_layout
6103
6104\begin_layout Standard
6105
6106\begin_inset IPA
6107
6108\begin_layout Standard
6109pbtd
6110\begin_inset ERT
6111status collapsed
6112
6113\begin_layout Plain Layout
6114
6115\backslash
6116:
6117\end_layout
6118
6119\end_inset
6120
6121t
6122\begin_inset ERT
6123status collapsed
6124
6125\begin_layout Plain Layout
6126
6127\backslash
6128:
6129\end_layout
6130
6131\end_inset
6132
6133dcɟkɡq
6134\begin_inset ERT
6135status collapsed
6136
6137\begin_layout Plain Layout
6138
6139\backslash
6140;
6141\end_layout
6142
6143\end_inset
6144
6145G
6146\end_layout
6147
6148\end_inset
6149
6150
6151\begin_inset IPA
6152
6153\begin_layout Standard
6154PmMn
6155\begin_inset ERT
6156status collapsed
6157
6158\begin_layout Plain Layout
6159
6160\backslash
6161:
6162\end_layout
6163
6164\end_inset
6165
6166nɲN
6167\begin_inset ERT
6168status collapsed
6169
6170\begin_layout Plain Layout
6171
6172\backslash
6173;
6174\end_layout
6175
6176\end_inset
6177
6178N
6179\begin_inset ERT
6180status collapsed
6181
6182\begin_layout Plain Layout
6183
6184\backslash
6185;
6186\end_layout
6187
6188\end_inset
6189
6190Br
6191\begin_inset ERT
6192status collapsed
6193
6194\begin_layout Plain Layout
6195
6196\backslash
6197;
6198\end_layout
6199
6200\end_inset
6201
6202RR
6203\end_layout
6204
6205\end_inset
6206
6207
6208\begin_inset IPA
6209
6210\begin_layout Standard
6211
6212\begin_inset ERT
6213status collapsed
6214
6215\begin_layout Plain Layout
6216
6217\backslash
6218:
6219\end_layout
6220
6221\end_inset
6222
6223rFBfvTDszSZ
6224\begin_inset ERT
6225status collapsed
6226
6227\begin_layout Plain Layout
6228
6229\backslash
6230:
6231\end_layout
6232
6233\end_inset
6234
6235s
6236\end_layout
6237
6238\end_inset
6239
6240
6241\begin_inset IPA
6242
6243\begin_layout Standard
6244
6245\begin_inset ERT
6246status collapsed
6247
6248\begin_layout Plain Layout
6249
6250\backslash
6251:
6252\end_layout
6253
6254\end_inset
6255
6256zçJxGXKħQhHɬ
6257\end_layout
6258
6259\end_inset
6260
6261
6262\begin_inset IPA
6263
6264\begin_layout Standard
6265ɮVɹ
6266\begin_inset ERT
6267status collapsed
6268
6269\begin_layout Plain Layout
6270
6271\backslash
6272:
6273\end_layout
6274
6275\end_inset
6276
6277Rhɰl
6278\begin_inset ERT
6279status collapsed
6280
6281\begin_layout Plain Layout
6282
6283\backslash
6284:
6285\end_layout
6286
6287\end_inset
6288
6289lL
6290\begin_inset ERT
6291status collapsed
6292
6293\begin_layout Plain Layout
6294
6295\backslash
6296;
6297\end_layout
6298
6299\end_inset
6300
6301L
6302\end_layout
6303
6304\end_inset
6305
6306
6307\end_layout
6308
6309\begin_layout Standard
6310
6311\begin_inset IPA
6312
6313\begin_layout Standard
6314ʘ|!ǂ||ɓɗʄɠʛe'
6315\end_layout
6316
6317\end_inset
6318
6319
6320\end_layout
6321
6322\begin_layout Standard
6323
6324\begin_inset IPA
6325
6326\begin_layout Standard
6327iy1ʉW
6328\color red
6329uIY
6330\color inherit
6331Ueø987o@Eœ3ɞ2Oæ5aɶA6
6332\end_layout
6333
6334\end_inset
6335
6336
6337\end_layout
6338
6339\begin_layout Standard
6340
6341\begin_inset IPA
6342
6343\begin_layout Standard
6344ʍw4
6345\begin_inset ERT
6346status collapsed
6347
6348\begin_layout Plain Layout
6349
6350\backslash
6351;
6352\end_layout
6353
6354\end_inset
6355
6356HʢʡCʑɺɧ
6357\begin_inset IPADeco toptiebar
6358status open
6359
6360\begin_layout Standard
6361ar
6362\end_layout
6363
6364\end_inset
6365
6366
6367\begin_inset IPADeco bottomtiebar
6368status open
6369
6370\begin_layout Standard
6371tz
6372\end_layout
6373
6374\end_inset
6375
6376
6377\end_layout
6378
6379\end_inset
6380
6381
6382\end_layout
6383
6384\begin_layout Standard
6385
6386\begin_inset IPA
6387
6388\begin_layout Standard
6389:;eˈˌ|‖.
6390\begin_inset IPADeco bottomtiebar
6391status open
6392
6393\begin_layout Standard
6394
6395\end_layout
6396
6397\end_inset
6398
6399
6400\end_layout
6401
6402\end_inset
6403
6404
6405\end_layout
6406
6407\begin_layout Standard
6408
6409\begin_inset IPA
6410
6411\begin_layout Standard
6412˥˦˧˨˩ꜜꜛ\IPAChar \tone{15}
6413\IPAChar \tone{51}
6414\IPAChar \tone{45}
6415\IPAChar \tone{12}
6416\IPAChar \tone{454}
6417↗↘
6418\end_layout
6419
6420\end_inset
6421
6422
6423\end_layout
6424
6425\begin_layout Standard
6426TIPA code in math:
6427\begin_inset Formula $\textipa{\tone{55}|\text{\!b{}\!d{}\!g{}\!G{}\textglobfall{}\textvertline{}\textdoublevertline{}}}$
6428\end_inset
6429
6430
6431\end_layout
6432
6433\begin_layout Subsection
6434Line breaks
6435\begin_inset Index breaks
6436status collapsed
6437
6438\begin_layout Plain Layout
6439Line breaks
6440\end_layout
6441
6442\end_inset
6443
6444
6445\end_layout
6446
6447\begin_layout Standard
6448They can also or be broken by a newline
6449\begin_inset Newline newline
6450\end_inset
6451
6452 or by a starred newline
6453\begin_inset ERT
6454status collapsed
6455
6456\begin_layout Plain Layout
6457
6458\backslash
6459
6460\backslash
6461*
6462\end_layout
6463
6464\end_inset
6465
6466or by a newline with space, comment and argument
6467\begin_inset ERT
6468status collapsed
6469
6470\begin_layout Plain Layout
6471
6472\backslash
6473
6474\backslash
6475[3cm]
6476\end_layout
6477
6478\end_inset
6479
6480 or by a newline command
6481\begin_inset Newline newline
6482\end_inset
6483
6484or by a line break
6485\begin_inset Newline linebreak
6486\end_inset
6487
6488or by a defined line break
6489\begin_inset ERT
6490status collapsed
6491
6492\begin_layout Plain Layout
6493
6494\backslash
6495linebreak[4]
6496\end_layout
6497
6498\end_inset
6499
6500
6501\end_layout
6502
6503\begin_layout Standard
6504There are even newlines with weird arguments, but these are not handled by LyX
6505\begin_inset ERT
6506status collapsed
6507
6508\begin_layout Plain Layout
6509
6510\backslash
6511
6512\backslash
6513*[1cm]
6514\end_layout
6515
6516\end_inset
6517
6518 so we try to use ERT in this case.
6519\end_layout
6520
6521\begin_layout Subsection
6522Page breaks
6523\begin_inset Index breaks
6524status collapsed
6525
6526\begin_layout Plain Layout
6527Page breaks
6528\end_layout
6529
6530\end_inset
6531
6532
6533\end_layout
6534
6535\begin_layout Standard
6536They can also or be broken by a newpage
6537\begin_inset Newpage newpage
6538\end_inset
6539
6540or by a page break
6541\begin_inset Newpage pagebreak
6542\end_inset
6543
6544or by a defined page break
6545\begin_inset ERT
6546status collapsed
6547
6548\begin_layout Plain Layout
6549
6550\backslash
6551pagebreak[4]
6552\end_layout
6553
6554\end_inset
6555
6556
6557\end_layout
6558
6559\begin_layout Section
6560Special characters
6561\begin_inset Index idx
6562status collapsed
6563
6564\begin_layout Plain Layout
6565Special characters
6566\end_layout
6567
6568\end_inset
6569
6570
6571\end_layout
6572
6573\begin_layout Standard
6574Then one has those macros with a long name for a short meaning, like ~, ^ or
6575\backslash
6576, \SpecialChar breakableslash
6577, \SpecialChar nobreakdash
6578 and the characters that LaTeX wants to espace because they are active, like _&#${}%.
6579\end_layout
6580
6581\begin_layout Standard
6582And what about special characters like hyphe\SpecialChar softhyphen
6583nation mark, ellipsis\SpecialChar ldots
6584, and end-of-sentence\SpecialChar endofsentence
6585 LyX also supports a menu separator\SpecialChar menuseparator
6586and a spif\SpecialChar ligaturebreak
6587fy ligature break.
6588\end_layout
6589
6590\begin_layout Standard
6591There 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: -
6592\begin_inset ERT
6593status collapsed
6594
6595\begin_layout Plain Layout
6596{}
6597\end_layout
6598
6599\end_inset
6600
6601-, -
6602\begin_inset ERT
6603status collapsed
6604
6605\begin_layout Plain Layout
6606{}
6607\end_layout
6608
6609\end_inset
6610
6611-
6612\begin_inset ERT
6613status collapsed
6614
6615\begin_layout Plain Layout
6616{}
6617\end_layout
6618
6619\end_inset
6620
6621-, -
6622\begin_inset ERT
6623status collapsed
6624
6625\begin_layout Plain Layout
6626{}
6627\end_layout
6628
6629\end_inset
6630
6631-
6632\begin_inset ERT
6633status collapsed
6634
6635\begin_layout Plain Layout
6636{}
6637\end_layout
6638
6639\end_inset
6640
6641-
6642\begin_inset ERT
6643status collapsed
6644
6645\begin_layout Plain Layout
6646{}
6647\end_layout
6648
6649\end_inset
6650
6651- etc.
6652\end_layout
6653
6654\begin_layout Standard
6655LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX to the commands \SpecialChar LyX
6656, \SpecialChar TeX
6657, \SpecialChar LaTeX2e
6658 and \SpecialChar LaTeX
6659. If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3) they should not be put into ERT.
6660\end_layout
6661
6662\begin_layout Standard
6663Test for whitespace handling of commands: The following lines should result in identical output:
6664\end_layout
6665
6666\begin_layout Standard
6667builtin ^ unicodesymbols ȷ user
6668\begin_inset ERT
6669status collapsed
6670
6671\begin_layout Plain Layout
6672
6673\backslash
6674mycommand
6675\end_layout
6676
6677\end_inset
6678
6679
6680\begin_inset ERT
6681status collapsed
6682
6683\begin_layout Plain Layout
6684{}
6685\end_layout
6686
6687\end_inset
6688
6689 xx
6690\end_layout
6691
6692\begin_layout Standard
6693builtin ^ unicodesymbols ȷ user
6694\begin_inset ERT
6695status collapsed
6696
6697\begin_layout Plain Layout
6698
6699\backslash
6700mycommand
6701\end_layout
6702
6703\end_inset
6704
6705
6706\begin_inset ERT
6707status collapsed
6708
6709\begin_layout Plain Layout
6710{}
6711\end_layout
6712
6713\end_inset
6714
6715 xx
6716\end_layout
6717
6718\begin_layout Standard
6719builtin ^ unicodesymbols ȷ user
6720\begin_inset ERT
6721status collapsed
6722
6723\begin_layout Plain Layout
6724
6725\backslash
6726mycommand
6727\end_layout
6728
6729\end_inset
6730
6731
6732\begin_inset ERT
6733status collapsed
6734
6735\begin_layout Plain Layout
6736% and another
6737\end_layout
6738
6739\begin_layout Plain Layout
6740
6741\end_layout
6742
6743\end_inset
6744
6745
6746\begin_inset ERT
6747status collapsed
6748
6749\begin_layout Plain Layout
6750{}
6751\end_layout
6752
6753\end_inset
6754
6755 xx
6756\end_layout
6757
6758\begin_layout Standard
6759A sub
6760\begin_inset script subscript
6761
6762\begin_layout Plain Layout
6763sc
6764\emph on
6765ript
6766\emph default
6767
6768\end_layout
6769
6770\end_inset
6771
6772 and super
6773\begin_inset script superscript
6774
6775\begin_layout Plain Layout
6776script with
6777\begin_inset Formula $a^2+b^2=c^2$
6778\end_inset
6779
6780 math
6781\end_layout
6782
6783\end_inset
6784
6785.
6786\end_layout
6787
6788\begin_layout Standard
6789latex2writer outputs quotes in braces like
6790\begin_inset Quotes ers
6791\end_inset
6792
6793. We swallow the, but this was one broken (bug 8903).
6794\end_layout
6795
6796\begin_layout Section
6797Mathematics
6798\begin_inset Index idx
6799status collapsed
6800
6801\begin_layout Plain Layout
6802Mathematics
6803\end_layout
6804
6805\end_inset
6806
6807
6808\end_layout
6809
6810\begin_layout Standard
6811Let
6812\begin_inset Formula $f:\left[  a,b\right]  \rightarrow%TCIMACRO{\U{211d} }%
6813%BeginExpansion
6814\mathbb{R}
6815%EndExpansion
6816$
6817\end_inset
6818
6819.
6820\end_layout
6821
6822\begin_layout Standard
6823
6824\begin_inset Formula \[
6825\begin{array}{rclccc}
68261 + 2 & = & 3
6827\multicolumn{3}{c}{4 < 5 \leq 6 }
6828\end{array}
6829\]
6830\end_inset
6831
6832
6833\end_layout
6834
6835\begin_layout Section
6836Lists/Indices
6837\end_layout
6838
6839\begin_layout Standard
6840single
6841\backslash
6842addcontentsline:
6843\begin_inset ERT
6844status collapsed
6845
6846\begin_layout Plain Layout
6847
6848\backslash
6849addcontentsline{toc}{section}{test}
6850\end_layout
6851
6852\end_inset
6853
6854
6855\end_layout
6856
6857\begin_layout Standard
6858with
6859\backslash
6860addcontentsline and
6861\backslash
6862phantomsection:
6863\end_layout
6864
6865\begin_layout Standard
6866
6867\begin_inset CommandInset bibtex
6868LatexCommand bibtex
6869bibfiles "xampl"
6870options "bibtotoc,test"
6871
6872\end_inset
6873
6874
6875\end_layout
6876
6877\begin_layout Standard
6878normal:
6879\end_layout
6880
6881\begin_layout Standard
6882
6883\begin_inset CommandInset bibtex
6884LatexCommand bibtex
6885bibfiles "xampl"
6886options "test"
6887
6888\end_inset
6889
6890
6891\end_layout
6892
6893\begin_layout Standard
6894with wrong
6895\backslash
6896addcontentsline:
6897\end_layout
6898
6899\begin_layout Standard
6900
6901\begin_inset ERT
6902status collapsed
6903
6904\begin_layout Plain Layout
6905
6906\backslash
6907bibliographystyle{test}
6908\end_layout
6909
6910\end_inset
6911
6912
6913\begin_inset ERT
6914status collapsed
6915
6916\begin_layout Plain Layout
6917
6918\backslash
6919addcontentsline{toc}{section}{test}
6920\end_layout
6921
6922\end_inset
6923
6924
6925\begin_inset CommandInset bibtex
6926LatexCommand bibtex
6927bibfiles "xampl"
6928options "test"
6929
6930\end_inset
6931
6932
6933\end_layout
6934
6935\begin_layout Standard
6936with
6937\backslash
6938addcontentsline and
6939\backslash
6940nocite{*}:
6941\end_layout
6942
6943\begin_layout Standard
6944
6945\begin_inset CommandInset bibtex
6946LatexCommand bibtex
6947btprint "btPrintAll"
6948bibfiles "xampl"
6949options "bibtotoc,test"
6950
6951\end_inset
6952
6953
6954\end_layout
6955
6956\begin_layout Standard
6957undefined index:
6958\end_layout
6959
6960\begin_layout Standard
6961
6962\begin_inset CommandInset index_print
6963LatexCommand printindex
6964type "idx"
6965literal "true"
6966
6967\end_inset
6968
6969
6970\end_layout
6971
6972\begin_layout Standard
6973index
6974\begin_inset ERT
6975status collapsed
6976
6977\begin_layout Plain Layout
6978"
6979\end_layout
6980
6981\end_inset
6982
6983idx
6984\begin_inset ERT
6985status collapsed
6986
6987\begin_layout Plain Layout
6988"
6989\end_layout
6990
6991\end_inset
6992
6993:
6994\end_layout
6995
6996\begin_layout Standard
6997
6998\begin_inset CommandInset index_print
6999LatexCommand printindex
7000type "idx"
7001literal "true"
7002
7003\end_inset
7004
7005
7006\end_layout
7007
7008\begin_layout Standard
7009index
7010\begin_inset ERT
7011status collapsed
7012
7013\begin_layout Plain Layout
7014"
7015\end_layout
7016
7017\end_inset
7018
7019new
7020\begin_inset ERT
7021status collapsed
7022
7023\begin_layout Plain Layout
7024"
7025\end_layout
7026
7027\end_inset
7028
7029:
7030\end_layout
7031
7032\begin_layout Standard
7033
7034\begin_inset CommandInset index_print
7035LatexCommand printindex
7036type "new"
7037literal "true"
7038
7039\end_inset
7040
7041
7042\end_layout
7043
7044\begin_layout Standard
7045subindex
7046\begin_inset ERT
7047status collapsed
7048
7049\begin_layout Plain Layout
7050"
7051\end_layout
7052
7053\end_inset
7054
7055new
7056\begin_inset ERT
7057status collapsed
7058
7059\begin_layout Plain Layout
7060"
7061\end_layout
7062
7063\end_inset
7064
7065:
7066\end_layout
7067
7068\begin_layout Standard
7069
7070\begin_inset CommandInset index_print
7071LatexCommand printsubindex
7072type "idx"
7073literal "true"
7074
7075\end_inset
7076
7077
7078\end_layout
7079
7080\begin_layout Standard
7081index of all indices:
7082\end_layout
7083
7084\begin_layout Standard
7085
7086\begin_inset CommandInset index_print
7087LatexCommand printindex*
7088
7089\end_inset
7090
7091
7092\end_layout
7093
7094\begin_layout Standard
7095subindex of all indices:
7096\end_layout
7097
7098\begin_layout Standard
7099
7100\begin_inset CommandInset index_print
7101LatexCommand printsubindex*
7102
7103\end_inset
7104
7105
7106\end_layout
7107
7108\begin_layout Standard
7109normal nomenclature:
7110\end_layout
7111
7112\begin_layout Standard
7113
7114\begin_inset CommandInset nomencl_print
7115LatexCommand printnomenclature
7116set_width "none"
7117
7118\end_inset
7119
7120hello
7121\end_layout
7122
7123\begin_layout Standard
7124manually set width:
7125\begin_inset ERT
7126status collapsed
7127
7128\begin_layout Plain Layout
7129
7130\backslash
7131settowidth{
7132\backslash
7133nomlabelwidth}{URL2}
7134\end_layout
7135
7136\end_inset
7137
7138
7139\begin_inset CommandInset nomencl_print
7140LatexCommand printnomenclature
7141set_width "none"
7142
7143\end_inset
7144
7145
7146\end_layout
7147
7148\begin_layout Standard
7149nomenclature with set width:
7150\end_layout
7151
7152\begin_layout Standard
7153
7154\begin_inset CommandInset nomencl_print
7155LatexCommand printnomenclature
7156set_width "custom"
7157width "2line%"
7158\end_inset
7159
7160
7161\end_layout
7162
7163\end_body
7164\end_document
7165