head 1.2; access; symbols pkgsrc-2016Q1:1.1.0.10 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.8 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.6 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.4 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2016.06.06.13.42.34; author wiz; state dead; branches; next 1.1; commitid 7VX6mUIsV92zsp9z; 1.1 date 2015.02.19.11.53.59; author joerg; state Exp; branches; next ; commitid SWAXO4AqzivR3Cay; desc @@ 1.2 log @Remove unused patches after update to 1.8.11. @ text @$NetBSD: patch-src_latexgen.cpp,v 1.1 2015/02/19 11:53:59 joerg Exp $ --- src/latexgen.cpp.orig 2015-02-18 21:15:46.000000000 +0000 +++ src/latexgen.cpp @@@@ -540,9 +540,10 @@@@ static void writeDefaultFooter(FTextStre unit = "section"; else unit = "chapter"; - t << "% Index\n" - "\\backmatter\n" - "\\newpage\n" + t << "% Index\n"; + if (!Config_getBool("COMPACT_LATEX")) + t << "\\backmatter\n"; + t << "\\newpage\n" "\\phantomsection\n" "\\clearemptydoublepage\n" "\\addcontentsline{toc}{" << unit << "}{" << theTranslator->trRTFGeneralIndex() << "}\n" @ 1.1 log @With compact latex output, class article is used. That means no \backmatter. Bump revision. @ text @d1 1 a1 1 $NetBSD$ @