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