changing over to biber

This commit is contained in:
Michael Kohlhase 2019-01-22 08:41:40 +01:00
parent 2b63150afe
commit b09192adfe
6 changed files with 10 additions and 10 deletions

View File

@ -679,9 +679,9 @@
\RequirePackage[scaled=.90]{helvet}
\RequirePackage{textcomp}
\if@numericcites
\RequirePackage[style=numeric,hyperref=auto,defernumbers=true,backend=bibtex,firstinits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]
\RequirePackage[style=numeric,hyperref=auto,defernumbers=true,giveninits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]
\else
\RequirePackage[style=alphabetic,hyperref=auto,defernumbers=true,backend=bibtex,firstinits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]
\RequirePackage[style=alphabetic,hyperref=auto,defernumbers=true,giveninits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]
\fi
\RequirePackage{csquotes}
\RequirePackage{mdframed}

Binary file not shown.

View File

@ -29,9 +29,9 @@
\RequirePackage[scaled=.90]{helvet}
\RequirePackage{textcomp}
\if@numericcites
\RequirePackage[style=numeric,hyperref=auto,defernumbers=true,backend=bibtex,firstinits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]
\RequirePackage[style=numeric,hyperref=auto,defernumbers=true,giveninits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]
\else
\RequirePackage[style=alphabetic,hyperref=auto,defernumbers=true,backend=bibtex,firstinits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]
\RequirePackage[style=alphabetic,hyperref=auto,defernumbers=true,giveninits=true,maxbibnames=9,maxcitenames=3]{biblatex}[2010/11-19]
\fi
\RequirePackage{csquotes}
\RequirePackage{mdframed}

View File

@ -192,9 +192,8 @@
\newenvironment{riskcont}[3]
{\begin{risk}{#1}{#2}{#3}\textbf{Contingency:} }
{\end{risk}}
\newcommand\keypubs[2][]{%
\paragraph{Key publications relevant to the project}%
{\prop@paperlist[#1]{#2}}}
\newcommand\keypubs[1]{%
\begin{refsection}\nocite{#2}\printbibliography[heading=empty]\end{refsection}}
\endinput
%%
%% End of file `euproposal.cls'.

View File

@ -600,10 +600,11 @@
% \subsection{Relevant Papers}\label{sec:impl:papers}
%
% \begin{macro}{\keypubs}
% we just use the {bib\LaTeX} |refsection| facility. NOTE, thisneeds biber to work
% easily.
% \begin{macrocode}
\newcommand\keypubs[2][]{%
\paragraph{Key publications relevant to the project}%
{\prop@paperlist[#1]{#2}}}
\newcommand\keypubs[1]{%
\begin{refsection}\nocite{#2}\printbibliography[heading=empty]\end{refsection}}
%</cls>
% \end{macrocode}
% \end{macro}

Binary file not shown.