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