bibtweaks
This commit is contained in:
parent
9e5ad500fc
commit
dc97a62c14
@ -118,6 +118,19 @@
|
|||||||
\newcommand\WAref[1]{\pdataRef{wa}{#1}{label}}
|
\newcommand\WAref[1]{\pdataRef{wa}{#1}{label}}
|
||||||
\newcommand\WAtref[1]{\WAref{#1}: \pdataRefFB{wa}{#1}{short}{title}}
|
\newcommand\WAtref[1]{\WAref{#1}: \pdataRefFB{wa}{#1}{short}{title}}
|
||||||
\fi
|
\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}
|
\newcommand{\signatures}[1]{\section{#1}
|
||||||
\qquad\number\day. \number\month. \number\year\\[6ex]
|
\qquad\number\day. \number\month. \number\year\\[6ex]
|
||||||
\strut\qquad Date\hfill\@for\@p:=\prop@gen@PIs\do{%
|
\strut\qquad Date\hfill\@for\@p:=\prop@gen@PIs\do{%
|
||||||
|
@ -34,6 +34,19 @@
|
|||||||
\ProcessOptions
|
\ProcessOptions
|
||||||
\LoadClass[a4paper,twoside]{\proposal@class}
|
\LoadClass[a4paper,twoside]{\proposal@class}
|
||||||
\RequirePackage{proposal}
|
\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
|
\endinput
|
||||||
%%
|
%%
|
||||||
%% End of file `proposal.cls'.
|
%% End of file `proposal.cls'.
|
||||||
|
@ -2512,6 +2512,23 @@ joint&\multicolumn{\the@site}{l|}{\jpub $\hat=$ publication, \jpro $\hat=$ proje
|
|||||||
\@for\@I:=\prop@gen@pubspages\do{\par\noindent\csname\@I\endcsname}}}
|
\@for\@I:=\prop@gen@pubspages\do{\par\noindent\csname\@I\endcsname}}}
|
||||||
%</sty>
|
%</sty>
|
||||||
% \end{macrocode}
|
% \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}
|
% \subsection{Miscellaneous}\label{sec:impl:misc}
|
||||||
%
|
%
|
||||||
|
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!}}
|
use the pubspage key in the proposal environment!}}
|
||||||
{\prop@warnpubs@message%
|
{\prop@warnpubs@message%
|
||||||
\@for\@I:=\prop@gen@pubspages\do{\par\noindent\csname\@I\endcsname}}}
|
\@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
|
\endinput
|
||||||
%%
|
%%
|
||||||
%% End of file `proposal.sty'.
|
%% End of file `proposal.sty'.
|
||||||
|
@ -60,6 +60,19 @@
|
|||||||
\end{center}
|
\end{center}
|
||||||
\setcounter{tocdepth}{2}\tableofcontents\newpage\setcounter{page}{1}}
|
\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
|
\endinput
|
||||||
%%
|
%%
|
||||||
%% End of file `reporting.cls'.
|
%% End of file `reporting.cls'.
|
||||||
|
Loading…
Reference in New Issue
Block a user