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