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