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