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