]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-modules.lyx.lyx
Update tex2lyx tests after the format change
[lyx.git] / src / tex2lyx / test / test-modules.lyx.lyx
1 #LyX file created by tex2lyx 2.4
2 \lyxformat 599
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 no
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 \change_bars false
84 \html_math_output 0
85 \html_css_as_file 0
86 \html_be_strict false
87 \docbook_table_output 0
88 \end_header
89
90 \begin_body
91
92 \begin_layout Standard
93 This is a dummy file
94 \end_layout
95
96 \begin_layout Standard
97 It has a theorem, a lemma and a proof.
98 \end_layout
99
100 \begin_layout Standard
101 The theorem is recognized is a style provided by the module theorems-ams, since the preamble code matches.
102 \end_layout
103
104 \begin_layout Standard
105 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 
106 \backslash
107 theorem.
108 \end_layout
109
110 \begin_layout Standard
111 The proof is recognized as a builtin style provided by the text class.
112 \end_layout
113
114 \begin_layout Lemma
115 this is a lemma
116 \end_layout
117
118 \begin_layout Theorem
119 this is the theorem
120 \end_layout
121
122 \begin_layout Proof
123 this is the proof 
124 \end_layout
125
126 \end_body
127 \end_document