how to write a long equation in a 2 column format paper Unicorn Meta Zoo #1: Why another...
`microtype`: Set Minimum Width of a Space
Co-worker works way more than he should
Contradiction proof for inequality of P and NP?
Is Diceware more secure than a long passphrase?
std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?
The weakest link
What to do with someone that cheated their way through university and a PhD program?
What *exactly* is electrical current, voltage, and resistance?
How to keep bees out of canned beverages?
What was Apollo 13's "Little Jolt" after MECO?
A Paper Record is What I Hamper
Where was the County of Thurn und Taxis located?
When do you need buffers/drivers on buses in a microprocessor design?
My admission is revoked after accepting the admission offer
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
How to have a sharp product image?
Retract an already submitted recommendation letter (written for an undergrad student)
Is there really no use for MD5 anymore?
As an international instructor, should I openly talk about my accent?
How does the mezzoloth's teleportation work?
Why do distances seem to matter in the Foundation world?
Does Mathematica have an implementation of the Poisson binomial distribution?
Is Electric Central Heating worth it if using Solar Panels?
Will I lose my paid in full property
how to write a long equation in a 2 column format paper
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraLatex, left indent numcasesproblem with left| and alignMake aligned equation vary alignment to avoid equation numbers on new lineCan't generate png with Error: Erroneous nesting of equation structuresAlignment of equation number with the end of the lineMultiple lines one side of equation with a Curly BracketHow can I left-align each cell in an equation containing math symbols?Why do I need a second | at the end of my custom column descriptionNeed to align four lines of display-style mathHow can I align this equation in the center?
I wanna write a long equation in for a 2-column template of a paper. I used the aligned
command to do that, but it doesn't work.
I attache the target equation I am trying to obtain.
Here is my try:
begin{equation}
begin{aligned}
L ( mathbf { m } ) = & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })right)
end{aligned}
end{equation}
equations align
add a comment |
I wanna write a long equation in for a 2-column template of a paper. I used the aligned
command to do that, but it doesn't work.
I attache the target equation I am trying to obtain.
Here is my try:
begin{equation}
begin{aligned}
L ( mathbf { m } ) = & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })right)
end{aligned}
end{equation}
equations align
What is your desired output? Which errors do you get, if any?
– Marijn
6 mins ago
add a comment |
I wanna write a long equation in for a 2-column template of a paper. I used the aligned
command to do that, but it doesn't work.
I attache the target equation I am trying to obtain.
Here is my try:
begin{equation}
begin{aligned}
L ( mathbf { m } ) = & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })right)
end{aligned}
end{equation}
equations align
I wanna write a long equation in for a 2-column template of a paper. I used the aligned
command to do that, but it doesn't work.
I attache the target equation I am trying to obtain.
Here is my try:
begin{equation}
begin{aligned}
L ( mathbf { m } ) = & k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })right)
end{aligned}
end{equation}
equations align
equations align
edited 19 mins ago
valerie
934
934
asked 25 mins ago
user78333user78333
164
164
What is your desired output? Which errors do you get, if any?
– Marijn
6 mins ago
add a comment |
What is your desired output? Which errors do you get, if any?
– Marijn
6 mins ago
What is your desired output? Which errors do you get, if any?
– Marijn
6 mins ago
What is your desired output? Which errors do you get, if any?
– Marijn
6 mins ago
add a comment |
1 Answer
1
active
oldest
votes
The problem is that the left( right)
pair is split over two lines. Either add some dummy closing and opening macros right.
and left.
at the end and start of the line or manually choose the size:
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
& left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
end{aligned}
end{equation}
end{document}
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
end{aligned}
end{equation}
end{document}
New contributor
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487600%2fhow-to-write-a-long-equation-in-a-2-column-format-paper%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem is that the left( right)
pair is split over two lines. Either add some dummy closing and opening macros right.
and left.
at the end and start of the line or manually choose the size:
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
& left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
end{aligned}
end{equation}
end{document}
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
end{aligned}
end{equation}
end{document}
New contributor
add a comment |
The problem is that the left( right)
pair is split over two lines. Either add some dummy closing and opening macros right.
and left.
at the end and start of the line or manually choose the size:
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
& left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
end{aligned}
end{equation}
end{document}
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
end{aligned}
end{equation}
end{document}
New contributor
add a comment |
The problem is that the left( right)
pair is split over two lines. Either add some dummy closing and opening macros right.
and left.
at the end and start of the line or manually choose the size:
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
& left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
end{aligned}
end{equation}
end{document}
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
end{aligned}
end{equation}
end{document}
New contributor
The problem is that the left( right)
pair is split over two lines. Either add some dummy closing and opening macros right.
and left.
at the end and start of the line or manually choose the size:
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp left( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) right. \
& left. - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D }) vphantom{frac { 1 } { 2 }} right)
end{aligned}
end{equation}
end{document}
documentclass[twocolumn]{article}
usepackage{mathtools}
begin{document}
begin{equation}
begin{aligned}
L ( mathbf { m } ) =
& k exp biggl( - frac { 1 } { 2 } ( mathbf { g } ( mathbf { m } ) - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D } ) ^ { t } mathbf { C } _ { D } ^ { - 1 } ( mathbf { g } ( mathbf { m } ) \
& - mathbf { d } _ { mathrm { obs } } - mathbf { d } _ { D })biggr)
end{aligned}
end{equation}
end{document}
New contributor
New contributor
answered 4 mins ago
valerievalerie
934
934
New contributor
New contributor
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487600%2fhow-to-write-a-long-equation-in-a-2-column-format-paper%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
What is your desired output? Which errors do you get, if any?
– Marijn
6 mins ago