]> git.lyx.org Git - features.git/blob - src/tex2lyx/test/test-modules.lyx.lyx
special character "allowbreak" (ZWSP), fileformat change
[features.git] / src / tex2lyx / test / test-modules.lyx.lyx
1 #LyX file created by tex2lyx 2.3
2 \lyxformat 541
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 \index Index
63 \shortcut idx
64 \color #008000
65 \end_index
66 \secnumdepth 3
67 \tocdepth 3
68 \paragraph_separation indent
69 \paragraph_indentation default
70 \is_math_indent 0
71 \quotes_style english
72 \dynamic_quotes 0
73 \papercolumns 1
74 \papersides 1
75 \paperpagestyle default
76 \tracking_changes false
77 \output_changes false
78 \html_math_output 0
79 \html_css_as_file 0
80 \html_be_strict false
81 \end_header
82
83 \begin_body
84
85 \begin_layout Standard
86 This is a dummy file
87 \end_layout
88
89 \begin_layout Standard
90 It has a theorem, a lemma and a proof.
91 \end_layout
92
93 \begin_layout Standard
94 The theorem is recognized is a style provided by the module theorems-ams, since the preamble code matches.
95 \end_layout
96
97 \begin_layout Standard
98 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 
99 \backslash
100 theorem.
101 \end_layout
102
103 \begin_layout Standard
104 The proof is recognized as a builtin style provided by the text class.
105 \end_layout
106
107 \begin_layout Standard
108
109 \begin_inset ERT
110 status collapsed
111
112 \begin_layout Plain Layout
113
114 \backslash
115 begin{lem}
116 \end_layout
117
118 \end_inset
119
120  this is a lemma
121 \begin_inset ERT
122 status collapsed
123
124 \begin_layout Plain Layout
125
126 \backslash
127 end{lem}
128 \end_layout
129
130 \end_inset
131
132  
133 \end_layout
134
135 \begin_layout Theorem
136 this is the theorem
137 \end_layout
138
139 \begin_layout Proof
140 this is the proof 
141 \end_layout
142
143 \end_body
144 \end_document