]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-modules.lyx.lyx
update tex2lyx tests
[lyx.git] / src / tex2lyx / test / test-modules.lyx.lyx
1 #LyX file created by tex2lyx 2.4
2 \lyxformat 588
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_roman_osf false
29 \font_sans_osf false
30 \font_typewriter_osf false
31 \font_sf_scale 100 100
32 \font_tt_scale 100 100
33 \use_microtype false
34 \use_dash_ligatures true
35 \graphics default
36 \default_output_format default
37 \output_sync 0
38 \bibtex_command default
39 \index_command default
40 \paperfontsize default
41 \spacing single
42 \use_hyperref false
43 \papersize default
44 \use_geometry false
45 \use_package amsmath 1
46 \use_package amssymb 0
47 \use_package cancel 0
48 \use_package esint 1
49 \use_package mathdots 0
50 \use_package mathtools 0
51 \use_package mhchem 0
52 \use_package stackrel 0
53 \use_package stmaryrd 0
54 \use_package undertilde 0
55 \cite_engine basic
56 \cite_engine_type default
57 \biblio_style plain
58 \use_bibtopic false
59 \use_indices false
60 \paperorientation portrait
61 \suppress_date false
62 \justification true
63 \use_refstyle 0
64 \use_minted 0
65 \use_lineno false
66 \index Index
67 \shortcut idx
68 \color #008000
69 \end_index
70 \secnumdepth 3
71 \tocdepth 3
72 \paragraph_separation indent
73 \paragraph_indentation default
74 \is_math_indent 0
75 \math_numbering_side default
76 \quotes_style english
77 \dynamic_quotes 0
78 \papercolumns 1
79 \papersides 1
80 \paperpagestyle default
81 \tracking_changes false
82 \output_changes false
83 \html_math_output 0
84 \html_css_as_file 0
85 \html_be_strict false
86 \end_header
87
88 \begin_body
89
90 \begin_layout Standard
91 This is a dummy file
92 \end_layout
93
94 \begin_layout Standard
95 It has a theorem, a lemma and a proof.
96 \end_layout
97
98 \begin_layout Standard
99 The theorem is recognized is a style provided by the module theorems-ams, since the preamble code matches.
100 \end_layout
101
102 \begin_layout Standard
103 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 
104 \backslash
105 theorem.
106 \end_layout
107
108 \begin_layout Standard
109 The proof is recognized as a builtin style provided by the text class.
110 \end_layout
111
112 \begin_layout Lemma
113 this is a lemma
114 \end_layout
115
116 \begin_layout Theorem
117 this is the theorem
118 \end_layout
119
120 \begin_layout Proof
121 this is the proof 
122 \end_layout
123
124 \end_body
125 \end_document