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