]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-insets.lyx.lyx
Update tex2lyx tests
[lyx.git] / src / tex2lyx / test / test-insets.lyx.lyx
1 #LyX file created by tex2lyx 2.4
2 \lyxformat 612
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 no
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_roman_osf false
34 \font_sans_osf false
35 \font_typewriter_osf false
36 \font_sf_scale 100 100
37 \font_tt_scale 100 100
38 \use_microtype false
39 \use_dash_ligatures true
40 \graphics default
41 \default_output_format default
42 \output_sync 0
43 \bibtex_command default
44 \index_command default
45 \paperfontsize 12
46 \spacing onehalf
47 \use_hyperref true
48 \pdf_bookmarks 0
49 \pdf_bookmarksnumbered 0
50 \pdf_bookmarksopen 0
51 \pdf_bookmarksopenlevel 1
52 \pdf_breaklinks 0
53 \pdf_pdfborder 0
54 \pdf_colorlinks 0
55 \pdf_backref section
56 \pdf_pdfusetitle 0
57 \papersize a4
58 \use_geometry false
59 \use_package amsmath 2
60 \use_package amssymb 2
61 \use_package cancel 0
62 \use_package esint 1
63 \use_package mathdots 0
64 \use_package mathtools 0
65 \use_package mhchem 0
66 \use_package stackrel 0
67 \use_package stmaryrd 0
68 \use_package undertilde 0
69 \cite_engine natbib
70 \cite_engine_type numerical
71 \biblio_style plainnat
72 \use_bibtopic false
73 \use_indices true
74 \paperorientation portrait
75 \suppress_date false
76 \justification true
77 \use_refstyle 0
78 \use_minted 0
79 \use_lineno false
80 \index Index
81 \shortcut idx
82 \color #008000
83 \end_index
84 \index new
85 \shortcut new
86 \color #008000
87 \end_index
88 \index test
89 \shortcut test
90 \color #008000
91 \end_index
92 \secnumdepth 3
93 \tocdepth 3
94 \paragraph_separation indent
95 \paragraph_indentation 3mm
96 \is_math_indent 0
97 \math_numbering_side default
98 \quotes_style english
99 \dynamic_quotes 0
100 \papercolumns 1
101 \papersides 1
102 \paperpagestyle default
103 \tracking_changes false
104 \output_changes false
105 \change_bars false
106 \html_math_output 0
107 \html_css_as_file 0
108 \html_be_strict false
109 \docbook_table_output 0
110 \docbook_mathml_prefix 1
111 \end_header
112
113 \begin_body
114
115 \begin_layout Title
116 Title
117 \end_layout
118
119 \begin_layout Standard
120
121 \begin_inset ERT
122 status collapsed
123
124 \begin_layout Plain Layout
125 %stupid stuff
126 \end_layout
127
128 \begin_layout Plain Layout
129
130 \end_layout
131
132 \end_inset
133
134
135 \end_layout
136
137 \begin_layout Date
138 two days ago
139 \end_layout
140
141 \begin_layout Standard
142
143 \begin_inset CommandInset toc
144 LatexCommand tableofcontents
145
146 \end_inset
147
148
149 \begin_inset CommandInset toc
150 LatexCommand lstlistoflistings
151
152 \end_inset
153
154
155 \end_layout
156
157 \begin_layout Standard
158 \noindent
159 This paragraph is not indented.
160 \end_layout
161
162 \begin_layout Section
163 References
164 \begin_inset Index idx
165 range none
166 pageformat default
167 status collapsed
168
169 \begin_layout Plain Layout
170 References
171 \end_layout
172
173 \end_inset
174
175
176 \end_layout
177
178 \begin_layout Standard
179 Let's start with simple things: a label
180 \begin_inset space ~
181
182 \end_inset
183
184
185 \begin_inset CommandInset label
186 LatexCommand label
187 name "lab:test"
188
189 \end_inset
190
191  and a reference
192 \begin_inset space ~
193
194 \end_inset
195
196
197 \begin_inset CommandInset ref
198 LatexCommand ref
199 reference "lab:test"
200 plural "false"
201 caps "false"
202 noprefix "false"
203
204 \end_inset
205
206 ; note that I have tested 
207 \begin_inset Quotes eld
208 \end_inset
209
210 unbreakable space
211 \begin_inset Quotes erd
212 \end_inset
213
214  without warning (and worse than that, I just tested english quotes too...).
215 \end_layout
216
217 \begin_layout Standard
218 Of course there are other kind of references, like page reference
219 \begin_inset space ~
220
221 \end_inset
222
223
224 \begin_inset CommandInset ref
225 LatexCommand pageref
226 reference "lab:test"
227 plural "false"
228 caps "false"
229 noprefix "false"
230
231 \end_inset
232
233 , but also equation reference
234 \begin_inset space ~
235
236 \end_inset
237
238
239 \begin_inset CommandInset ref
240 LatexCommand eqref
241 reference "lab:test"
242 plural "false"
243 caps "false"
244 noprefix "false"
245
246 \end_inset
247
248  (from amsmath package), or varioref's equivalents
249 \begin_inset space ~
250
251 \end_inset
252
253
254 \begin_inset CommandInset ref
255 LatexCommand vref
256 reference "lab:test"
257 plural "false"
258 caps "false"
259 noprefix "false"
260
261 \end_inset
262
263  and
264 \begin_inset space ~
265
266 \end_inset
267
268
269 \begin_inset CommandInset ref
270 LatexCommand vpageref
271 reference "lab:test"
272 plural "false"
273 caps "false"
274 noprefix "false"
275
276 \end_inset
277
278 , without forgetting pretty references like
279 \begin_inset space ~
280
281 \end_inset
282
283
284 \begin_inset CommandInset ref
285 LatexCommand formatted
286 reference "lab:test"
287 plural "false"
288 caps "false"
289 noprefix "false"
290
291 \end_inset
292
293  as well as textual references like
294 \begin_inset space ~
295
296 \end_inset
297
298
299 \begin_inset CommandInset ref
300 LatexCommand nameref
301 reference "lab:test"
302 plural "false"
303 caps "false"
304 noprefix "false"
305
306 \end_inset
307
308 . The command 
309 \begin_inset ERT
310 status collapsed
311
312 \begin_layout Plain Layout
313
314 \backslash
315 secref
316 \end_layout
317
318 \end_inset
319
320
321 \begin_inset ERT
322 status collapsed
323
324 \begin_layout Plain Layout
325 {
326 \end_layout
327
328 \end_inset
329
330 lab:test
331 \begin_inset ERT
332 status collapsed
333
334 \begin_layout Plain Layout
335 }
336 \end_layout
337
338 \end_inset
339
340  will be parsed in ERT, since LyX does not support refstyle and prettyref natively at the same time.
341 \end_layout
342
343 \begin_layout Section
344 Cites
345 \begin_inset Index idx
346 range none
347 pageformat default
348 status collapsed
349
350 \begin_layout Plain Layout
351 Cites
352 \end_layout
353
354 \end_inset
355
356
357 \end_layout
358
359 \begin_layout Standard
360 Let's start with simple things: a 
361 \backslash
362 cite: 
363 \begin_inset CommandInset citation
364 LatexCommand citep
365 after "after"
366 before ""
367 key "article-crossref"
368 literal "false"
369
370 \end_inset
371
372  and two 
373 \backslash
374 cites: 
375 \begin_inset CommandInset citation
376 LatexCommand citep
377 after "after"
378 before ""
379 key "whole-set,article-crossref"
380 literal "false"
381
382 \end_inset
383
384
385 \end_layout
386
387 \begin_layout Standard
388 Now the natbib things:
389 \end_layout
390
391 \begin_layout Standard
392
393 \backslash
394 citet: 
395 \begin_inset CommandInset citation
396 LatexCommand citet
397 after "after"
398 before "before"
399 key "article-crossref"
400 literal "false"
401
402 \end_inset
403
404  
405 \backslash
406 citet*: 
407 \begin_inset CommandInset citation
408 LatexCommand citet*
409 after "after"
410 before "before"
411 key "article-crossref"
412 literal "false"
413
414 \end_inset
415
416  
417 \backslash
418 Citet: 
419 \begin_inset CommandInset citation
420 LatexCommand Citet
421 after "after"
422 before "before"
423 key "article-crossref"
424 literal "false"
425
426 \end_inset
427
428  
429 \backslash
430 Citet*: 
431 \begin_inset CommandInset citation
432 LatexCommand Citet*
433 after "after"
434 before "before"
435 key "article-crossref"
436 literal "false"
437
438 \end_inset
439
440
441 \end_layout
442
443 \begin_layout Standard
444
445 \backslash
446 citep: 
447 \begin_inset CommandInset citation
448 LatexCommand citep
449 after "after"
450 before "before"
451 key "article-crossref"
452 literal "false"
453
454 \end_inset
455
456  
457 \backslash
458 citep*: 
459 \begin_inset CommandInset citation
460 LatexCommand citep*
461 after "after"
462 before "before"
463 key "article-crossref"
464 literal "false"
465
466 \end_inset
467
468  
469 \backslash
470 Citep: 
471 \begin_inset CommandInset citation
472 LatexCommand Citep
473 after "after"
474 before "before"
475 key "article-crossref"
476 literal "false"
477
478 \end_inset
479
480  
481 \backslash
482 Citep*: 
483 \begin_inset CommandInset citation
484 LatexCommand Citep*
485 after "after"
486 before "before"
487 key "article-crossref"
488 literal "false"
489
490 \end_inset
491
492
493 \end_layout
494
495 \begin_layout Standard
496
497 \backslash
498 citealt: 
499 \begin_inset CommandInset citation
500 LatexCommand citealt
501 after "after"
502 before "before"
503 key "article-crossref"
504 literal "false"
505
506 \end_inset
507
508  
509 \backslash
510 citealt*: 
511 \begin_inset CommandInset citation
512 LatexCommand citealt*
513 after "after"
514 before "before"
515 key "article-crossref"
516 literal "false"
517
518 \end_inset
519
520  
521 \backslash
522 Citealt: 
523 \begin_inset CommandInset citation
524 LatexCommand Citealt
525 after "after"
526 before "before"
527 key "article-crossref"
528 literal "false"
529
530 \end_inset
531
532  
533 \backslash
534 Citealt*: 
535 \begin_inset CommandInset citation
536 LatexCommand Citealt*
537 after "after"
538 before "before"
539 key "article-crossref"
540 literal "false"
541
542 \end_inset
543
544
545 \end_layout
546
547 \begin_layout Standard
548
549 \backslash
550 citealp: 
551 \begin_inset CommandInset citation
552 LatexCommand citealp
553 after "after"
554 before "before"
555 key "article-crossref"
556 literal "false"
557
558 \end_inset
559
560  
561 \backslash
562 citealp*: 
563 \begin_inset CommandInset citation
564 LatexCommand citealp*
565 after "after"
566 before "before"
567 key "article-crossref"
568 literal "false"
569
570 \end_inset
571
572  
573 \backslash
574 Citealp: 
575 \begin_inset CommandInset citation
576 LatexCommand Citep
577 after "after"
578 before "before"
579 key "article-crossref"
580 literal "false"
581
582 \end_inset
583
584  
585 \backslash
586 Citealp*: 
587 \begin_inset CommandInset citation
588 LatexCommand Citealp*
589 after "after"
590 before "before"
591 key "article-crossref"
592 literal "false"
593
594 \end_inset
595
596
597 \end_layout
598
599 \begin_layout Standard
600
601 \backslash
602 citeauthor: 
603 \begin_inset CommandInset citation
604 LatexCommand citeauthor
605 after "after"
606 before "before"
607 key "article-crossref"
608 literal "false"
609
610 \end_inset
611
612  
613 \backslash
614 citeauthor*: 
615 \begin_inset CommandInset citation
616 LatexCommand citeauthor*
617 after "after"
618 before "before"
619 key "article-crossref"
620 literal "false"
621
622 \end_inset
623
624  
625 \backslash
626 Citeauthor: 
627 \begin_inset CommandInset citation
628 LatexCommand Citeauthor
629 after "after"
630 before "before"
631 key "article-crossref"
632 literal "false"
633
634 \end_inset
635
636  
637 \backslash
638 Citeauthor*: 
639 \begin_inset CommandInset citation
640 LatexCommand Citeauthor*
641 after "after"
642 before "before"
643 key "article-crossref"
644 literal "false"
645
646 \end_inset
647
648
649 \end_layout
650
651 \begin_layout Standard
652
653 \backslash
654 citeyear: 
655 \begin_inset CommandInset citation
656 LatexCommand citeyear
657 after "after"
658 before "before"
659 key "article-crossref"
660 literal "false"
661
662 \end_inset
663
664
665 \end_layout
666
667 \begin_layout Standard
668
669 \backslash
670 citeyearpar: 
671 \begin_inset CommandInset citation
672 LatexCommand citeyearpar
673 after "after"
674 before "before"
675 key "article-crossref"
676 literal "false"
677
678 \end_inset
679
680
681 \end_layout
682
683 \begin_layout Standard
684
685 \backslash
686 nocite: 
687 \begin_inset CommandInset citation
688 LatexCommand nocite
689 after ""
690 key "article-crossref"
691 literal "false"
692
693 \end_inset
694
695
696 \end_layout
697
698 \begin_layout Standard
699
700 \begin_inset ERT
701 status collapsed
702
703 \begin_layout Plain Layout
704 % Remove duplicate call of 
705 \backslash
706 bibliography since LaTeX throws an error.
707 \end_layout
708
709 \begin_layout Plain Layout
710
711 \end_layout
712
713 \end_inset
714
715
716 \begin_inset ERT
717 status collapsed
718
719 \begin_layout Plain Layout
720 %
721 \backslash
722 bibliographystyle{unsrt}
723 \end_layout
724
725 \begin_layout Plain Layout
726
727 \end_layout
728
729 \end_inset
730
731
732 \begin_inset ERT
733 status collapsed
734
735 \begin_layout Plain Layout
736
737 \backslash
738 bibliography{xampl}
739 \end_layout
740
741 \end_inset
742
743
744 \end_layout
745
746 \begin_layout Standard
747 With 
748 \backslash
749 nocite{*}:   
750 \begin_inset CommandInset bibtex
751 LatexCommand bibtex
752 btprint "btPrintAll"
753 bibfiles "xampl"
754 options "unsrt"
755
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 From bug 7306: 
763 \begin_inset CommandInset citation
764 LatexCommand citet
765 after ""
766 before ""
767 key "gur+04"
768 literal "false"
769
770 \end_inset
771
772  have demonstrated that authors should not have umlauts in their names. It's OK to use them in the manüscript, though. 
773 \end_layout
774
775 \begin_layout Bibliography
776
777 \begin_inset CommandInset bibitem
778 LatexCommand bibitem
779 label "Möstl et~al.(2010)"
780 key "Mostl2010"
781 literal "false"
782
783 \end_inset
784
785  Gürkan, M.
786 \begin_inset space ~
787
788 \end_inset
789
790 A., Freitag, M., & Rasio, F.
791 \begin_inset space ~
792
793 \end_inset
794
795 A. 2004, ApJ, 604, 632 
796 \end_layout
797
798 \begin_layout Bibliography
799
800 \begin_inset CommandInset bibitem
801 LatexCommand bibitem
802 label "{{Gürkan et~al.}(2004)}"
803 key "gur+04"
804 literal "false"
805
806 \end_inset
807
808  Gürkan, M.
809 \begin_inset space ~
810
811 \end_inset
812
813 A., Freitag, M., & Rasio, F.
814 \begin_inset space ~
815
816 \end_inset
817
818 A. 2004, ApJ, 604, 632
819 \end_layout
820
821 \begin_layout Section
822 Input files
823 \begin_inset Index idx
824 range none
825 pageformat default
826 status collapsed
827
828 \begin_layout Plain Layout
829 Input files
830 \end_layout
831
832 \end_inset
833
834
835 \end_layout
836
837 \begin_layout Standard
838 We can input files too, like this 
839 \begin_inset CommandInset include
840 LatexCommand input
841 preview false
842 filename "DummyDocument.lyx.lyx"
843 literal "false"
844
845 \end_inset
846
847 , or with the include variant (tests quoting as well): 
848 \begin_inset CommandInset include
849 LatexCommand include
850 preview false
851 filename "Dummy Document.tex"
852 literal "false"
853
854 \end_inset
855
856  
857 \begin_inset CommandInset include
858 LatexCommand include
859 preview false
860 filename "Dummy Document.tex"
861 literal "false"
862
863 \end_inset
864
865  
866 \begin_inset CommandInset include
867 LatexCommand include
868 preview false
869 filename "Dummy~Document.lyx.lyx"
870 literal "false"
871
872 \end_inset
873
874  
875 \begin_inset CommandInset include
876 LatexCommand include
877 preview false
878 filename "Dummy~Document.lyx.lyx"
879 literal "false"
880
881 \end_inset
882
883  File names containing 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). 
884 \begin_inset CommandInset include
885 LatexCommand include
886 preview false
887 filename "Dummy\"Document.tex"
888 literal "false"
889
890 \end_inset
891
892
893 \end_layout
894
895 \begin_layout Standard
896 We can also import chess diagrams:
897 \end_layout
898
899 \begin_layout Standard
900
901 \begin_inset External
902         template ChessDiagram
903         filename ../../../lib/examples/Graphics_and_Insets/iecc05.fen
904
905 \end_inset
906
907
908 \end_layout
909
910 \begin_layout Standard
911 Spreadsheets:
912 \end_layout
913
914 \begin_layout Standard
915
916 \begin_inset External
917         template GnumericSpreadsheet
918         filename ../../../lib/examples/External_Material/longsheet.gnumeric
919
920 \end_inset
921
922
923 \end_layout
924
925 \begin_layout Standard
926 XFig drawings:
927 \end_layout
928
929 \begin_layout Standard
930
931 \begin_inset External
932         template XFig
933         filename xfigtest.fig
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 and PDF pages:
942 \end_layout
943
944 \begin_layout Standard
945
946 \begin_inset External
947         template PDFPages
948         filename ../../../lib/examples/Presentations/beamer-icsi-logo.pdf
949         extra LaTeX "pages=-"
950         rotateAngle 22
951         rotateOrigin baselineleft
952         width 5cm
953         height 40mm
954         keepAspectRatio
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Standard
962 If you prefer verbatim input, you can choose between
963 \begin_inset space ~
964
965 \end_inset
966
967
968 \begin_inset CommandInset include
969 LatexCommand verbatiminput
970 preview false
971 filename "foo"
972 literal "false"
973
974 \end_inset
975
976  or
977 \begin_inset space ~
978
979 \end_inset
980
981
982 \begin_inset CommandInset include
983 LatexCommand verbatiminput*
984 preview false
985 filename "foo"
986 literal "false"
987
988 \end_inset
989
990 .
991 \end_layout
992
993 \begin_layout Section
994 URLs and Hyperlinks
995 \begin_inset Index idx
996 range none
997 pageformat default
998 status collapsed
999
1000 \begin_layout Plain Layout
1001 URL
1002 \end_layout
1003
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset nomenclature
1008 LatexCommand nomenclature
1009 prefix "www"
1010 symbol "URL"
1011 description "uniform resource locator"
1012 literal "false"
1013
1014 \end_inset
1015
1016
1017 \end_layout
1018
1019 \begin_layout Standard
1020 An URL: 
1021 \begin_inset Flex URL
1022 status collapsed
1023
1024 \begin_layout Plain Layout
1025 http://www.lyx.org
1026 \end_layout
1027
1028 \end_inset
1029
1030  
1031 \begin_inset CommandInset nomenclature
1032 LatexCommand nomenclature
1033 symbol "URL2"
1034 description "uniform resource locator"
1035 literal "false"
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \begin_layout Standard
1043 An URL with strange characters: 
1044 \begin_inset Flex URL
1045 status collapsed
1046
1047 \begin_layout Plain Layout
1048 http://www.lyx.org/percent%dollar$
1049 \end_layout
1050
1051 \end_inset
1052
1053
1054 \end_layout
1055
1056 \begin_layout Standard
1057 link:
1058 \begin_inset CommandInset href
1059 LatexCommand href
1060 target "www.test.test"
1061 literal "false"
1062
1063 \end_inset
1064
1065
1066 \end_layout
1067
1068 \begin_layout Standard
1069 link2:
1070 \begin_inset CommandInset href
1071 LatexCommand href
1072 target "http://www.test.test"
1073 literal "false"
1074
1075 \end_inset
1076
1077
1078 \end_layout
1079
1080 \begin_layout Standard
1081 mail:
1082 \begin_inset CommandInset href
1083 LatexCommand href
1084 name "name"
1085 target "www.test.test"
1086 type "mailto:"
1087 literal "false"
1088
1089 \end_inset
1090
1091
1092 \end_layout
1093
1094 \begin_layout Standard
1095 file:
1096 \begin_inset CommandInset href
1097 LatexCommand href
1098 target "www.test.test"
1099 type "file:"
1100 literal "false"
1101
1102 \end_inset
1103
1104
1105 \end_layout
1106
1107 \begin_layout Standard
1108 ftp:
1109 \begin_inset CommandInset href
1110 LatexCommand href
1111 target "ftp://www.test.test"
1112 literal "false"
1113
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \begin_layout Standard
1120 ftp2:
1121 \begin_inset CommandInset href
1122 LatexCommand href
1123 name "www.test.test"
1124 target "ftp://www.test.test"
1125 literal "false"
1126
1127 \end_inset
1128
1129
1130 \end_layout
1131
1132 \begin_layout Standard
1133 parser test (stupid, but valid):
1134 \begin_inset CommandInset href
1135 LatexCommand href
1136 name "}"
1137 target "http://www.test.test"
1138 literal "false"
1139
1140 \end_inset
1141
1142
1143 \end_layout
1144
1145 \begin_layout Standard
1146 parser test (escaped):
1147 \begin_inset CommandInset href
1148 LatexCommand href
1149 name "a brace } and another one { and something"
1150 target "http://www.test.test"
1151 literal "false"
1152
1153 \end_inset
1154
1155
1156 \end_layout
1157
1158 \begin_layout Section
1159 Lists
1160 \begin_inset Index idx
1161 range none
1162 pageformat default
1163 status collapsed
1164
1165 \begin_layout Plain Layout
1166 Lists
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \end_layout
1173
1174 \begin_layout Standard
1175
1176 \begin_inset FloatList figure
1177
1178 \end_inset
1179
1180
1181 \begin_inset FloatList table
1182
1183 \end_inset
1184
1185
1186 \end_layout
1187
1188 \begin_layout Section
1189 Listings
1190 \end_layout
1191
1192 \begin_layout Standard
1193 Inline: 
1194 \begin_inset listings
1195 lstparams "language={C++},keywordstyle={\color{green}}"
1196 inline true
1197 status open
1198
1199 \begin_layout Plain Layout
1200 int a=5;
1201 \end_layout
1202
1203 \end_inset
1204
1205
1206 \begin_inset Newline newline
1207 \end_inset
1208
1209  Float:
1210 \end_layout
1211
1212 \begin_layout Standard
1213
1214 \begin_inset listings
1215 lstparams "caption={Example Listing float},label={lst:Example-Listing},language=Python"
1216 inline false
1217 status open
1218
1219 \begin_layout Plain Layout
1220 # Example listing float
1221 \end_layout
1222
1223 \begin_layout Plain Layout
1224 def func(param):
1225 \end_layout
1226
1227 \begin_layout Plain Layout
1228     'this is a python function'
1229 \end_layout
1230
1231 \begin_layout Plain Layout
1232     pass
1233 \end_layout
1234
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \begin_layout Standard
1241 Here is an example listing with left line numbering, step 
1242 \begin_inset Quotes eld
1243 \end_inset
1244
1245 3
1246 \begin_inset Quotes erd
1247 \end_inset
1248
1249 , language 
1250 \begin_inset Quotes eld
1251 \end_inset
1252
1253 Python
1254 \begin_inset Quotes erd
1255 \end_inset
1256
1257 , options 
1258 \begin_inset Quotes eld
1259 \end_inset
1260
1261 Extended character table
1262 \begin_inset Quotes erd
1263 \end_inset
1264
1265  and 
1266 \begin_inset Quotes eld
1267 \end_inset
1268
1269 Space
1270 \begin_inset space ~
1271
1272 \end_inset
1273
1274 as
1275 \begin_inset space ~
1276
1277 \end_inset
1278
1279 symbol
1280 \begin_inset Quotes erd
1281 \end_inset
1282
1283 , range lines 3
1284 \begin_inset space \thinspace{}
1285
1286 \end_inset
1287
1288 -
1289 \begin_inset space \thinspace{}
1290
1291 \end_inset
1292
1293 8:
1294 \end_layout
1295
1296 \begin_layout Standard
1297
1298 \begin_inset listings
1299 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
1300 inline false
1301 status open
1302
1303 \begin_layout Plain Layout
1304 def func(param):
1305 \end_layout
1306
1307 \begin_layout Plain Layout
1308     'this is a python function'
1309 \end_layout
1310
1311 \begin_layout Plain Layout
1312     pass
1313 \end_layout
1314
1315 \begin_layout Plain Layout
1316 def func(param):
1317 \end_layout
1318
1319 \begin_layout Plain Layout
1320 'This is a German word: Tschüß'
1321 \end_layout
1322
1323 \begin_layout Plain Layout
1324 pass
1325 \end_layout
1326
1327 \begin_layout Plain Layout
1328 def func(param):
1329 \end_layout
1330
1331 \begin_layout Plain Layout
1332 'this is a python function'
1333 \end_layout
1334
1335 \begin_layout Plain Layout
1336 pass
1337 \end_layout
1338
1339 \end_inset
1340
1341
1342 \end_layout
1343
1344 \begin_layout Standard
1345 Special cases: 
1346 \begin_inset listings
1347 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"
1348 inline false
1349 status open
1350
1351 \begin_layout Plain Layout
1352 hello
1353 \end_layout
1354
1355 \end_inset
1356
1357
1358 \end_layout
1359
1360 \begin_layout Standard
1361
1362 \begin_inset listings
1363 lstparams "language=TeX"
1364 inline true
1365 status open
1366
1367 \begin_layout Plain Layout
1368
1369 \backslash
1370 begin{centering} hello
1371 \end_layout
1372
1373 \end_inset
1374
1375
1376 \end_layout
1377
1378 \begin_layout Section
1379 Graphics
1380 \begin_inset Index idx
1381 range none
1382 pageformat default
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386 Graphics
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \begin_layout Standard
1395 There is also some basic support for graphics, in the form 
1396 \begin_inset Graphics 
1397         filename foo.eps
1398
1399 \end_inset
1400
1401 , or the slightly more elaborate 
1402 \begin_inset Graphics 
1403         filename foo.eps
1404         width 1cm
1405         clip
1406         BoundingBox 10bp 0bp 96bp 96bp
1407         special height=1cm
1408
1409 \end_inset
1410
1411 .
1412 \end_layout
1413
1414 \begin_layout Section
1415 Tables
1416 \begin_inset Index idx
1417 range none
1418 pageformat default
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 Tables
1423 \end_layout
1424
1425 \end_inset
1426
1427
1428 \end_layout
1429
1430 \begin_layout Standard
1431 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 
1432 \backslash
1433 textbackslash etc. 
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 \backslash
1440 let
1441 \backslash
1442 package
1443 \backslash
1444 textsf
1445 \end_layout
1446
1447 \end_inset
1448
1449  
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 \backslash
1456 let
1457 \backslash
1458 env
1459 \backslash
1460 textsf
1461 \end_layout
1462
1463 \end_inset
1464
1465  
1466 \begin_inset ERT
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470
1471 \backslash
1472 let
1473 \backslash
1474 code
1475 \backslash
1476 texttt
1477 \end_layout
1478
1479 \end_inset
1480
1481  
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 \backslash
1488 providecommand{
1489 \backslash
1490 finalclearpage}{
1491 \backslash
1492 clearpage}
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \begin_layout Standard
1501
1502 \begin_inset Tabular 
1503 <lyxtabular version="3" rows="66" columns="2">
1504 <features islongtable="true" tabularwidth="0pt">
1505 <column alignment="none" valignment="top" special="@{*}r">
1506 <column alignment="none" valignment="top" special="|p{1in}@{*}">
1507 <row endfirsthead="true">
1508 <cell alignment="none" valignment="top" bottomline="true" usebox="none">
1509 \begin_inset Text
1510
1511 \begin_layout Standard
1512 KILLED 
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 <cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
1518 \begin_inset Text
1519
1520 \begin_layout Standard
1521 LINE!!!! 
1522 \begin_inset ERT
1523 status collapsed
1524
1525 \begin_layout Plain Layout
1526
1527 \backslash
1528 kill
1529 \end_layout
1530
1531 \end_inset
1532
1533  
1534 \begin_inset Caption Standard
1535
1536 \begin_layout Plain Layout
1537
1538 \begin_inset Argument 1
1539 status collapsed
1540
1541
1542 \begin_layout Standard
1543 An optional table caption (used in the list of tables)
1544 \end_layout
1545
1546 \end_inset
1547
1548 A long table
1549 \begin_inset CommandInset label
1550 LatexCommand label
1551 name "long"
1552
1553 \end_inset
1554
1555
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 </row>
1566 <row endfirsthead="true">
1567 <cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none" special="@{*}c@{*}">
1568 \begin_inset Text
1569
1570 \begin_layout Standard
1571 This part appears at the top of the table
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \end_inset
1580 </cell>
1581 </row>
1582 <row endfirsthead="true">
1583 <cell alignment="none" valignment="top" bottomline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Standard
1587
1588 \shape smallcaps
1589 First
1590 \shape default
1591
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Standard
1600
1601 \shape smallcaps
1602 Second
1603 \shape default
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row endhead="true" caption="true">
1611 <cell multicolumn="1" alignment="none" valignment="top" topline="true" bottomline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Standard
1615
1616 \begin_inset Caption Standard
1617
1618 \begin_layout Plain Layout
1619
1620 \begin_inset Argument 1
1621 status collapsed
1622
1623
1624 \end_inset
1625
1626 (continued)
1627 \end_layout
1628
1629 \end_inset
1630
1631
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 <cell multicolumn="2" alignment="none" valignment="top" topline="true" bottomline="true" usebox="none">
1637 \begin_inset Text
1638
1639 \end_inset
1640 </cell>
1641 </row>
1642 <row endhead="true">
1643 <cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none" special="@{*}c@{*}">
1644 \begin_inset Text
1645
1646 \begin_layout Standard
1647 This part appears at the top of every other page
1648 \end_layout
1649
1650 \end_inset
1651 </cell>
1652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
1653 \begin_inset Text
1654
1655 \end_inset
1656 </cell>
1657 </row>
1658 <row endhead="true">
1659 <cell alignment="none" valignment="top" bottomline="true" usebox="none">
1660 \begin_inset Text
1661
1662 \begin_layout Standard
1663
1664 \series bold
1665 First
1666 \series default
1667
1668 \end_layout
1669
1670 \end_inset
1671 </cell>
1672 <cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
1673 \begin_inset Text
1674
1675 \begin_layout Standard
1676
1677 \series bold
1678 Second
1679 \series default
1680
1681 \end_layout
1682
1683 \end_inset
1684 </cell>
1685 </row>
1686 <row endfoot="true" caption="true">
1687 <cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none">
1688 \begin_inset Text
1689
1690 \begin_layout Standard
1691
1692 \begin_inset Caption Unnumbered
1693
1694 \begin_layout Plain Layout
1695 standard foot
1696 \end_layout
1697
1698 \end_inset
1699
1700
1701 \end_layout
1702
1703 \end_inset
1704 </cell>
1705 <cell multicolumn="2" alignment="none" valignment="top" topline="true" usebox="none">
1706 \begin_inset Text
1707
1708 \end_inset
1709 </cell>
1710 </row>
1711 <row endfoot="true">
1712 <cell alignment="none" valignment="top" topline="true" usebox="none">
1713 \begin_inset Text
1714
1715 \begin_layout Standard
1716 This goes at the
1717 \end_layout
1718
1719 \end_inset
1720 </cell>
1721 <cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
1722 \begin_inset Text
1723
1724 \begin_layout Standard
1725 bottom.
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 </row>
1731 <row endlastfoot="true" caption="true">
1732 <cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Standard
1736
1737 \begin_inset Caption Unnumbered
1738
1739 \begin_layout Plain Layout
1740 (last foot)
1741 \end_layout
1742
1743 \end_inset
1744
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell multicolumn="2" alignment="none" valignment="top" topline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \end_inset
1754 </cell>
1755 </row>
1756 <row endlastfoot="true">
1757 <cell alignment="none" valignment="top" topline="true" usebox="none">
1758 \begin_inset Text
1759
1760 \begin_layout Standard
1761 These lines will
1762 \end_layout
1763
1764 \end_inset
1765 </cell>
1766 <cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Standard
1770 appear
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 in place of the 
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 usual foot
1791 \end_layout
1792
1793 \end_inset
1794 </cell>
1795 </row>
1796 <row endlastfoot="true">
1797 <cell alignment="none" valignment="top" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Standard
1801 at the end
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="none" valignment="top" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Standard
1810 of the table
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 </row>
1816 <row>
1817 <cell alignment="none" valignment="top" topline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Standard
1821
1822 \begin_inset ERT
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826
1827 \backslash
1828 env
1829 \end_layout
1830
1831 \end_inset
1832
1833
1834 \begin_inset ERT
1835 status collapsed
1836
1837 \begin_layout Plain Layout
1838 {
1839 \end_layout
1840
1841 \end_inset
1842
1843 longtable
1844 \begin_inset ERT
1845 status collapsed
1846
1847 \begin_layout Plain Layout
1848 }
1849 \end_layout
1850
1851 \end_inset
1852
1853  columns are specified
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Standard
1862 in the 
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 </row>
1868 <row>
1869 <cell alignment="none" valignment="top" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Standard
1873 same way as in the 
1874 \begin_inset ERT
1875 status collapsed
1876
1877 \begin_layout Plain Layout
1878
1879 \backslash
1880 env
1881 \end_layout
1882
1883 \end_inset
1884
1885
1886 \begin_inset ERT
1887 status collapsed
1888
1889 \begin_layout Plain Layout
1890 {
1891 \end_layout
1892
1893 \end_inset
1894
1895 tabular
1896 \begin_inset ERT
1897 status collapsed
1898
1899 \begin_layout Plain Layout
1900 }
1901 \end_layout
1902
1903 \end_inset
1904
1905
1906 \end_layout
1907
1908 \end_inset
1909 </cell>
1910 <cell alignment="none" valignment="top" leftline="true" usebox="none">
1911 \begin_inset Text
1912
1913 \begin_layout Standard
1914 environment.
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 </row>
1920 <row>
1921 <cell alignment="none" valignment="top" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Standard
1925
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931 \backslash
1932 code
1933 \end_layout
1934
1935 \end_inset
1936
1937
1938 \begin_inset ERT
1939 status collapsed
1940
1941 \begin_layout Plain Layout
1942 {
1943 \end_layout
1944
1945 \end_inset
1946
1947 @{*}r||p{1in}@{*}
1948 \begin_inset ERT
1949 status collapsed
1950
1951 \begin_layout Plain Layout
1952 }
1953 \end_layout
1954
1955 \end_inset
1956
1957
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 <cell alignment="none" valignment="top" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Standard
1966 in this case.
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 </row>
1972 <row>
1973 <cell alignment="none" valignment="top" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Standard
1977 Each row ends with a
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="none" valignment="top" leftline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Standard
1986
1987 \begin_inset ERT
1988 status collapsed
1989
1990 \begin_layout Plain Layout
1991
1992 \backslash
1993 code
1994 \end_layout
1995
1996 \end_inset
1997
1998
1999 \begin_inset ERT
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003 {
2004 \end_layout
2005
2006 \end_inset
2007
2008
2009 \backslash
2010
2011 \backslash
2012
2013 \begin_inset ERT
2014 status collapsed
2015
2016 \begin_layout Plain Layout
2017 }
2018 \end_layout
2019
2020 \end_inset
2021
2022  command.
2023 \end_layout
2024
2025 \end_inset
2026 </cell>
2027 </row>
2028 <row>
2029 <cell alignment="none" valignment="top" usebox="none">
2030 \begin_inset Text
2031
2032 \begin_layout Standard
2033 The 
2034 \begin_inset ERT
2035 status collapsed
2036
2037 \begin_layout Plain Layout
2038
2039 \backslash
2040 code
2041 \end_layout
2042
2043 \end_inset
2044
2045
2046 \begin_inset ERT
2047 status collapsed
2048
2049 \begin_layout Plain Layout
2050 {
2051 \end_layout
2052
2053 \end_inset
2054
2055
2056 \backslash
2057
2058 \backslash
2059
2060 \begin_inset ERT
2061 status collapsed
2062
2063 \begin_layout Plain Layout
2064 }
2065 \end_layout
2066
2067 \end_inset
2068
2069  command has an
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 optional
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 argument, just as in
2090 \end_layout
2091
2092 \end_inset
2093 </cell>
2094 <cell alignment="none" valignment="top" leftline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Standard
2098 the
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 </row>
2104 <row>
2105 <cell alignment="none" valignment="top" usebox="none">
2106 \begin_inset Text
2107
2108 \begin_layout Standard
2109
2110 \begin_inset ERT
2111 status collapsed
2112
2113 \begin_layout Plain Layout
2114
2115 \backslash
2116 env
2117 \end_layout
2118
2119 \end_inset
2120
2121
2122 \begin_inset ERT
2123 status collapsed
2124
2125 \begin_layout Plain Layout
2126 {
2127 \end_layout
2128
2129 \end_inset
2130
2131 tabular
2132 \begin_inset ERT
2133 status collapsed
2134
2135 \begin_layout Plain Layout
2136 }
2137 \end_layout
2138
2139 \end_inset
2140
2141
2142 \end_layout
2143
2144 \end_inset
2145 </cell>
2146 <cell alignment="none" valignment="top" leftline="true" usebox="none">
2147 \begin_inset Text
2148
2149 \begin_layout Standard
2150 environment.
2151 \end_layout
2152
2153 \end_inset
2154 </cell>
2155 </row>
2156 <row>
2157 <cell alignment="none" valignment="top" usebox="none">
2158 \begin_inset Text
2159
2160 \begin_layout Standard
2161 [10pt] See the effect of 
2162 \begin_inset ERT
2163 status collapsed
2164
2165 \begin_layout Plain Layout
2166
2167 \backslash
2168 code
2169 \end_layout
2170
2171 \end_inset
2172
2173
2174 \begin_inset ERT
2175 status collapsed
2176
2177 \begin_layout Plain Layout
2178 {
2179 \end_layout
2180
2181 \end_inset
2182
2183
2184 \backslash
2185
2186 \backslash
2187 [10pt]
2188 \begin_inset ERT
2189 status collapsed
2190
2191 \begin_layout Plain Layout
2192 }
2193 \end_layout
2194
2195 \end_inset
2196
2197
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 ?
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 Lots of lines
2278 \end_layout
2279
2280 \end_inset
2281 </cell>
2282 <cell alignment="none" valignment="top" leftline="true" usebox="none">
2283 \begin_inset Text
2284
2285 \begin_layout Standard
2286 like this.
2287 \end_layout
2288
2289 \end_inset
2290 </cell>
2291 </row>
2292 <row>
2293 <cell alignment="none" valignment="top" usebox="none">
2294 \begin_inset Text
2295
2296 \begin_layout Standard
2297 Also 
2298 \begin_inset ERT
2299 status collapsed
2300
2301 \begin_layout Plain Layout
2302
2303 \backslash
2304 code
2305 \end_layout
2306
2307 \end_inset
2308
2309
2310 \begin_inset ERT
2311 status collapsed
2312
2313 \begin_layout Plain Layout
2314 {
2315 \end_layout
2316
2317 \end_inset
2318
2319
2320 \backslash
2321 hline
2322 \begin_inset ERT
2323 status collapsed
2324
2325 \begin_layout Plain Layout
2326 }
2327 \end_layout
2328
2329 \end_inset
2330
2331  may be used,
2332 \end_layout
2333
2334 \end_inset
2335 </cell>
2336 <cell alignment="none" valignment="top" leftline="true" usebox="none">
2337 \begin_inset Text
2338
2339 \begin_layout Standard
2340 as in 
2341 \begin_inset ERT
2342 status collapsed
2343
2344 \begin_layout Plain Layout
2345
2346 \backslash
2347 env
2348 \end_layout
2349
2350 \end_inset
2351
2352
2353 \begin_inset ERT
2354 status collapsed
2355
2356 \begin_layout Plain Layout
2357 {
2358 \end_layout
2359
2360 \end_inset
2361
2362 tabular
2363 \begin_inset ERT
2364 status collapsed
2365
2366 \begin_layout Plain Layout
2367 }
2368 \end_layout
2369
2370 \end_inset
2371
2372 .
2373 \end_layout
2374
2375 \end_inset
2376 </cell>
2377 </row>
2378 <row>
2379 <cell alignment="none" valignment="top" topline="true" bottomline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Standard
2383 That was a 
2384 \begin_inset ERT
2385 status collapsed
2386
2387 \begin_layout Plain Layout
2388
2389 \backslash
2390 code
2391 \end_layout
2392
2393 \end_inset
2394
2395
2396 \begin_inset ERT
2397 status collapsed
2398
2399 \begin_layout Plain Layout
2400 {
2401 \end_layout
2402
2403 \end_inset
2404
2405
2406 \backslash
2407 hline
2408 \begin_inset ERT
2409 status collapsed
2410
2411 \begin_layout Plain Layout
2412 }
2413 \end_layout
2414
2415 \end_inset
2416
2417
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 <cell alignment="none" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2423 \begin_inset Text
2424
2425 \begin_layout Standard
2426 .
2427 \end_layout
2428
2429 \end_inset
2430 </cell>
2431 </row>
2432 <row>
2433 <cell alignment="none" valignment="top" topline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Standard
2437 That was 
2438 \begin_inset ERT
2439 status collapsed
2440
2441 \begin_layout Plain Layout
2442
2443 \backslash
2444 code
2445 \end_layout
2446
2447 \end_inset
2448
2449
2450 \begin_inset ERT
2451 status collapsed
2452
2453 \begin_layout Plain Layout
2454 {
2455 \end_layout
2456
2457 \end_inset
2458
2459
2460 \backslash
2461 hline
2462 \backslash
2463 hline
2464 \begin_inset ERT
2465 status collapsed
2466
2467 \begin_layout Plain Layout
2468 }
2469 \end_layout
2470
2471 \end_inset
2472
2473
2474 \end_layout
2475
2476 \end_inset
2477 </cell>
2478 <cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
2479 \begin_inset Text
2480
2481 \begin_layout Standard
2482 .
2483 \end_layout
2484
2485 \end_inset
2486 </cell>
2487 </row>
2488 <row>
2489 <cell multicolumn="1" alignment="none" valignment="top" leftline="true" rightline="true" usebox="none" special="|c|">
2490 \begin_inset Text
2491
2492 \begin_layout Standard
2493 This is a 
2494 \begin_inset ERT
2495 status collapsed
2496
2497 \begin_layout Plain Layout
2498
2499 \backslash
2500 code
2501 \end_layout
2502
2503 \end_inset
2504
2505
2506 \begin_inset ERT
2507 status collapsed
2508
2509 \begin_layout Plain Layout
2510 {
2511 \end_layout
2512
2513 \end_inset
2514
2515
2516 \backslash
2517 multicolumn{2}{||c||}
2518 \begin_inset ERT
2519 status collapsed
2520
2521 \begin_layout Plain Layout
2522 }
2523 \end_layout
2524
2525 \end_inset
2526
2527
2528 \end_layout
2529
2530 \end_inset
2531 </cell>
2532 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
2533 \begin_inset Text
2534
2535 \end_inset
2536 </cell>
2537 </row>
2538 <row>
2539 <cell alignment="none" valignment="top" usebox="none">
2540 \begin_inset Text
2541
2542 \begin_layout Standard
2543 If a page break occurs at a 
2544 \begin_inset ERT
2545 status collapsed
2546
2547 \begin_layout Plain Layout
2548
2549 \backslash
2550 code
2551 \end_layout
2552
2553 \end_inset
2554
2555
2556 \begin_inset ERT
2557 status collapsed
2558
2559 \begin_layout Plain Layout
2560 {
2561 \end_layout
2562
2563 \end_inset
2564
2565
2566 \backslash
2567 hline
2568 \begin_inset ERT
2569 status collapsed
2570
2571 \begin_layout Plain Layout
2572 }
2573 \end_layout
2574
2575 \end_inset
2576
2577  then
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 a line is drawn
2587 \end_layout
2588
2589 \end_inset
2590 </cell>
2591 </row>
2592 <row>
2593 <cell alignment="none" valignment="top" usebox="none">
2594 \begin_inset Text
2595
2596 \begin_layout Standard
2597 at the bottom of one page and at the
2598 \end_layout
2599
2600 \end_inset
2601 </cell>
2602 <cell alignment="none" valignment="top" leftline="true" usebox="none">
2603 \begin_inset Text
2604
2605 \begin_layout Standard
2606 top of the next.
2607 \end_layout
2608
2609 \end_inset
2610 </cell>
2611 </row>
2612 <row>
2613 <cell alignment="none" valignment="top" topline="true" usebox="none">
2614 \begin_inset Text
2615
2616 \begin_layout Standard
2617 The 
2618 \begin_inset ERT
2619 status collapsed
2620
2621 \begin_layout Plain Layout
2622
2623 \backslash
2624 code
2625 \end_layout
2626
2627 \end_inset
2628
2629
2630 \begin_inset ERT
2631 status collapsed
2632
2633 \begin_layout Plain Layout
2634 {
2635 \end_layout
2636
2637 \end_inset
2638
2639 [t] [b] [c]
2640 \begin_inset ERT
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644 }
2645 \end_layout
2646
2647 \end_inset
2648
2649  argument of 
2650 \begin_inset ERT
2651 status collapsed
2652
2653 \begin_layout Plain Layout
2654
2655 \backslash
2656 env
2657 \end_layout
2658
2659 \end_inset
2660
2661
2662 \begin_inset ERT
2663 status collapsed
2664
2665 \begin_layout Plain Layout
2666 {
2667 \end_layout
2668
2669 \end_inset
2670
2671 tabular
2672 \begin_inset ERT
2673 status collapsed
2674
2675 \begin_layout Plain Layout
2676 }
2677 \end_layout
2678
2679 \end_inset
2680
2681
2682 \end_layout
2683
2684 \end_inset
2685 </cell>
2686 <cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Standard
2690 can not be used.
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 </row>
2696 <row>
2697 <cell alignment="none" valignment="top" usebox="none">
2698 \begin_inset Text
2699
2700 \begin_layout Standard
2701 The optional argument may be one of
2702 \end_layout
2703
2704 \end_inset
2705 </cell>
2706 <cell alignment="none" valignment="top" leftline="true" usebox="none">
2707 \begin_inset Text
2708
2709 \begin_layout Standard
2710
2711 \begin_inset ERT
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715
2716 \backslash
2717 code
2718 \end_layout
2719
2720 \end_inset
2721
2722
2723 \begin_inset ERT
2724 status collapsed
2725
2726 \begin_layout Plain Layout
2727 {
2728 \end_layout
2729
2730 \end_inset
2731
2732 [l] [r] [c]
2733 \begin_inset ERT
2734 status collapsed
2735
2736 \begin_layout Plain Layout
2737 }
2738 \end_layout
2739
2740 \end_inset
2741
2742
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 </row>
2748 <row>
2749 <cell alignment="none" valignment="top" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Standard
2753 to specify whether the table should be
2754 \end_layout
2755
2756 \end_inset
2757 </cell>
2758 <cell alignment="none" valignment="top" leftline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Standard
2762 adjusted
2763 \end_layout
2764
2765 \end_inset
2766 </cell>
2767 </row>
2768 <row>
2769 <cell alignment="none" valignment="top" bottomline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Standard
2773 to the left, right
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="none" valignment="top" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Standard
2782 or centrally.
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 </row>
2788 <row>
2789 <cell alignment="none" valignment="top" topline="true" 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" topline="true" 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 Lots of lines
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 like this.
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 </row>
3188 <row>
3189 <cell alignment="none" valignment="top" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Standard
3193 Some lines may take up a lot of space, like this: 
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="none" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Standard
3202
3203 \begin_inset ERT
3204 status collapsed
3205
3206 \begin_layout Plain Layout
3207
3208 \backslash
3209 raggedleft
3210 \end_layout
3211
3212 \end_inset
3213
3214  This last column is a 
3215 \begin_inset Quotes eld
3216 \end_inset
3217
3218 p
3219 \begin_inset Quotes erd
3220 \end_inset
3221
3222  column so this 
3223 \begin_inset Quotes eld
3224 \end_inset
3225
3226 row
3227 \begin_inset Quotes erd
3228 \end_inset
3229
3230  of the table can take up several lines. Note however that \SpecialChar TeX
3231
3232 \begin_inset space \space{}
3233
3234 \end_inset
3235
3236 will never break a page within such a row. Page breaks only occur between rows of the table or at 
3237 \begin_inset ERT
3238 status collapsed
3239
3240 \begin_layout Plain Layout
3241
3242 \backslash
3243 code
3244 \end_layout
3245
3246 \end_inset
3247
3248
3249 \begin_inset ERT
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253 {
3254 \end_layout
3255
3256 \end_inset
3257
3258
3259 \backslash
3260 hline
3261 \begin_inset ERT
3262 status collapsed
3263
3264 \begin_layout Plain Layout
3265 }
3266 \end_layout
3267
3268 \end_inset
3269
3270  commands. 
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" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Standard
3401 Lots of lines
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="none" valignment="top" leftline="true" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Standard
3410 like this.
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row>
3417 <cell alignment="none" valignment="top" topline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Standard
3421 Lots
3422 \begin_inset Foot
3423 status collapsed
3424
3425
3426 \begin_layout Standard
3427 This is a footnote.
3428 \end_layout
3429
3430 \end_inset
3431
3432  of lines
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="none" valignment="top" topline="true" leftline="true" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Standard
3441 like this.
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row>
3448 <cell alignment="none" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Standard
3452 Lots of lines
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="none" valignment="top" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Standard
3461 like this
3462 \begin_inset Foot
3463 status collapsed
3464
3465
3466 \begin_layout Standard
3467
3468 \begin_inset ERT
3469 status collapsed
3470
3471 \begin_layout Plain Layout
3472
3473 \backslash
3474 env
3475 \end_layout
3476
3477 \end_inset
3478
3479
3480 \begin_inset ERT
3481 status collapsed
3482
3483 \begin_layout Plain Layout
3484 {
3485 \end_layout
3486
3487 \end_inset
3488
3489 longtable
3490 \begin_inset ERT
3491 status collapsed
3492
3493 \begin_layout Plain Layout
3494 }
3495 \end_layout
3496
3497 \end_inset
3498
3499  takes special precautions, so that footnotes may also be used in `p' columns.
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="none" valignment="top" topline="true" 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" topline="true" 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 <row>
3531 <cell alignment="none" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Standard
3535 Lots of lines
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="none" valignment="top" leftline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Standard
3544 like this. 
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 </lyxtabular>
3551
3552 \end_inset
3553
3554
3555 \end_layout
3556
3557 \begin_layout Standard
3558 From bug 7412 another example with more captions (can currently not produced in LyX): 
3559 \begin_inset Tabular 
3560 <lyxtabular version="3" rows="45" columns="2">
3561 <features islongtable="true" lastFootEmpty="true" tabularwidth="0pt">
3562 <column alignment="left" valignment="top">
3563 <column alignment="left" valignment="top">
3564 <row endfirsthead="true" caption="true">
3565 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Standard
3569
3570 \begin_inset Caption Standard
3571
3572 \begin_layout Plain Layout
3573 A long table
3574 \end_layout
3575
3576 \end_inset
3577
3578
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell multicolumn="2" alignment="none" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row endhead="true" caption="true">
3590 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Standard
3594
3595 \begin_inset Caption Standard
3596
3597 \begin_layout Plain Layout
3598 A long table – continued
3599 \end_layout
3600
3601 \end_inset
3602
3603
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell multicolumn="2" alignment="none" valignment="top" usebox="none">
3609 \begin_inset Text
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row endfoot="true">
3615 <cell multicolumn="1" alignment="none" valignment="top" usebox="none" special="r">
3616 \begin_inset Text
3617
3618 \begin_layout Standard
3619
3620 \begin_inset ERT
3621 status collapsed
3622
3623 \begin_layout Plain Layout
3624 {
3625 \end_layout
3626
3627 \end_inset
3628
3629 Continued on next page
3630 \begin_inset ERT
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634 }
3635 \end_layout
3636
3637 \end_inset
3638
3639
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
3645 \begin_inset Text
3646
3647 \end_inset
3648 </cell>
3649 </row>
3650 <row>
3651 <cell multicolumn="1" alignment="none" valignment="top" topline="true" leftline="true" rightline="true" usebox="none" special="c">
3652 \begin_inset Text
3653
3654 \begin_layout Standard
3655 Something
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell multicolumn="1" alignment="none" valignment="top" topline="true" rightline="true" usebox="none" special="c">
3661 \begin_inset Text
3662
3663 \begin_layout Standard
3664 Description
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" 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" 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 <row>
4471 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Standard
4475 Lots of lines
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="left" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Standard
4484 like this.
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 </lyxtabular>
4491
4492 \end_inset
4493
4494
4495 \end_layout
4496
4497 \begin_layout Standard
4498 A table*:
4499 \end_layout
4500
4501 \begin_layout Standard
4502
4503 \begin_inset ERT
4504 status collapsed
4505
4506 \begin_layout Plain Layout
4507 % some comment
4508 \end_layout
4509
4510 \begin_layout Plain Layout
4511
4512 \end_layout
4513
4514 \end_inset
4515
4516
4517 \begin_inset Tabular 
4518 <lyxtabular version="3" rows="2" columns="2">
4519 <features tabularvalignment="bottom" tabularwidth="80col%">
4520 <column alignment="left" valignment="top">
4521 <column alignment="right" valignment="top">
4522 <row>
4523 <cell alignment="left" valignment="top" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Standard
4527 two
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="none" valignment="top" usebox="none">
4533 \begin_inset Text
4534
4535 \end_inset
4536 </cell>
4537 </row>
4538 <row>
4539 <cell alignment="left" valignment="top" rotate="-50" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Standard
4543 lonely
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="right" valignment="top" rotate="90" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Standard
4552 lines
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 </lyxtabular>
4559
4560 \end_inset
4561
4562
4563 \end_layout
4564
4565 \begin_layout Standard
4566 A booktabs table:
4567 \end_layout
4568
4569 \begin_layout Standard
4570
4571 \begin_inset Float table
4572 placement h
4573 wide false
4574 sideways false
4575 status open
4576
4577
4578 \begin_layout Standard
4579
4580 \begin_inset Caption Standard
4581
4582 \begin_layout Plain Layout
4583
4584 \begin_inset CommandInset label
4585 LatexCommand label
4586 name "tab:Special-booktabs-table"
4587
4588 \end_inset
4589
4590 Special booktabs-table
4591 \end_layout
4592
4593 \end_inset
4594
4595
4596 \end_layout
4597
4598 \begin_layout Standard
4599
4600 \begin_inset ERT
4601 status collapsed
4602
4603 \begin_layout Plain Layout
4604
4605 \backslash
4606 centering
4607 \end_layout
4608
4609 \end_inset
4610
4611
4612 \begin_inset ERT
4613 status collapsed
4614
4615 \begin_layout Plain Layout
4616 {}
4617 \end_layout
4618
4619 \end_inset
4620
4621
4622 \begin_inset Tabular 
4623 <lyxtabular version="3" rows="8" columns="4">
4624 <features booktabs="true" tabularvalignment="middle" tabularwidth="0pt">
4625 <column alignment="center" valignment="top">
4626 <column alignment="center" valignment="top">
4627 <column alignment="center" valignment="top">
4628 <column alignment="center" valignment="top">
4629 <row>
4630 <cell alignment="center" valignment="top" topline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Standard
4634 System 
4635 \end_layout
4636
4637 \end_inset
4638 </cell>
4639 <cell alignment="center" valignment="top" topline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Standard
4643 Chip
4644 \begin_inset space \thinspace{}
4645
4646 \end_inset
4647
4648
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell multicolumn="1" alignment="none" valignment="top" topline="true" usebox="none" special="c">
4654 \begin_inset Text
4655
4656 \begin_layout Standard
4657 Chip
4658 \begin_inset space \thinspace{}
4659
4660 \end_inset
4661
4662 2
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \end_inset
4671 </cell>
4672 </row>
4673 <row>
4674 <cell alignment="center" valignment="top" topline="true" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Standard
4678
4679 \begin_inset ERT
4680 status collapsed
4681
4682 \begin_layout Plain Layout
4683
4684 \backslash
4685 morecmidrules
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
4703 \begin_inset ERT
4704 status collapsed
4705
4706 \begin_layout Plain Layout
4707 {
4708 \end_layout
4709
4710 \end_inset
4711
4712 2-4
4713 \begin_inset ERT
4714 status collapsed
4715
4716 \begin_layout Plain Layout
4717 }
4718 \end_layout
4719
4720 \end_inset
4721
4722 Detector thickness in µm 
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 <cell alignment="center" valignment="top" topline="true" toplinertrim="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Standard
4731 300 
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" topline="true" toplineltrim="true" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Standard
4740 300 
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" topline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Standard
4749 700
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 </row>
4755 <row>
4756 <cell alignment="center" valignment="top" topline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Standard
4760 Edge angle in ° 
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" topline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Standard
4769 3.55 
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" topline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Standard
4778 2.71 
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" topline="true" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Standard
4787 7.99
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row topspace="default">
4794 <cell alignment="center" valignment="top" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Standard
4798 Spatial resolution in µm 
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Standard
4807 4.26 
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Standard
4816 10.17 
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Standard
4825 10.56
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row topspace="default">
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Standard
4836 MTF at 
4837 \begin_inset Formula $f_{\mathrm{max}}$
4838 \end_inset
4839
4840  
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Standard
4849 0.53 
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Standard
4858 0.37 
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Standard
4867 0.39
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 </row>
4873 <row>
4874 <cell alignment="center" valignment="top" topline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Standard
4878
4879 \begin_inset ERT
4880 status collapsed
4881
4882 \begin_layout Plain Layout
4883
4884 \backslash
4885 morecmidrules
4886 \end_layout
4887
4888 \end_inset
4889
4890  
4891 \begin_inset ERT
4892 status collapsed
4893
4894 \begin_layout Plain Layout
4895
4896 \backslash
4897 cmidrule
4898 \end_layout
4899
4900 \end_inset
4901
4902
4903 \begin_inset ERT
4904 status collapsed
4905
4906 \begin_layout Plain Layout
4907 {
4908 \end_layout
4909
4910 \end_inset
4911
4912 3-4
4913 \begin_inset ERT
4914 status collapsed
4915
4916 \begin_layout Plain Layout
4917 }
4918 \end_layout
4919
4920 \end_inset
4921
4922 LSF-spatial resolution 
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" topline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" topline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="none" valignment="top" topline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \end_inset
4941 </cell>
4942 </row>
4943 <row>
4944 <cell alignment="center" valignment="top" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Standard
4948 in µm 
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Standard
4957 129.7 
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Standard
4966 52.75 
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 <cell alignment="center" valignment="top" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Standard
4975 50.78
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 </row>
4981 <row>
4982 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Standard
4986 in % of pixel size 
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Standard
4995 76.3 
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Standard
5004 95.9 
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Standard
5013 92.3
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 </lyxtabular>
5020
5021 \end_inset
5022
5023
5024 \end_layout
5025
5026 \end_inset
5027
5028
5029 \end_layout
5030
5031 \begin_layout Standard
5032 A table using dcolumn:
5033 \end_layout
5034
5035 \begin_layout Standard
5036
5037 \begin_inset Float table
5038 wide false
5039 sideways false
5040 status open
5041
5042
5043 \begin_layout Standard
5044
5045 \begin_inset Tabular 
5046 <lyxtabular version="3" rows="4" columns="5">
5047 <features tabularvalignment="middle" tabularwidth="0pt">
5048 <column alignment="center" valignment="top">
5049 <column alignment="center" valignment="top">
5050 <column alignment="none" valignment="top" special="d">
5051 <column alignment="none" valignment="top" special="d">
5052 <column alignment="none" valignment="top" special="d">
5053 <row>
5054 <cell alignment="center" valignment="top" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Standard
5058 One
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Standard
5067 Two
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell multicolumn="1" alignment="none" valignment="top" usebox="none" special="c">
5073 \begin_inset Text
5074
5075 \begin_layout Standard
5076
5077 \family roman
5078 Three
5079 \family default
5080
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 <cell multicolumn="1" alignment="none" valignment="top" usebox="none" special="c">
5086 \begin_inset Text
5087
5088 \begin_layout Standard
5089
5090 \family roman
5091 Four
5092 \family default
5093
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell multicolumn="1" alignment="none" valignment="top" usebox="none" special="c">
5099 \begin_inset Text
5100
5101 \begin_layout Standard
5102
5103 \family roman
5104 Five
5105 \family default
5106
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="center" valignment="top" topline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Standard
5117 one
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" topline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Standard
5126 two
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="none" valignment="top" topline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Standard
5135
5136 \begin_inset Box Frameless
5137 position "c"
5138 hor_pos "c"
5139 has_inner_box 1
5140 inner_pos "c"
5141 use_parbox 0
5142 use_makebox 1
5143 width ""
5144 special "none"
5145 height "1in"
5146 height_special "totalheight"
5147 thickness "0.4pt"
5148 separation "3pt"
5149 shadowsize "4pt"
5150 framecolor "black"
5151 backgroundcolor "none"
5152 status open
5153
5154
5155 \begin_layout Standard
5156 three
5157 \end_layout
5158
5159 \end_inset
5160
5161
5162 \end_layout
5163
5164 \end_inset
5165 </cell>
5166 <cell alignment="none" valignment="top" topline="true" usebox="none">
5167 \begin_inset Text
5168
5169 \begin_layout Standard
5170
5171 \begin_inset Box Frameless
5172 position "c"
5173 hor_pos "c"
5174 has_inner_box 1
5175 inner_pos "c"
5176 use_parbox 0
5177 use_makebox 1
5178 width ""
5179 special "none"
5180 height "1in"
5181 height_special "totalheight"
5182 thickness "0.4pt"
5183 separation "3pt"
5184 shadowsize "4pt"
5185 framecolor "black"
5186 backgroundcolor "none"
5187 status open
5188
5189
5190 \begin_layout Standard
5191 four
5192 \end_layout
5193
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="none" valignment="top" topline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Standard
5205
5206 \begin_inset Box Frameless
5207 position "c"
5208 hor_pos "c"
5209 has_inner_box 1
5210 inner_pos "c"
5211 use_parbox 0
5212 use_makebox 1
5213 width ""
5214 special "none"
5215 height "1in"
5216 height_special "totalheight"
5217 thickness "0.4pt"
5218 separation "3pt"
5219 shadowsize "4pt"
5220 framecolor "black"
5221 backgroundcolor "none"
5222 status open
5223
5224
5225 \begin_layout Standard
5226 five
5227 \end_layout
5228
5229 \end_inset
5230
5231
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 </row>
5237 <row>
5238 <cell alignment="center" valignment="top" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Standard
5242 He
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Standard
5251 2
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="none" valignment="top" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Standard
5260 2.77234 
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="none" valignment="top" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Standard
5269 45672. 
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 <cell alignment="none" valignment="top" usebox="none">
5275 \begin_inset Text
5276
5277 \begin_layout Standard
5278 0.69 
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 </row>
5284 <row>
5285 <cell alignment="center" valignment="top" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Standard
5289 C
5290 \begin_inset Foot
5291 status collapsed
5292
5293
5294 \begin_layout Standard
5295 Some tables require footnotes.
5296 \end_layout
5297
5298 \end_inset
5299
5300  
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Standard
5309 C
5310 \begin_inset Foot
5311 status collapsed
5312
5313
5314 \begin_layout Standard
5315 Some tables need more than one footnote.
5316 \end_layout
5317
5318 \end_inset
5319
5320  
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="none" valignment="top" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Standard
5329 12537.64 
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="none" valignment="top" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Standard
5338 37.66345 
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="none" valignment="top" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Standard
5347 86.37 
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 </row>
5353 </lyxtabular>
5354
5355 \end_inset
5356
5357
5358 \end_layout
5359
5360 \end_inset
5361
5362
5363 \end_layout
5364
5365 \begin_layout Standard
5366 A table using decimal alignment:
5367 \end_layout
5368
5369 \begin_layout Standard
5370
5371 \begin_inset Float table
5372 wide false
5373 sideways false
5374 status open
5375
5376
5377 \begin_layout Standard
5378
5379 \begin_inset Tabular 
5380 <lyxtabular version="3" rows="4" columns="5">
5381 <features tabularvalignment="middle" tabularwidth="0pt">
5382 <column alignment="center" valignment="top">
5383 <column alignment="center" valignment="top">
5384 <column alignment="decimal" decimal_point="." valignment="top">
5385 <column alignment="decimal" decimal_point="." valignment="top">
5386 <column alignment="decimal" decimal_point="." valignment="top">
5387 <row>
5388 <cell alignment="center" valignment="top" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Standard
5392 One 
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Standard
5401 Two 
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="none" valignment="top" usebox="none" special="c">
5407 \begin_inset Text
5408
5409 \begin_layout Standard
5410 Three
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="none" valignment="top" usebox="none" special="c">
5416 \begin_inset Text
5417
5418 \begin_layout Standard
5419 Four
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="none" valignment="top" usebox="none" special="c">
5425 \begin_inset Text
5426
5427 \begin_layout Standard
5428 Five
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 </row>
5434 <row>
5435 <cell alignment="center" valignment="top" topline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Standard
5439 one 
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Standard
5448 two 
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="none" valignment="top" topline="true" usebox="none" special="c">
5454 \begin_inset Text
5455
5456 \begin_layout Standard
5457 three
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="none" valignment="top" topline="true" usebox="none" special="c">
5463 \begin_inset Text
5464
5465 \begin_layout Standard
5466 four
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="none" valignment="top" topline="true" usebox="none" special="c">
5472 \begin_inset Text
5473
5474 \begin_layout Standard
5475 five
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 </row>
5481 <row>
5482 <cell alignment="center" valignment="top" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Standard
5486 He 
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Standard
5495
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="decimal" valignment="top" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Standard
5504 2.77234 
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="decimal" valignment="top" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Standard
5513 45672.
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="decimal" valignment="top" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Standard
5522 0.69 
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 <row>
5529 <cell alignment="center" valignment="top" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Standard
5533
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Standard
5542
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="decimal" valignment="top" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Standard
5551 12537.64 
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="decimal" valignment="top" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Standard
5560 37.66345 
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="decimal" valignment="top" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Standard
5569 86.37 
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 </row>
5575 </lyxtabular>
5576
5577 \end_inset
5578
5579
5580 \end_layout
5581
5582 \end_inset
5583
5584
5585 \end_layout
5586
5587 \begin_layout Section
5588 Macros
5589 \end_layout
5590
5591 \begin_layout Standard
5592 LyX supports several kinds of macros: def 
5593 \begin_inset FormulaMacro
5594 \def\macroa #1{a #1 a}
5595 \end_inset
5596
5597  global def 
5598 \begin_inset FormulaMacro
5599 \def\macrob #1{b #1 b}
5600 \end_inset
5601
5602  long def 
5603 \begin_inset FormulaMacro
5604 \def\macroc #1{c #1 c}
5605 \end_inset
5606
5607  global long def 
5608 \begin_inset FormulaMacro
5609 \def\macrod #1{d #1 d}
5610 \end_inset
5611
5612  providecommand 
5613 \begin_inset ERT
5614 status collapsed
5615
5616 \begin_layout Plain Layout
5617
5618 \backslash
5619 providecommand{
5620 \backslash
5621 macroe}[1]{e #1 e}
5622 \end_layout
5623
5624 \end_inset
5625
5626  providecommand* 
5627 \begin_inset ERT
5628 status collapsed
5629
5630 \begin_layout Plain Layout
5631
5632 \backslash
5633 providecommand*{
5634 \backslash
5635 macrof}[1]{f #1 f}
5636 \end_layout
5637
5638 \end_inset
5639
5640  newcommand 
5641 \begin_inset FormulaMacro
5642 \newcommand{\macrog}[1]{g #1 g}
5643 \end_inset
5644
5645  renewcommand 
5646 \begin_inset FormulaMacro
5647 \renewcommand{\macrog}[1]{h #1 h}
5648 \end_inset
5649
5650  newcommand* 
5651 \begin_inset ERT
5652 status collapsed
5653
5654 \begin_layout Plain Layout
5655
5656 \backslash
5657 newcommand*{
5658 \backslash
5659 macroi}[1]{i #1 i}
5660 \end_layout
5661
5662 \end_inset
5663
5664  renewcommand* 
5665 \begin_inset ERT
5666 status collapsed
5667
5668 \begin_layout Plain Layout
5669
5670 \backslash
5671 renewcommand*{
5672 \backslash
5673 macroi}[1]{j #1 j}
5674 \end_layout
5675
5676 \end_inset
5677
5678  providecommandx 
5679 \begin_inset ERT
5680 status collapsed
5681
5682 \begin_layout Plain Layout
5683
5684 \backslash
5685 providecommandx{
5686 \backslash
5687 macrok}[1]{k #1 k}
5688 \end_layout
5689
5690 \end_inset
5691
5692  providecommandx* 
5693 \begin_inset ERT
5694 status collapsed
5695
5696 \begin_layout Plain Layout
5697
5698 \backslash
5699 providecommandx*{
5700 \backslash
5701 macrok}[1]{l #1 l}
5702 \end_layout
5703
5704 \end_inset
5705
5706  newcommandx 
5707 \begin_inset FormulaMacro
5708 \newcommandx{\macrom}[1]{m #1 m}
5709 \end_inset
5710
5711  renewcommandx 
5712 \begin_inset FormulaMacro
5713 \renewcommandx{\macrom}[1]{n #1 n}
5714 \end_inset
5715
5716  newcommandx* 
5717 \begin_inset ERT
5718 status collapsed
5719
5720 \begin_layout Plain Layout
5721
5722 \backslash
5723 newcommandx*{
5724 \backslash
5725 macroo}[1]{o #1 o}
5726 \end_layout
5727
5728 \end_inset
5729
5730  renewcommandx* 
5731 \begin_inset ERT
5732 status collapsed
5733
5734 \begin_layout Plain Layout
5735
5736 \backslash
5737 renewcommandx*{
5738 \backslash
5739 macroo}[1]{p #1 p}
5740 \end_layout
5741
5742 \end_inset
5743
5744  DeclareRobustCommand 
5745 \begin_inset ERT
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749
5750 \backslash
5751 DeclareRobustCommand{
5752 \backslash
5753 macroq}[1]{q #1 q}
5754 \end_layout
5755
5756 \end_inset
5757
5758  DeclareRobustCommand* 
5759 \begin_inset ERT
5760 status collapsed
5761
5762 \begin_layout Plain Layout
5763
5764 \backslash
5765 DeclareRobustCommand*{
5766 \backslash
5767 macror}[1]{r #1 r}
5768 \end_layout
5769
5770 \end_inset
5771
5772  DeclareRobustCommandx 
5773 \begin_inset ERT
5774 status collapsed
5775
5776 \begin_layout Plain Layout
5777
5778 \backslash
5779 DeclareRobustCommandx{
5780 \backslash
5781 macros}[1]{s #1 s}
5782 \end_layout
5783
5784 \end_inset
5785
5786  DeclareRobustCommandx* 
5787 \begin_inset ERT
5788 status collapsed
5789
5790 \begin_layout Plain Layout
5791
5792 \backslash
5793 DeclareRobustCommandx*{
5794 \backslash
5795 macrot}[1]{t #1 t}
5796 \end_layout
5797
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \begin_layout Standard
5804 Now use them all: 
5805 \begin_inset ERT
5806 status collapsed
5807
5808 \begin_layout Plain Layout
5809
5810 \backslash
5811 macroa
5812 \end_layout
5813
5814 \end_inset
5815
5816
5817 \begin_inset ERT
5818 status collapsed
5819
5820 \begin_layout Plain Layout
5821 {
5822 \end_layout
5823
5824 \end_inset
5825
5826 x
5827 \begin_inset ERT
5828 status collapsed
5829
5830 \begin_layout Plain Layout
5831 }
5832 \end_layout
5833
5834 \end_inset
5835
5836  
5837 \begin_inset ERT
5838 status collapsed
5839
5840 \begin_layout Plain Layout
5841
5842 \backslash
5843 macrob
5844 \end_layout
5845
5846 \end_inset
5847
5848
5849 \begin_inset ERT
5850 status collapsed
5851
5852 \begin_layout Plain Layout
5853 {
5854 \end_layout
5855
5856 \end_inset
5857
5858 x
5859 \begin_inset ERT
5860 status collapsed
5861
5862 \begin_layout Plain Layout
5863 }
5864 \end_layout
5865
5866 \end_inset
5867
5868  
5869 \begin_inset ERT
5870 status collapsed
5871
5872 \begin_layout Plain Layout
5873
5874 \backslash
5875 macroc
5876 \end_layout
5877
5878 \end_inset
5879
5880
5881 \begin_inset ERT
5882 status collapsed
5883
5884 \begin_layout Plain Layout
5885 {
5886 \end_layout
5887
5888 \end_inset
5889
5890 x
5891 \begin_inset ERT
5892 status collapsed
5893
5894 \begin_layout Plain Layout
5895 }
5896 \end_layout
5897
5898 \end_inset
5899
5900  
5901 \begin_inset ERT
5902 status collapsed
5903
5904 \begin_layout Plain Layout
5905
5906 \backslash
5907 macrod
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \begin_inset ERT
5914 status collapsed
5915
5916 \begin_layout Plain Layout
5917 {
5918 \end_layout
5919
5920 \end_inset
5921
5922 x
5923 \begin_inset ERT
5924 status collapsed
5925
5926 \begin_layout Plain Layout
5927 }
5928 \end_layout
5929
5930 \end_inset
5931
5932  
5933 \begin_inset ERT
5934 status collapsed
5935
5936 \begin_layout Plain Layout
5937
5938 \backslash
5939 macroe{
5940 \end_layout
5941
5942 \end_inset
5943
5944 x
5945 \begin_inset ERT
5946 status collapsed
5947
5948 \begin_layout Plain Layout
5949 }
5950 \end_layout
5951
5952 \end_inset
5953
5954  
5955 \begin_inset ERT
5956 status collapsed
5957
5958 \begin_layout Plain Layout
5959
5960 \backslash
5961 macrof{
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 macrog{
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 macroi{
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 macrok{
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 macrom{
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 macroo{
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 macroq{
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 macror{
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  The following tow don't work, but they should??? 
6131 \begin_inset ERT
6132 status collapsed
6133
6134 \begin_layout Plain Layout
6135 %
6136 \backslash
6137 macros{x} 
6138 \backslash
6139 macrot{x}
6140 \end_layout
6141
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \begin_layout Section
6148 Special formattings
6149 \begin_inset Index idx
6150 range none
6151 pageformat default
6152 status collapsed
6153
6154 \begin_layout Plain Layout
6155 Special formattings
6156 \end_layout
6157
6158 \end_inset
6159
6160
6161 \end_layout
6162
6163 \begin_layout Subsection
6164 LyX line
6165 \end_layout
6166
6167 \begin_layout Standard
6168 test
6169 \end_layout
6170
6171 \begin_layout Standard
6172
6173 \size tiny
6174
6175 \end_layout
6176
6177 \begin_layout Standard
6178 \noindent
6179
6180 \size tiny
6181
6182 \begin_inset CommandInset line
6183 LatexCommand rule
6184 offset "0.5ex"
6185 width "100line%"
6186 height "1pt"
6187
6188 \end_inset
6189
6190
6191 \size default
6192
6193 \size tiny
6194
6195 \end_layout
6196
6197 \begin_layout Standard
6198 test 
6199 \size giant
6200 Test
6201 \size default
6202  
6203 \size tiny
6204 test
6205 \size default
6206  test
6207 \end_layout
6208
6209 \begin_layout Standard
6210 \noindent
6211
6212 \begin_inset CommandInset line
6213 LatexCommand rule
6214 offset "0.5ex"
6215 width "100line%"
6216 height "1pt"
6217
6218 \end_inset
6219
6220
6221 \end_layout
6222
6223 \begin_layout Standard
6224 test
6225 \end_layout
6226
6227 \begin_layout Standard
6228
6229 \size giant
6230
6231 \end_layout
6232
6233 \begin_layout Standard
6234 \noindent
6235
6236 \size giant
6237
6238 \begin_inset CommandInset line
6239 LatexCommand rule
6240 offset "0.5ex"
6241 width "100line%"
6242 height "1pt"
6243
6244 \end_inset
6245
6246
6247 \size default
6248
6249 \size giant
6250
6251 \end_layout
6252
6253 \begin_layout Subsection
6254 Rules
6255 \end_layout
6256
6257 \begin_layout Standard
6258 test
6259 \end_layout
6260
6261 \begin_layout Standard
6262
6263 \size tiny
6264
6265 \begin_inset CommandInset line
6266 LatexCommand rule
6267 offset "0.5ex"
6268 width "100line%"
6269 height "1pt"
6270
6271 \end_inset
6272
6273
6274 \size default
6275
6276 \size tiny
6277
6278 \end_layout
6279
6280 \begin_layout Standard
6281 test
6282 \begin_inset CommandInset line
6283 LatexCommand rule
6284 offset "0.1text%"
6285 width "100col%"
6286 height "5theight%"
6287
6288 \end_inset
6289
6290
6291 \end_layout
6292
6293 \begin_layout Standard
6294 test
6295 \end_layout
6296
6297 \begin_layout Standard
6298
6299 \begin_inset CommandInset line
6300 LatexCommand rule
6301 offset "0.5ex"
6302 width "100col%"
6303 height "1pt"
6304
6305 \end_inset
6306
6307
6308 \end_layout
6309
6310 \begin_layout Standard
6311 \noindent
6312
6313 \begin_inset CommandInset line
6314 LatexCommand rule
6315 width "1ex"
6316 height "0.5cc"
6317
6318 \end_inset
6319
6320 test
6321 \end_layout
6322
6323 \begin_layout Standard
6324
6325 \color red
6326
6327 \begin_inset CommandInset line
6328 LatexCommand rule
6329 offset "-4ex"
6330 width "5in"
6331 height "1cm"
6332
6333 \end_inset
6334
6335
6336 \color inherit
6337
6338 \end_layout
6339
6340 \begin_layout Subsection
6341 Phantoms
6342 \end_layout
6343
6344 \begin_layout Standard
6345 test
6346 \begin_inset Phantom Phantom
6347 status open
6348
6349 \begin_layout Plain Layout
6350 Wow
6351 \end_layout
6352
6353 \end_inset
6354
6355 test
6356 \end_layout
6357
6358 \begin_layout Standard
6359 test
6360 \begin_inset Phantom HPhantom
6361 status open
6362
6363 \begin_layout Plain Layout
6364
6365 \color green
6366 W
6367 \color inherit
6368
6369 \series bold
6370 ow
6371 \series default
6372
6373 \begin_inset script superscript
6374
6375 \begin_layout Plain Layout
6376 Wow
6377 \end_layout
6378
6379 \end_inset
6380
6381
6382 \end_layout
6383
6384 \end_inset
6385
6386 test
6387 \end_layout
6388
6389 \begin_layout Standard
6390 test
6391 \begin_inset Phantom VPhantom
6392 status open
6393
6394 \begin_layout Plain Layout
6395 Wow
6396 \backslash
6397 &%
6398 \end_layout
6399
6400 \end_inset
6401
6402 test
6403 \end_layout
6404
6405 \begin_layout Standard
6406
6407 \begin_inset Formula $test\hphantom{Wow}test$
6408 \end_inset
6409
6410
6411 \end_layout
6412
6413 \begin_layout Standard
6414
6415 \begin_inset Formula \[
6416 test\phantom{\textcolor{green}{W}\mathbf{ow}\textsuperscript{Wow}}test
6417 \]
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \begin_layout Standard
6424
6425 \begin_inset Formula $test\vphantom{Wow\&\%}test$
6426 \end_inset
6427
6428
6429 \end_layout
6430
6431 \begin_layout Subsection
6432 TIPA
6433 \end_layout
6434
6435 \begin_layout Standard
6436
6437 \begin_inset IPA
6438
6439 \begin_layout Standard
6440 e̥ e̊ e̬ e̤ ḛ e̼ e̪ e̺ e̻ e
6441 \begin_inset script superscript
6442
6443 \begin_layout Plain Layout
6444 h
6445 \end_layout
6446
6447 \end_inset
6448
6449  e̹ e̜ e̟ e̠ (don't mix up with e̱) ë e̽ e̩ e̩ e̯ e˞e
6450 \begin_inset script superscript
6451
6452 \begin_layout Plain Layout
6453 w
6454 \end_layout
6455
6456 \end_inset
6457
6458  e
6459 \begin_inset script superscript
6460
6461 \begin_layout Plain Layout
6462 j
6463 \end_layout
6464
6465 \end_inset
6466
6467  e
6468 \begin_inset script superscript
6469
6470 \begin_layout Plain Layout
6471 ɣ
6472 \end_layout
6473
6474 \end_inset
6475
6476  e
6477 \begin_inset script superscript
6478
6479 \begin_layout Plain Layout
6480 ʕ
6481 \end_layout
6482
6483 \end_inset
6484
6485  e̴ e̝ e̞ e̘ e̙ ẽ e
6486 \begin_inset script superscript
6487
6488 \begin_layout Plain Layout
6489 n
6490 \end_layout
6491
6492 \end_inset
6493
6494  e
6495 \begin_inset script superscript
6496
6497 \begin_layout Plain Layout
6498 l
6499 \end_layout
6500
6501 \end_inset
6502
6503  e˺ e̋
6504 \end_layout
6505
6506 \begin_layout Standard
6507 è ē é ȅ ě ê e᷄ e᷅ e᷈ ĕ 
6508 \end_layout
6509
6510 \end_inset
6511
6512
6513 \end_layout
6514
6515 \begin_layout Standard
6516
6517 \begin_inset IPA
6518
6519 \begin_layout Standard
6520 pbtd
6521 \begin_inset ERT
6522 status collapsed
6523
6524 \begin_layout Plain Layout
6525
6526 \backslash
6527 :
6528 \end_layout
6529
6530 \end_inset
6531
6532 t
6533 \begin_inset ERT
6534 status collapsed
6535
6536 \begin_layout Plain Layout
6537
6538 \backslash
6539 :
6540 \end_layout
6541
6542 \end_inset
6543
6544 dcɟkɡq
6545 \begin_inset ERT
6546 status collapsed
6547
6548 \begin_layout Plain Layout
6549
6550 \backslash
6551 ;
6552 \end_layout
6553
6554 \end_inset
6555
6556 G
6557 \end_layout
6558
6559 \end_inset
6560
6561  
6562 \begin_inset IPA
6563
6564 \begin_layout Standard
6565 PmMn
6566 \begin_inset ERT
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570
6571 \backslash
6572 :
6573 \end_layout
6574
6575 \end_inset
6576
6577 nɲN
6578 \begin_inset ERT
6579 status collapsed
6580
6581 \begin_layout Plain Layout
6582
6583 \backslash
6584 ;
6585 \end_layout
6586
6587 \end_inset
6588
6589 N
6590 \begin_inset ERT
6591 status collapsed
6592
6593 \begin_layout Plain Layout
6594
6595 \backslash
6596 ;
6597 \end_layout
6598
6599 \end_inset
6600
6601 Br
6602 \begin_inset ERT
6603 status collapsed
6604
6605 \begin_layout Plain Layout
6606
6607 \backslash
6608 ;
6609 \end_layout
6610
6611 \end_inset
6612
6613 RR
6614 \end_layout
6615
6616 \end_inset
6617
6618  
6619 \begin_inset IPA
6620
6621 \begin_layout Standard
6622
6623 \begin_inset ERT
6624 status collapsed
6625
6626 \begin_layout Plain Layout
6627
6628 \backslash
6629 :
6630 \end_layout
6631
6632 \end_inset
6633
6634 rFBfvTDszSZ
6635 \begin_inset ERT
6636 status collapsed
6637
6638 \begin_layout Plain Layout
6639
6640 \backslash
6641 :
6642 \end_layout
6643
6644 \end_inset
6645
6646 s
6647 \end_layout
6648
6649 \end_inset
6650
6651  
6652 \begin_inset IPA
6653
6654 \begin_layout Standard
6655
6656 \begin_inset ERT
6657 status collapsed
6658
6659 \begin_layout Plain Layout
6660
6661 \backslash
6662 :
6663 \end_layout
6664
6665 \end_inset
6666
6667 zçJxGXKħQhHɬ
6668 \end_layout
6669
6670 \end_inset
6671
6672  
6673 \begin_inset IPA
6674
6675 \begin_layout Standard
6676 ɮVɹ
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 Rhɰl
6689 \begin_inset ERT
6690 status collapsed
6691
6692 \begin_layout Plain Layout
6693
6694 \backslash
6695 :
6696 \end_layout
6697
6698 \end_inset
6699
6700 lL
6701 \begin_inset ERT
6702 status collapsed
6703
6704 \begin_layout Plain Layout
6705
6706 \backslash
6707 ;
6708 \end_layout
6709
6710 \end_inset
6711
6712 L
6713 \end_layout
6714
6715 \end_inset
6716
6717
6718 \end_layout
6719
6720 \begin_layout Standard
6721
6722 \begin_inset IPA
6723
6724 \begin_layout Standard
6725 ʘ|!ǂ||ɓɗʄɠʛe'
6726 \end_layout
6727
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \begin_layout Standard
6734
6735 \begin_inset IPA
6736
6737 \begin_layout Standard
6738 iy1ʉW
6739 \color red
6740 uIY
6741 \color inherit
6742 Ueø987o@Eœ3ɞ2Oæ5aɶA6
6743 \end_layout
6744
6745 \end_inset
6746
6747
6748 \end_layout
6749
6750 \begin_layout Standard
6751
6752 \begin_inset IPA
6753
6754 \begin_layout Standard
6755 ʍw4
6756 \begin_inset ERT
6757 status collapsed
6758
6759 \begin_layout Plain Layout
6760
6761 \backslash
6762 ;
6763 \end_layout
6764
6765 \end_inset
6766
6767 HʢʡCʑɺɧ
6768 \begin_inset IPADeco toptiebar
6769 status open
6770
6771 \begin_layout Standard
6772 ar
6773 \end_layout
6774
6775 \end_inset
6776
6777
6778 \begin_inset IPADeco bottomtiebar
6779 status open
6780
6781 \begin_layout Standard
6782 tz
6783 \end_layout
6784
6785 \end_inset
6786
6787
6788 \end_layout
6789
6790 \end_inset
6791
6792
6793 \end_layout
6794
6795 \begin_layout Standard
6796
6797 \begin_inset IPA
6798
6799 \begin_layout Standard
6800 :;eˈˌ|‖.
6801 \begin_inset IPADeco bottomtiebar
6802 status open
6803
6804 \begin_layout Standard
6805  
6806 \end_layout
6807
6808 \end_inset
6809
6810
6811 \end_layout
6812
6813 \end_inset
6814
6815
6816 \end_layout
6817
6818 \begin_layout Standard
6819
6820 \begin_inset IPA
6821
6822 \begin_layout Standard
6823 ˥˦˧˨˩ꜜꜛ\IPAChar \tone{15}
6824 \IPAChar \tone{51}
6825 \IPAChar \tone{45}
6826 \IPAChar \tone{12}
6827 \IPAChar \tone{454}
6828 ↗↘
6829 \end_layout
6830
6831 \end_inset
6832
6833
6834 \end_layout
6835
6836 \begin_layout Standard
6837 TIPA code in math: 
6838 \begin_inset Formula $\textipa{\tone{55}|\text{\!b{}\!d{}\!g{}\!G{}\textglobfall{}\textvertline{}\textdoublevertline{}}}$
6839 \end_inset
6840
6841
6842 \end_layout
6843
6844 \begin_layout Subsection
6845 Other symbols
6846 \end_layout
6847
6848 \begin_layout Standard
6849 All three should be converted to U+00C5: 
6850 \begin_inset ERT
6851 status collapsed
6852
6853 \begin_layout Plain Layout
6854
6855 \backslash
6856 AA
6857 \end_layout
6858
6859 \end_inset
6860
6861
6862 \begin_inset ERT
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 {}
6867 \end_layout
6868
6869 \end_inset
6870
6871  Å Å (not U+212B). All three should be converted to U+00E5: 
6872 \begin_inset ERT
6873 status collapsed
6874
6875 \begin_layout Plain Layout
6876
6877 \backslash
6878 aa
6879 \end_layout
6880
6881 \end_inset
6882
6883
6884 \begin_inset ERT
6885 status collapsed
6886
6887 \begin_layout Plain Layout
6888 {}
6889 \end_layout
6890
6891 \end_inset
6892
6893  å å.
6894 \end_layout
6895
6896 \begin_layout Subsection
6897 Line breaks
6898 \begin_inset Index breaks
6899 range none
6900 pageformat default
6901 status collapsed
6902
6903 \begin_layout Plain Layout
6904 Line breaks
6905 \end_layout
6906
6907 \end_inset
6908
6909
6910 \end_layout
6911
6912 \begin_layout Standard
6913 They can also or be broken by a newline
6914 \begin_inset Newline newline
6915 \end_inset
6916
6917  or by a starred newline 
6918 \begin_inset ERT
6919 status collapsed
6920
6921 \begin_layout Plain Layout
6922
6923 \backslash
6924
6925 \backslash
6926 *
6927 \end_layout
6928
6929 \end_inset
6930
6931 or by a newline with space, comment and argument 
6932 \begin_inset ERT
6933 status collapsed
6934
6935 \begin_layout Plain Layout
6936
6937 \backslash
6938
6939 \backslash
6940 [3cm]
6941 \end_layout
6942
6943 \end_inset
6944
6945  or by a newline command 
6946 \begin_inset Newline newline
6947 \end_inset
6948
6949 or by a line break 
6950 \begin_inset Newline linebreak
6951 \end_inset
6952
6953 or by a defined line break 
6954 \begin_inset ERT
6955 status collapsed
6956
6957 \begin_layout Plain Layout
6958
6959 \backslash
6960 linebreak[4]
6961 \end_layout
6962
6963 \end_inset
6964
6965
6966 \end_layout
6967
6968 \begin_layout Standard
6969 There are even newlines with weird arguments, but these are not handled by LyX
6970 \begin_inset ERT
6971 status collapsed
6972
6973 \begin_layout Plain Layout
6974
6975 \backslash
6976
6977 \backslash
6978 *[1cm]
6979 \end_layout
6980
6981 \end_inset
6982
6983  so we try to use ERT in this case.
6984 \end_layout
6985
6986 \begin_layout Subsection
6987 Page breaks
6988 \begin_inset Index breaks
6989 range none
6990 pageformat default
6991 status collapsed
6992
6993 \begin_layout Plain Layout
6994 Page breaks
6995 \end_layout
6996
6997 \end_inset
6998
6999
7000 \end_layout
7001
7002 \begin_layout Standard
7003 They can also or be broken by a newpage 
7004 \begin_inset Newpage newpage
7005 \end_inset
7006
7007 or by a page break 
7008 \begin_inset Newpage pagebreak
7009 \end_inset
7010
7011 or by a defined page break 
7012 \begin_inset ERT
7013 status collapsed
7014
7015 \begin_layout Plain Layout
7016
7017 \backslash
7018 pagebreak[4]
7019 \end_layout
7020
7021 \end_inset
7022
7023
7024 \end_layout
7025
7026 \begin_layout Section
7027 Special characters
7028 \begin_inset Index idx
7029 range none
7030 pageformat default
7031 status collapsed
7032
7033 \begin_layout Plain Layout
7034 Special characters
7035 \end_layout
7036
7037 \end_inset
7038
7039
7040 \end_layout
7041
7042 \begin_layout Standard
7043 Then one has those macros with a long name for a short meaning, like ~, ^ or 
7044 \backslash
7045 , \SpecialChar breakableslash
7046 , \SpecialChar nobreakdash
7047  and the characters that LaTeX wants to espace because they are active, like _&#${}%.
7048 \end_layout
7049
7050 \begin_layout Standard
7051 And what about special characters like hyphe\SpecialChar softhyphen
7052 nation mark, ellipsis\SpecialChar ldots
7053 , and end-of-sentence\SpecialChar endofsentence
7054  LyX also supports a menu separator\SpecialChar menuseparator
7055 and a spif\SpecialChar ligaturebreak
7056 fy ligature break.
7057 \end_layout
7058
7059 \begin_layout Standard
7060 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: -
7061 \begin_inset ERT
7062 status collapsed
7063
7064 \begin_layout Plain Layout
7065 {}
7066 \end_layout
7067
7068 \end_inset
7069
7070 -, -
7071 \begin_inset ERT
7072 status collapsed
7073
7074 \begin_layout Plain Layout
7075 {}
7076 \end_layout
7077
7078 \end_inset
7079
7080 -
7081 \begin_inset ERT
7082 status collapsed
7083
7084 \begin_layout Plain Layout
7085 {}
7086 \end_layout
7087
7088 \end_inset
7089
7090 -, -
7091 \begin_inset ERT
7092 status collapsed
7093
7094 \begin_layout Plain Layout
7095 {}
7096 \end_layout
7097
7098 \end_inset
7099
7100 -
7101 \begin_inset ERT
7102 status collapsed
7103
7104 \begin_layout Plain Layout
7105 {}
7106 \end_layout
7107
7108 \end_inset
7109
7110 -
7111 \begin_inset ERT
7112 status collapsed
7113
7114 \begin_layout Plain Layout
7115 {}
7116 \end_layout
7117
7118 \end_inset
7119
7120 - etc.
7121 \end_layout
7122
7123 \begin_layout Standard
7124 LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX to the commands \SpecialChar LyX
7125 , \SpecialChar TeX
7126 , \SpecialChar LaTeX2e
7127  and \SpecialChar LaTeX
7128 . If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3) they should not be put into ERT.
7129 \end_layout
7130
7131 \begin_layout Standard
7132 Test for whitespace handling of commands: The following lines should result in identical output:
7133 \end_layout
7134
7135 \begin_layout Standard
7136 builtin ^ unicodesymbols ȷ user 
7137 \begin_inset ERT
7138 status collapsed
7139
7140 \begin_layout Plain Layout
7141
7142 \backslash
7143 mycommand
7144 \end_layout
7145
7146 \end_inset
7147
7148
7149 \begin_inset ERT
7150 status collapsed
7151
7152 \begin_layout Plain Layout
7153 {}
7154 \end_layout
7155
7156 \end_inset
7157
7158  xx
7159 \end_layout
7160
7161 \begin_layout Standard
7162 builtin ^ unicodesymbols ȷ user 
7163 \begin_inset ERT
7164 status collapsed
7165
7166 \begin_layout Plain Layout
7167
7168 \backslash
7169 mycommand
7170 \end_layout
7171
7172 \end_inset
7173
7174
7175 \begin_inset ERT
7176 status collapsed
7177
7178 \begin_layout Plain Layout
7179 {}
7180 \end_layout
7181
7182 \end_inset
7183
7184  xx
7185 \end_layout
7186
7187 \begin_layout Standard
7188 builtin ^ unicodesymbols ȷ user 
7189 \begin_inset ERT
7190 status collapsed
7191
7192 \begin_layout Plain Layout
7193
7194 \backslash
7195 mycommand
7196 \end_layout
7197
7198 \end_inset
7199
7200  
7201 \begin_inset ERT
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205 % and another
7206 \end_layout
7207
7208 \begin_layout Plain Layout
7209
7210 \end_layout
7211
7212 \end_inset
7213
7214
7215 \begin_inset ERT
7216 status collapsed
7217
7218 \begin_layout Plain Layout
7219 {}
7220 \end_layout
7221
7222 \end_inset
7223
7224  xx
7225 \end_layout
7226
7227 \begin_layout Standard
7228 A sub
7229 \begin_inset script subscript
7230
7231 \begin_layout Plain Layout
7232 sc
7233 \emph on
7234 ript
7235 \emph default
7236
7237 \end_layout
7238
7239 \end_inset
7240
7241  and super
7242 \begin_inset script superscript
7243
7244 \begin_layout Plain Layout
7245 script with 
7246 \begin_inset Formula $a^2+b^2=c^2$
7247 \end_inset
7248
7249  math
7250 \end_layout
7251
7252 \end_inset
7253
7254 .
7255 \end_layout
7256
7257 \begin_layout Standard
7258 latex2writer outputs quotes in braces like 
7259 \begin_inset Quotes ers
7260 \end_inset
7261
7262 . We swallow the, but this was one broken (bug 8903).
7263 \end_layout
7264
7265 \begin_layout Section
7266 Mathematics
7267 \begin_inset Index idx
7268 range none
7269 pageformat default
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273 Mathematics
7274 \end_layout
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \begin_layout Standard
7282 Let 
7283 \begin_inset Formula $f:\left[  a,b\right]  \rightarrow%TCIMACRO{\U{211d} }%
7284 %BeginExpansion
7285 \mathbb{R}
7286 %EndExpansion
7287 $
7288 \end_inset
7289
7290 .
7291 \end_layout
7292
7293 \begin_layout Standard
7294
7295 \begin_inset Formula \[
7296 \begin{array}{rclccc}
7297 1 + 2 & = & 3 
7298 \multicolumn{3}{c}{4 < 5 \leq 6 }
7299 \end{array}
7300 \]
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \begin_layout Section
7307 Lists/Indices
7308 \end_layout
7309
7310 \begin_layout Standard
7311 single 
7312 \backslash
7313 addcontentsline: 
7314 \begin_inset ERT
7315 status collapsed
7316
7317 \begin_layout Plain Layout
7318
7319 \backslash
7320 addcontentsline{toc}{section}{test}
7321 \end_layout
7322
7323 \end_inset
7324
7325
7326 \end_layout
7327
7328 \begin_layout Standard
7329 with 
7330 \backslash
7331 addcontentsline and 
7332 \backslash
7333 phantomsection:
7334 \end_layout
7335
7336 \begin_layout Standard
7337  
7338 \begin_inset CommandInset bibtex
7339 LatexCommand bibtex
7340 bibfiles "xampl"
7341 options "bibtotoc,test"
7342
7343 \end_inset
7344
7345
7346 \end_layout
7347
7348 \begin_layout Standard
7349 normal:
7350 \end_layout
7351
7352 \begin_layout Standard
7353  
7354 \begin_inset CommandInset bibtex
7355 LatexCommand bibtex
7356 bibfiles "xampl"
7357 options "test"
7358
7359 \end_inset
7360
7361
7362 \end_layout
7363
7364 \begin_layout Standard
7365 with wrong 
7366 \backslash
7367 addcontentsline:
7368 \end_layout
7369
7370 \begin_layout Standard
7371
7372 \begin_inset ERT
7373 status collapsed
7374
7375 \begin_layout Plain Layout
7376
7377 \backslash
7378 bibliographystyle{test}
7379 \end_layout
7380
7381 \end_inset
7382
7383  
7384 \begin_inset ERT
7385 status collapsed
7386
7387 \begin_layout Plain Layout
7388
7389 \backslash
7390 addcontentsline{toc}{section}{test}
7391 \end_layout
7392
7393 \end_inset
7394
7395   
7396 \begin_inset CommandInset bibtex
7397 LatexCommand bibtex
7398 bibfiles "xampl"
7399 options "test"
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \begin_layout Standard
7407 with 
7408 \backslash
7409 addcontentsline and 
7410 \backslash
7411 nocite{*}:
7412 \end_layout
7413
7414 \begin_layout Standard
7415   
7416 \begin_inset CommandInset bibtex
7417 LatexCommand bibtex
7418 btprint "btPrintAll"
7419 bibfiles "xampl"
7420 options "bibtotoc,test"
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \begin_layout Standard
7428 undefined index:
7429 \end_layout
7430
7431 \begin_layout Standard
7432
7433 \begin_inset CommandInset index_print
7434 LatexCommand printindex
7435 type "idx"
7436 literal "true"
7437
7438 \end_inset
7439
7440
7441 \end_layout
7442
7443 \begin_layout Standard
7444 index 
7445 \begin_inset ERT
7446 status collapsed
7447
7448 \begin_layout Plain Layout
7449 "
7450 \end_layout
7451
7452 \end_inset
7453
7454 idx
7455 \begin_inset ERT
7456 status collapsed
7457
7458 \begin_layout Plain Layout
7459 "
7460 \end_layout
7461
7462 \end_inset
7463
7464 :
7465 \end_layout
7466
7467 \begin_layout Standard
7468
7469 \begin_inset CommandInset index_print
7470 LatexCommand printindex
7471 type "idx"
7472 literal "true"
7473
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \begin_layout Standard
7480 index 
7481 \begin_inset ERT
7482 status collapsed
7483
7484 \begin_layout Plain Layout
7485 "
7486 \end_layout
7487
7488 \end_inset
7489
7490 new
7491 \begin_inset ERT
7492 status collapsed
7493
7494 \begin_layout Plain Layout
7495 "
7496 \end_layout
7497
7498 \end_inset
7499
7500 :
7501 \end_layout
7502
7503 \begin_layout Standard
7504
7505 \begin_inset CommandInset index_print
7506 LatexCommand printindex
7507 type "new"
7508 literal "true"
7509
7510 \end_inset
7511
7512
7513 \end_layout
7514
7515 \begin_layout Standard
7516 subindex 
7517 \begin_inset ERT
7518 status collapsed
7519
7520 \begin_layout Plain Layout
7521 "
7522 \end_layout
7523
7524 \end_inset
7525
7526 new
7527 \begin_inset ERT
7528 status collapsed
7529
7530 \begin_layout Plain Layout
7531 "
7532 \end_layout
7533
7534 \end_inset
7535
7536 :
7537 \end_layout
7538
7539 \begin_layout Standard
7540
7541 \begin_inset CommandInset index_print
7542 LatexCommand printsubindex
7543 type "idx"
7544 literal "true"
7545
7546 \end_inset
7547
7548
7549 \end_layout
7550
7551 \begin_layout Standard
7552 index of all indices:
7553 \end_layout
7554
7555 \begin_layout Standard
7556
7557 \begin_inset CommandInset index_print
7558 LatexCommand printindex*
7559
7560 \end_inset
7561
7562
7563 \end_layout
7564
7565 \begin_layout Standard
7566 subindex of all indices:
7567 \end_layout
7568
7569 \begin_layout Standard
7570
7571 \begin_inset CommandInset index_print
7572 LatexCommand printsubindex*
7573
7574 \end_inset
7575
7576
7577 \end_layout
7578
7579 \begin_layout Standard
7580 normal nomenclature:
7581 \end_layout
7582
7583 \begin_layout Standard
7584
7585 \begin_inset CommandInset nomencl_print
7586 LatexCommand printnomenclature
7587 set_width "none"
7588
7589 \end_inset
7590
7591 hello
7592 \end_layout
7593
7594 \begin_layout Standard
7595 manually set width: 
7596 \begin_inset ERT
7597 status collapsed
7598
7599 \begin_layout Plain Layout
7600
7601 \backslash
7602 settowidth{
7603 \backslash
7604 nomlabelwidth}{URL2}
7605 \end_layout
7606
7607 \end_inset
7608
7609  
7610 \begin_inset CommandInset nomencl_print
7611 LatexCommand printnomenclature
7612 set_width "none"
7613
7614 \end_inset
7615
7616
7617 \end_layout
7618
7619 \begin_layout Standard
7620 nomenclature with set width:
7621 \end_layout
7622
7623 \begin_layout Standard
7624
7625 \begin_inset CommandInset nomencl_print
7626 LatexCommand printnomenclature
7627 set_width "custom"
7628 width "2line%"
7629 \end_inset
7630
7631
7632 \end_layout
7633
7634 \end_body
7635 \end_document