]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-structure.lyx.lyx
35265e9eee511a8d173cb87ffa1f2e2aec776caa
[lyx.git] / src / tex2lyx / test / test-structure.lyx.lyx
1 #LyX file created by tex2lyx 2.4
2 \lyxformat 597
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin roundtrip
7 \textclass article
8 \begin_preamble
9 %% Special footnote code from the package 'stblftnt.sty'
10 %% Author: Robin Fairbairns -- Last revised Dec 13 1996
11 \let\SF@@footnote\footnote
12 \def\footnote{\ifx\protect\@typeset@protect
13     \expandafter\SF@@footnote
14 \else
15     \expandafter\SF@gobble@opt
16 \fi
17 }
18 \expandafter\def\csname SF@gobble@opt \endcsname{\@ifnextchar[%]
19     \SF@gobble@twobracket
20     \@gobble
21 }
22 \edef\SF@gobble@opt{\noexpand\protect
23   \expandafter\noexpand\csname SF@gobble@opt \endcsname}
24   \def\SF@gobble@twobracket[#1]#2{}
25
26 \newenvironment{foo}{==[}{]==}
27
28 \usepackage{fixltx2e}% this should cause the fixltx2e module to be loaded
29
30
31
32
33
34
35 \usepackage{babel}
36 \addto\extrasfrench{%
37    \providecommand{\og}{\leavevmode\flqq~}%
38    \providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}%
39 }
40
41
42 \end_preamble
43 \options dummyoption
44 \use_default_options false
45 \begin_modules
46 fixltx2e
47 logicalmkup
48 \end_modules
49 \maintain_unincluded_children no
50 \language english
51 \language_package default
52 \inputencoding iso8859-15
53 \fontencoding default
54 \font_roman "default" "default"
55 \font_sans "default" "default"
56 \font_typewriter "default" "default"
57 \font_math "auto" "auto"
58 \font_default_family default
59 \use_non_tex_fonts false
60 \font_sc false
61 \font_roman_osf false
62 \font_sans_osf false
63 \font_typewriter_osf false
64 \font_sf_scale 100 100
65 \font_tt_scale 100 100
66 \use_microtype false
67 \use_dash_ligatures true
68 \graphics default
69 \default_output_format default
70 \output_sync 1
71 \output_sync_macro "\synctex=-1"
72 \bibtex_command default
73 \index_command default
74 \paperfontsize default
75 \spacing single
76 \use_hyperref false
77 \papersize legal
78 \use_geometry false
79 \use_package amsmath 1
80 \use_package amssymb 0
81 \use_package cancel 0
82 \use_package esint 1
83 \use_package mathdots 0
84 \use_package mathtools 0
85 \use_package mhchem 0
86 \use_package stackrel 0
87 \use_package stmaryrd 0
88 \use_package undertilde 0
89 \cite_engine basic
90 \cite_engine_type default
91 \biblio_style plain
92 \use_bibtopic false
93 \use_indices false
94 \paperorientation portrait
95 \suppress_date true
96 \justification true
97 \use_refstyle 0
98 \use_minted 0
99 \use_lineno false
100 \index Index
101 \shortcut idx
102 \color #008000
103 \end_index
104 \secnumdepth 3
105 \tocdepth 3
106 \paragraph_separation indent
107 \paragraph_indentation default
108 \is_math_indent 0
109 \math_numbering_side default
110 \quotes_style english
111 \dynamic_quotes 0
112 \papercolumns 1
113 \papersides 1
114 \paperpagestyle default
115 \tracking_changes true
116 \output_changes true
117 \change_bars false
118 \html_math_output 0
119 \html_css_as_file 0
120 \html_be_strict false
121 \author -443692588 "Hans Wurst"
122 \end_header
123
124 \begin_body
125
126 \begin_layout Title
127 Title
128 \end_layout
129
130 \begin_layout Standard
131
132 \begin_inset ERT
133 status collapsed
134
135 \begin_layout Plain Layout
136 % this should be recognized as empty date:
137 \end_layout
138
139 \begin_layout Plain Layout
140
141 \end_layout
142
143 \end_inset
144
145
146 \end_layout
147
148 \begin_layout Standard
149 This document contains all sorts of layouts we are supposed to support, along with weird nestings.
150 \end_layout
151
152 \begin_layout Standard
153 At time you will see that I use subsubsections in weird places. The intent is just to make sure that I can include a macro-type layout everyzhere it makes sense.
154 \end_layout
155
156 \begin_layout Standard
157 A normal paragraph 
158 \begin_inset Formula \begin{equation}
159 x = \sin y
160 \end{equation}
161 \end_inset
162
163 with maths inside it.
164 \end_layout
165
166 \begin_layout Quote
167 An environment...
168 \end_layout
169
170 \begin_layout Quote
171 ... with two paragraphs 
172 \end_layout
173
174 \begin_layout Standard
175
176 \begin_inset ERT
177 status collapsed
178
179 \begin_layout Plain Layout
180
181 \backslash
182 begin{foo}
183 \end_layout
184
185 \end_inset
186
187  an unknown environment 
188 \begin_inset ERT
189 status collapsed
190
191 \begin_layout Plain Layout
192
193 \backslash
194 end{foo}
195 \end_layout
196
197 \end_inset
198
199
200 \end_layout
201
202 \begin_layout Section
203 A section
204 \end_layout
205
206 \begin_layout Section
207
208 \begin_inset Argument 1
209 status collapsed
210
211
212 \begin_layout Standard
213 Hello!
214 \end_layout
215
216 \end_inset
217
218 A section with optional argument
219 \end_layout
220
221 \begin_layout Standard
222 This causes the 
223 \begin_inset Flex Strong
224 status collapsed
225
226 \begin_layout Plain Layout
227 logikalmkup
228 \end_layout
229
230 \end_inset
231
232  module to be loaded.
233 \end_layout
234
235 \begin_layout Quote
236 An environment 
237 \end_layout
238
239 \begin_layout Standard
240 We also support change tracking: 
241 \change_inserted -443692588 1320572379
242 Added text some parts remain 
243 \change_deleted -443692588 1320572395
244 This was the original text some parts remain
245 \end_layout
246
247 \begin_layout Section*
248 A starred section for floats
249 \end_layout
250
251 \begin_layout Standard
252
253 \begin_inset Float figure
254 wide false
255 sideways false
256 status open
257
258
259 \begin_layout Standard
260
261 \begin_inset Caption Standard
262
263 \begin_layout Plain Layout
264  
265 \emph on
266
267 \noun on
268 is
269 \noun default
270
271 \emph default
272  a caption
273 \end_layout
274
275 \end_inset
276
277
278 \end_layout
279
280 \end_inset
281
282
283 \end_layout
284
285 \begin_layout Standard
286
287 \begin_inset Float figure
288 wide false
289 sideways false
290 status open
291
292
293 \begin_layout Standard
294
295 \begin_inset Caption Standard
296
297 \begin_layout Plain Layout
298
299 \begin_inset Argument 1
300 status collapsed
301
302
303 \begin_layout Standard
304 s
305 \noun on
306 ho
307 \noun default
308 rt
309 \end_layout
310
311 \end_inset
312
313 this 
314 \emph on
315 is
316 \emph default
317  a caption
318 \end_layout
319
320 \end_inset
321
322
323 \end_layout
324
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Standard
331
332 \begin_inset Float table
333 wide true
334 sideways true
335 status open
336
337
338 \begin_layout Standard
339
340 \begin_inset Caption Standard
341
342 \begin_layout Plain Layout
343 rotated table, spanning all columns
344 \end_layout
345
346 \end_inset
347
348
349 \end_layout
350
351 \begin_layout Standard
352
353 \begin_inset ERT
354 status collapsed
355
356 \begin_layout Plain Layout
357
358 \backslash
359 centering
360 \end_layout
361
362 \end_inset
363
364
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369 {}
370 \end_layout
371
372 \end_inset
373
374
375 \begin_inset Tabular 
376 <lyxtabular version="3" rows="2" columns="2">
377 <features tabularvalignment="bottom" tabularwidth="0pt">
378 <column alignment="center" valignment="top">
379 <column alignment="center" valignment="top">
380 <row>
381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
382 \begin_inset Text
383
384 \begin_layout Standard
385
386 \end_layout
387
388 \end_inset
389 </cell>
390 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
391 \begin_inset Text
392
393 \begin_layout Standard
394 b
395 \end_layout
396
397 \end_inset
398 </cell>
399 </row>
400 <row>
401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
402 \begin_inset Text
403
404 \begin_layout Standard
405
406 \end_layout
407
408 \end_inset
409 </cell>
410 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
411 \begin_inset Text
412
413 \begin_layout Standard
414 c
415 \end_layout
416
417 \end_inset
418 </cell>
419 </row>
420 </lyxtabular>
421
422 \end_inset
423
424
425 \end_layout
426
427 \end_inset
428
429
430 \end_layout
431
432 \begin_layout Standard
433
434 \begin_inset Wrap figure
435 lines 4
436 placement L
437 overhang 2ex
438 width 50col%
439 status open
440
441
442 \begin_layout Standard
443 \align center
444 fdgsdfdh 
445 \end_layout
446
447 \begin_layout Standard
448
449 \begin_inset Caption Standard
450
451 \begin_layout Plain Layout
452 test1
453 \end_layout
454
455 \end_inset
456
457
458 \end_layout
459
460 \end_inset
461
462
463 \end_layout
464
465 \begin_layout Standard
466 \SpecialChar LyX
467  is a document preparation system. It excels at letting you create complex technical and scientific articles with mathematics, cross-references, bibliographies, indices, etc. It is very good at documents of any length in which the usual processing abilities are required: automatic sectioning and pagination, spell checking, and so forth. It can also be used to write a letter to your mom, though granted, there are probably simpler programs available for that. It is definitely not the best tool for creating banners, flyers, or advertisements (we'll explain why later), though with some effort all these can be done, too.
468 \end_layout
469
470 \begin_layout Standard
471
472 \begin_inset Wrap figure
473 lines 0
474 placement o
475 overhang 0col%
476 width 50col%
477 status open
478
479
480 \begin_layout Standard
481 \align center
482 fdgs 
483 \end_layout
484
485 \begin_layout Standard
486
487 \begin_inset Caption Standard
488
489 \begin_layout Plain Layout
490 test2
491 \end_layout
492
493 \end_inset
494
495
496 \end_layout
497
498 \end_inset
499
500
501 \end_layout
502
503 \begin_layout Standard
504 \SpecialChar LyX
505  is a document preparation system. It excels at letting you create complex technical and scientific articles with mathematics, cross-references, bibliographies, indices, etc. It is very good at documents of any length in which the usual processing abilities are required: automatic sectioning and pagination, spell checking, and so forth. It can also be used to write a letter to your mom, though granted, there are probably simpler programs available for that. It is definitely not the best tool for creating banners, flyers, or advertisements (we'll explain why later), though with some effort all these can be done, too.
506 \end_layout
507
508 \begin_layout Standard
509
510 \begin_inset Wrap table
511 lines 0
512 placement i
513 overhang 5text%
514 width 5ex
515 status open
516
517
518 \begin_layout Standard
519
520 \begin_inset Caption Standard
521
522 \begin_layout Plain Layout
523 fdg
524 \end_layout
525
526 \end_inset
527
528
529 \end_layout
530
531 \begin_layout Standard
532
533 \begin_inset ERT
534 status collapsed
535
536 \begin_layout Plain Layout
537
538 \backslash
539 centering
540 \end_layout
541
542 \end_inset
543
544
545 \begin_inset ERT
546 status collapsed
547
548 \begin_layout Plain Layout
549 {}
550 \end_layout
551
552 \end_inset
553
554 dfgd
555 \end_layout
556
557 \end_inset
558
559
560 \end_layout
561
562 \begin_layout Standard
563 \SpecialChar LyX
564  is a document preparation system. It excels at letting you create complex technical and scientific articles with mathematics, cross-references, bibliographies, indices, etc. It is very good at documents of any length in which the usual processing abilities are required: automatic sectioning and pagination, spell checking, and so forth. It can also be used to write a letter to your mom, though granted, there are probably simpler programs available for that. It is definitely not the best tool for creating banners, flyers, or advertisements (we'll explain why later), though with some effort all these can be done, too.
565 \end_layout
566
567 \begin_layout Standard
568
569 \begin_inset Float table
570 wide false
571 sideways false
572 status open
573
574
575 \begin_layout Standard
576
577 \begin_inset Caption Standard
578
579 \begin_layout Plain Layout
580 lkälöä
581 \end_layout
582
583 \end_inset
584
585
586 \end_layout
587
588 \begin_layout Standard
589
590 \begin_inset Float table
591 wide false
592 sideways false
593 status collapsed
594
595
596 \begin_layout Standard
597 klöä
598 \end_layout
599
600 \begin_layout Plain Layout
601 \begin_inset Caption Standard
602
603 \begin_layout Standard
604 ölkälö
605
606 \end_layout
607
608 \end_inset
609
610
611 \end_layout
612 \end_inset
613
614
615 \end_layout
616
617 \end_inset
618
619
620 \end_layout
621
622 \begin_layout Standard
623
624 \begin_inset Float figure
625 wide false
626 sideways false
627 status open
628
629
630 \begin_layout Standard
631
632 \begin_inset Float figure
633 wide false
634 sideways false
635 status collapsed
636
637
638 \begin_layout Standard
639 sub
640 \color red
641 fig
642 \color inherit
643 u%re 1
644 \end_layout
645
646 \begin_layout Plain Layout
647 \begin_inset Caption Standard
648
649 \begin_layout Standard
650 te%st
651
652 \end_layout
653
654 \end_inset
655
656
657 \end_layout
658 \end_inset
659
660
661 \end_layout
662
663 \begin_layout Standard
664
665 \begin_inset space \hfill{}
666
667 \end_inset
668
669  
670 \begin_inset Float figure
671 wide false
672 sideways false
673 status collapsed
674
675
676 \begin_layout Standard
677 subfigure 2ö
678 \end_layout
679
680 \begin_layout Plain Layout
681 \begin_inset Caption Standard
682
683 \begin_layout Standard
684
685
686 \end_layout
687
688 \end_inset
689
690
691 \end_layout
692 \end_inset
693
694
695 \end_layout
696
697 \begin_layout Standard
698
699 \begin_inset Float figure
700 wide false
701 sideways false
702 status collapsed
703
704
705 \begin_layout Standard
706 subfigure 3
707 \end_layout
708
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715
716 \begin_inset Caption Standard
717
718 \begin_layout Plain Layout
719 figure caption
720 \end_layout
721
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Standard
728 strange usage, but valid 
729 \end_layout
730
731 \end_inset
732
733
734 \end_layout
735
736 \begin_layout Subsection
737 Some paragraph stuff
738 \end_layout
739
740 \begin_layout Standard
741 A paragraph
742 \begin_inset Foot
743 status collapsed
744
745
746 \begin_layout Standard
747 hello
748 \end_layout
749
750 \end_inset
751
752  with a footnote and another one
753 \begin_inset Foot
754 status collapsed
755
756
757 \begin_layout Standard
758 hello
759 \end_layout
760
761 \begin_layout Standard
762 there
763 \end_layout
764
765 \end_inset
766
767  with several paragraphs 
768 \begin_inset VSpace 1cm
769 \end_inset
770
771  aa
772 \end_layout
773
774 \begin_layout Standard
775 and another paragraph
776 \end_layout
777
778 \begin_layout Standard
779 \align center
780 Some centered stuff 
781 \end_layout
782
783 \begin_layout Quotation
784 An environment
785 \end_layout
786
787 \begin_deeper
788 \begin_layout Subsubsection*
789 with a command inside it
790 \end_layout
791
792 \end_deeper
793 \begin_layout Standard
794
795 \begin_inset Separator plain
796
797 \end_inset
798
799
800 \end_layout
801
802 \begin_layout Quotation
803 Another environment
804 \end_layout
805
806 \begin_deeper
807 \begin_layout Quotation
808 With another one inside it (with same layout)
809 \end_layout
810
811 \begin_layout Quotation
812 [this one even has several paragraphs!] 
813 \end_layout
814
815 \end_deeper
816 \begin_layout Standard
817 We can also nest enumerations
818 \end_layout
819
820 \begin_layout Enumerate
821 Item1 
822 \end_layout
823
824 \begin_deeper
825 \begin_layout Enumerate
826 Item1.a
827 \end_layout
828
829 \begin_layout Enumerate
830 Item1.b (there is a paragraph break in front of this) 
831 \end_layout
832
833 \begin_deeper
834 \begin_layout Itemize
835 Item1.b.* 
836 \end_layout
837
838 \begin_layout Itemize
839 Item1.b.* 
840 \end_layout
841
842 \end_deeper
843 \end_deeper
844 \begin_layout Enumerate
845 Item2 
846 \end_layout
847
848 \begin_layout Standard
849
850 \begin_inset Separator plain
851
852 \end_inset
853
854
855 \end_layout
856
857 \begin_layout Enumerate
858 Item1 (appears as Item3 with bug 5716)
859 \end_layout
860
861 \begin_deeper
862 \begin_layout Standard
863 Normal paragraph in Item1
864 \end_layout
865
866 \begin_layout Enumerate
867 Item1.a 
868 \end_layout
869
870 \end_deeper
871 \begin_layout Standard
872 Let's see what happens when normal paragraphs are inserted in lists:
873 \end_layout
874
875 \begin_layout Itemize
876 the first item
877 \end_layout
878
879 \begin_deeper
880 \begin_layout Standard
881 with some explanatory text under it
882 \end_layout
883
884 \begin_layout Standard
885 and a second paragraph for good measure
886 \end_layout
887
888 \begin_layout Subsubsection*
889 we can even have one as a subsubsection
890 \end_layout
891
892 \end_deeper
893 \begin_layout Itemize
894 the second item
895 \end_layout
896
897 \begin_layout Itemize
898
899 \begin_inset Argument item:1
900 status collapsed
901
902
903 \begin_layout Standard
904 custom label
905 \end_layout
906
907 \end_inset
908
909 the third item has a custom label
910 \end_layout
911
912 \begin_deeper
913 \begin_layout Subsubsection*
914 and a sssection heading inside it (why not?)
915 \end_layout
916
917 \end_deeper
918 \begin_layout Standard
919 What else? Well, we have descriptions: 
920 \end_layout
921
922 \begin_layout Description
923 ABC first item 
924 \end_layout
925
926 \begin_layout Description
927 BCD second one 
928 \end_layout
929
930 \begin_layout Description
931
932 \begin_inset ERT
933 status collapsed
934
935 \begin_layout Plain Layout
936 x y z
937 \end_layout
938
939 \end_inset
940
941  with space 
942 \end_layout
943
944 \begin_layout Description
945
946 \begin_inset ERT
947 status collapsed
948
949 \begin_layout Plain Layout
950 x y % bla
951 \end_layout
952
953 \begin_layout Plain Layout
954 z
955 \end_layout
956
957 \end_inset
958
959  and with comments 
960 \end_layout
961
962 \begin_layout Standard
963 labelings: 
964 \end_layout
965
966 \begin_layout Labeling
967 \labelwidthstring 00.00.0000
968 label
969 \begin_inset space ~
970
971 \end_inset
972
973 1 first item 
974 \end_layout
975
976 \begin_layout Labeling
977 label
978 \begin_inset space ~
979
980 \end_inset
981
982 2 second item 
983 \end_layout
984
985 \begin_layout Labeling
986
987 \begin_inset ERT
988 status collapsed
989
990 \begin_layout Plain Layout
991 $
992 \backslash
993 left[
994 \backslash
995 textrm{ }
996 \backslash
997 right]^{x}$
998 \end_layout
999
1000 \end_inset
1001
1002  Label with space, math and ] in it 
1003 \end_layout
1004
1005 \begin_layout Standard
1006 verbatim: 
1007 \end_layout
1008
1009 \begin_layout Verbatim
1010 verbat  im % $ 02/19/12
1011 \end_layout
1012
1013 \begin_layout Verbatim
1014 hjkh
1015 \end_layout
1016
1017 \begin_layout Verbatim
1018 jkh 
1019 \backslash
1020  blah
1021 \end_layout
1022
1023 \begin_layout Verbatim
1024
1025 \backslash
1026 begin{centering}
1027 \end_layout
1028
1029 \begin_layout Verbatim
1030
1031 \end_layout
1032
1033 \begin_layout Verbatim
1034
1035 \end_layout
1036
1037 \begin_layout Verbatim
1038 zzz 
1039 \backslash
1040 section{
1041 \end_layout
1042
1043 \begin_layout Verbatim
1044
1045 \backslash
1046 end{raggedleft}
1047 \end_layout
1048
1049 \begin_layout Verbatim
1050
1051 \end_layout
1052
1053 \begin_layout Standard
1054
1055 \begin_inset ERT
1056 status collapsed
1057
1058 \begin_layout Plain Layout
1059
1060 \backslash
1061 verb~
1062 \backslash
1063 ~
1064 \end_layout
1065
1066 \end_inset
1067
1068  
1069 \begin_inset ERT
1070 status collapsed
1071
1072 \begin_layout Plain Layout
1073
1074 \backslash
1075 verb+
1076 \backslash
1077 item[ABC] first item+
1078 \end_layout
1079
1080 \end_inset
1081
1082  
1083 \begin_inset ERT
1084 status collapsed
1085
1086 \begin_layout Plain Layout
1087
1088 \backslash
1089 verb+something
1090 \backslash
1091 +
1092 \end_layout
1093
1094 \end_inset
1095
1096  bug 4468
1097 \end_layout
1098
1099 \begin_layout Standard
1100 and bibliography: 
1101 \end_layout
1102
1103 \begin_layout Bibliography
1104
1105 \begin_inset CommandInset bibitem
1106 LatexCommand bibitem
1107 label ""
1108 key "FOO"
1109 literal "false"
1110
1111 \end_inset
1112
1113  Edward Bar. 
1114 \emph on
1115 The Foo Book
1116 \emph default
1117 . (1999) 
1118 \end_layout
1119
1120 \begin_layout Bibliography
1121
1122 \begin_inset CommandInset bibitem
1123 LatexCommand bibitem
1124 label ""
1125 key "FO2"
1126 literal "false"
1127
1128 \end_inset
1129
1130  Walter Müller 
1131 \emph on
1132 The Müller Book
1133 \emph default
1134 . (2004) 
1135 \end_layout
1136
1137 \begin_layout Standard
1138 \start_of_appendix
1139
1140 \begin_inset ERT
1141 status collapsed
1142
1143 \begin_layout Plain Layout
1144 %dummy comment inserted by tex2lyx to ensure that this paragraph is not empty
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \end_layout
1151
1152 \begin_layout Section
1153 This is the Appendix
1154 \end_layout
1155
1156 \begin_layout Standard
1157 \noindent
1158 blabla bla bla
1159 \end_layout
1160
1161 \begin_layout Standard
1162 switch to german:
1163 \lang german
1164  Hallo! 
1165 \lang french
1166 some 
1167 \emph on
1168 french
1169 \emph default
1170
1171 \lang german
1172  back to english:
1173 \lang newzealand
1174  and some nested 
1175 \lang french
1176 french 
1177 \lang german
1178 nested 
1179 \emph on
1180 german
1181 \emph default
1182
1183 \lang french
1184  french
1185 \lang newzealand
1186  english stuff. Note that we both used 
1187 \family typewriter
1188 french
1189 \family default
1190  and the 
1191 \family typewriter
1192 francais
1193 \family default
1194  alias for the french text, but for some reason this does not work with the 
1195 \family typewriter
1196 newzealand
1197 \family default
1198  alias and 
1199 \family typewriter
1200 english
1201 \family default
1202  for english text.
1203 \end_layout
1204
1205 \begin_layout Section
1206
1207 \lang newzealand
1208 Another Appendix section
1209 \end_layout
1210
1211 \begin_layout Standard
1212
1213 \lang newzealand
1214 blub
1215 \end_layout
1216
1217 \begin_layout Standard
1218
1219 \lang newzealand
1220 Test for missing 
1221 \backslash
1222 end_deeper (file format 278). This must stay at the very end of the document! 
1223 \end_layout
1224
1225 \begin_layout Itemize
1226
1227 \lang newzealand
1228 par1
1229 \end_layout
1230
1231 \begin_deeper
1232 \begin_layout Standard
1233
1234 \lang newzealand
1235 par2 
1236 \end_layout
1237
1238 \begin_layout Enumerate
1239
1240 \lang newzealand
1241 par1
1242 \end_layout
1243
1244 \begin_deeper
1245 \begin_layout Standard
1246
1247 \lang newzealand
1248 par2 
1249 \end_layout
1250
1251 \end_deeper
1252 \end_deeper
1253 \end_body
1254 \end_document