From 9b35baaf19928f00193b7f7428843cedef1bf1ed Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 23 Aug 2012 06:57:10 +0200 Subject: [PATCH] Add dblatex setup to transform footnotes to endnotes in the notes chapter. --- freeculture.xml | 1 + scrreprtmargins.cls | 13 ++++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/freeculture.xml b/freeculture.xml index 624edbe..7559507 100644 --- a/freeculture.xml +++ b/freeculture.xml @@ -14776,6 +14776,7 @@ the material. + diff --git a/scrreprtmargins.cls b/scrreprtmargins.cls index 2432d24..ce550a2 100644 --- a/scrreprtmargins.cls +++ b/scrreprtmargins.cls @@ -11,9 +11,16 @@ \LoadClassWithOptions{scrreprt} % report, book, memoir, scrreprt or scrbook ? -%\usepackage{endnotes} -%\let\footnote=\endnote - %\usepackage[margin=1in, paperwidth=6in, paperheight=9in]{geometry} %\usepackage[margin=0.8in]{geometry} \usepackage[inner=0.67in,outer=0.71in,top=0.71in,bottom=0.87in,pdftex]{geometry} + +%% Replace footnotes par end notes +\usepackage{endnotes} +\let\footnote=\endnote + +% Let user define its own endnote heading section(s) +\def\enoteheading{\mbox{}\par\vskip-\baselineskip } + +% Insert this in the docbook code where the notes should be inserted +% -- 2.47.2