I just want to add my class and professor information to title. I don't want to use a page break.
I want title like this and right aligned:
Anthony Sample
Intro to Expos
Prof. Selinsky
Summary: Draft
How to achieve this? Any help is appreciated.
\documentclass[12pt]{article}
\begin{document}
\title{}
\author{}
\date{}
\end{document}

\documentclass{...}and ending with\end{document}. – Tobi Feb 12 at 20:13\titlein the following way:\title{\begin{tabular}{@{}r@{}} Anthony Sample \\ Intro to Expos \\ Prof.\ Selinsky \\ Summary: Draft \end{tabular}}and then\maketitlewould print it as the "title." But this looks weird. Could you supply an image of the intended output? – Werner Feb 12 at 20:24