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