]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/TODO.txt
Fix #10778 (issue with CJK and language nesting)
[lyx.git] / src / tex2lyx / TODO.txt
index d0ca661dfd89d6f8373767952963a119456c54fa..5305fea871adaa0aadf8fd6c9bccbfef449a18b3 100644 (file)
@@ -11,60 +11,80 @@ LyX feature:   LyX inset or document setting
 
 Format LaTeX feature                        LyX feature
 224    external insets defined in           InsetExternal
-       lib/external_templates. This is
-       quite difficult to recognize.
+       lib/external_templates.
+       (- Date and RasterImage cannot be supported
+        - Dia and LilyPond are an \includegraphics and can therefore onyl be imported as image
+        - Chess diagram, PDF pages and Spreadsheet are supported)
+       (Xfig figure, Lilypond, Dia diagram can be supported by looking at the file extension)
 226    nothing (impossible to import)       InsetBranch, \branch...\end_branch
 226    transformations                      InsetExternal
-228    draft                                InsetExternal
-232    bibtopic                             InsetBibTeX
-248    booktabs.sty                         InsetTabular
+       (impossible for Xfig implemented for all other cases)
+228    draft (impossible to import)         InsetExternal
+       (impossible because this outputs only the filename without any info if this
+       is just a string or if the file should be included and as what type)
 254    esint.sty                            \use_esint
-266    armenian                             \language, \lang
 267    XeTeX                                utf8 encoding
-268    CJK.sty                              CJK encodings, languages
-269    listings.sty (inline, with args)     InsetListings
 270    \alert, \structure (beamer)          layout
 281    ?                                    modules
-292    japanese                             japanese-plain
 293    ?                                    InsetInfo
-309    \nocite                              InsetCitation
-310    \nocite{*}                           InsetBibtex
 322    ?                                    local layout
-325    japanese                             one japanese language
 326    PDFLaTeX for external insets         InsetExternal
 329    master documents                     \master
 332    ?                                    InsetGraphics groupId
-336    ?                                    \font_cjk
 343    ?                                    \use_default_options
-350    ?                                    \default_output_format
-353    \printsubindex                       InsetIndex
-354    \printindex*, \printsubindex*        InsetIndex
 358    custom bibtex command                \bibtex_command
 358    custom makeindex command             \index_command
 363    horizontal longtable alignment       InsetTabular
 364    branch file name suffix              \filename_suffix
-366    relative lengths for parskip         \defskip
-367    relative lengths for h and v space   InsetSpace, InsetVSpace
-368    glue lengths                         InsetSpace
 371    automatic mhchem loading             \use_mhchem
 375    \includeonly                         \{begin,end}_includeonly
 376    update .aux of unincluded children   \maintain_unincluded_children
 377    multirow.sty                         InsetTabular
 378    revision info                        InsetInfo
 380    ?                                    InsetPreview
-381    \xymatrix@!{0,R,C}                   InsetMathXYMatrix
 386    LyX version                          InsetInfo
 390    forward/reverse search               \forward_search, \forward_macro
 391    decimal alignment in tables          InsetTabular
 392    new beamer format                    InsetLayout
-396    nameref.sty                          InsetRef
 399    automatic mathdots loading           \use_mathdots
-401    feyn.sty                             InsetMathDiagram
-402    \addcontentsline                     InsetBibtex bibtotoc option
-404    refstyle.sty                         InsetRef
 407    vertical offset for multirows        InsetTabular
-409    XeTeX                                \use_non_tex_fonts
 411    support for polyglossia              \language_package  (the cases of no package, of babel and of custom package is supported)
-412    tabular*                             InsetTabular
-415    undertilde.sty                       fonts
+415    automatic undertilde loading         \use_package undertilde
+438    \t*{ }                               InsetTIPA
+439    MinionPro.sty                        \font_roman, \font_osf
+440    MinionPro.sty,                       \font_math
+443    unicode-math.sty                     InsetMath*
+445    URW Classico LaTeX font              \font_sans uop
+       \renewcommand{\sffamily}{uop}
+446    Optional and required arguments      InsetArgument
+       now numbered by order
+448
+451    beamer overlay arguments             InsetArgument
+       \command<arg>, \begin{env}<arg>
+452    beamer block arguments               InsetArgument
+       \begin{block}<overlay>{title}
+453    automatic stmaryrd loading           \use_package stmaryrd
+454    beamer overprint environment         InsetArgument, layout Overprint
+       \begin{overprint}[maxlength]
+       \onslide<slide> text ...
+       \end{overprint}
+455    beamer frametitle command            \begin_layout FrameTitle
+       \frametitle<overlay>[short}{long}
+456    memoir: \epigraph{text}{source}      layout Epigraph, InsetArgument
+457    automatic stackrel loading           \use_package stackrel
+459    beamer: \begin{frame},               \begin_layout Frame
+       \begin{frame}[plain],                \begin_layout PlainFrame
+       \begin{frame}[fragile]               \begin_layout FragileFrame
+466    Powerdot updates:                     
+       \pause[]                              layout Pause
+       \onslide{}{}                          InsetFlex, InsetArgument
+       \onslide*{}{}                         InsetFlex, InsetArgument
+       \onslide+{}{}                         InsetFlex, InsetArgument
+       \twocolumn[]{}{}                      Layout Twocolumn, InsetArgument
+       \item[]<>                             InsetArgument
+       \begin{enumerate|itemize|...}[]       InsetArgument
 
+General
+
+* Use the language information provided by Language.cpp and the languages file (for babel/lyx/polyglossia name, quote style etc.)
+  instead of hardcoding this information in Preamble.cpp.