bibtweaks
This commit is contained in:
parent
9e5ad500fc
commit
dc97a62c14
@ -118,6 +118,19 @@
|
||||
\newcommand\WAref[1]{\pdataRef{wa}{#1}{label}}
|
||||
\newcommand\WAtref[1]{\WAref{#1}: \pdataRefFB{wa}{#1}{short}{title}}
|
||||
\fi
|
||||
\renewbibmacro*{event+venue+date}{}
|
||||
\renewbibmacro*{doi+eprint+url}{%
|
||||
\iftoggle{bbx:doi}
|
||||
{\printfield{doi}\iffieldundef{doi}{}{\clearfield{url}}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:eprint}
|
||||
{\usebibmacro{eprint}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:url}
|
||||
{\usebibmacro{url+urldate}}
|
||||
{}}
|
||||
\newcommand{\signatures}[1]{\section{#1}
|
||||
\qquad\number\day. \number\month. \number\year\\[6ex]
|
||||
\strut\qquad Date\hfill\@for\@p:=\prop@gen@PIs\do{%
|
||||
|
@ -34,6 +34,19 @@
|
||||
\ProcessOptions
|
||||
\LoadClass[a4paper,twoside]{\proposal@class}
|
||||
\RequirePackage{proposal}
|
||||
\renewbibmacro*{event+venue+date}{}
|
||||
\renewbibmacro*{doi+eprint+url}{%
|
||||
\iftoggle{bbx:doi}
|
||||
{\printfield{doi}\iffieldundef{doi}{}{\clearfield{url}}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:eprint}
|
||||
{\usebibmacro{eprint}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:url}
|
||||
{\usebibmacro{url+urldate}}
|
||||
{}}
|
||||
\endinput
|
||||
%%
|
||||
%% End of file `proposal.cls'.
|
||||
|
@ -2513,6 +2513,23 @@ joint&\multicolumn{\the@site}{l|}{\jpub $\hat=$ publication, \jpro $\hat=$ proje
|
||||
%</sty>
|
||||
% \end{macrocode}
|
||||
%
|
||||
% Finally, we tweak {bib\LaTeX} to not give DOIs and URLS at the same time.
|
||||
% \begin{macrocode}
|
||||
\renewbibmacro*{event+venue+date}{}
|
||||
\renewbibmacro*{doi+eprint+url}{%
|
||||
\iftoggle{bbx:doi}
|
||||
{\printfield{doi}\iffieldundef{doi}{}{\clearfield{url}}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:eprint}
|
||||
{\usebibmacro{eprint}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:url}
|
||||
{\usebibmacro{url+urldate}}
|
||||
{}}
|
||||
% \end{macrocode}
|
||||
%
|
||||
% \subsection{Miscellaneous}\label{sec:impl:misc}
|
||||
%
|
||||
% \begin{macro}{\signatures}
|
||||
|
Binary file not shown.
@ -1000,6 +1000,19 @@ joint&\multicolumn{\the@site}{l|}{\jpub $\hat=$ publication, \jpro $\hat=$ proje
|
||||
use the pubspage key in the proposal environment!}}
|
||||
{\prop@warnpubs@message%
|
||||
\@for\@I:=\prop@gen@pubspages\do{\par\noindent\csname\@I\endcsname}}}
|
||||
\renewbibmacro*{event+venue+date}{}
|
||||
\renewbibmacro*{doi+eprint+url}{%
|
||||
\iftoggle{bbx:doi}
|
||||
{\printfield{doi}\iffieldundef{doi}{}{\clearfield{url}}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:eprint}
|
||||
{\usebibmacro{eprint}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:url}
|
||||
{\usebibmacro{url+urldate}}
|
||||
{}}
|
||||
\endinput
|
||||
%%
|
||||
%% End of file `proposal.sty'.
|
||||
|
@ -60,6 +60,19 @@
|
||||
\end{center}
|
||||
\setcounter{tocdepth}{2}\tableofcontents\newpage\setcounter{page}{1}}
|
||||
{}
|
||||
\renewbibmacro*{event+venue+date}{}
|
||||
\renewbibmacro*{doi+eprint+url}{%
|
||||
\iftoggle{bbx:doi}
|
||||
{\printfield{doi}\iffieldundef{doi}{}{\clearfield{url}}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:eprint}
|
||||
{\usebibmacro{eprint}}
|
||||
{}%
|
||||
\newunit\newblock
|
||||
\iftoggle{bbx:url}
|
||||
{\usebibmacro{url+urldate}}
|
||||
{}}
|
||||
\endinput
|
||||
%%
|
||||
%% End of file `reporting.cls'.
|
||||
|
Loading…
Reference in New Issue
Block a user