]> git.lyx.org Git - features.git/blob - src/tex2lyx/TODO.txt
tex2lyx: support for bibtopic
[features.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 254    esint.sty                            \use_esint
22 267    XeTeX                                utf8 encoding
23 270    \alert, \structure (beamer)          layout
24 281    ?                                    modules
25 293    ?                                    InsetInfo
26 322    ?                                    local layout
27 326    PDFLaTeX for external insets         InsetExternal
28 329    master documents                     \master
29 332    ?                                    InsetGraphics groupId
30 343    ?                                    \use_default_options
31 358    custom bibtex command                \bibtex_command
32 358    custom makeindex command             \index_command
33 363    horizontal longtable alignment       InsetTabular
34 364    branch file name suffix              \filename_suffix
35 366    relative lengths for parskip         \defskip
36 367    relative lengths for h and v space   InsetSpace, InsetVSpace
37 368    glue lengths                         InsetSpace
38 371    automatic mhchem loading             \use_mhchem
39 375    \includeonly                         \{begin,end}_includeonly
40 376    update .aux of unincluded children   \maintain_unincluded_children
41 377    multirow.sty                         InsetTabular
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 392    new beamer format                    InsetLayout
48 399    automatic mathdots loading           \use_mathdots
49 407    vertical offset for multirows        InsetTabular
50 411    support for polyglossia              \language_package   (the cases of no package, of babel and of custom package is supported)
51 415    automatic undertilde loading         \use_package undertilde
52 438    \t*{ } and \=*{a}                    InsetTIPA
53 439    MinionPro.sty                        \font_roman, \font_osf
54 440    MinionPro.sty,                       \font_math
55 443    unicode-math.sty                     InsetMath*
56 445    URW Classico LaTeX font              \font_sans uop
57        \renewcommand{\sffamily}{uop}
58 446    Optional and required arguments      InsetArgument
59        now numbered by order
60 447
61 448
62 449    \item[<arg>]                         \begin_inset Argument item:<nr>
63 450    ugm LaTeX font,                      \font_roman, \font_osf,
64 451    beamer overlay arguments             InsetArgument
65        \command<arg>, \begin{env}<arg>
66 452    beamer block arguments               InsetArgument
67        \begin{block}<overlay>{title}
68 453    automatic stmaryrd loading           \use_package stmaryrd
69 454    beamer overprint environment         InsetArgument, layout Overprint
70        \begin{overprint}[maxlength]
71        \onslide<slide> text ...
72        \end{overprint}
73 455    beamer frametitle command            \begin_layout FrameTitle
74        \frametitle<overlay>[short}{long}
75 456    memoir: \epigraph{text}{source}      layout Epigraph, InsetArgument
76 457    automatic stackrel loading           \use_package stackrel
77 458    Extended InsetCaption syntax         InsetCaption
78 459    beamer: \begin{frame},               \begin_layout Frame
79        \begin{frame}[plain],                \begin_layout PlainFrame
80        \begin{frame}[fragile]               \begin_layout FragileFrame
81 462    New libertine LaTeX fonts:
82        \usepackage[scale|scaled|ttscale=$val]{libertineMono-type1}
83                                             \font_typewriter
84                                             \font_tt_scale
85        \usepackage[scale|scaled=$val]{biolinum-type1}
86                                             \font_sans
87                                             \font_sf_scale
88 466   Powerdot updates:                     
89       \pause[]                              layout Pause
90       \onslide{}{}                          InsetFlex, InsetArgument
91       \onslide*{}{}                         InsetFlex, InsetArgument
92       \onslide+{}{}                         InsetFlex, InsetArgument
93       \twocolumn[]{}{}                      Layout Twocolumn, InsetArgument
94       \item[]<>                             InsetArgument
95       \begin{enumerate|itemize|...}[]       InsetArgument
96
97
98 General
99
100 * Use the language information provided by Language.cpp and the languages file (for babel/lyx/polyglossia name, quote style etc.)
101   instead of hardcoding this information in Preamble.cpp.