programming-journal / programming

21 stars 15 forks source link

Formatting issue with the Programming tempalte #3

Closed brosenan closed 7 years ago

brosenan commented 7 years ago

When rendering our paper we see the following issue in the copyright notice at the from page: a space is missing between the first author's name and the the word "and".

image

krono commented 7 years ago

Thanks for reporting.

A Quickfix for submission: add directly after \documentclass

\makeatletter
\renewcommand*\P@author@[2][]{%
  \gdef\P@last@author{#2}%
  \listgadd\P@authors{%
    \P@author@link{#2}\ignorespaces%
    \P@affil{#1}\relax}%
  \stepcounter{P@authors}%
  \P@author@serialize%
}
\makeatother