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