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