]> git.lyx.org Git - features.git/blob - src/tex2lyx/test/test-modules.lyx.lyx
update tex2lyx tests to latest file format
[features.git] / src / tex2lyx / test / test-modules.lyx.lyx
1 #LyX file created by tex2lyx 2.3
2 \lyxformat 539
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin roundtrip
7 \textclass amsart
8 \begin_preamble
9 \usepackage{babel}
10
11 \end_preamble
12 \use_default_options false
13 \begin_modules
14 theorems-ams
15 \end_modules
16 \maintain_unincluded_children false
17 \language english
18 \language_package default
19 \inputencoding iso8859-15
20 \fontencoding T1
21 \font_roman "default" "default"
22 \font_sans "default" "default"
23 \font_typewriter "default" "default"
24 \font_math "auto" "auto"
25 \font_default_family default
26 \use_non_tex_fonts false
27 \font_sc false
28 \font_osf false
29 \font_sf_scale 100 100
30 \font_tt_scale 100 100
31 \use_microtype 0
32 \graphics default
33 \default_output_format default
34 \output_sync 0
35 \bibtex_command default
36 \index_command default
37 \paperfontsize default
38 \spacing single
39 \use_hyperref false
40 \papersize default
41 \use_geometry false
42 \use_package amsmath 1
43 \use_package amssymb 0
44 \use_package cancel 0
45 \use_package esint 1
46 \use_package mathdots 0
47 \use_package mathtools 0
48 \use_package mhchem 0
49 \use_package stackrel 0
50 \use_package stmaryrd 0
51 \use_package undertilde 0
52 \cite_engine basic
53 \cite_engine_type default
54 \biblio_style plain
55 \use_bibtopic false
56 \use_indices false
57 \paperorientation portrait
58 \suppress_date false
59 \justification true
60 \use_refstyle 0
61 \index Index
62 \shortcut idx
63 \color #008000
64 \end_index
65 \secnumdepth 3
66 \tocdepth 3
67 \paragraph_separation indent
68 \paragraph_indentation default
69 \is_formula_indent 0
70 \formula_indentation 
71 \quotes_style english
72 \papercolumns 1
73 \papersides 1
74 \paperpagestyle default
75 \tracking_changes false
76 \output_changes false
77 \html_math_output 0
78 \html_css_as_file 0
79 \html_be_strict false
80 \end_header
81
82 \begin_body
83
84 \begin_layout Standard
85 This is a dummy file
86 \end_layout
87
88 \begin_layout Standard
89 It has a theorem, a lemma and a proof.
90 \end_layout
91
92 \begin_layout Standard
93 The theorem is recognized is a style provided by the module theorems-ams, since the preamble code matches.
94 \end_layout
95
96 \begin_layout Standard
97 The lemma is not recognized as a command provided by a module, since the preamble code is from an older version of LyX, and modules are only loaded if the preamble code matches (otherwise you could easily get completely different output for some often used names like 
98 \backslash
99 theorem.
100 \end_layout
101
102 \begin_layout Standard
103 The proof is recognized as a builtin style provided by the text class.
104 \end_layout
105
106 \begin_layout Standard
107
108 \begin_inset ERT
109 status collapsed
110
111 \begin_layout Plain Layout
112
113 \backslash
114 begin{lem}
115 \end_layout
116
117 \end_inset
118
119  this is a lemma
120 \begin_inset ERT
121 status collapsed
122
123 \begin_layout Plain Layout
124
125 \backslash
126 end{lem}
127 \end_layout
128
129 \end_inset
130
131  
132 \end_layout
133
134 \begin_layout Theorem
135 this is the theorem
136 \end_layout
137
138 \begin_layout Proof
139 this is the proof 
140 \end_layout
141
142 \end_body
143 \end_document