]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/TODO.txt
tex2lyx: update a command
[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        (Date and RasterImage cannot be supported
16        (Chess diagram, PDF pages and Spreadsheet are supported)
17        (Xfig figure, Lilypond, Dia diagram can be supported by looking at the file extension)
18 226    nothing (impossible to import)       InsetBranch, \branch...\end_branch
19 226    transformations                      InsetExternal
20 228    draft                                InsetExternal
21 232    bibtopic                             InsetBibTeX
22 254    esint.sty                            \use_esint
23 267    XeTeX                                utf8 encoding
24 269    listings.sty (inline, with args)     InsetListings
25 270    \alert, \structure (beamer)          layout
26 281    ?                                    modules
27 293    ?                                    InsetInfo
28 309    \nocite                              InsetCitation
29 310    \nocite{*}                           InsetBibtex
30 322    ?                                    local layout
31 326    PDFLaTeX for external insets         InsetExternal
32 329    master documents                     \master
33 332    ?                                    InsetGraphics groupId
34 336    ?                                    \font_cjk
35 343    ?                                    \use_default_options
36 353    \printsubindex                       InsetIndex
37 354    \printindex*, \printsubindex*        InsetIndex
38 358    custom bibtex command                \bibtex_command
39 358    custom makeindex command             \index_command
40 363    horizontal longtable alignment       InsetTabular
41 364    branch file name suffix              \filename_suffix
42 366    relative lengths for parskip         \defskip
43 367    relative lengths for h and v space   InsetSpace, InsetVSpace
44 368    glue lengths                         InsetSpace
45 371    automatic mhchem loading             \use_mhchem
46 375    \includeonly                         \{begin,end}_includeonly
47 376    update .aux of unincluded children   \maintain_unincluded_children
48 377    multirow.sty                         InsetTabular
49 378    revision info                        InsetInfo
50 380    ?                                    InsetPreview
51 381    \xymatrix@!{0,R,C}                   InsetMathXYMatrix
52 386    LyX version                          InsetInfo
53 390    forward/reverse search               \forward_search, \forward_macro
54 391    decimal alignment in tables          InsetTabular
55 392    new beamer format                    InsetLayout
56 396    nameref.sty                          InsetRef
57 399    automatic mathdots loading           \use_mathdots
58 401    feyn.sty                             InsetMathDiagram
59 402    \addcontentsline                     InsetBibtex bibtotoc option
60 404    refstyle.sty                         InsetRef
61 407    vertical offset for multirows        InsetTabular
62 411    support for polyglossia              \language_package   (the cases of no package, of babel and of custom package is supported)
63 415    undertilde.sty                       fonts
64 427    tipa.sty \begin{IPA}, \textipa       InsetTIPA
65
66
67 General
68
69 * Use the language information provided by Language.cpp and the languages file (for babel/lyx/polyglossia name, quote style etc.)
70   instead of hardcoding this information in Preamble.cpp.
71