changing over to biber
This commit is contained in:
parent
2b63150afe
commit
b09192adfe
@ -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.
@ -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}
|
||||
|
@ -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'.
|
||||
|
@ -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.
Loading…
Reference in New Issue
Block a user