So fügen Sie dem letzten Autor ein „und“ hinzu

So fügen Sie dem letzten Autor ein „und“ hinzu

Ich versuche, dem letzten Autor meines Artikels ein „und“ hinzuzufügen, weiß aber nicht, wie das geht.

Kann mir bitte jemand helfen?

\documentclass[preprint,12pt,authoryear]{elsarticle}

\usepackage{multirow} % para las tablas
\usepackage{siunitx}% paquete para manejo de números y unidades
\sisetup{detect-weight, detect-display-math}
\sisetup{detect-inline-weight=math}
\sisetup{mode=text,per-mode=symbol}% modo de unidades con barra en lugar de fracción de tamaño reducido
\usepackage{booktabs}% para tablas
\usepackage{graphicx}% para gráficos
\usepackage{pgfplots}% para gráficos
\usepackage{pdflscape}% para gráficos
\pgfplotsset{compat=newest}% para gráficos
\usetikzlibrary{plotmarks}% para gráficos
\usetikzlibrary{arrows.meta}% para gráficos
\usepgfplotslibrary{patchplots}% para gráficos
\newlength\fwidth% definido en el código de Matlab
\setlength{\fwidth}{0.8\textwidth}% defino valor de parámetro fwidth de gráficos
\usepackage{tikzscale}% para gráficos
\pgfplotsset{plot coordinates/math parser=false}% para gráficos
\usepackage{overpic}% figuras
\usepackage{tikz}% figuras
\pgfplotsset{compat=1.15}
\usepackage{float}
\usepackage{natbib}
\usepackage[margin=2.5cm]{geometry}% setea márgenes de hoja
\usepackage{bicaption}
\usepackage{makecell}
\renewcommand\theadfont{\bfseries}
\renewcommand\theadgape{}
\usepackage[skip=1ex, labelfont=bf]{caption}
\usepackage[skip=0.333\baselineskip]{caption}
\usepackage{amssymb}
\usepackage{url}
\usepackage{amsmath}
\bibliographystyle{elsarticle-harv} 

\journal{Energy Conversion and Management}

\begin{document}

\begin{frontmatter}

\title{Assessment of an Uruguayan oil shale: physicochemical, thermal and morphological characterization}
\author[add1]{Mart\'in Torres\corref{cor1}}
\ead{xxxx@xxx}
\author[add1]{Patrice Portugau}
\author[add1]{Jorge Castiglioni}
\author[add4]{Leopoldo Suescun}
\author[add3]{Luis Yerm\'an}
\author[add2]{Manuela Morales Demarco}
\author[add2]{Bruno Conti}
\author[add2]{Pablo Gristo}
\author[add1]{Andr\'es Cu\~na}
\end{frontmatter}
\end{document}

verwandte Informationen