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