How to typeset nested radical/root expressions?












1















I'm writing my own math expression typesetting engine. I want to learn how to best typeset radical expressions. The choices actually apply to all radical expressions, however, nested radical expressions make the visual differences more clear.




  1. Flush
    enter image description here

  2. Indent on Left & Right
    enter image description here

  3. Indent on Bottom
    enter image description here

  4. Indent on Left & Right & Bottom
    enter image description here










share|improve this question

























  • I hope this is used only in displays, otherwise there will certainly be a disruption in the baselines. that said, although it may not be traditional, i like the effect of (2) and ((4). (i will seek the opinion of a more skilled math editor, and report if i get an answer.)

    – barbara beeton
    Mar 2 at 23:23











  • Can we see your MWE to understand better your question, please?

    – Sebastiano
    Mar 3 at 12:22











  • @Sebastiano are you asking for TeX code? It is not TeX. What's not clear in the question?

    – an0
    Mar 3 at 15:29











  • @an0 Why, then, have you ask a question? I have not undersood.

    – Sebastiano
    Mar 3 at 15:56













  • @Sebastiano 1. It is the most fitting subsite to ask questions about typesetting. I initially planned to post it on Math but they explicitly prohibit questions about typesetting. 2. It is actually TeX related. The math expression can be converted to TeX code like this 0+sqrt{1+sqrt{2+sqrt{3}}}-4, however, the math semantics will be lost.

    – an0
    Mar 3 at 16:13
















1















I'm writing my own math expression typesetting engine. I want to learn how to best typeset radical expressions. The choices actually apply to all radical expressions, however, nested radical expressions make the visual differences more clear.




  1. Flush
    enter image description here

  2. Indent on Left & Right
    enter image description here

  3. Indent on Bottom
    enter image description here

  4. Indent on Left & Right & Bottom
    enter image description here










share|improve this question

























  • I hope this is used only in displays, otherwise there will certainly be a disruption in the baselines. that said, although it may not be traditional, i like the effect of (2) and ((4). (i will seek the opinion of a more skilled math editor, and report if i get an answer.)

    – barbara beeton
    Mar 2 at 23:23











  • Can we see your MWE to understand better your question, please?

    – Sebastiano
    Mar 3 at 12:22











  • @Sebastiano are you asking for TeX code? It is not TeX. What's not clear in the question?

    – an0
    Mar 3 at 15:29











  • @an0 Why, then, have you ask a question? I have not undersood.

    – Sebastiano
    Mar 3 at 15:56













  • @Sebastiano 1. It is the most fitting subsite to ask questions about typesetting. I initially planned to post it on Math but they explicitly prohibit questions about typesetting. 2. It is actually TeX related. The math expression can be converted to TeX code like this 0+sqrt{1+sqrt{2+sqrt{3}}}-4, however, the math semantics will be lost.

    – an0
    Mar 3 at 16:13














1












1








1


1






I'm writing my own math expression typesetting engine. I want to learn how to best typeset radical expressions. The choices actually apply to all radical expressions, however, nested radical expressions make the visual differences more clear.




  1. Flush
    enter image description here

  2. Indent on Left & Right
    enter image description here

  3. Indent on Bottom
    enter image description here

  4. Indent on Left & Right & Bottom
    enter image description here










share|improve this question
















I'm writing my own math expression typesetting engine. I want to learn how to best typeset radical expressions. The choices actually apply to all radical expressions, however, nested radical expressions make the visual differences more clear.




  1. Flush
    enter image description here

  2. Indent on Left & Right
    enter image description here

  3. Indent on Bottom
    enter image description here

  4. Indent on Left & Right & Bottom
    enter image description here







math-mode math-operators root radicals






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 2 at 23:13







an0

















asked Mar 2 at 23:08









an0an0

29137




29137













  • I hope this is used only in displays, otherwise there will certainly be a disruption in the baselines. that said, although it may not be traditional, i like the effect of (2) and ((4). (i will seek the opinion of a more skilled math editor, and report if i get an answer.)

    – barbara beeton
    Mar 2 at 23:23











  • Can we see your MWE to understand better your question, please?

    – Sebastiano
    Mar 3 at 12:22











  • @Sebastiano are you asking for TeX code? It is not TeX. What's not clear in the question?

    – an0
    Mar 3 at 15:29











  • @an0 Why, then, have you ask a question? I have not undersood.

    – Sebastiano
    Mar 3 at 15:56













  • @Sebastiano 1. It is the most fitting subsite to ask questions about typesetting. I initially planned to post it on Math but they explicitly prohibit questions about typesetting. 2. It is actually TeX related. The math expression can be converted to TeX code like this 0+sqrt{1+sqrt{2+sqrt{3}}}-4, however, the math semantics will be lost.

    – an0
    Mar 3 at 16:13



















  • I hope this is used only in displays, otherwise there will certainly be a disruption in the baselines. that said, although it may not be traditional, i like the effect of (2) and ((4). (i will seek the opinion of a more skilled math editor, and report if i get an answer.)

    – barbara beeton
    Mar 2 at 23:23











  • Can we see your MWE to understand better your question, please?

    – Sebastiano
    Mar 3 at 12:22











  • @Sebastiano are you asking for TeX code? It is not TeX. What's not clear in the question?

    – an0
    Mar 3 at 15:29











  • @an0 Why, then, have you ask a question? I have not undersood.

    – Sebastiano
    Mar 3 at 15:56













  • @Sebastiano 1. It is the most fitting subsite to ask questions about typesetting. I initially planned to post it on Math but they explicitly prohibit questions about typesetting. 2. It is actually TeX related. The math expression can be converted to TeX code like this 0+sqrt{1+sqrt{2+sqrt{3}}}-4, however, the math semantics will be lost.

    – an0
    Mar 3 at 16:13

















I hope this is used only in displays, otherwise there will certainly be a disruption in the baselines. that said, although it may not be traditional, i like the effect of (2) and ((4). (i will seek the opinion of a more skilled math editor, and report if i get an answer.)

– barbara beeton
Mar 2 at 23:23





I hope this is used only in displays, otherwise there will certainly be a disruption in the baselines. that said, although it may not be traditional, i like the effect of (2) and ((4). (i will seek the opinion of a more skilled math editor, and report if i get an answer.)

– barbara beeton
Mar 2 at 23:23













Can we see your MWE to understand better your question, please?

– Sebastiano
Mar 3 at 12:22





Can we see your MWE to understand better your question, please?

– Sebastiano
Mar 3 at 12:22













@Sebastiano are you asking for TeX code? It is not TeX. What's not clear in the question?

– an0
Mar 3 at 15:29





@Sebastiano are you asking for TeX code? It is not TeX. What's not clear in the question?

– an0
Mar 3 at 15:29













@an0 Why, then, have you ask a question? I have not undersood.

– Sebastiano
Mar 3 at 15:56







@an0 Why, then, have you ask a question? I have not undersood.

– Sebastiano
Mar 3 at 15:56















@Sebastiano 1. It is the most fitting subsite to ask questions about typesetting. I initially planned to post it on Math but they explicitly prohibit questions about typesetting. 2. It is actually TeX related. The math expression can be converted to TeX code like this 0+sqrt{1+sqrt{2+sqrt{3}}}-4, however, the math semantics will be lost.

– an0
Mar 3 at 16:13





@Sebastiano 1. It is the most fitting subsite to ask questions about typesetting. I initially planned to post it on Math but they explicitly prohibit questions about typesetting. 2. It is actually TeX related. The math expression can be converted to TeX code like this 0+sqrt{1+sqrt{2+sqrt{3}}}-4, however, the math semantics will be lost.

– an0
Mar 3 at 16:13










0






active

oldest

votes











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%2f477494%2fhow-to-typeset-nested-radical-root-expressions%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















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%2f477494%2fhow-to-typeset-nested-radical-root-expressions%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

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?