From 4021dc3b9954297470240d9e8b7b3e4087c3f6f7 Mon Sep 17 00:00:00 2001 From: George Litvinov Date: Wed, 7 Nov 2018 16:25:08 +0300 Subject: [PATCH] Fixed some mistakes from previous commits --- src/main/java/writer2latex/xhtml/GreenstoneTags.java | 4 ++-- src/main/java/writer2latex/xhtml/TextConverter.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/writer2latex/xhtml/GreenstoneTags.java b/src/main/java/writer2latex/xhtml/GreenstoneTags.java index 0abda66..6b59d91 100644 --- a/src/main/java/writer2latex/xhtml/GreenstoneTags.java +++ b/src/main/java/writer2latex/xhtml/GreenstoneTags.java @@ -24,7 +24,7 @@ public class GreenstoneTags { private static LinkedList headerStack = new LinkedList(); private static boolean pageOpened = false; //headings none - private static String headingTags = "headings"; + private static String headingTags = "sections"; //sections div none private static String pageTags = "sections"; @@ -51,7 +51,7 @@ public class GreenstoneTags { openHeadingSection(hnode, title); headerStack.offerFirst(Integer.parseInt(sLevel)); } - if (!pageTags.equals(NONE)){ + if (!pageTags.equals(NONE) && !headingTags.equals(NONE)){ hnode = openPage(hnode, pageNum); } diff --git a/src/main/java/writer2latex/xhtml/TextConverter.java b/src/main/java/writer2latex/xhtml/TextConverter.java index aadfd88..54774b0 100644 --- a/src/main/java/writer2latex/xhtml/TextConverter.java +++ b/src/main/java/writer2latex/xhtml/TextConverter.java @@ -1675,9 +1675,9 @@ public class TextConverter extends ConverterHelper { if (inFootnote){ return hnode; } - if (pageTags.equals("none")) { +/* if (pageTags.equals("none")) { return hnode; - } + }*/ Integer newPageNumber = null; if (style != null) { // If style:paragraph-properties extists and contain