]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/TODO.txt
3db009016dcea4af27a2c50296d3d6bbc5b34a0f
[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 270    \alert, \structure (beamer)          layout
25 281    ?                                    modules
26 293    ?                                    InsetInfo
27 309    \nocite                              InsetCitation
28 310    \nocite{*}                           InsetBibtex
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 353    \printsubindex                       InsetIndex
35 354    \printindex*, \printsubindex*        InsetIndex
36 358    custom bibtex command                \bibtex_command
37 358    custom makeindex command             \index_command
38 363    horizontal longtable alignment       InsetTabular
39 364    branch file name suffix              \filename_suffix
40 366    relative lengths for parskip         \defskip
41 367    relative lengths for h and v space   InsetSpace, InsetVSpace
42 368    glue lengths                         InsetSpace
43 371    automatic mhchem loading             \use_mhchem
44 375    \includeonly                         \{begin,end}_includeonly
45 376    update .aux of unincluded children   \maintain_unincluded_children
46 377    multirow.sty                         InsetTabular
47 378    revision info                        InsetInfo
48 380    ?                                    InsetPreview
49 381    \xymatrix@!{0,R,C}                   InsetMathXYMatrix
50 386    LyX version                          InsetInfo
51 390    forward/reverse search               \forward_search, \forward_macro
52 391    decimal alignment in tables          InsetTabular
53 392    new beamer format                    InsetLayout
54 396    nameref.sty                          InsetRef
55 399    automatic mathdots loading           \use_mathdots
56 401    feyn.sty                             InsetMathDiagram
57 402    \addcontentsline                     InsetBibtex bibtotoc option
58 404    refstyle.sty                         InsetRef
59 407    vertical offset for multirows        InsetTabular
60 411    support for polyglossia              \language_package   (the cases of no package, of babel and of custom package is supported)
61 415    undertilde.sty                       fonts
62 427    tipa.sty \begin{IPA}, \textipa       InsetTIPA
63 438    \tone{51}, \tone{15}, \tone{45},     InsetTIPA
64        \tone{12}, \tone{454}, \toptiebar,
65        \bottomtiebar
66 439    MinionPro.sty                        \font_roman, \font_osf
67 440    MinionPro.sty,                       \font_math
68 443    unicode-math.sty                     InsetMath*
69 445    URW Classico LaTeX font              \font_sans uop
70        \renewcommand{\sffamily}{uop}
71 446    Optional and required arguments      InsetArgument
72        now numbered by order
73 447
74 448
75 449    \item[<arg>]                         \begin_inset Argument item:<nr>
76 450    ugm LaTeX font,                      \font_roman, \font_osf,
77 451    beamer overlay arguments             InsetArgument
78        \command<arg>, \begin{env}<arg>
79 452    beamer block arguments               InsetArgument
80        \begin{block}<overlay>{title}
81 453    automatic stmaryrd loading           \use_package stmaryrd
82 454    beamer overprint environment         InsetArgument, layout Overprint
83        \begin{overprint}[maxlength]
84        \onslide<slide> text ...
85        \end{overprint}
86 455    beamer frametitle command            \begin_layout FrameTitle
87        \frametitle<overlay>[short}{long}
88 456    memoir: \epigraph{text}{source}      layout Epigraph, InsetArgument
89 457    automatic stackrel loading           \use_package stackrel
90 458    Extended InsetCaption syntax         InsetCaption
91 459    beamer: \begin{frame},               \begin_layout Frame
92        \begin{frame}[plain],                \begin_layout PlainFrame
93        \begin{frame}[fragile]               \begin_layout FragileFrame
94
95
96 General
97
98 * Use the language information provided by Language.cpp and the languages file (for babel/lyx/polyglossia name, quote style etc.)
99   instead of hardcoding this information in Preamble.cpp.
100