Text FormattingCentering the whole document

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Philosophaie
Posts: 17
Joined: Sat Mar 21, 2015 8:59 pm

Centering the whole document

Post by Philosophaie »

I would like to center the whole document.

Code: Select all

\centering
works nice but does not center inside

Code: Select all

\begin{align*}
...
\end{align*}
gather works if there is nothing but text (No Latex)

Code: Select all

\begin{gather*}
...
\end{gather*}
How do I center between \begin{} and \end{}?
Additional question: How do you add spaces in text?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Centering the whole document

Post by Johannes_B »

In which way is this different from your other thread?

Center the whole document

Please keep the discussion at the earlier thread, this one will be closed in a while.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Centering the whole document

Post by Stefan Kottwitz »

This is exactly the same question as in the other topic. Since there are already answers in that other topic, I will close this one.

Here it continues: Center the whole document

Reason: discussion should be at one place, not distributed over several threads, to void such situations: in the other thread users postet advice and suggestions, but here other users invest again time to write the same. Please avoid double posts. Thanks Johannes for already providing the link to the original topic.

Stefan

PS: for the other question, how to insert spaces, please open a new topic. One issue or question per topic to keep forum sorted and solutions findable.
LaTeX.org admin
Post Reply