X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FTODO.txt;h=18b30ddaafc2ff4f03a6fd3c5421ae4a0c8dbd1e;hb=b119f849d78127e0c1cab5075055091748f2d282;hp=60c48e13591309b0fcc48c48f67b481a13c4cf3d;hpb=6deb2b76804b1e8e7faf7d204e424aa203e7c76c;p=lyx.git diff --git a/src/tex2lyx/TODO.txt b/src/tex2lyx/TODO.txt index 60c48e1359..18b30ddaaf 100644 --- a/src/tex2lyx/TODO.txt +++ b/src/tex2lyx/TODO.txt @@ -80,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 @@ -87,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. -