From f9aed0c9670a88e2372d359880b8b0a0f1ccad7b Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 11 Jun 2009 21:08:37 +0000 Subject: [PATCH] Update notes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30050 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/HTML/HTML.notes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/development/HTML/HTML.notes b/development/HTML/HTML.notes index 46a31e81e1..6a963e0f60 100644 --- a/development/HTML/HTML.notes +++ b/development/HTML/HTML.notes @@ -19,6 +19,15 @@ These insets do nothing for XHTML: These insets work but still need work: InsetBox: We need a Length::asHTML() method and the like, but it basically works. though the CSS isn't there yet. + InsetCitation: This has two limitations as of 11 VI 2009. The first is that we + ignore the citation style and output square brackets, no matter what. The + second is that, with BibTeX, we simply use the BibTeX key as the citation + string, thus ignoring numerical, author-year, etc. It will not be too hard + to make numerical work. To do this, we need to collect information on the + used citations, alphabetize them, and then assign numerical labels via the + BibTeXInfo::label() method. A similar strategy will work for author-year and + the like, but calculating labels will be more complex---unless we just parse + the bbl file, which of course is the only fully general solution. These insets do not work but should be completely straightforward: Caption, Flex (uses collapsable) -- 2.39.2