Theses, Books, Title pageshow to center align environment?

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

how to center align environment?

Post by templateuser »

Hi,

I'm trying to center a couple of equations but they're stick to the left side. I want to center:

Code: Select all

\begin{align*}
y = ad + da\\
y = ad + da
\end{align*}
When I work with tables I can solve the problem (as in basic templates) using

Code: Select all

\begin{center}
...
\end{center} 
but I don't find the way with eqnarray or align environment in this template. Can you give me a hand? thanks!

Best,
elchilote

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

how to center align environment?

Post by templateuser »

hi,
If I delete the option fleq in the options of document class I resolve my problem.
This now can be closed.


Best,
elchilote
Post Reply