X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/db91f942ce46e3af1420f3469a83257ef5aca4c2..37e7d9e4f5de0efd1f2d1568d8a455905843cc80:/src/librarian/pdf/wl.cls diff --git a/src/librarian/pdf/wl.cls b/src/librarian/pdf/wl.cls index c46a0ec..62b23e1 100644 --- a/src/librarian/pdf/wl.cls +++ b/src/librarian/pdf/wl.cls @@ -111,6 +111,9 @@ \newif\ifshowfootnotes \showfootnotestrue \DeclareOption{nofootnotes}{\showfootnotesfalse} +\newif\ifendnotes \endnotesfalse +\DeclareOption{endnotes}{\endnotestrue} + \newif\ifshowthemes \showthemestrue \DeclareOption{nothemes}{\showthemesfalse} @@ -147,6 +150,14 @@ \usepackage{wrapfig} + +\ifendnotes + \usepackage{enotez} + \setenotez{list-name=Przypisy} + \setenotez{backref=true} +\fi + + \usepackage[overload]{textcase} \usepackage{scalefnt} \usepackage[colorlinks=true,linkcolor=black,setpagesize=false,urlcolor=black,xetex]{hyperref} @@ -753,10 +764,17 @@ Letters={Uppercase} } \ifshowfootnotes - \newcommand{\pa}[1]{\NoCaseChange{\footnote{#1 [przypis autorski]}}} - \newcommand{\pe}[1]{\NoCaseChange{\footnote{#1 [przypis edytorski]}}} - \newcommand{\pr}[1]{\NoCaseChange{\footnote{#1 [przypis redakcyjny]}}} - \newcommand{\pt}[1]{\NoCaseChange{\footnote{#1 [przypis tłumacza]}}} + \ifendnotes + \newcommand{\pa}[1]{\NoCaseChange{\endnote{#1 [przypis autorski]}}} + \newcommand{\pe}[1]{\NoCaseChange{\endnote{#1 [przypis edytorski]}}} + \newcommand{\pr}[1]{\NoCaseChange{\endnote{#1 [przypis redakcyjny]}}} + \newcommand{\pt}[1]{\NoCaseChange{\endnote{#1 [przypis tłumacza]}}} + \else + \newcommand{\pa}[1]{\NoCaseChange{\footnote{#1 [przypis autorski]}}} + \newcommand{\pe}[1]{\NoCaseChange{\footnote{#1 [przypis edytorski]}}} + \newcommand{\pr}[1]{\NoCaseChange{\footnote{#1 [przypis redakcyjny]}}} + \newcommand{\pt}[1]{\NoCaseChange{\footnote{#1 [przypis tłumacza]}}} + \fi \else \newcommand{\pa}[1]{} \newcommand{\pe}[1]{}