X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FTODO.txt;h=3017998709c5fabb81edb22726733b16ad002541;hb=72af7f340ca8ee81c7e51633afbb3f9bd435356a;hp=c6866ed92a423d12083182be4e298aed7e6f17c6;hpb=90e2004fde2bc1b2bb310499411a2f49bc3514be;p=lyx.git diff --git a/src/tex2lyx/TODO.txt b/src/tex2lyx/TODO.txt index c6866ed92a..3017998709 100644 --- a/src/tex2lyx/TODO.txt +++ b/src/tex2lyx/TODO.txt @@ -134,7 +134,30 @@ Format LaTeX feature LyX feature \citecite[*] LatexCmd citecite[*] \fullcite LatexCmd fullcite \footfullcite LatexCmd footfullcite - \supercite LatexCmd supercite + \supercite LatexCmd supercite +531 Biblatex "qualified citation lists" + \cites(pre)(post)[pre1][post1]{key1}[pre2][post2]{key2}... + \begin_inset CommandInset citation + LatexCmd cite + after "post" + before "pre" + key "key1,key2..." + pretextlist "key1 pre1\tab key2 pre2..." + posttextlist "key1 post1\tab key2 post2..." + Same for: + \Cites, \textcites, \Textcites, \parencites, \Parencites, \smartcites, \Smartcites, \autocites, Autocites +533 Multibib support + \begin{btUnit}...\end{btUnit} \multibib {none|part|chapter|section|subsetion} + (if a part, chapter, section etc. + follows the \begin...) + \usepackage[refsection= \multibib + \bibbysection[] \begin_inset CommandInset bibtex + biblatexopts "" + btprint "bibbysection" +534 Chapterbib support + \usepackage{chapterbib} \multibib child + + General