Define bycite
This commit is contained in:
parent
1715969672
commit
ca933acc48
@ -16,6 +16,8 @@
|
||||
\input{preamble}
|
||||
\input{extras}
|
||||
|
||||
\newcommand\bycite[1]{przez~\citet{#1}}
|
||||
|
||||
%%
|
||||
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
\newcommand\citep[1]{\cite{#1}}
|
||||
\newcommand\citet[1]{\newcite{#1}}
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\documentclass[11pt]{article}
|
||||
\usepackage{coling2020}
|
||||
|
@ -43,6 +43,7 @@
|
||||
% in the camera-ready version and ask you to change it back.
|
||||
|
||||
\newcommand\BibTeX{B\textsc{ib}\TeX}
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
|
@ -21,6 +21,8 @@
|
||||
% to display URLs in blue roman font according to Springer's eBook style:
|
||||
% \renewcommand\UrlFont{\color{blue}\rmfamily}
|
||||
|
||||
\newcommand\bycite[1]{in~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
\input{preamble}
|
||||
|
@ -22,6 +22,8 @@
|
||||
\else%
|
||||
\fi
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{preamble}
|
||||
\input{extras}
|
||||
|
@ -9,6 +9,8 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\documentclass{poleval}
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
\input{preamble}
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
% ---------------------- PREAMBLE PART ------------------------------
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{preamble}
|
||||
\input{extras}
|
||||
|
@ -78,6 +78,8 @@
|
||||
%% the next command will enable that style.
|
||||
%%\citestyle{acmauthoryear}
|
||||
|
||||
\newcommand\bycite[1]{in~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
\input{preamble}
|
||||
|
@ -77,6 +77,8 @@ TACL-submission anonymization requirements)}
|
||||
\input{metadata}
|
||||
\date{}
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{preamble}
|
||||
\input{extras}
|
||||
|
@ -19,6 +19,8 @@
|
||||
|
||||
\usepackage{placeins}
|
||||
|
||||
\newcommand\bycite[1]{by~\citet{#1}}
|
||||
|
||||
\input{config}
|
||||
\input{extras}
|
||||
\input{preamble}
|
||||
|
@ -1,8 +1,8 @@
|
||||
|
||||
\section{Main}
|
||||
|
||||
This is a~sample paper~\cite{DBLP:journals/corr/cs-CL-0108005}.
|
||||
See the experiments described \bycite{DBLP:journals/corr/cs-CL-0108005}.
|
||||
This is a~sample paper~\cite{gonito2016}.
|
||||
See the experiments described \bycite{gonito2016}.
|
||||
|
||||
Please put your content here.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user