How do you center multiple equations that have multiple steps?How do you center equations?How do you align equations parts vertically?How to add explanatory text labels to a list of equations / solving stepsHow do you center everythingEquations aligned centerHow can I center equations?Horizontal center vertically aligned equationsHow center align two equations separated by a lineCenter all equations inside alignHow to align multiple separate equations by equal sign to center of page

How could a planet have most of its water in the atmosphere?

How do you center multiple equations that have multiple steps?

What happened to Ghost?

Binary Numbers Magic Trick

If 1. e4 c6 is considered as a sound defense for black, why is 1. c3 so rare?

Public Salesforce Site and Security Review

A non-technological, repeating, visible object in the sky, holding its position in the sky for hours

Does the time required to copy a spell into a spellbook have to be consecutive, or is that just the cumulative time required?

Feels like I am getting dragged into office politics

Any examples of headwear for races with animal ears?

Why is Arya visibly scared in the library in S8E3?

Was the ancestor of SCSI, the SASI protocol, nothing more than a draft?

Write to EXCEL from SQL DB using VBA script

Problems with numbers (result of calculations) alignment using siunitx package inside tabular environment

CRT Oscilloscope - part of the plot is missing

Why do freehub and cassette have only one position that matches?

Why was Germany not as successful as other Europeans in establishing overseas colonies?

Geometry - Proving a common centroid.

Survey Confirmation - Emphasize the question or the answer?

Shoteh in the gemara

Floor tile layout process?

If Melisandre foresaw another character closing blue eyes, why did she follow Stannis?

How to implement float hashing with approximate equality

Is it appropriate to refer to God as "It"?



How do you center multiple equations that have multiple steps?


How do you center equations?How do you align equations parts vertically?How to add explanatory text labels to a list of equations / solving stepsHow do you center everythingEquations aligned centerHow can I center equations?Horizontal center vertically aligned equationsHow center align two equations separated by a lineCenter all equations inside alignHow to align multiple separate equations by equal sign to center of page













2















I am writing a paper that deals with Gaussian integers and I have a section where I am talking about the norm of the units in the Gaussian integers. Since there are only four units in the Gaussian integers, I'd like to have the calculations of their norms appear neatly in four columns that are centered. Basically so that you can easily look down each of the four columns and see the calculations for each unit. What I have right now sort of does that but its very sloppy and I'm sure there is a much cleaner way to do it. I'm still new to Latex so I realize this code is probably painfully inefficient but I would appreciate any suggestions of how to fix it and what packages I'd need to use to implement those changes.



begincenter 
$N(1)=N(1+0i)$
hspace.025cm
$N(-1)=N(-1+0i)$
hspace.025cm
$N(i)=N(0+1i)$
hspace.025cm
$N(-i)=N(0-1i)$
endcenter

begincenter
$N(1)=1^2+0$
hspace.1cm
$N(-1)=(-1)^2+0^2$
hspace.1cm
$N(i)=0^2+1^2$
hspace.1cm
$N(-i)=0^2+(-1)^2$
endcenter

begincenter
$N(1)=1$
hspace.5cm
$N(-1)=1$
hspace.5cm
$N(i)=1$
hspace.5cm
$N(-i)=1$
endcenter









share|improve this question
























  • Maybe use an array environment?

    – leandriis
    2 hours ago












  • The only problem is that I don't know anything about arrays in Latex. I can look them up and see what I can find but are there any other suggestions that come to mind?

    – Alex Adinolfi
    2 hours ago















2















I am writing a paper that deals with Gaussian integers and I have a section where I am talking about the norm of the units in the Gaussian integers. Since there are only four units in the Gaussian integers, I'd like to have the calculations of their norms appear neatly in four columns that are centered. Basically so that you can easily look down each of the four columns and see the calculations for each unit. What I have right now sort of does that but its very sloppy and I'm sure there is a much cleaner way to do it. I'm still new to Latex so I realize this code is probably painfully inefficient but I would appreciate any suggestions of how to fix it and what packages I'd need to use to implement those changes.



begincenter 
$N(1)=N(1+0i)$
hspace.025cm
$N(-1)=N(-1+0i)$
hspace.025cm
$N(i)=N(0+1i)$
hspace.025cm
$N(-i)=N(0-1i)$
endcenter

begincenter
$N(1)=1^2+0$
hspace.1cm
$N(-1)=(-1)^2+0^2$
hspace.1cm
$N(i)=0^2+1^2$
hspace.1cm
$N(-i)=0^2+(-1)^2$
endcenter

begincenter
$N(1)=1$
hspace.5cm
$N(-1)=1$
hspace.5cm
$N(i)=1$
hspace.5cm
$N(-i)=1$
endcenter









share|improve this question
























  • Maybe use an array environment?

    – leandriis
    2 hours ago












  • The only problem is that I don't know anything about arrays in Latex. I can look them up and see what I can find but are there any other suggestions that come to mind?

    – Alex Adinolfi
    2 hours ago













2












2








2








I am writing a paper that deals with Gaussian integers and I have a section where I am talking about the norm of the units in the Gaussian integers. Since there are only four units in the Gaussian integers, I'd like to have the calculations of their norms appear neatly in four columns that are centered. Basically so that you can easily look down each of the four columns and see the calculations for each unit. What I have right now sort of does that but its very sloppy and I'm sure there is a much cleaner way to do it. I'm still new to Latex so I realize this code is probably painfully inefficient but I would appreciate any suggestions of how to fix it and what packages I'd need to use to implement those changes.



begincenter 
$N(1)=N(1+0i)$
hspace.025cm
$N(-1)=N(-1+0i)$
hspace.025cm
$N(i)=N(0+1i)$
hspace.025cm
$N(-i)=N(0-1i)$
endcenter

begincenter
$N(1)=1^2+0$
hspace.1cm
$N(-1)=(-1)^2+0^2$
hspace.1cm
$N(i)=0^2+1^2$
hspace.1cm
$N(-i)=0^2+(-1)^2$
endcenter

begincenter
$N(1)=1$
hspace.5cm
$N(-1)=1$
hspace.5cm
$N(i)=1$
hspace.5cm
$N(-i)=1$
endcenter









share|improve this question
















I am writing a paper that deals with Gaussian integers and I have a section where I am talking about the norm of the units in the Gaussian integers. Since there are only four units in the Gaussian integers, I'd like to have the calculations of their norms appear neatly in four columns that are centered. Basically so that you can easily look down each of the four columns and see the calculations for each unit. What I have right now sort of does that but its very sloppy and I'm sure there is a much cleaner way to do it. I'm still new to Latex so I realize this code is probably painfully inefficient but I would appreciate any suggestions of how to fix it and what packages I'd need to use to implement those changes.



begincenter 
$N(1)=N(1+0i)$
hspace.025cm
$N(-1)=N(-1+0i)$
hspace.025cm
$N(i)=N(0+1i)$
hspace.025cm
$N(-i)=N(0-1i)$
endcenter

begincenter
$N(1)=1^2+0$
hspace.1cm
$N(-1)=(-1)^2+0^2$
hspace.1cm
$N(i)=0^2+1^2$
hspace.1cm
$N(-i)=0^2+(-1)^2$
endcenter

begincenter
$N(1)=1$
hspace.5cm
$N(-1)=1$
hspace.5cm
$N(i)=1$
hspace.5cm
$N(-i)=1$
endcenter






horizontal-alignment equations vertical-alignment






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago









Mico

289k32395783




289k32395783










asked 2 hours ago









Alex AdinolfiAlex Adinolfi

564




564












  • Maybe use an array environment?

    – leandriis
    2 hours ago












  • The only problem is that I don't know anything about arrays in Latex. I can look them up and see what I can find but are there any other suggestions that come to mind?

    – Alex Adinolfi
    2 hours ago

















  • Maybe use an array environment?

    – leandriis
    2 hours ago












  • The only problem is that I don't know anything about arrays in Latex. I can look them up and see what I can find but are there any other suggestions that come to mind?

    – Alex Adinolfi
    2 hours ago
















Maybe use an array environment?

– leandriis
2 hours ago






Maybe use an array environment?

– leandriis
2 hours ago














The only problem is that I don't know anything about arrays in Latex. I can look them up and see what I can find but are there any other suggestions that come to mind?

– Alex Adinolfi
2 hours ago





The only problem is that I don't know anything about arrays in Latex. I can look them up and see what I can find but are there any other suggestions that come to mind?

– Alex Adinolfi
2 hours ago










3 Answers
3






active

oldest

votes


















3














Here are three different suggestions using either array or alignedat:



enter image description here



documentclassarticle
usepackagegeometry
usepackageamsmath

begindocument

[
beginarrayllll
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]

[
beginarraycccc
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]


beginalignat*4
N(1)&=N(1+0i) &quad N(-1)&=N(-1+0i) &quad N(i)&=N(0+1i) &quad N(-i)&=N(0-1i) \
N(1)&=1^2+0 & N(-1)&=(-1)^2+0^2 & N(i)&=0^2+1^2 & N(-i)&=0^2+(-1)^2 \
N(1)&=1 & N(-1)&=1 & N(i)&=1 & N(-i)&=1
endalignat*

enddocument





share|improve this answer























  • Thank you very much! This does exactly what I was looking to do.

    – Alex Adinolfi
    1 hour ago






  • 1





    @AlexAdinolfi: Glad I helped you. If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). This also applies to all your other questions to which you already recieved answers.

    – leandriis
    1 hour ago



















1














For example I would have used the tables in sequence (but it's just a personal taste) to give a touch of vitality.
In this case I have used the booktabs package to have toprule and bottomrule.



enter image description here



documentclass[a4paper,12pt]article
usepackagearray
usepackagebooktabs

begindocument
[
setlengtharraycolsep0pt
renewcommandarraystretch1.25
beginarrayr @= l
toprule
N(1) &N(1+0i) \
N(-1)&N(-1+0i) \
N(i) &N(0+1i) \
N(-i)&N(1+0i) \
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1^2+0 \
N(-1)&(-1)^2+0^2\
N(i) &0^2+1^2 \
N(-i)&0^2+(-1)^2\
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1 \
N(-1)&1 \
N(i) &1 \
N(-i)&1 \
bottomrule
endarray
]
enddocument





share|improve this answer

























  • @Mico Correct observation. Obviously I just wanted to give another interpretation based simply on aesthetics. If you don't need it, I'll remove it.

    – Sebastiano
    1 hour ago


















1














I propose this layout:



documentclassarticle
usepackage[utf8]inputenc%
usepackagegeometry
usepackage[table, svgnames]xcolor
usepackagemathtools
colorletshadecolorGainsboro!50! Lavender
newcommand*shadebox[1]%
colorboxshadecolorhspace1em$displaystyle #1 $hspace1em
begindocument


beginequation
begingathered
beginaligned
N(1) & =N(1+0i)\
& =1^2+0^2
endaligned \[1.5ex]
shadeboxN(1) = 1
endgathered
qquad
begingathered
beginaligned
N(-1) & =N(-1+0i) \
& =(-1)^2+0^2
endaligned \[1ex]
shadeboxN(-1) = 1
endgathered
qquad
begingathered
beginaligned
N(i) & =N(0+1i) \
& =0^2+1^2
endaligned \[1ex]
shadebox N(i) = 1
endgathered
qquad
begingathered
beginaligned
N(-i) & =N(0-1i) \
& =0^2+(-1)^2
endaligned \[1ex]
shadeboxN(-i) = 1
endgathered
endequation

enddocument


enter image description here






share|improve this answer


















  • 1





    Very nice. The parfum of the lavander is fantastic and also the color :-)

    – Sebastiano
    1 hour ago






  • 1





    I like it because I feel it adds some freshness to the Gainsboro grey (b.t.w., is there a Leonardo grey? ;o)

    – Bernard
    59 mins ago











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488304%2fhow-do-you-center-multiple-equations-that-have-multiple-steps%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























3 Answers
3






active

oldest

votes








3 Answers
3






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














Here are three different suggestions using either array or alignedat:



enter image description here



documentclassarticle
usepackagegeometry
usepackageamsmath

begindocument

[
beginarrayllll
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]

[
beginarraycccc
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]


beginalignat*4
N(1)&=N(1+0i) &quad N(-1)&=N(-1+0i) &quad N(i)&=N(0+1i) &quad N(-i)&=N(0-1i) \
N(1)&=1^2+0 & N(-1)&=(-1)^2+0^2 & N(i)&=0^2+1^2 & N(-i)&=0^2+(-1)^2 \
N(1)&=1 & N(-1)&=1 & N(i)&=1 & N(-i)&=1
endalignat*

enddocument





share|improve this answer























  • Thank you very much! This does exactly what I was looking to do.

    – Alex Adinolfi
    1 hour ago






  • 1





    @AlexAdinolfi: Glad I helped you. If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). This also applies to all your other questions to which you already recieved answers.

    – leandriis
    1 hour ago
















3














Here are three different suggestions using either array or alignedat:



enter image description here



documentclassarticle
usepackagegeometry
usepackageamsmath

begindocument

[
beginarrayllll
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]

[
beginarraycccc
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]


beginalignat*4
N(1)&=N(1+0i) &quad N(-1)&=N(-1+0i) &quad N(i)&=N(0+1i) &quad N(-i)&=N(0-1i) \
N(1)&=1^2+0 & N(-1)&=(-1)^2+0^2 & N(i)&=0^2+1^2 & N(-i)&=0^2+(-1)^2 \
N(1)&=1 & N(-1)&=1 & N(i)&=1 & N(-i)&=1
endalignat*

enddocument





share|improve this answer























  • Thank you very much! This does exactly what I was looking to do.

    – Alex Adinolfi
    1 hour ago






  • 1





    @AlexAdinolfi: Glad I helped you. If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). This also applies to all your other questions to which you already recieved answers.

    – leandriis
    1 hour ago














3












3








3







Here are three different suggestions using either array or alignedat:



enter image description here



documentclassarticle
usepackagegeometry
usepackageamsmath

begindocument

[
beginarrayllll
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]

[
beginarraycccc
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]


beginalignat*4
N(1)&=N(1+0i) &quad N(-1)&=N(-1+0i) &quad N(i)&=N(0+1i) &quad N(-i)&=N(0-1i) \
N(1)&=1^2+0 & N(-1)&=(-1)^2+0^2 & N(i)&=0^2+1^2 & N(-i)&=0^2+(-1)^2 \
N(1)&=1 & N(-1)&=1 & N(i)&=1 & N(-i)&=1
endalignat*

enddocument





share|improve this answer













Here are three different suggestions using either array or alignedat:



enter image description here



documentclassarticle
usepackagegeometry
usepackageamsmath

begindocument

[
beginarrayllll
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]

[
beginarraycccc
N(1)=N(1+0i) & N(-1)=N(-1+0i) & N(i)=N(0+1i) & N(-i)=N(0-1i) \
N(1)=1^2+0 & N(-1)=(-1)^2+0^2 & N(i)=0^2+1^2 & N(-i)=0^2+(-1)^2 \
N(1)=1 & N(-1)=1 & N(i)=1 & N(-i)=1
endarray
]


beginalignat*4
N(1)&=N(1+0i) &quad N(-1)&=N(-1+0i) &quad N(i)&=N(0+1i) &quad N(-i)&=N(0-1i) \
N(1)&=1^2+0 & N(-1)&=(-1)^2+0^2 & N(i)&=0^2+1^2 & N(-i)&=0^2+(-1)^2 \
N(1)&=1 & N(-1)&=1 & N(i)&=1 & N(-i)&=1
endalignat*

enddocument






share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









leandriisleandriis

12.3k1833




12.3k1833












  • Thank you very much! This does exactly what I was looking to do.

    – Alex Adinolfi
    1 hour ago






  • 1





    @AlexAdinolfi: Glad I helped you. If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). This also applies to all your other questions to which you already recieved answers.

    – leandriis
    1 hour ago


















  • Thank you very much! This does exactly what I was looking to do.

    – Alex Adinolfi
    1 hour ago






  • 1





    @AlexAdinolfi: Glad I helped you. If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). This also applies to all your other questions to which you already recieved answers.

    – leandriis
    1 hour ago

















Thank you very much! This does exactly what I was looking to do.

– Alex Adinolfi
1 hour ago





Thank you very much! This does exactly what I was looking to do.

– Alex Adinolfi
1 hour ago




1




1





@AlexAdinolfi: Glad I helped you. If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). This also applies to all your other questions to which you already recieved answers.

– leandriis
1 hour ago






@AlexAdinolfi: Glad I helped you. If you like my answer and it was helpful, please consider upvoting (by clicking on the arrows next to the score) and/or marking it as the accepted answer (by clicking on the checkmark ✓). This also applies to all your other questions to which you already recieved answers.

– leandriis
1 hour ago












1














For example I would have used the tables in sequence (but it's just a personal taste) to give a touch of vitality.
In this case I have used the booktabs package to have toprule and bottomrule.



enter image description here



documentclass[a4paper,12pt]article
usepackagearray
usepackagebooktabs

begindocument
[
setlengtharraycolsep0pt
renewcommandarraystretch1.25
beginarrayr @= l
toprule
N(1) &N(1+0i) \
N(-1)&N(-1+0i) \
N(i) &N(0+1i) \
N(-i)&N(1+0i) \
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1^2+0 \
N(-1)&(-1)^2+0^2\
N(i) &0^2+1^2 \
N(-i)&0^2+(-1)^2\
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1 \
N(-1)&1 \
N(i) &1 \
N(-i)&1 \
bottomrule
endarray
]
enddocument





share|improve this answer

























  • @Mico Correct observation. Obviously I just wanted to give another interpretation based simply on aesthetics. If you don't need it, I'll remove it.

    – Sebastiano
    1 hour ago















1














For example I would have used the tables in sequence (but it's just a personal taste) to give a touch of vitality.
In this case I have used the booktabs package to have toprule and bottomrule.



enter image description here



documentclass[a4paper,12pt]article
usepackagearray
usepackagebooktabs

begindocument
[
setlengtharraycolsep0pt
renewcommandarraystretch1.25
beginarrayr @= l
toprule
N(1) &N(1+0i) \
N(-1)&N(-1+0i) \
N(i) &N(0+1i) \
N(-i)&N(1+0i) \
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1^2+0 \
N(-1)&(-1)^2+0^2\
N(i) &0^2+1^2 \
N(-i)&0^2+(-1)^2\
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1 \
N(-1)&1 \
N(i) &1 \
N(-i)&1 \
bottomrule
endarray
]
enddocument





share|improve this answer

























  • @Mico Correct observation. Obviously I just wanted to give another interpretation based simply on aesthetics. If you don't need it, I'll remove it.

    – Sebastiano
    1 hour ago













1












1








1







For example I would have used the tables in sequence (but it's just a personal taste) to give a touch of vitality.
In this case I have used the booktabs package to have toprule and bottomrule.



enter image description here



documentclass[a4paper,12pt]article
usepackagearray
usepackagebooktabs

begindocument
[
setlengtharraycolsep0pt
renewcommandarraystretch1.25
beginarrayr @= l
toprule
N(1) &N(1+0i) \
N(-1)&N(-1+0i) \
N(i) &N(0+1i) \
N(-i)&N(1+0i) \
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1^2+0 \
N(-1)&(-1)^2+0^2\
N(i) &0^2+1^2 \
N(-i)&0^2+(-1)^2\
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1 \
N(-1)&1 \
N(i) &1 \
N(-i)&1 \
bottomrule
endarray
]
enddocument





share|improve this answer















For example I would have used the tables in sequence (but it's just a personal taste) to give a touch of vitality.
In this case I have used the booktabs package to have toprule and bottomrule.



enter image description here



documentclass[a4paper,12pt]article
usepackagearray
usepackagebooktabs

begindocument
[
setlengtharraycolsep0pt
renewcommandarraystretch1.25
beginarrayr @= l
toprule
N(1) &N(1+0i) \
N(-1)&N(-1+0i) \
N(i) &N(0+1i) \
N(-i)&N(1+0i) \
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1^2+0 \
N(-1)&(-1)^2+0^2\
N(i) &0^2+1^2 \
N(-i)&0^2+(-1)^2\
bottomrule
endarray
quadRightarrowquad
beginarrayr @= l
toprule
N(1) &1 \
N(-1)&1 \
N(i) &1 \
N(-i)&1 \
bottomrule
endarray
]
enddocument






share|improve this answer














share|improve this answer



share|improve this answer








edited 1 hour ago









Mico

289k32395783




289k32395783










answered 1 hour ago









SebastianoSebastiano

11.8k42467




11.8k42467












  • @Mico Correct observation. Obviously I just wanted to give another interpretation based simply on aesthetics. If you don't need it, I'll remove it.

    – Sebastiano
    1 hour ago

















  • @Mico Correct observation. Obviously I just wanted to give another interpretation based simply on aesthetics. If you don't need it, I'll remove it.

    – Sebastiano
    1 hour ago
















@Mico Correct observation. Obviously I just wanted to give another interpretation based simply on aesthetics. If you don't need it, I'll remove it.

– Sebastiano
1 hour ago





@Mico Correct observation. Obviously I just wanted to give another interpretation based simply on aesthetics. If you don't need it, I'll remove it.

– Sebastiano
1 hour ago











1














I propose this layout:



documentclassarticle
usepackage[utf8]inputenc%
usepackagegeometry
usepackage[table, svgnames]xcolor
usepackagemathtools
colorletshadecolorGainsboro!50! Lavender
newcommand*shadebox[1]%
colorboxshadecolorhspace1em$displaystyle #1 $hspace1em
begindocument


beginequation
begingathered
beginaligned
N(1) & =N(1+0i)\
& =1^2+0^2
endaligned \[1.5ex]
shadeboxN(1) = 1
endgathered
qquad
begingathered
beginaligned
N(-1) & =N(-1+0i) \
& =(-1)^2+0^2
endaligned \[1ex]
shadeboxN(-1) = 1
endgathered
qquad
begingathered
beginaligned
N(i) & =N(0+1i) \
& =0^2+1^2
endaligned \[1ex]
shadebox N(i) = 1
endgathered
qquad
begingathered
beginaligned
N(-i) & =N(0-1i) \
& =0^2+(-1)^2
endaligned \[1ex]
shadeboxN(-i) = 1
endgathered
endequation

enddocument


enter image description here






share|improve this answer


















  • 1





    Very nice. The parfum of the lavander is fantastic and also the color :-)

    – Sebastiano
    1 hour ago






  • 1





    I like it because I feel it adds some freshness to the Gainsboro grey (b.t.w., is there a Leonardo grey? ;o)

    – Bernard
    59 mins ago















1














I propose this layout:



documentclassarticle
usepackage[utf8]inputenc%
usepackagegeometry
usepackage[table, svgnames]xcolor
usepackagemathtools
colorletshadecolorGainsboro!50! Lavender
newcommand*shadebox[1]%
colorboxshadecolorhspace1em$displaystyle #1 $hspace1em
begindocument


beginequation
begingathered
beginaligned
N(1) & =N(1+0i)\
& =1^2+0^2
endaligned \[1.5ex]
shadeboxN(1) = 1
endgathered
qquad
begingathered
beginaligned
N(-1) & =N(-1+0i) \
& =(-1)^2+0^2
endaligned \[1ex]
shadeboxN(-1) = 1
endgathered
qquad
begingathered
beginaligned
N(i) & =N(0+1i) \
& =0^2+1^2
endaligned \[1ex]
shadebox N(i) = 1
endgathered
qquad
begingathered
beginaligned
N(-i) & =N(0-1i) \
& =0^2+(-1)^2
endaligned \[1ex]
shadeboxN(-i) = 1
endgathered
endequation

enddocument


enter image description here






share|improve this answer


















  • 1





    Very nice. The parfum of the lavander is fantastic and also the color :-)

    – Sebastiano
    1 hour ago






  • 1





    I like it because I feel it adds some freshness to the Gainsboro grey (b.t.w., is there a Leonardo grey? ;o)

    – Bernard
    59 mins ago













1












1








1







I propose this layout:



documentclassarticle
usepackage[utf8]inputenc%
usepackagegeometry
usepackage[table, svgnames]xcolor
usepackagemathtools
colorletshadecolorGainsboro!50! Lavender
newcommand*shadebox[1]%
colorboxshadecolorhspace1em$displaystyle #1 $hspace1em
begindocument


beginequation
begingathered
beginaligned
N(1) & =N(1+0i)\
& =1^2+0^2
endaligned \[1.5ex]
shadeboxN(1) = 1
endgathered
qquad
begingathered
beginaligned
N(-1) & =N(-1+0i) \
& =(-1)^2+0^2
endaligned \[1ex]
shadeboxN(-1) = 1
endgathered
qquad
begingathered
beginaligned
N(i) & =N(0+1i) \
& =0^2+1^2
endaligned \[1ex]
shadebox N(i) = 1
endgathered
qquad
begingathered
beginaligned
N(-i) & =N(0-1i) \
& =0^2+(-1)^2
endaligned \[1ex]
shadeboxN(-i) = 1
endgathered
endequation

enddocument


enter image description here






share|improve this answer













I propose this layout:



documentclassarticle
usepackage[utf8]inputenc%
usepackagegeometry
usepackage[table, svgnames]xcolor
usepackagemathtools
colorletshadecolorGainsboro!50! Lavender
newcommand*shadebox[1]%
colorboxshadecolorhspace1em$displaystyle #1 $hspace1em
begindocument


beginequation
begingathered
beginaligned
N(1) & =N(1+0i)\
& =1^2+0^2
endaligned \[1.5ex]
shadeboxN(1) = 1
endgathered
qquad
begingathered
beginaligned
N(-1) & =N(-1+0i) \
& =(-1)^2+0^2
endaligned \[1ex]
shadeboxN(-1) = 1
endgathered
qquad
begingathered
beginaligned
N(i) & =N(0+1i) \
& =0^2+1^2
endaligned \[1ex]
shadebox N(i) = 1
endgathered
qquad
begingathered
beginaligned
N(-i) & =N(0-1i) \
& =0^2+(-1)^2
endaligned \[1ex]
shadeboxN(-i) = 1
endgathered
endequation

enddocument


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









BernardBernard

178k779211




178k779211







  • 1





    Very nice. The parfum of the lavander is fantastic and also the color :-)

    – Sebastiano
    1 hour ago






  • 1





    I like it because I feel it adds some freshness to the Gainsboro grey (b.t.w., is there a Leonardo grey? ;o)

    – Bernard
    59 mins ago












  • 1





    Very nice. The parfum of the lavander is fantastic and also the color :-)

    – Sebastiano
    1 hour ago






  • 1





    I like it because I feel it adds some freshness to the Gainsboro grey (b.t.w., is there a Leonardo grey? ;o)

    – Bernard
    59 mins ago







1




1





Very nice. The parfum of the lavander is fantastic and also the color :-)

– Sebastiano
1 hour ago





Very nice. The parfum of the lavander is fantastic and also the color :-)

– Sebastiano
1 hour ago




1




1





I like it because I feel it adds some freshness to the Gainsboro grey (b.t.w., is there a Leonardo grey? ;o)

– Bernard
59 mins ago





I like it because I feel it adds some freshness to the Gainsboro grey (b.t.w., is there a Leonardo grey? ;o)

– Bernard
59 mins ago

















draft saved

draft discarded
















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488304%2fhow-do-you-center-multiple-equations-that-have-multiple-steps%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Siegen Nawigatsjuun

Log på Navigationsmenu

Log på Navigationsmenu