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