Put R under double integral Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Can I have a dot and a double subscript at a single letter?Words under sum that's in a denominatorMaking the subscript under the summationDouble subscript not coming with product in this formulaDouble subscript and missing $ errorNicer looking underbrace on subscriptDouble subscript and superscriptHow to put an inequality sign along with a letter as a subscript when using equations?Double subscript directly underneathDouble subscript
Why weren't discrete x86 CPUs ever used in game hardware?
How does light 'choose' between wave and particle behaviour?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
An adverb for when you're not exaggerating
What initially awakened the Balrog?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
What are the diatonic extended chords of C major?
Most bit efficient text communication method?
How do I make this wiring inside cabinet safer?
Hangman Game with C++
How do living politicians protect their readily obtainable signatures from misuse?
Is grep documentation about ignoring case wrong, since it doesn't ignore case in filenames?
AppleTVs create a chatty alternate WiFi network
Find 108 by using 3,4,6
Using audio cues to encourage good posture
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
How could we fake a moon landing now?
Is there any word for a place full of confusion?
Crossing US/Canada Border for less than 24 hours
Disembodied hand growing fangs
How to draw/optimize this graph with tikz
Why is Nikon 1.4g better when Nikon 1.8g is sharper?
What is the difference between globalisation and imperialism?
Put R under double integral
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Can I have a dot and a double subscript at a single letter?Words under sum that's in a denominatorMaking the subscript under the summationDouble subscript not coming with product in this formulaDouble subscript and missing $ errorNicer looking underbrace on subscriptDouble subscript and superscriptHow to put an inequality sign along with a letter as a subscript when using equations?Double subscript directly underneathDouble subscript
When I use $iint_R f(x,y)dA$ the letter $R$ is to the right of the double integral sign. How to make it under the sign? This is a simple question but I couldn't find a related question.
subscripts
add a comment |
When I use $iint_R f(x,y)dA$ the letter $R$ is to the right of the double integral sign. How to make it under the sign? This is a simple question but I couldn't find a related question.
subscripts
you are using inline mathematics ($) the entire design of the layout for inline math is to make it fit within the normal line spacing of the text in a paragraph so limits move to subscript position, if you need the display style it it best to set it as a math display(`[...])
– David Carlisle
39 mins ago
add a comment |
When I use $iint_R f(x,y)dA$ the letter $R$ is to the right of the double integral sign. How to make it under the sign? This is a simple question but I couldn't find a related question.
subscripts
When I use $iint_R f(x,y)dA$ the letter $R$ is to the right of the double integral sign. How to make it under the sign? This is a simple question but I couldn't find a related question.
subscripts
subscripts
edited 1 hour ago
JouleV
14.2k22664
14.2k22664
asked 1 hour ago
Haoran ChenHaoran Chen
24917
24917
you are using inline mathematics ($) the entire design of the layout for inline math is to make it fit within the normal line spacing of the text in a paragraph so limits move to subscript position, if you need the display style it it best to set it as a math display(`[...])
– David Carlisle
39 mins ago
add a comment |
you are using inline mathematics ($) the entire design of the layout for inline math is to make it fit within the normal line spacing of the text in a paragraph so limits move to subscript position, if you need the display style it it best to set it as a math display(`[...])
– David Carlisle
39 mins ago
you are using inline mathematics (
$) the entire design of the layout for inline math is to make it fit within the normal line spacing of the text in a paragraph so limits move to subscript position, if you need the display style it it best to set it as a math display(`[...])– David Carlisle
39 mins ago
you are using inline mathematics (
$) the entire design of the layout for inline math is to make it fit within the normal line spacing of the text in a paragraph so limits move to subscript position, if you need the display style it it best to set it as a math display(`[...])– David Carlisle
39 mins ago
add a comment |
2 Answers
2
active
oldest
votes
I don't think this is a good idea, but if you want to have it, you can use underset:
documentclassstandalone
usepackageamsmath
begindocument
$undersetRiint f(x,y)dA$
enddocument

add a comment |
Apart from JouleV's nice answer, you can use limits option to typeset the inline with equation with limits under the integral symbol.
documentclassarticle
usepackageamsmath
begindocument
$iintlimits_a^b f(x,y) , mathrmdA$
enddocument
to get:

Please note that I took the leverage to improve a bit of typesetting ;)
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%2f485553%2fput-r-under-double-integral%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't think this is a good idea, but if you want to have it, you can use underset:
documentclassstandalone
usepackageamsmath
begindocument
$undersetRiint f(x,y)dA$
enddocument

add a comment |
I don't think this is a good idea, but if you want to have it, you can use underset:
documentclassstandalone
usepackageamsmath
begindocument
$undersetRiint f(x,y)dA$
enddocument

add a comment |
I don't think this is a good idea, but if you want to have it, you can use underset:
documentclassstandalone
usepackageamsmath
begindocument
$undersetRiint f(x,y)dA$
enddocument

I don't think this is a good idea, but if you want to have it, you can use underset:
documentclassstandalone
usepackageamsmath
begindocument
$undersetRiint f(x,y)dA$
enddocument

answered 1 hour ago
JouleVJouleV
14.2k22664
14.2k22664
add a comment |
add a comment |
Apart from JouleV's nice answer, you can use limits option to typeset the inline with equation with limits under the integral symbol.
documentclassarticle
usepackageamsmath
begindocument
$iintlimits_a^b f(x,y) , mathrmdA$
enddocument
to get:

Please note that I took the leverage to improve a bit of typesetting ;)
add a comment |
Apart from JouleV's nice answer, you can use limits option to typeset the inline with equation with limits under the integral symbol.
documentclassarticle
usepackageamsmath
begindocument
$iintlimits_a^b f(x,y) , mathrmdA$
enddocument
to get:

Please note that I took the leverage to improve a bit of typesetting ;)
add a comment |
Apart from JouleV's nice answer, you can use limits option to typeset the inline with equation with limits under the integral symbol.
documentclassarticle
usepackageamsmath
begindocument
$iintlimits_a^b f(x,y) , mathrmdA$
enddocument
to get:

Please note that I took the leverage to improve a bit of typesetting ;)
Apart from JouleV's nice answer, you can use limits option to typeset the inline with equation with limits under the integral symbol.
documentclassarticle
usepackageamsmath
begindocument
$iintlimits_a^b f(x,y) , mathrmdA$
enddocument
to get:

Please note that I took the leverage to improve a bit of typesetting ;)
answered 1 hour ago
RaajaRaaja
5,36321644
5,36321644
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%2f485553%2fput-r-under-double-integral%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
you are using inline mathematics (
$) the entire design of the layout for inline math is to make it fit within the normal line spacing of the text in a paragraph so limits move to subscript position, if you need the display style it it best to set it as a math display(`[...])– David Carlisle
39 mins ago