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