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