]> git.lyx.org Git - lyx.git/blob - development/lyx3/README
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / development / lyx3 / README
1 Project: LyX File format 3.0 (subset of LaTeX)
2 ============================
3
4 Initial coordinator: Alejandro Aguilar Sierra
5
6
7 On the developers list has been discussed several times the advantages of a
8 LyX format compatible with LaTeX. Some of the advantages we would have are:
9
10 - A better grammar than that of the current format would led us to simpler
11   and powerful syntax for insets (I'm thinking on math, figures, tables and
12   accents).
13
14 - Almost anything can be expressed better with a powerful grammar.
15
16 - There are many anything->LaTeX and LaTeX->anything converters around.
17   The exchange of documents would be better.
18
19 - We could have better control on the preamble of a document (options,
20   packages included, macros). Only include those that are needed
21   for the document.
22
23 - We could save disk space using only one format.
24
25
26
27 The following are not goals of this project:
28
29 - The parser doesn't have to be able to read every latex file (for instance
30   LaTeX2.09). Still would be necessary filters to import latex files
31   generated elsewhere.
32
33 - With a more readable format some LaTeX experts couldn't resist the
34   temptation to edit manually the files. This wouldn't be recommended, for
35   the same reason as above. Any special thing can (should) be written using
36   TeX mode under LyX.
37
38
39
40 Q. Why LaTeX and not linux-sgml?
41
42 A. Well, say some good reasons in favor of linux-sgml. Does it can
43    express complex mathematics expressions, nested layouts, etc. in
44    a better way?
45
46
47 Alejandro