I'm having a problem with writing my paper. I have multiple authors, and only one single affiliation. The thing is, that when I write the names of all the authors, and the name of the institution, the text runs to the right end of the page exceeding the margin and the page, and is not centered.
Code: Select all
\documentclass[10pt]{article}
\usepackage[a4paper]{geometry}
\usepackage{adjustbox}
\usepackage{epsfig}
\usepackage{float}
\usepackage{graphicx}
\usepackage{setspace}
\linespread{1.3}
\title{\textbf{Title Title Title Title Title Title Title Title Title Title Title Title Title Title Title Title}}
\author{Author 1, Author 2, Author 3, Author 4, Author 5, Author 6, Author 7, Author 8, Author 9, and Author 10 \\ \\
Institution Institution Institution Institution Institution Institution Institution Institution Institution Institution Institution Institution Institution Institution Institution}
\date{\today}
\begin{document}
\maketitle
\end{document}