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