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