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