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