X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FTODO.txt;h=17979db98529625e3916234f4e0442e165adb9fc;hb=1a073ea416674ed37b65a333126a65369a2882be;hp=42a37085c16d4da6a4b823dda30ea089b9ddc367;hpb=b25016b6134e6a582b507d78d9afe727dbcdad3d;p=lyx.git diff --git a/src/tex2lyx/TODO.txt b/src/tex2lyx/TODO.txt index 42a37085c1..17979db985 100644 --- a/src/tex2lyx/TODO.txt +++ b/src/tex2lyx/TODO.txt @@ -51,11 +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 -438 \tone{51} etc., InsetTIPA - \=*{a}, \*r and \*w, \!o - and \!b and \!d and \!g and \!G, - \textvertline, \t*{ }, - \textdoublevertline, \textglobfall +438 \t*{ } and \=*{a} InsetTIPA 439 MinionPro.sty \font_roman, \font_osf 440 MinionPro.sty, \font_math 443 unicode-math.sty InsetMath* @@ -84,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) 462 New libertine LaTeX fonts: \usepackage[scale|scaled|ttscale=$val]{libertineMono-type1} \font_typewriter @@ -91,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) 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. -