X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FTODO.txt;h=18b30ddaafc2ff4f03a6fd3c5421ae4a0c8dbd1e;hb=b119f849d78127e0c1cab5075055091748f2d282;hp=85ac9d2defdd0b795852b0f0826b45b114157b4d;hpb=047218ee8bcd791312e779fd5147900164ad2d9d;p=lyx.git diff --git a/src/tex2lyx/TODO.txt b/src/tex2lyx/TODO.txt index 85ac9d2def..18b30ddaaf 100644 --- a/src/tex2lyx/TODO.txt +++ b/src/tex2lyx/TODO.txt @@ -51,10 +51,7 @@ Format LaTeX feature LyX feature 407 vertical offset for multirows InsetTabular 411 support for polyglossia \language_package (the cases of no package, of babel and of custom package is supported) 415 automatic undertilde loading \use_package undertilde -427 tipa.sty \begin{IPA} InsetTIPA -438 \tone{51}, \tone{15}, \tone{45}, InsetTIPA - \tone{12}, \tone{454}, \toptiebar, - \bottomtiebar +438 \t*{ } and \=*{a} InsetTIPA 439 MinionPro.sty \font_roman, \font_osf 440 MinionPro.sty, \font_math 443 unicode-math.sty InsetMath* @@ -83,6 +80,7 @@ Format LaTeX feature LyX feature 459 beamer: \begin{frame}, \begin_layout Frame \begin{frame}[plain], \begin_layout PlainFrame \begin{frame}[fragile] \begin_layout FragileFrame +461 support for kurier math font (the other kurier fonts are already supported); done in master 462 New libertine LaTeX fonts: \usepackage[scale|scaled|ttscale=$val]{libertineMono-type1} \font_typewriter @@ -90,10 +88,18 @@ Format LaTeX feature LyX feature \usepackage[scale|scaled=$val]{biolinum-type1} \font_sans \font_sf_scale +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 +467 support for iwona math font (the other iwona fonts are already supported); done in master 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. -