]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/TODO.txt
Pass big parameters by address
[lyx.git] / src / tex2lyx / TODO.txt
index c6866ed92a423d12083182be4e298aed7e6f17c6..3017998709c5fabb81edb22726733b16ad002541 100644 (file)
@@ -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=<val>         \multibib <val>
+      \bibbysection[<opts>]                \begin_inset CommandInset bibtex
+                                             biblatexopts "<opts>"
+                                             btprint "bibbysection"
+534   Chapterbib support
+      \usepackage{chapterbib}              \multibib child
+                                           
+                                           
 
 
 General