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