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