changing over to biber
This commit is contained in:
parent
2b63150afe
commit
b09192adfe
@ -679,9 +679,9 @@
|
|||||||
\RequirePackage[scaled=.90]{helvet}
|
\RequirePackage[scaled=.90]{helvet}
|
||||||
\RequirePackage{textcomp}
|
\RequirePackage{textcomp}
|
||||||
\if@numericcites
|
\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
|
\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
|
\fi
|
||||||
\RequirePackage{csquotes}
|
\RequirePackage{csquotes}
|
||||||
\RequirePackage{mdframed}
|
\RequirePackage{mdframed}
|
||||||
|
Binary file not shown.
@ -29,9 +29,9 @@
|
|||||||
\RequirePackage[scaled=.90]{helvet}
|
\RequirePackage[scaled=.90]{helvet}
|
||||||
\RequirePackage{textcomp}
|
\RequirePackage{textcomp}
|
||||||
\if@numericcites
|
\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
|
\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
|
\fi
|
||||||
\RequirePackage{csquotes}
|
\RequirePackage{csquotes}
|
||||||
\RequirePackage{mdframed}
|
\RequirePackage{mdframed}
|
||||||
|
@ -192,9 +192,8 @@
|
|||||||
\newenvironment{riskcont}[3]
|
\newenvironment{riskcont}[3]
|
||||||
{\begin{risk}{#1}{#2}{#3}\textbf{Contingency:} }
|
{\begin{risk}{#1}{#2}{#3}\textbf{Contingency:} }
|
||||||
{\end{risk}}
|
{\end{risk}}
|
||||||
\newcommand\keypubs[2][]{%
|
\newcommand\keypubs[1]{%
|
||||||
\paragraph{Key publications relevant to the project}%
|
\begin{refsection}\nocite{#2}\printbibliography[heading=empty]\end{refsection}}
|
||||||
{\prop@paperlist[#1]{#2}}}
|
|
||||||
\endinput
|
\endinput
|
||||||
%%
|
%%
|
||||||
%% End of file `euproposal.cls'.
|
%% End of file `euproposal.cls'.
|
||||||
|
@ -600,10 +600,11 @@
|
|||||||
% \subsection{Relevant Papers}\label{sec:impl:papers}
|
% \subsection{Relevant Papers}\label{sec:impl:papers}
|
||||||
%
|
%
|
||||||
% \begin{macro}{\keypubs}
|
% \begin{macro}{\keypubs}
|
||||||
|
% we just use the {bib\LaTeX} |refsection| facility. NOTE, thisneeds biber to work
|
||||||
|
% easily.
|
||||||
% \begin{macrocode}
|
% \begin{macrocode}
|
||||||
\newcommand\keypubs[2][]{%
|
\newcommand\keypubs[1]{%
|
||||||
\paragraph{Key publications relevant to the project}%
|
\begin{refsection}\nocite{#2}\printbibliography[heading=empty]\end{refsection}}
|
||||||
{\prop@paperlist[#1]{#2}}}
|
|
||||||
%</cls>
|
%</cls>
|
||||||
% \end{macrocode}
|
% \end{macrocode}
|
||||||
% \end{macro}
|
% \end{macro}
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user