TeXworkshow to output my university besides title and author?

Information and discussion about TeXworks, an integrated LaTeX environment for several platforms
Post Reply
yaozhao
Posts: 57
Joined: Sat Oct 27, 2018 10:38 pm

how to output my university besides title and author?

Post by yaozhao »

Code: Select all

\begin{document}
\title{Problem Set 6 Notes}
\author{Yao Zhao}
\maketitle




\end{document}
But I want to add my university besides title, my name and date. How to do that?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics
User avatar
Stefan Kottwitz
Site Admin
Posts: 10266
Joined: Mon Mar 10, 2008 9:44 pm

how to output my university besides title and author?

Post by Stefan Kottwitz »

Probably the easiest way:

\author{Yao Zhao\\University of Here}

So it gets below the author. It belongs to the author anyway.
title.png
title.png (11.96 KiB) Viewed 47780 times
Stefan
LaTeX.org admin
yaozhao
Posts: 57
Joined: Sat Oct 27, 2018 10:38 pm

how to output my university besides title and author?

Post by yaozhao »

That's awesome! Thanks!
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

how to output my university besides title and author?

Post by Johannes_B »

You can also have a look here and here.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply