Put R under double integral Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm 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 formulaNicer 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 did Bronn offer to be Tyrion Lannister's champion in trial by combat?

Getting representations of the Lie group out of representations of its Lie algebra

French equivalents of おしゃれは足元から (Every good outfit starts with the shoes)

Sally's older brother

One-one communication

Problem with display of presentation

How do I say "this must not happen"?

Inverse square law not accurate for non-point masses?

Is it OK to use the testing sample to compare algorithms?

Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?

Why is there so little support for joining EFTA in the British parliament?

Weaponising the Grasp-at-a-Distance spell

What is "Lambda" in Heston's original paper on stochastic volatility models?

Is a copyright notice with a non-existent name be invalid?

Is the time—manner—place ordering of adverbials an oversimplification?

Calculation of line of sight system gain

Table formatting with tabularx?

Can gravitational waves pass through a black hole?

Marquee sign letters

newbie Q : How to read an output file in one command line

Can two people see the same photon?

Centre cell vertically in tabularx

Random body shuffle every night—can we still function?

Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?



Put R under double integral



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm 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 formulaNicer 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










6















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.










share|improve this question



















  • 2





    @JouleV I managed to mess up the markdown quoting:-), I'll delete and repost the comment, thanks.

    – David Carlisle
    2 days ago






  • 3





    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
    2 days ago















6















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.










share|improve this question



















  • 2





    @JouleV I managed to mess up the markdown quoting:-), I'll delete and repost the comment, thanks.

    – David Carlisle
    2 days ago






  • 3





    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
    2 days ago













6












6








6








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago









JouleV

14.8k22666




14.8k22666










asked 2 days ago









Haoran ChenHaoran Chen

25918




25918







  • 2





    @JouleV I managed to mess up the markdown quoting:-), I'll delete and repost the comment, thanks.

    – David Carlisle
    2 days ago






  • 3





    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
    2 days ago












  • 2





    @JouleV I managed to mess up the markdown quoting:-), I'll delete and repost the comment, thanks.

    – David Carlisle
    2 days ago






  • 3





    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
    2 days ago







2




2





@JouleV I managed to mess up the markdown quoting:-), I'll delete and repost the comment, thanks.

– David Carlisle
2 days ago





@JouleV I managed to mess up the markdown quoting:-), I'll delete and repost the comment, thanks.

– David Carlisle
2 days ago




3




3





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
2 days 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
2 days ago










2 Answers
2






active

oldest

votes


















13














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 f(x,y) dA$
enddocument


to get:



enter image description here






share|improve this answer




















  • 3





    I'd say that iintlimits_R centers the R term far better than undersetRiint does.

    – Mico
    2 days ago







  • 1





    No upper limit should be used when limits follows a command for multiple integrals. You should also respect the OP’s preference for the differential.

    – egreg
    2 days ago











  • @egreg I have updated my answer, thanks for the remark. Could you also briefly explain why no upper limit must be used?

    – Raaja
    2 days ago






  • 2





    @Raaja Because they’re badly positioned.

    – egreg
    2 days ago











  • @egreg Huhh, like that ;) thanks.

    – Raaja
    2 days ago


















4














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


enter image description here






share|improve this answer


















  • 1





    Sorry, but this is not the best choice.

    – egreg
    2 days ago






  • 1





    @egreg Yes, it may not be the best, but it surely is a bad one. I will never write like that in my documents

    – JouleV
    2 days 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%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









13














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 f(x,y) dA$
enddocument


to get:



enter image description here






share|improve this answer




















  • 3





    I'd say that iintlimits_R centers the R term far better than undersetRiint does.

    – Mico
    2 days ago







  • 1





    No upper limit should be used when limits follows a command for multiple integrals. You should also respect the OP’s preference for the differential.

    – egreg
    2 days ago











  • @egreg I have updated my answer, thanks for the remark. Could you also briefly explain why no upper limit must be used?

    – Raaja
    2 days ago






  • 2





    @Raaja Because they’re badly positioned.

    – egreg
    2 days ago











  • @egreg Huhh, like that ;) thanks.

    – Raaja
    2 days ago















13














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 f(x,y) dA$
enddocument


to get:



enter image description here






share|improve this answer




















  • 3





    I'd say that iintlimits_R centers the R term far better than undersetRiint does.

    – Mico
    2 days ago







  • 1





    No upper limit should be used when limits follows a command for multiple integrals. You should also respect the OP’s preference for the differential.

    – egreg
    2 days ago











  • @egreg I have updated my answer, thanks for the remark. Could you also briefly explain why no upper limit must be used?

    – Raaja
    2 days ago






  • 2





    @Raaja Because they’re badly positioned.

    – egreg
    2 days ago











  • @egreg Huhh, like that ;) thanks.

    – Raaja
    2 days ago













13












13








13







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 f(x,y) dA$
enddocument


to get:



enter image description here






share|improve this answer















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 f(x,y) dA$
enddocument


to get:



enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 2 days ago

























answered 2 days ago









RaajaRaaja

5,45121645




5,45121645







  • 3





    I'd say that iintlimits_R centers the R term far better than undersetRiint does.

    – Mico
    2 days ago







  • 1





    No upper limit should be used when limits follows a command for multiple integrals. You should also respect the OP’s preference for the differential.

    – egreg
    2 days ago











  • @egreg I have updated my answer, thanks for the remark. Could you also briefly explain why no upper limit must be used?

    – Raaja
    2 days ago






  • 2





    @Raaja Because they’re badly positioned.

    – egreg
    2 days ago











  • @egreg Huhh, like that ;) thanks.

    – Raaja
    2 days ago












  • 3





    I'd say that iintlimits_R centers the R term far better than undersetRiint does.

    – Mico
    2 days ago







  • 1





    No upper limit should be used when limits follows a command for multiple integrals. You should also respect the OP’s preference for the differential.

    – egreg
    2 days ago











  • @egreg I have updated my answer, thanks for the remark. Could you also briefly explain why no upper limit must be used?

    – Raaja
    2 days ago






  • 2





    @Raaja Because they’re badly positioned.

    – egreg
    2 days ago











  • @egreg Huhh, like that ;) thanks.

    – Raaja
    2 days ago







3




3





I'd say that iintlimits_R centers the R term far better than undersetRiint does.

– Mico
2 days ago






I'd say that iintlimits_R centers the R term far better than undersetRiint does.

– Mico
2 days ago





1




1





No upper limit should be used when limits follows a command for multiple integrals. You should also respect the OP’s preference for the differential.

– egreg
2 days ago





No upper limit should be used when limits follows a command for multiple integrals. You should also respect the OP’s preference for the differential.

– egreg
2 days ago













@egreg I have updated my answer, thanks for the remark. Could you also briefly explain why no upper limit must be used?

– Raaja
2 days ago





@egreg I have updated my answer, thanks for the remark. Could you also briefly explain why no upper limit must be used?

– Raaja
2 days ago




2




2





@Raaja Because they’re badly positioned.

– egreg
2 days ago





@Raaja Because they’re badly positioned.

– egreg
2 days ago













@egreg Huhh, like that ;) thanks.

– Raaja
2 days ago





@egreg Huhh, like that ;) thanks.

– Raaja
2 days ago











4














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


enter image description here






share|improve this answer


















  • 1





    Sorry, but this is not the best choice.

    – egreg
    2 days ago






  • 1





    @egreg Yes, it may not be the best, but it surely is a bad one. I will never write like that in my documents

    – JouleV
    2 days ago
















4














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


enter image description here






share|improve this answer


















  • 1





    Sorry, but this is not the best choice.

    – egreg
    2 days ago






  • 1





    @egreg Yes, it may not be the best, but it surely is a bad one. I will never write like that in my documents

    – JouleV
    2 days ago














4












4








4







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


enter image description here






share|improve this answer













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


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 2 days ago









JouleVJouleV

14.8k22666




14.8k22666







  • 1





    Sorry, but this is not the best choice.

    – egreg
    2 days ago






  • 1





    @egreg Yes, it may not be the best, but it surely is a bad one. I will never write like that in my documents

    – JouleV
    2 days ago













  • 1





    Sorry, but this is not the best choice.

    – egreg
    2 days ago






  • 1





    @egreg Yes, it may not be the best, but it surely is a bad one. I will never write like that in my documents

    – JouleV
    2 days ago








1




1





Sorry, but this is not the best choice.

– egreg
2 days ago





Sorry, but this is not the best choice.

– egreg
2 days ago




1




1





@egreg Yes, it may not be the best, but it surely is a bad one. I will never write like that in my documents

– JouleV
2 days ago






@egreg Yes, it may not be the best, but it surely is a bad one. I will never write like that in my documents

– JouleV
2 days 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%2f485553%2fput-r-under-double-integral%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

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form