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