Enable Spanish tick inside equation environmentProblem with equation format when starting equation with dot and ddotEnable letters with diaeresisInputenc error with spanishitemize inside an equationWhat generically CANNOT be compiled inside an equation environment?Parenthesis Size in a multiline equationAdding text line in Equation EnvironmentMultiline equation inside a split environmentLong equation labelled by a symbolmultiple alignment inside cases environment

How do I write bicross product symbols in latex?

Why are electrically insulating heatsinks so rare? Is it just cost?

Does a druid starting with a bow start with no arrows?

Is it legal for company to use my work email to pretend I still work there?

In Romance of the Three Kingdoms why do people still use bamboo sticks when papers are already invented?

How to draw the figure with four pentagons?

What is the word for reserving something for yourself before others do?

Fully-Firstable Anagram Sets

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

intersection of two sorted vectors in C++

How much of data wrangling is a data scientist's job?

Has there ever been an airliner design involving reducing generator load by installing solar panels?

What to put in ESTA if staying in US for a few days before going on to Canada

Can a virus destroy the BIOS of a modern computer?

Is the Joker left-handed?

Did converts (ger tzedek) in ancient Israel own land?

Emailing HOD to enhance faculty application

Can I use a neutral wire from another outlet to repair a broken neutral?

Infinite Abelian subgroup of infinite non Abelian group example

Is it unprofessional to ask if a job posting on GlassDoor is real?

90's TV series where a boy goes to another dimension through portal near power lines

Is it inappropriate for a student to attend their mentor's dissertation defense?

I Accidentally Deleted a Stock Terminal Theme

Can I ask the recruiters in my resume to put the reason why I am rejected?



Enable Spanish tick inside equation environment


Problem with equation format when starting equation with dot and ddotEnable letters with diaeresisInputenc error with spanishitemize inside an equationWhat generically CANNOT be compiled inside an equation environment?Parenthesis Size in a multiline equationAdding text line in Equation EnvironmentMultiline equation inside a split environmentLong equation labelled by a symbolmultiple alignment inside cases environment













0















How can I enable an accented letter, like in Spanish, inside an beginequation ... endequation environment like below? It's just curiosity.




beginequation*
P : Presión
endequation*









share|improve this question



















  • 4





    You mean that contain text, for example word Presión ? Try beginequation* P : text Presión endequation*. For this you nead to use package amsmath or mathtools.

    – Zarko
    Aug 18 '16 at 0:23















0















How can I enable an accented letter, like in Spanish, inside an beginequation ... endequation environment like below? It's just curiosity.




beginequation*
P : Presión
endequation*









share|improve this question



















  • 4





    You mean that contain text, for example word Presión ? Try beginequation* P : text Presión endequation*. For this you nead to use package amsmath or mathtools.

    – Zarko
    Aug 18 '16 at 0:23













0












0








0








How can I enable an accented letter, like in Spanish, inside an beginequation ... endequation environment like below? It's just curiosity.




beginequation*
P : Presión
endequation*









share|improve this question
















How can I enable an accented letter, like in Spanish, inside an beginequation ... endequation environment like below? It's just curiosity.




beginequation*
P : Presión
endequation*






equations accents






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 18 '16 at 20:08









Arun Debray

5,54321945




5,54321945










asked Aug 18 '16 at 0:19









Luis RiveraLuis Rivera

108129




108129







  • 4





    You mean that contain text, for example word Presión ? Try beginequation* P : text Presión endequation*. For this you nead to use package amsmath or mathtools.

    – Zarko
    Aug 18 '16 at 0:23












  • 4





    You mean that contain text, for example word Presión ? Try beginequation* P : text Presión endequation*. For this you nead to use package amsmath or mathtools.

    – Zarko
    Aug 18 '16 at 0:23







4




4





You mean that contain text, for example word Presión ? Try beginequation* P : text Presión endequation*. For this you nead to use package amsmath or mathtools.

– Zarko
Aug 18 '16 at 0:23





You mean that contain text, for example word Presión ? Try beginequation* P : text Presión endequation*. For this you nead to use package amsmath or mathtools.

– Zarko
Aug 18 '16 at 0:23










3 Answers
3






active

oldest

votes


















5














If you want text inside an equation, use text (or textit if you want italics):



documentclassarticle
usepackage[T1]fontenc
usepackage[utf8]inputenc
usepackage[spanish]babel

usepackageamsmath

begindocument

beginequation*
Ptext: Presión
endequation*

enddocument


enter image description here






share|improve this answer






























    1














    You can put any text inside a math environment (equations, $$ ... $$, etc) using the text option. For example, the code below produces this:



    enter image description here



    documentclassarticle
    usepackage[utf8]inputenc
    usepackageamsmath

    begindocument

    beginequation
    P = fracFA, quad textdonde P: Presión, F: Fuerza, A: Área
    endequation

    enddocument


    As this enables a text environment, you can adjust the text as you like (size, bold, italicts, etc). Notice that this requires the inputenc and amsmath packages.



    Alternatively, you can use the more cumbersome, brute force, and less elegant method of math accents, by using the acute command. For example, the code below produces this:



    enter image description here



    documentclassarticle
    usepackageamsmath

    begindocument

    begin{equation*
    P = fracFA, quad textdonde quad P: presiacuteon, quad F: Fuerza, quad A: acuteArea
    endequation

    enddocument


    Notice that by default the math environment is in italics.



    Saludos! ;)






    share|improve this answer

























    • Ty luchonacho :D

      – Luis Rivera
      Aug 18 '16 at 19:41






    • 3





      No, not at all.

      – egreg
      Aug 18 '16 at 20:06






    • 3





      Words should be typeset exactly like “donde”, that is textPresión.

      – egreg
      Aug 18 '16 at 20:39











    • Good point. Any reason behind the "should"?

      – luchonacho
      Aug 18 '16 at 20:53






    • 1





      The answer is now wrong for another reason: the variables P, F and A should be in math mode.

      – egreg
      Aug 19 '16 at 8:25


















    0














    Just use the package lmodern.



    documentclassarticle
    usepackageamsmath,amssymb
    usepackage[utf8]inputenc
    usepackage[T1]fontenc

    usepackagelmodern

    begindocument

    beginequation*
    P : Presión, Pressão, Pressure
    endequation*

    beginequation*
    V_méd = fracDelta SDelta t
    endequation*

    beginequation*
    A_á = E_é + I_í + O_ó + U_ú
    endequation*

    beginequation*
    Ã = É + Ì + Ô + Ü
    endequation*

    enddocument


    enter image description here






    share|improve this answer








    New contributor




    Roberto de Freitas Cabral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      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%2f325359%2fenable-spanish-tick-inside-equation-environment%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      5














      If you want text inside an equation, use text (or textit if you want italics):



      documentclassarticle
      usepackage[T1]fontenc
      usepackage[utf8]inputenc
      usepackage[spanish]babel

      usepackageamsmath

      begindocument

      beginequation*
      Ptext: Presión
      endequation*

      enddocument


      enter image description here






      share|improve this answer



























        5














        If you want text inside an equation, use text (or textit if you want italics):



        documentclassarticle
        usepackage[T1]fontenc
        usepackage[utf8]inputenc
        usepackage[spanish]babel

        usepackageamsmath

        begindocument

        beginequation*
        Ptext: Presión
        endequation*

        enddocument


        enter image description here






        share|improve this answer

























          5












          5








          5







          If you want text inside an equation, use text (or textit if you want italics):



          documentclassarticle
          usepackage[T1]fontenc
          usepackage[utf8]inputenc
          usepackage[spanish]babel

          usepackageamsmath

          begindocument

          beginequation*
          Ptext: Presión
          endequation*

          enddocument


          enter image description here






          share|improve this answer













          If you want text inside an equation, use text (or textit if you want italics):



          documentclassarticle
          usepackage[T1]fontenc
          usepackage[utf8]inputenc
          usepackage[spanish]babel

          usepackageamsmath

          begindocument

          beginequation*
          Ptext: Presión
          endequation*

          enddocument


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 18 '16 at 20:46









          egregegreg

          731k8919303252




          731k8919303252





















              1














              You can put any text inside a math environment (equations, $$ ... $$, etc) using the text option. For example, the code below produces this:



              enter image description here



              documentclassarticle
              usepackage[utf8]inputenc
              usepackageamsmath

              begindocument

              beginequation
              P = fracFA, quad textdonde P: Presión, F: Fuerza, A: Área
              endequation

              enddocument


              As this enables a text environment, you can adjust the text as you like (size, bold, italicts, etc). Notice that this requires the inputenc and amsmath packages.



              Alternatively, you can use the more cumbersome, brute force, and less elegant method of math accents, by using the acute command. For example, the code below produces this:



              enter image description here



              documentclassarticle
              usepackageamsmath

              begindocument

              begin{equation*
              P = fracFA, quad textdonde quad P: presiacuteon, quad F: Fuerza, quad A: acuteArea
              endequation

              enddocument


              Notice that by default the math environment is in italics.



              Saludos! ;)






              share|improve this answer

























              • Ty luchonacho :D

                – Luis Rivera
                Aug 18 '16 at 19:41






              • 3





                No, not at all.

                – egreg
                Aug 18 '16 at 20:06






              • 3





                Words should be typeset exactly like “donde”, that is textPresión.

                – egreg
                Aug 18 '16 at 20:39











              • Good point. Any reason behind the "should"?

                – luchonacho
                Aug 18 '16 at 20:53






              • 1





                The answer is now wrong for another reason: the variables P, F and A should be in math mode.

                – egreg
                Aug 19 '16 at 8:25















              1














              You can put any text inside a math environment (equations, $$ ... $$, etc) using the text option. For example, the code below produces this:



              enter image description here



              documentclassarticle
              usepackage[utf8]inputenc
              usepackageamsmath

              begindocument

              beginequation
              P = fracFA, quad textdonde P: Presión, F: Fuerza, A: Área
              endequation

              enddocument


              As this enables a text environment, you can adjust the text as you like (size, bold, italicts, etc). Notice that this requires the inputenc and amsmath packages.



              Alternatively, you can use the more cumbersome, brute force, and less elegant method of math accents, by using the acute command. For example, the code below produces this:



              enter image description here



              documentclassarticle
              usepackageamsmath

              begindocument

              begin{equation*
              P = fracFA, quad textdonde quad P: presiacuteon, quad F: Fuerza, quad A: acuteArea
              endequation

              enddocument


              Notice that by default the math environment is in italics.



              Saludos! ;)






              share|improve this answer

























              • Ty luchonacho :D

                – Luis Rivera
                Aug 18 '16 at 19:41






              • 3





                No, not at all.

                – egreg
                Aug 18 '16 at 20:06






              • 3





                Words should be typeset exactly like “donde”, that is textPresión.

                – egreg
                Aug 18 '16 at 20:39











              • Good point. Any reason behind the "should"?

                – luchonacho
                Aug 18 '16 at 20:53






              • 1





                The answer is now wrong for another reason: the variables P, F and A should be in math mode.

                – egreg
                Aug 19 '16 at 8:25













              1












              1








              1







              You can put any text inside a math environment (equations, $$ ... $$, etc) using the text option. For example, the code below produces this:



              enter image description here



              documentclassarticle
              usepackage[utf8]inputenc
              usepackageamsmath

              begindocument

              beginequation
              P = fracFA, quad textdonde P: Presión, F: Fuerza, A: Área
              endequation

              enddocument


              As this enables a text environment, you can adjust the text as you like (size, bold, italicts, etc). Notice that this requires the inputenc and amsmath packages.



              Alternatively, you can use the more cumbersome, brute force, and less elegant method of math accents, by using the acute command. For example, the code below produces this:



              enter image description here



              documentclassarticle
              usepackageamsmath

              begindocument

              begin{equation*
              P = fracFA, quad textdonde quad P: presiacuteon, quad F: Fuerza, quad A: acuteArea
              endequation

              enddocument


              Notice that by default the math environment is in italics.



              Saludos! ;)






              share|improve this answer















              You can put any text inside a math environment (equations, $$ ... $$, etc) using the text option. For example, the code below produces this:



              enter image description here



              documentclassarticle
              usepackage[utf8]inputenc
              usepackageamsmath

              begindocument

              beginequation
              P = fracFA, quad textdonde P: Presión, F: Fuerza, A: Área
              endequation

              enddocument


              As this enables a text environment, you can adjust the text as you like (size, bold, italicts, etc). Notice that this requires the inputenc and amsmath packages.



              Alternatively, you can use the more cumbersome, brute force, and less elegant method of math accents, by using the acute command. For example, the code below produces this:



              enter image description here



              documentclassarticle
              usepackageamsmath

              begindocument

              begin{equation*
              P = fracFA, quad textdonde quad P: presiacuteon, quad F: Fuerza, quad A: acuteArea
              endequation

              enddocument


              Notice that by default the math environment is in italics.



              Saludos! ;)







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Aug 19 '16 at 7:09

























              answered Aug 18 '16 at 19:34









              luchonacholuchonacho

              1,37321435




              1,37321435












              • Ty luchonacho :D

                – Luis Rivera
                Aug 18 '16 at 19:41






              • 3





                No, not at all.

                – egreg
                Aug 18 '16 at 20:06






              • 3





                Words should be typeset exactly like “donde”, that is textPresión.

                – egreg
                Aug 18 '16 at 20:39











              • Good point. Any reason behind the "should"?

                – luchonacho
                Aug 18 '16 at 20:53






              • 1





                The answer is now wrong for another reason: the variables P, F and A should be in math mode.

                – egreg
                Aug 19 '16 at 8:25

















              • Ty luchonacho :D

                – Luis Rivera
                Aug 18 '16 at 19:41






              • 3





                No, not at all.

                – egreg
                Aug 18 '16 at 20:06






              • 3





                Words should be typeset exactly like “donde”, that is textPresión.

                – egreg
                Aug 18 '16 at 20:39











              • Good point. Any reason behind the "should"?

                – luchonacho
                Aug 18 '16 at 20:53






              • 1





                The answer is now wrong for another reason: the variables P, F and A should be in math mode.

                – egreg
                Aug 19 '16 at 8:25
















              Ty luchonacho :D

              – Luis Rivera
              Aug 18 '16 at 19:41





              Ty luchonacho :D

              – Luis Rivera
              Aug 18 '16 at 19:41




              3




              3





              No, not at all.

              – egreg
              Aug 18 '16 at 20:06





              No, not at all.

              – egreg
              Aug 18 '16 at 20:06




              3




              3





              Words should be typeset exactly like “donde”, that is textPresión.

              – egreg
              Aug 18 '16 at 20:39





              Words should be typeset exactly like “donde”, that is textPresión.

              – egreg
              Aug 18 '16 at 20:39













              Good point. Any reason behind the "should"?

              – luchonacho
              Aug 18 '16 at 20:53





              Good point. Any reason behind the "should"?

              – luchonacho
              Aug 18 '16 at 20:53




              1




              1





              The answer is now wrong for another reason: the variables P, F and A should be in math mode.

              – egreg
              Aug 19 '16 at 8:25





              The answer is now wrong for another reason: the variables P, F and A should be in math mode.

              – egreg
              Aug 19 '16 at 8:25











              0














              Just use the package lmodern.



              documentclassarticle
              usepackageamsmath,amssymb
              usepackage[utf8]inputenc
              usepackage[T1]fontenc

              usepackagelmodern

              begindocument

              beginequation*
              P : Presión, Pressão, Pressure
              endequation*

              beginequation*
              V_méd = fracDelta SDelta t
              endequation*

              beginequation*
              A_á = E_é + I_í + O_ó + U_ú
              endequation*

              beginequation*
              Ã = É + Ì + Ô + Ü
              endequation*

              enddocument


              enter image description here






              share|improve this answer








              New contributor




              Roberto de Freitas Cabral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.
























                0














                Just use the package lmodern.



                documentclassarticle
                usepackageamsmath,amssymb
                usepackage[utf8]inputenc
                usepackage[T1]fontenc

                usepackagelmodern

                begindocument

                beginequation*
                P : Presión, Pressão, Pressure
                endequation*

                beginequation*
                V_méd = fracDelta SDelta t
                endequation*

                beginequation*
                A_á = E_é + I_í + O_ó + U_ú
                endequation*

                beginequation*
                Ã = É + Ì + Ô + Ü
                endequation*

                enddocument


                enter image description here






                share|improve this answer








                New contributor




                Roberto de Freitas Cabral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






















                  0












                  0








                  0







                  Just use the package lmodern.



                  documentclassarticle
                  usepackageamsmath,amssymb
                  usepackage[utf8]inputenc
                  usepackage[T1]fontenc

                  usepackagelmodern

                  begindocument

                  beginequation*
                  P : Presión, Pressão, Pressure
                  endequation*

                  beginequation*
                  V_méd = fracDelta SDelta t
                  endequation*

                  beginequation*
                  A_á = E_é + I_í + O_ó + U_ú
                  endequation*

                  beginequation*
                  Ã = É + Ì + Ô + Ü
                  endequation*

                  enddocument


                  enter image description here






                  share|improve this answer








                  New contributor




                  Roberto de Freitas Cabral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  Just use the package lmodern.



                  documentclassarticle
                  usepackageamsmath,amssymb
                  usepackage[utf8]inputenc
                  usepackage[T1]fontenc

                  usepackagelmodern

                  begindocument

                  beginequation*
                  P : Presión, Pressão, Pressure
                  endequation*

                  beginequation*
                  V_méd = fracDelta SDelta t
                  endequation*

                  beginequation*
                  A_á = E_é + I_í + O_ó + U_ú
                  endequation*

                  beginequation*
                  Ã = É + Ì + Ô + Ü
                  endequation*

                  enddocument


                  enter image description here







                  share|improve this answer








                  New contributor




                  Roberto de Freitas Cabral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  Roberto de Freitas Cabral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 3 hours ago









                  Roberto de Freitas CabralRoberto de Freitas Cabral

                  1




                  1




                  New contributor




                  Roberto de Freitas Cabral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Roberto de Freitas Cabral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Roberto de Freitas Cabral is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.



























                      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%2f325359%2fenable-spanish-tick-inside-equation-environment%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

                      acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

                      How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

                      Problem using RevTeX4-1 with “! Undefined control sequence. @bibitemShut”