mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Add a note about docbook() problems.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29997 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
61fda2f357
commit
e40ec704fa
@ -190,7 +190,12 @@ ParagraphList::const_iterator makeEnvironment(Buffer const & buf,
|
||||
send = searchParagraph(par, pend);
|
||||
par = makeParagraph(buf, os, runparams, paragraphs, par,send);
|
||||
break;
|
||||
default:
|
||||
case LATEX_LIST_ENVIRONMENT:
|
||||
case LATEX_BIB_ENVIRONMENT:
|
||||
case LATEX_COMMAND:
|
||||
// FIXME This means that we are just skipping any paragraph that
|
||||
// isn't implemented above, and this includes lists.
|
||||
++par;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user