Align text within align
Why does a helium balloon rise?
Comma Code - Ch. 4 Automate the Boring Stuff
The ring of global sections of a regular scheme
How to pass a regex when finding a directory path in bash?
Why were the Night's Watch required to be celibate?
Incremental Ranges!
Will TSA allow me to carry a Continuous Positive Airway Pressure (CPAP) device?
Opposite of "Squeaky wheel gets the grease"
Working in the USA for living expenses only; allowed on VWP?
California: "For quality assurance, this phone call is being recorded"
Pros and cons of writing a book review?
Can Green-Flame Blade be cast twice with the Hunter ranger's Horde Breaker ability?
Is it legal in the UK for politicians to lie to the public for political gain?
Metal bar on DMM PCB
Do manufacturers try make their components as close to ideal ones as possible?
Java 8: How to convert String to Map<String,List<String>>?
Avoiding cliches when writing gods
Humans meet a distant alien species. How do they standardize? - Units of Measure
What is the purpose of building foundations?
How to split a string in two substrings of same length using bash?
Initialize an std::array algorithmically at compile time
How much water is needed to create a Katana capable of cutting flesh, bones and wood?
Do adult Russians normally hand-write Cyrillic as cursive or as block letters?
Is it possible for people to live in the eye of a permanent hypercane?
Align text within align
I'm trying to align the text inside the following code - and remove the numbering on the text lines - but it has an odd slanted appearance and also the text lines are numbered. I've tried nonumber but it doesn't work.
The reflected wave can be written in the form
begin{equation}label{b_at_x3_0_ricatti_bc_2}
hat b_0(omega,0) = mathcal{hat R}(omega) hat f (omega),
end{equation}
where, from the second equation in (ref{matching_at_0_homog}) we have
begin{eqnarray}label{local_reflection_coeff_ricatti_3}
mathcal{hat R}(omega) &=& frac{T_0 hat b(omega,0)}{hat f(omega)} + R_0 nonumber\
text{and then using equation (ref{b_at_x3_0_ricatti_bc_1}) we have} \
&=& frac{hat{R}(omega,0)(overbrace{T_0^2+R_0^2}^{=1})+R_0}{1+R_0 hat{R}(omega,0)} nonumber \
text{and now using (ref{R1T1_homog}) we have} \
&=& frac{hat{R}(omega,0)+R_0}{1+R_0 hat{R}(omega,0)},
end{eqnarray}
How can I do both here? Help much appreciated.

align
add a comment |
I'm trying to align the text inside the following code - and remove the numbering on the text lines - but it has an odd slanted appearance and also the text lines are numbered. I've tried nonumber but it doesn't work.
The reflected wave can be written in the form
begin{equation}label{b_at_x3_0_ricatti_bc_2}
hat b_0(omega,0) = mathcal{hat R}(omega) hat f (omega),
end{equation}
where, from the second equation in (ref{matching_at_0_homog}) we have
begin{eqnarray}label{local_reflection_coeff_ricatti_3}
mathcal{hat R}(omega) &=& frac{T_0 hat b(omega,0)}{hat f(omega)} + R_0 nonumber\
text{and then using equation (ref{b_at_x3_0_ricatti_bc_1}) we have} \
&=& frac{hat{R}(omega,0)(overbrace{T_0^2+R_0^2}^{=1})+R_0}{1+R_0 hat{R}(omega,0)} nonumber \
text{and now using (ref{R1T1_homog}) we have} \
&=& frac{hat{R}(omega,0)+R_0}{1+R_0 hat{R}(omega,0)},
end{eqnarray}
How can I do both here? Help much appreciated.

align
add a comment |
I'm trying to align the text inside the following code - and remove the numbering on the text lines - but it has an odd slanted appearance and also the text lines are numbered. I've tried nonumber but it doesn't work.
The reflected wave can be written in the form
begin{equation}label{b_at_x3_0_ricatti_bc_2}
hat b_0(omega,0) = mathcal{hat R}(omega) hat f (omega),
end{equation}
where, from the second equation in (ref{matching_at_0_homog}) we have
begin{eqnarray}label{local_reflection_coeff_ricatti_3}
mathcal{hat R}(omega) &=& frac{T_0 hat b(omega,0)}{hat f(omega)} + R_0 nonumber\
text{and then using equation (ref{b_at_x3_0_ricatti_bc_1}) we have} \
&=& frac{hat{R}(omega,0)(overbrace{T_0^2+R_0^2}^{=1})+R_0}{1+R_0 hat{R}(omega,0)} nonumber \
text{and now using (ref{R1T1_homog}) we have} \
&=& frac{hat{R}(omega,0)+R_0}{1+R_0 hat{R}(omega,0)},
end{eqnarray}
How can I do both here? Help much appreciated.

align
I'm trying to align the text inside the following code - and remove the numbering on the text lines - but it has an odd slanted appearance and also the text lines are numbered. I've tried nonumber but it doesn't work.
The reflected wave can be written in the form
begin{equation}label{b_at_x3_0_ricatti_bc_2}
hat b_0(omega,0) = mathcal{hat R}(omega) hat f (omega),
end{equation}
where, from the second equation in (ref{matching_at_0_homog}) we have
begin{eqnarray}label{local_reflection_coeff_ricatti_3}
mathcal{hat R}(omega) &=& frac{T_0 hat b(omega,0)}{hat f(omega)} + R_0 nonumber\
text{and then using equation (ref{b_at_x3_0_ricatti_bc_1}) we have} \
&=& frac{hat{R}(omega,0)(overbrace{T_0^2+R_0^2}^{=1})+R_0}{1+R_0 hat{R}(omega,0)} nonumber \
text{and now using (ref{R1T1_homog}) we have} \
&=& frac{hat{R}(omega,0)+R_0}{1+R_0 hat{R}(omega,0)},
end{eqnarray}
How can I do both here? Help much appreciated.

align
align
asked 9 hours ago
rodger_kicksrodger_kicks
465
465
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can use intertext to add text lines inside of align.
documentclass[12pt]{article}
usepackage{makecell}
usepackage{amsmath}
usepackage{bm}
begin{document}
The reflected wave can be written in the form
begin{equation}label{b_at_x3_0_ricatti_bc_2}
hat b_0(omega,0) = hat{mathcal{R}}(omega) hat f(omega),
end{equation}
%
where, from the second equation in eqref{matching_at_0_homog} we have
begin{align}label{local_reflection_coeff_ricatti_3}
hat{mathcal{R}}(omega) &= frac{T_0 hat b(omega,0)}{hat f(omega)} + R_0
intertext{and then using equation eqref{b_at_x3_0_ricatti_bc_1} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)(overbrace{T_0^2+R_0^2}^{=1})+R_0}{1+R_0 hat{R}(omega,0)}
intertext{and now using eqref{R1T1_homog} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)+R_0}{1+R_0 hat{R}(omega,0)},
end{align}
end{document}
2
+1, though personally I'd favourshortintertextfrommathtools.
– campa
9 hours ago
Thank you for a great answer. Problem solved.
– rodger_kicks
9 hours ago
1
I (and the AMS) recommendeqref{<label>}rather than(ref{<label>})
– egreg
9 hours ago
Yes, sure, I updated my answer.
– AboAmmar
7 hours ago
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%2f493539%2falign-text-within-align%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
You can use intertext to add text lines inside of align.
documentclass[12pt]{article}
usepackage{makecell}
usepackage{amsmath}
usepackage{bm}
begin{document}
The reflected wave can be written in the form
begin{equation}label{b_at_x3_0_ricatti_bc_2}
hat b_0(omega,0) = hat{mathcal{R}}(omega) hat f(omega),
end{equation}
%
where, from the second equation in eqref{matching_at_0_homog} we have
begin{align}label{local_reflection_coeff_ricatti_3}
hat{mathcal{R}}(omega) &= frac{T_0 hat b(omega,0)}{hat f(omega)} + R_0
intertext{and then using equation eqref{b_at_x3_0_ricatti_bc_1} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)(overbrace{T_0^2+R_0^2}^{=1})+R_0}{1+R_0 hat{R}(omega,0)}
intertext{and now using eqref{R1T1_homog} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)+R_0}{1+R_0 hat{R}(omega,0)},
end{align}
end{document}
2
+1, though personally I'd favourshortintertextfrommathtools.
– campa
9 hours ago
Thank you for a great answer. Problem solved.
– rodger_kicks
9 hours ago
1
I (and the AMS) recommendeqref{<label>}rather than(ref{<label>})
– egreg
9 hours ago
Yes, sure, I updated my answer.
– AboAmmar
7 hours ago
add a comment |
You can use intertext to add text lines inside of align.
documentclass[12pt]{article}
usepackage{makecell}
usepackage{amsmath}
usepackage{bm}
begin{document}
The reflected wave can be written in the form
begin{equation}label{b_at_x3_0_ricatti_bc_2}
hat b_0(omega,0) = hat{mathcal{R}}(omega) hat f(omega),
end{equation}
%
where, from the second equation in eqref{matching_at_0_homog} we have
begin{align}label{local_reflection_coeff_ricatti_3}
hat{mathcal{R}}(omega) &= frac{T_0 hat b(omega,0)}{hat f(omega)} + R_0
intertext{and then using equation eqref{b_at_x3_0_ricatti_bc_1} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)(overbrace{T_0^2+R_0^2}^{=1})+R_0}{1+R_0 hat{R}(omega,0)}
intertext{and now using eqref{R1T1_homog} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)+R_0}{1+R_0 hat{R}(omega,0)},
end{align}
end{document}
2
+1, though personally I'd favourshortintertextfrommathtools.
– campa
9 hours ago
Thank you for a great answer. Problem solved.
– rodger_kicks
9 hours ago
1
I (and the AMS) recommendeqref{<label>}rather than(ref{<label>})
– egreg
9 hours ago
Yes, sure, I updated my answer.
– AboAmmar
7 hours ago
add a comment |
You can use intertext to add text lines inside of align.
documentclass[12pt]{article}
usepackage{makecell}
usepackage{amsmath}
usepackage{bm}
begin{document}
The reflected wave can be written in the form
begin{equation}label{b_at_x3_0_ricatti_bc_2}
hat b_0(omega,0) = hat{mathcal{R}}(omega) hat f(omega),
end{equation}
%
where, from the second equation in eqref{matching_at_0_homog} we have
begin{align}label{local_reflection_coeff_ricatti_3}
hat{mathcal{R}}(omega) &= frac{T_0 hat b(omega,0)}{hat f(omega)} + R_0
intertext{and then using equation eqref{b_at_x3_0_ricatti_bc_1} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)(overbrace{T_0^2+R_0^2}^{=1})+R_0}{1+R_0 hat{R}(omega,0)}
intertext{and now using eqref{R1T1_homog} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)+R_0}{1+R_0 hat{R}(omega,0)},
end{align}
end{document}
You can use intertext to add text lines inside of align.
documentclass[12pt]{article}
usepackage{makecell}
usepackage{amsmath}
usepackage{bm}
begin{document}
The reflected wave can be written in the form
begin{equation}label{b_at_x3_0_ricatti_bc_2}
hat b_0(omega,0) = hat{mathcal{R}}(omega) hat f(omega),
end{equation}
%
where, from the second equation in eqref{matching_at_0_homog} we have
begin{align}label{local_reflection_coeff_ricatti_3}
hat{mathcal{R}}(omega) &= frac{T_0 hat b(omega,0)}{hat f(omega)} + R_0
intertext{and then using equation eqref{b_at_x3_0_ricatti_bc_1} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)(overbrace{T_0^2+R_0^2}^{=1})+R_0}{1+R_0 hat{R}(omega,0)}
intertext{and now using eqref{R1T1_homog} we have}
hat{mathcal{R}}(omega) &= frac{hat{R}(omega,0)+R_0}{1+R_0 hat{R}(omega,0)},
end{align}
end{document}
edited 7 hours ago
answered 9 hours ago
AboAmmarAboAmmar
35.6k32985
35.6k32985
2
+1, though personally I'd favourshortintertextfrommathtools.
– campa
9 hours ago
Thank you for a great answer. Problem solved.
– rodger_kicks
9 hours ago
1
I (and the AMS) recommendeqref{<label>}rather than(ref{<label>})
– egreg
9 hours ago
Yes, sure, I updated my answer.
– AboAmmar
7 hours ago
add a comment |
2
+1, though personally I'd favourshortintertextfrommathtools.
– campa
9 hours ago
Thank you for a great answer. Problem solved.
– rodger_kicks
9 hours ago
1
I (and the AMS) recommendeqref{<label>}rather than(ref{<label>})
– egreg
9 hours ago
Yes, sure, I updated my answer.
– AboAmmar
7 hours ago
2
2
+1, though personally I'd favour
shortintertext from mathtools.– campa
9 hours ago
+1, though personally I'd favour
shortintertext from mathtools.– campa
9 hours ago
Thank you for a great answer. Problem solved.
– rodger_kicks
9 hours ago
Thank you for a great answer. Problem solved.
– rodger_kicks
9 hours ago
1
1
I (and the AMS) recommend
eqref{<label>} rather than (ref{<label>})– egreg
9 hours ago
I (and the AMS) recommend
eqref{<label>} rather than (ref{<label>})– egreg
9 hours ago
Yes, sure, I updated my answer.
– AboAmmar
7 hours ago
Yes, sure, I updated my answer.
– AboAmmar
7 hours ago
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%2f493539%2falign-text-within-align%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
