blob: f57c31cc75cb0bfec13170e577c99e856f8ba576 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\:dontusepackage{footnotebackref}
\RequirePackage{kvoptions}% v3.10
\@ifpackageloaded{hyperref}{}{\RequirePackage{hyperref}}
\SetupKeyvalOptions{family=FootnoteBackref, prefix=FootnoteBackref@}
% The symbol between the footnotenumber and the footnotetext
% If empty no symbol will be printed
\DeclareStringOption{symbol}
% Option to hyperlink the footnotenumber
\DeclareBoolOption[true]{numberlinked}
\ProcessKeyvalOptions*
\endinput
|