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