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