]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/TODO.txt
d55dae0e73b84876ae7489a6efa512e462c92730
[lyx.git] / src / tex2lyx / TODO.txt
1 This file lists features that are supported by LyX but not yet converted (or
2 not converted completely) by tex2lyx. Currently, (all?) features up to the
3 current file format are listed. The table is organized in three columns:
4
5
6 Format:        First file format that supports the feature. In some cases the
7                feature may habe been revised in later file formats.
8 LaTeX feature: LaTeX package, command or environment
9 LyX feature:   LyX inset or document setting
10
11
12 Format LaTeX feature                        LyX feature
13 224    external insets defined in           InsetExternal
14        lib/external_templates.
15        (- RasterImage clashes with InsetGraphics
16         - Dia and LilyPond are an \includegraphics and can therefore only be imported as image
17         - Chess diagram, PDF pages and Spreadsheet are supported)
18        (Xfig figure, Lilypond, Dia diagram can be supported by looking at the file extension)
19 226    nothing (impossible to import)       InsetBranch, \branch...\end_branch
20 226    transformations                      InsetExternal
21        (impossible for Xfig implemented for all other cases)
22 228    draft (impossible to import)         InsetExternal
23        (impossible because this outputs only the filename without any info if this
24        is just a string or if the file should be included and as what type)
25 254    esint.sty                            \use_esint
26 267    XeTeX                                utf8 encoding
27 281    ?                                    modules
28 293    ?                                    InsetInfo
29 322    ?                                    local layout
30 326    PDFLaTeX for external insets         InsetExternal
31 329    master documents                     \master
32 332    ?                                    InsetGraphics groupId
33 343    ?                                    \use_default_options
34 358    custom bibtex command                \bibtex_command
35        Maybe via the
36        % !BIB program = 
37        comment understood by some TeX editors
38 358    custom makeindex command             \index_command
39 363    horizontal longtable alignment       InsetTabular
40 364    branch file name suffix              \filename_suffix
41 371    automatic mhchem loading             \use_mhchem
42 378    revision info                        InsetInfo
43 380    ?                                    InsetPreview
44 386    LyX version                          InsetInfo
45 390    forward/reverse search               \forward_search, \forward_macro
46 391    decimal alignment in tables          InsetTabular
47 399    automatic mathdots loading           \use_mathdots
48 411    support for polyglossia              \language_package   (the cases of no package, of babel and of custom package is supported)
49 415    automatic undertilde loading         \use_package undertilde
50 443    unicode-math.sty                     InsetMath*
51 448
52 453    automatic stmaryrd loading           \use_package stmaryrd
53 457    automatic stackrel loading           \use_package stackrel
54 526   Plural and capitalized refstyles      InsetRef
55 533   Multibib support
56       \begin{btUnit}...\end{btUnit}        \multibib {none|part|chapter|section|subsection}
57         (if a part, chapter, section etc.
58          follows the \begin...)
59 546   Landscape support
60       \begin{landscape}...\end{landscape}  \begin_inset Flex Landscape
61       with longtable content:              <features rotate ="90"...>
62
63
64
65
66 General
67
68 * Use the language information provided by Language.cpp and the languages file (for babel/lyx/polyglossia name, quote style etc.)
69   instead of hardcoding this information in Preamble.cpp.
70
71 * Store alias commands for characters in a file with
72   "lib/unicodesymbols"-format, e.g.
73
74     0x200b "\\dots" "" "" "" # HORIZONTAL ELLIPSIS
75     0x200b "\\ldots" "" "" "\\ldots" # HORIZONTAL ELLIPSIS
76     0x200b "\\textellipsis" "" "" "" # HORIZONTAL ELLIPSIS
77
78   Look up LaTeX->Unicode conversion in the combined files.