]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/TODO.txt
tex2lyx: refsection and bibbysection support (biblatex)
[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        (- RasterImage clashes with InsetGraphics
16         - Dia and LilyPond are an \includegraphics and can therefore only be imported as image
17         - Chess diagram, PDF pages and Spreadsheet are supported)
18        (Xfig figure, Lilypond, Dia diagram can be supported by looking at the file extension)
19 226    nothing (impossible to import)       InsetBranch, \branch...\end_branch
20 226    transformations                      InsetExternal
21        (impossible for Xfig implemented for all other cases)
22 228    draft (impossible to import)         InsetExternal
23        (impossible because this outputs only the filename without any info if this
24        is just a string or if the file should be included and as what type)
25 254    esint.sty                            \use_esint
26 267    XeTeX                                utf8 encoding
27 270    \alert, \structure (beamer)          layout
28 281    ?                                    modules
29 293    ?                                    InsetInfo
30 322    ?                                    local layout
31 326    PDFLaTeX for external insets         InsetExternal
32 329    master documents                     \master
33 332    ?                                    InsetGraphics groupId
34 343    ?                                    \use_default_options
35 358    custom bibtex command                \bibtex_command
36 358    custom makeindex command             \index_command
37 363    horizontal longtable alignment       InsetTabular
38 364    branch file name suffix              \filename_suffix
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 399    automatic mathdots loading           \use_mathdots
50 407    vertical offset for multirows        InsetTabular
51 411    support for polyglossia              \language_package   (the cases of no package, of babel and of custom package is supported)
52 415    automatic undertilde loading         \use_package undertilde
53 438    \t*{ }                               InsetTIPA
54 439    MinionPro.sty                        \font_roman, \font_osf
55 440    MinionPro.sty,                       \font_math
56 443    unicode-math.sty                     InsetMath*
57 445    URW Classico LaTeX font              \font_sans uop
58        \renewcommand{\sffamily}{uop}
59 446    Optional and required arguments      InsetArgument
60        now numbered by order
61 448
62 451    beamer overlay arguments             InsetArgument
63        \command<arg>, \begin{env}<arg>
64 452    beamer block arguments               InsetArgument
65        \begin{block}<overlay>{title}
66 453    automatic stmaryrd loading           \use_package stmaryrd
67 454    beamer overprint environment         InsetArgument, layout Overprint
68        \begin{overprint}[maxlength]
69        \onslide<slide> text ...
70        \end{overprint}
71 455    beamer frametitle command            \begin_layout FrameTitle
72        \frametitle<overlay>[short}{long}
73 456    memoir: \epigraph{text}{source}      layout Epigraph, InsetArgument
74 457    automatic stackrel loading           \use_package stackrel
75 459    beamer: \begin{frame},               \begin_layout Frame
76        \begin{frame}[plain],                \begin_layout PlainFrame
77        \begin{frame}[fragile]               \begin_layout FragileFrame
78 466    Powerdot updates:
79        \pause[]                              layout Pause
80        \onslide{}{}                          InsetFlex, InsetArgument
81        \onslide*{}{}                         InsetFlex, InsetArgument
82        \onslide+{}{}                         InsetFlex, InsetArgument
83        \twocolumn[]{}{}                      Layout Twocolumn, InsetArgument
84        \item[]<>                             InsetArgument
85        \begin{enumerate|itemize|...}[]       InsetArgument
86 520    Plain InsetQuote Style:
87        \textquotesingle                      \begin_inset Quotes qls, \begin_inset Quotes qrs
88        \textquotedbl                         \begin_inset Quotes qld, \begin_inset Quotes qrd
89 521    New Quote Styles                      InsetQuote
90        - british                             \begin_inset Quotes b..
91        - swiss                               \begin_inset Quotes c..
92        - swedishg                            \begin_inset Quotes w..
93        - frenchin                            \begin_inset Quotes i..
94        - russian                             \begin_inset Quotes r..
95        Change default behavior               \begin_inset Quotes f..
96        of French quote style:
97        - Inner quotes are now ``...''.
98        - Former french style is now
99          called "swiss"
100 523    CJK Quote Styles                      InsetQuote
101        - cjk (corner brackets)               \begin_inset Quotes j..
102        - cjkangle (angle brackets)           \begin_inset Quotes k..
103 526
104        Plural and capitalized refstyles      InsetRef
105 531    Biblatex "qualified citation lists"
106        \cites(pre)(post)[pre1][post1]{key1}[pre2][post2]{key2}...
107                                            \begin_inset CommandInset citation
108                                            LatexCmd cite
109                                            after "post"
110                                            before "pre"
111                                            key "key1,key2..."
112                                            pretextlist "key1 pre1\tab key2 pre2..."
113                                            posttextlist "key1 post1\tab key2 post2..."
114       Same for:
115       \Cites, \textcites, \Textcites, \parencites, \Parencites, \smartcites, \Smartcites, \autocites, Autocites
116 533   Multibib support
117       \begin{btUnit}...\end{btUnit}        \multibib {none|part|chapter|section|subsection}
118         (if a part, chapter, section etc.
119          follows the \begin...)
120 534   Chapterbib support
121       \usepackage{chapterbib}              \multibib child
122
123
124
125
126 General
127
128 * Use the language information provided by Language.cpp and the languages file (for babel/lyx/polyglossia name, quote style etc.)
129   instead of hardcoding this information in Preamble.cpp.
130
131 * Store alias commands for characters in a file with
132   "lib/unicodesymbols"-format, e.g.
133
134     0x200b "\\dots" "" "" "" # HORIZONTAL ELLIPSIS
135     0x200b "\\ldots" "" "" "\\ldots" # HORIZONTAL ELLIPSIS
136     0x200b "\\textellipsis" "" "" "" # HORIZONTAL ELLIPSIS
137
138   Look up LaTeX->Unicode conversion in the combined files.