Skip to content

Commit

Permalink
Merge pull request kourgeorge#7 from JPTIZ/fix-babel-names
Browse files Browse the repository at this point in the history
Use \abstractname and \keywordsname to not conflict with Babel definitions
  • Loading branch information
kourgeorge authored Jul 13, 2019
2 parents 45da4e2 + 5c1f09a commit 0ffe9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arxiv.sty
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


%Handling Keywords
\def\keywordname{{\bfseries \emph Keywords}}%
\def\keywordname{{\bfseries \emph \keywordsname}}%
\def\keywords#1{\par\addvspace\medskipamount{\rightskip=0pt plus1cm
\def\and{\ifhmode\unskip\nobreak\fi\ $\cdot$
}\noindent\keywordname\enspace\ignorespaces#1\par}}
Expand Down Expand Up @@ -246,7 +246,7 @@
\renewenvironment{abstract}
{
\centerline
{\large \bfseries \scshape Abstract}
{\large \bfseries \scshape \abstractname}
\begin{quote}
}
{
Expand Down

0 comments on commit 0ffe9d6

Please sign in to comment.