Entschuldigt, ich hatte gehofft, dass es einen "allgemeinen" Trick gibt, denn meine Formatvorlage ist recht lang. Ich habe sie unten jetzt gepostet, vielleicht fällt Euch etwas auf? Wenn ich das Dokument generiere, wird die Fundstelle in Kapitel 1 ausführlich zitiert, in Kapitel 2 wird dann auf Fn 1 verwiesen (gemeint ist von Kapitel 1, ohne das anzuzeigen). Gerade wenn man mehrere Kapitel hat, kann das verwirrend sein...
% This file documents the biblatex-oscola package. It is (c) Paul Stanley 2014-2017
% and licensed under the Creative Commons Attribution 3.0-Unported License (CC BY 3.0). A copy of that
% license is available at
%
http://creativecommons.org/licenses/by/3.0/deed.en_GB
%
\documentclass[a4paper,
12pt,
DIV=1,
footinclude=false,
oneside]
{scrbook}
% SET VERSION NUMBER AND RELEASE DATE
\def\releasedate{February 2018}
\def\versionnumber{Draft}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{geometry}
\geometry{a4paper,
left=30mm,
top=27.4mm,
headsep=2\baselineskip,
textwidth=30pc,
marginparsep=1pc,
textheight=49\baselineskip,
headheight=\baselineskip}
\usepackage{setspace}
\usepackage[style=british]{csquotes}
\usepackage[T1]{fontenc}
\usepackage[style=oscola,
indexing=cite,
backend=biber,
ecli=yes,
babel=hyphen]{biblatex}
\usepackage[splitindex,
nonewpage]{imakeidx}
\setcounter{secnumdepth}{5}
\usepackage{tabularx}
\usepackage[mono=false]{libertine}
\usepackage[scaled=0.8]{beramono}
\usepackage{microtype}
\usepackage{ragged2e}
\usepackage{enumitem}
\setlist[description]{%
font=\ttfamily\mdseries,
leftmargin=3.8cm,
labelwidth=3.6cm,
labelsep=0.2cm}
\usepackage[utf8]{inputenc}
\usepackage{multicol}
\usepackage{booktabs}
\renewcommand{\linespread}{1.2}
% Various commands and environments specific to this document
\newcommand{\oscola}{\textsc{bl-oscola}}
\newcommand{\biblatex}{\textsc{biblatex}}
\newcommand{\oscolashort}{\textsc{oscola}\nocite{oscola}}
\newcounter{egcounter}\setcounter{egcounter}{0}
% TYPOGRAPHY
\usepackage{scrpage2}
\usepackage[dvipsnames]{xcolor}
% This code from Juanjo's answer at
http://www.latex-community.org
% /viewtopic.php?f=&t=1437&sid30648b3e881b9dd8c033a7ed1b1f31fd&start=10
\newlength{\boxwidth}
\newsavebox{\boxcontainer}
\newenvironment{bibexample}[1][]
{%
\medskip\par\noindent\ignorespaces
\marginpar{[\refstepcounter{egcounter}\arabic{egcounter}]\label{#1}}%
\setlength{\boxwidth}{0.95\linewidth}%
\addtolength{\boxwidth}{-2\fboxsep}
\addtolength{\boxwidth}{-2\fboxrule}
\begin{lrbox}{\boxcontainer}
\begin{minipage}{\boxwidth}%
}
{%
\end{minipage}\end{lrbox}%
\colorbox{gray!30}{\usebox{\boxcontainer}}
\par\medskip}
\newcommand{\egref}[1]{[\ref{#1}]}
\newcommand{\egcite}[1]{{\texttt{\textbackslash cite#1}}}
\newcommand\angledtext[1]{$\langle$\textit{#1}\/$\rangle$}
% HYPER REF
\usepackage[final=true,colorlinks=true]{hyperref}
% BIBLIOGRAPHIC RESOURCES
\addbibresource{unscrgpldraft.bib}
% HYPHENATION
\hyphenation{am-end-ed}
\hyphenation{nieu-wen-huis}
\hyphenation{sti-cht-ing}
% Some basic typographical settings
\deffootnote{1em}{1em}{\thefootnotemark\ }
\setcounter{secnumdepth}{5}
\frenchspacing
\setlength{\parindent}{3ex}
\pagestyle{scrheadings}
\automark{section}
\renewcommand{\sectionmark}[1]{\markright{#1}}
\ifoot{\rightmark}
\ofoot{\pagemark}
\cfoot{}
\chead{}
\renewcommand{\footfont}{\upshape\scshape}
% INDEXES
\begin{document}
\title{Titel}
\maketitle
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\tableofcontents
\clearpage
\chapter{Kapitel 1}
Footnote\footnote{\cite{name_title_year}.}.
\chapter{Kapitel 2}
Footnote\footnote{\cite{name_title_year}.}.
\clearpage\markright{Tables}\pagestyle{scrheadings}
\printindex[intcases]
\printindex[echrcases]
\printindex[cases]
\addcontentsline{toc}{section}{Bibliography}
\printbibliography[nottype=jurisdiction,
nottype=legislation,
nottype=legal,
notsubtype=parliamentary,
nottype=commentary]
\addcontentsline{toc}{section}{Bibliography2}
\printbibliography[keyword=ICTY]
\printbibliography[keyword=ICTR]
\printbibliography[keyword=ICC]
\printbibliography[keyword=SCSL]
\printbibliography[keyword=ITLOS]
\printbibliography[keyword=Arb]
\printbibliography[keyword=SA]
\printbibliography[keyword=WTO]
\printbibliography[keyword=ger]
\printbibliography[keyword=nl]
\printbibliography[keyword=can]
\printbibliography[keyword=ICSID]
\printbibliography[keyword=PCA]
\printbibliography[keyword=hrc]
\pagestyle{scrheadings}
\printindex[general]
\end{document}
Entschuldigt, ich hatte gehofft, dass es einen "allgemeinen" Trick gibt, denn meine Formatvorlage ist recht lang. Ich habe sie unten jetzt gepostet, vielleicht fällt Euch etwas auf? Wenn ich das Dokument generiere, wird die Fundstelle in Kapitel 1 ausführlich zitiert, in Kapitel 2 wird dann auf Fn 1 verwiesen (gemeint ist von Kapitel 1, ohne das anzuzeigen). Gerade wenn man mehrere Kapitel hat, kann das verwirrend sein...
% This file documents the biblatex-oscola package. It is (c) Paul Stanley 2014-2017
% and licensed under the Creative Commons Attribution 3.0-Unported License (CC BY 3.0). A copy of that
% license is available at
% http://creativecommons.org/licenses/by/3.0/deed.en_GB
%
\documentclass[a4paper,
12pt,
DIV=1,
footinclude=false,
oneside]
{scrbook}
% SET VERSION NUMBER AND RELEASE DATE
\def\releasedate{February 2018}
\def\versionnumber{Draft}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{geometry}
\geometry{a4paper,
left=30mm,
top=27.4mm,
headsep=2\baselineskip,
textwidth=30pc,
marginparsep=1pc,
textheight=49\baselineskip,
headheight=\baselineskip}
\usepackage{setspace}
\usepackage[style=british]{csquotes}
\usepackage[T1]{fontenc}
\usepackage[style=oscola,
indexing=cite,
backend=biber,
ecli=yes,
babel=hyphen]{biblatex}
\usepackage[splitindex,
nonewpage]{imakeidx}
\setcounter{secnumdepth}{5}
\usepackage{tabularx}
\usepackage[mono=false]{libertine}
\usepackage[scaled=0.8]{beramono}
\usepackage{microtype}
\usepackage{ragged2e}
\usepackage{enumitem}
\setlist[description]{%
font=\ttfamily\mdseries,
leftmargin=3.8cm,
labelwidth=3.6cm,
labelsep=0.2cm}
\usepackage[utf8]{inputenc}
\usepackage{multicol}
\usepackage{booktabs}
\renewcommand{\linespread}{1.2}
% Various commands and environments specific to this document
\newcommand{\oscola}{\textsc{bl-oscola}}
\newcommand{\biblatex}{\textsc{biblatex}}
\newcommand{\oscolashort}{\textsc{oscola}\nocite{oscola}}
\newcounter{egcounter}\setcounter{egcounter}{0}
% TYPOGRAPHY
\usepackage{scrpage2}
\usepackage[dvipsnames]{xcolor}
% This code from Juanjo's answer at http://www.latex-community.org
% /viewtopic.php?f=&t=1437&sid30648b3e881b9dd8c033a7ed1b1f31fd&start=10
\newlength{\boxwidth}
\newsavebox{\boxcontainer}
\newenvironment{bibexample}[1][]
{%
\medskip\par\noindent\ignorespaces
\marginpar{[\refstepcounter{egcounter}\arabic{egcounter}]\label{#1}}%
\setlength{\boxwidth}{0.95\linewidth}%
\addtolength{\boxwidth}{-2\fboxsep}
\addtolength{\boxwidth}{-2\fboxrule}
\begin{lrbox}{\boxcontainer}
\begin{minipage}[tt]{\boxwidth}%
}
{%
\end{minipage}\end{lrbox}%
\colorbox{gray!30}{\usebox{\boxcontainer}}
\par\medskip}
\newcommand{\egref}[1]{[\ref{#1}]}
\newcommand{\egcite}[1]{{\texttt{\textbackslash cite#1}}}
\newcommand\angledtext[1]{$\langle$\textit{#1}\/$\rangle$}
% HYPER REF
\usepackage[final=true,colorlinks=true]{hyperref}
% BIBLIOGRAPHIC RESOURCES
\addbibresource{unscrgpldraft.bib}
% HYPHENATION
\hyphenation{am-end-ed}
\hyphenation{nieu-wen-huis}
\hyphenation{sti-cht-ing}
% Some basic typographical settings
\deffootnote{1em}{1em}{\thefootnotemark\ }
\setcounter{secnumdepth}{5}
\frenchspacing
\setlength{\parindent}{3ex}
\pagestyle{scrheadings}
\automark{section}
\renewcommand{\sectionmark}[1]{\markright{#1}}
\ifoot{\rightmark}
\ofoot{\pagemark}
\cfoot{}
\chead{}
\renewcommand{\footfont}{\upshape\scshape}
% INDEXES
\begin{document}
\title{Titel}
\maketitle
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\tableofcontents
\clearpage
\chapter{Kapitel 1}
Footnote\footnote{\cite{name_title_year}.}.
\chapter{Kapitel 2}
Footnote\footnote{\cite{name_title_year}.}.
\clearpage\markright{Tables}\pagestyle{scrheadings}
\printindex[intcases]
\printindex[echrcases]
\printindex[cases]
\addcontentsline{toc}{section}{Bibliography}
\printbibliography[nottype=jurisdiction,
nottype=legislation,
nottype=legal,
notsubtype=parliamentary,
nottype=commentary]
\addcontentsline{toc}{section}{Bibliography2}
\printbibliography[keyword=ICTY]
\printbibliography[keyword=ICTR]
\printbibliography[keyword=ICC]
\printbibliography[keyword=SCSL]
\printbibliography[keyword=ITLOS]
\printbibliography[keyword=Arb]
\printbibliography[keyword=SA]
\printbibliography[keyword=WTO]
\printbibliography[keyword=ger]
\printbibliography[keyword=nl]
\printbibliography[keyword=can]
\printbibliography[keyword=ICSID]
\printbibliography[keyword=PCA]
\printbibliography[keyword=hrc]
\pagestyle{scrheadings}
\printindex[general]
\end{document}