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