mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
parent
f3ec89cfa1
commit
dfb1ad85fa
@ -1084,20 +1084,16 @@ void docbookParagraphs(Text const &text,
|
||||
bpit = info.epit;
|
||||
|
||||
// Then, iterate through the paragraphs of this document.
|
||||
bool currentlyInAppendix = false;
|
||||
|
||||
auto par = text.paragraphs().iterator_at(bpit);
|
||||
auto end = text.paragraphs().iterator_at(epit);
|
||||
while (par != end) {
|
||||
OutputParams ourparams = runparams;
|
||||
|
||||
if (par->params().startOfAppendix())
|
||||
currentlyInAppendix = true;
|
||||
// Skip paragraphs not producing any output.
|
||||
if (hasOnlyNotes(*par)) {
|
||||
++par;
|
||||
continue;
|
||||
}
|
||||
|
||||
OutputParams ourparams = runparams;
|
||||
Layout const &style = par->layout();
|
||||
|
||||
// Think about adding <section> and/or </section>s.
|
||||
|
Loading…
Reference in New Issue
Block a user