Math & Science ⇒ Equations alignment
-
- Posts: 4
- Joined: Sat Apr 24, 2010 7:54 pm
Equations alignment
I would kindly like to ask you for a simple and effective way to align an equation that uses the \begin{split}..\end{split} environment in the left hand side of a two-column document. The current version I have makes the first column to be very very near to the second due to the right aligned equation.
I went through the forum answers but nothing of the aforementioned solution worked for me. Probably I am doing sth wrong that is why I am kindly asking you to tell an easy and effective way without discarding the split environment I am currently using.
I thank you in advance
Kind regards
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Equations alignment
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 4
- Joined: Sat Apr 24, 2010 7:54 pm
Re: Equations alignment
thanks for your prompt reply. I am attaching a MWE and I am looking forward to getting some help
Kind regards
Emmanouel
- Attachments
-
- MWE.zip
- (62.87 KiB) Downloaded 120 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Equations alignment
Code: Select all
\documentclass[journal]{IEEEtran}
\usepackage{amsmath}
\begin{document}
\section{Introduction}
\begin{equation}
\begin{aligned}
abcdefg &= a+b+c+d+e+f+g+a+b+c\\
abcde &= a+b+c+d+e+f+g\\
abcdefg &= a+b+c+d+e+f+g
\end{aligned}
\end{equation}
\end{document}
[1] View topic: Avoidable mistakes
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 4
- Joined: Sat Apr 24, 2010 7:54 pm
Re: Equations alignment
-
- Posts: 4
- Joined: Sat Apr 24, 2010 7:54 pm
Re: Equations alignment
do your commands align the equation at the left ?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Equations alignment
Didn't you test my sample code? If not, do so and look at the result. Refer to the amsmath manual if necessary.e.panaousis wrote:[...] do your commands align the equation at the left ?
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10