Typing Amharic inside a math equation?Write a class with language dependent stringsLeft aligning equations...

What is better: yes / no radio, or simple checkbox?

Is every normal subgroup the kernel of some self-homomorphism?

Intern applicant asking for compensation equivalent to that of permanent employee

How much mayhem could I cause as a sentient fish?

We are very unlucky in my court

What is the wife of a henpecked husband called?

Explain the objections to these measures against human trafficking

Roman Numerals equation 1

Is there any differences between "Gucken" and "Schauen"?

Can making a creature unable to attack, after it has been assigned as an attacker, remove it from combat?

Do authors have to be politically correct in article-writing?

Blindfold battle as a gladiatorial spectacle - what are the tactics and communication methods?

Avoiding morning and evening handshakes

How do you funnel food off a cutting board?

Can we use the stored gravitational potential energy of a building to produce power?

What's a good word to describe a public place that looks like it wouldn't be rough?

Difference between `vector<int> v;` and `vector<int> v = vector<int>();`

My cat mixes up the floors in my building. How can I help him?

Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?

Error in a formula field

Which password policy is more secure: one password of length 9 vs. two passwords each of length 8?

How to deal with an incendiary email that was recalled

How can I get my players to come to the game session after agreeing to a date?

Why did the villain in the first Men in Black movie care about Earth's Cockroaches?



Typing Amharic inside a math equation?


Write a class with language dependent stringsLeft aligning equations without align characterline break in math mode within longtable environmentTyping Chinese in /title TagAlgorithmic package in two different languages in same documentDo I only have english-Babel-package?How to use amsmath environment Bmatrix inside a glossary?How continue a equation next linemulti-line equation in equation environmentHow to make temporarily center-aligned math equation, when using option [fleqn] for amsmath













4















I want to type the following
enter image description here



Here is my MWE:



documentclass{article} 
usepackage{ethiop,amsmath}
begin{document}

[
int_{mbox{'alamenahe}}^{mbox{'abAs}} mbox{'abAs}=mbox{'abAs}
]
end{document}









share|improve this question























  • Very nice your answer and it is very original :-) I like it.

    – Sebastiano
    1 hour ago


















4















I want to type the following
enter image description here



Here is my MWE:



documentclass{article} 
usepackage{ethiop,amsmath}
begin{document}

[
int_{mbox{'alamenahe}}^{mbox{'abAs}} mbox{'abAs}=mbox{'abAs}
]
end{document}









share|improve this question























  • Very nice your answer and it is very original :-) I like it.

    – Sebastiano
    1 hour ago
















4












4








4








I want to type the following
enter image description here



Here is my MWE:



documentclass{article} 
usepackage{ethiop,amsmath}
begin{document}

[
int_{mbox{'alamenahe}}^{mbox{'abAs}} mbox{'abAs}=mbox{'abAs}
]
end{document}









share|improve this question














I want to type the following
enter image description here



Here is my MWE:



documentclass{article} 
usepackage{ethiop,amsmath}
begin{document}

[
int_{mbox{'alamenahe}}^{mbox{'abAs}} mbox{'abAs}=mbox{'abAs}
]
end{document}






amsmath babel languages






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 hours ago









maryamarya

1,35121024




1,35121024













  • Very nice your answer and it is very original :-) I like it.

    – Sebastiano
    1 hour ago





















  • Very nice your answer and it is very original :-) I like it.

    – Sebastiano
    1 hour ago



















Very nice your answer and it is very original :-) I like it.

– Sebastiano
1 hour ago







Very nice your answer and it is very original :-) I like it.

– Sebastiano
1 hour ago












1 Answer
1






active

oldest

votes


















5














The main problem is that ethiop makes _ active. Use sb instead in math. While ^ works, I used sp for symmetry.



documentclass{article}
usepackage{ethiop,amsmath}

begin{document}

[
intsb{textup{'alamenahe}}sp{textup{'abAs}} textup{'abAs}=text{'abAs}
]

end{document}


Better using textup instead of mbox, so that the font size is reduced in subscripts and superscripts.



enter image description here






share|improve this answer























    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%2f477271%2ftyping-amharic-inside-a-math-equation%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









    5














    The main problem is that ethiop makes _ active. Use sb instead in math. While ^ works, I used sp for symmetry.



    documentclass{article}
    usepackage{ethiop,amsmath}

    begin{document}

    [
    intsb{textup{'alamenahe}}sp{textup{'abAs}} textup{'abAs}=text{'abAs}
    ]

    end{document}


    Better using textup instead of mbox, so that the font size is reduced in subscripts and superscripts.



    enter image description here






    share|improve this answer




























      5














      The main problem is that ethiop makes _ active. Use sb instead in math. While ^ works, I used sp for symmetry.



      documentclass{article}
      usepackage{ethiop,amsmath}

      begin{document}

      [
      intsb{textup{'alamenahe}}sp{textup{'abAs}} textup{'abAs}=text{'abAs}
      ]

      end{document}


      Better using textup instead of mbox, so that the font size is reduced in subscripts and superscripts.



      enter image description here






      share|improve this answer


























        5












        5








        5







        The main problem is that ethiop makes _ active. Use sb instead in math. While ^ works, I used sp for symmetry.



        documentclass{article}
        usepackage{ethiop,amsmath}

        begin{document}

        [
        intsb{textup{'alamenahe}}sp{textup{'abAs}} textup{'abAs}=text{'abAs}
        ]

        end{document}


        Better using textup instead of mbox, so that the font size is reduced in subscripts and superscripts.



        enter image description here






        share|improve this answer













        The main problem is that ethiop makes _ active. Use sb instead in math. While ^ works, I used sp for symmetry.



        documentclass{article}
        usepackage{ethiop,amsmath}

        begin{document}

        [
        intsb{textup{'alamenahe}}sp{textup{'abAs}} textup{'abAs}=text{'abAs}
        ]

        end{document}


        Better using textup instead of mbox, so that the font size is reduced in subscripts and superscripts.



        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 hours ago









        egregegreg

        723k8819163219




        723k8819163219






























            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%2f477271%2ftyping-amharic-inside-a-math-equation%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

            迭戈·戈丁...

            A phrase ”follow into" in a context The 2019 Stack Overflow Developer Survey Results Are...

            1960s short story making fun of James Bond-style spy fiction The 2019 Stack Overflow Developer...