2 %% This style is derivated from the scrbook one. Partly based on
3 %% <URL: http://www.vetta.org/2008/07/latex-and-lulucom/ > and
4 %% <URL: http://dblatex.sourceforge.net/example/manual.pdf >.
5 %% http://tex.stackexchange.com/questions/19497/how-do-you-setup-a-tex-document-to-self-publish-a-book-online
7 \NeedsTeXFormat{LaTeX2e}
8 \ProvidesPackage{book6x9}[2007/04/04 My 6'' x 9'' book Style]
10 %% Just use the original class and pass the options
11 \LoadClassWithOptions{scrreprt}
12 % report, book, memoir, scrreprt or scrbook ?
14 %% Replace footnotes par end notes
16 \let\footnote=\endnote
18 % Let user define its own endnote heading section(s)
19 \def\enoteheading{\mbox{}\par\vskip-\baselineskip }
21 % Insert this in the docbook code where the notes should be inserted
22 %<?latex \theendnotes ?>