]> pere.pagekite.me Git - text-free-culture-lessig.git/blob - scrreprtmargins.cls
New day.
[text-free-culture-lessig.git] / scrreprtmargins.cls
1 %%
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
6 %%
7 \NeedsTeXFormat{LaTeX2e}
8 \ProvidesPackage{book6x9}[2007/04/04 My 6'' x 9'' book Style]
9
10 %% Just use the original class and pass the options
11 \LoadClassWithOptions{scrreprt}
12 % report, book, memoir, scrreprt or scrbook ?
13
14 %% Replace footnotes par end notes
15 \usepackage{endnotes}
16 \let\footnote=\endnote
17
18 % Let user define its own endnote heading section(s)
19 \def\enoteheading{\mbox{}\par\vskip-\baselineskip }
20
21 % Insert this in the docbook code where the notes should be inserted
22 %<?latex \theendnotes ?>