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