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