Enable Spanish tick inside equation environmentProblem with equation format when starting equation with dot...

Facing a paradox: Earnshaw's theorem in one dimension

What mechanic is there to disable a threat instead of killing it?

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

Emailing HOD to enhance faculty application

Why is Collection not simply treated as Collection<?>

Why do I get two different answers for this counting problem?

SSH "lag" in LAN on some machines, mixed distros

Can a rocket refuel on Mars from water?

Can a virus destroy the BIOS of a modern computer?

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

Is "remove commented out code" correct English?

Is it possible to create light that imparts a greater proportion of its energy as momentum rather than heat?

Is the Joker left-handed?

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

Combinations of multiple lists

Could gravitational lensing be used to protect a spaceship from a laser?

In a Spin are Both Wings Stalled?

Why is the 'in' operator throwing an error with a string literal instead of logging false?

Today is the Center

UK: Is there precedent for the governments e-petition site changing the direction of a government decision?

Can one be a co-translator of a book, if he does not know the language that the book is translated into?

Watching something be written to a file live with tail

1960's book about a plague that kills all white people

Should I tell management that I intend to leave due to bad software development practices?



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 begin{equation} ... end{equation} environment like below? It's just curiosity.




begin{equation*}
P : Presión
end{equation*}









share|improve this question




















  • 4





    You mean that contain text, for example word Presión ? Try begin{equation*} P : text{ Presión} end{equation*}. 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 begin{equation} ... end{equation} environment like below? It's just curiosity.




begin{equation*}
P : Presión
end{equation*}









share|improve this question




















  • 4





    You mean that contain text, for example word Presión ? Try begin{equation*} P : text{ Presión} end{equation*}. 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 begin{equation} ... end{equation} environment like below? It's just curiosity.




begin{equation*}
P : Presión
end{equation*}









share|improve this question
















How can I enable an accented letter, like in Spanish, inside an begin{equation} ... end{equation} environment like below? It's just curiosity.




begin{equation*}
P : Presión
end{equation*}






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 begin{equation*} P : text{ Presión} end{equation*}. 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 begin{equation*} P : text{ Presión} end{equation*}. 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 begin{equation*} P : text{ Presión} end{equation*}. 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 begin{equation*} P : text{ Presión} end{equation*}. 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):



documentclass{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}

usepackage{amsmath}

begin{document}

begin{equation*}
Ptext{: Presión}
end{equation*}

end{document}


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



    documentclass{article}
    usepackage[utf8]{inputenc}
    usepackage{amsmath}

    begin{document}

    begin{equation}
    P = frac{F}{A}, quad text{donde P: Presión, F: Fuerza, A: Área}
    end{equation}

    end{document}


    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



    documentclass{article}
    usepackage{amsmath}

    begin{document}

    begin{equation*
    P = frac{F}{A}, quad text{donde} quad P: presiacute{o}n, quad F: Fuerza, quad A: acute{A}rea
    end{equation}

    end{document}


    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 text{Presió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.



    documentclass{article}
    usepackage{amsmath,amssymb}
    usepackage[utf8]{inputenc}
    usepackage[T1]{fontenc}

    usepackage{lmodern}

    begin{document}

    begin{equation*}
    P : Presión, Pressão, Pressure
    end{equation*}

    begin{equation*}
    V_{méd} = frac{Delta S}{Delta t}
    end{equation*}

    begin{equation*}
    A_{á} = E_{é} + I_{í} + O_{ó} + U_{ú}
    end{equation*}

    begin{equation*}
    Ã = É + Ì + Ô + Ü
    end{equation*}

    end{document}


    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):



      documentclass{article}
      usepackage[T1]{fontenc}
      usepackage[utf8]{inputenc}
      usepackage[spanish]{babel}

      usepackage{amsmath}

      begin{document}

      begin{equation*}
      Ptext{: Presión}
      end{equation*}

      end{document}


      enter image description here






      share|improve this answer




























        5














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



        documentclass{article}
        usepackage[T1]{fontenc}
        usepackage[utf8]{inputenc}
        usepackage[spanish]{babel}

        usepackage{amsmath}

        begin{document}

        begin{equation*}
        Ptext{: Presión}
        end{equation*}

        end{document}


        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):



          documentclass{article}
          usepackage[T1]{fontenc}
          usepackage[utf8]{inputenc}
          usepackage[spanish]{babel}

          usepackage{amsmath}

          begin{document}

          begin{equation*}
          Ptext{: Presión}
          end{equation*}

          end{document}


          enter image description here






          share|improve this answer













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



          documentclass{article}
          usepackage[T1]{fontenc}
          usepackage[utf8]{inputenc}
          usepackage[spanish]{babel}

          usepackage{amsmath}

          begin{document}

          begin{equation*}
          Ptext{: Presión}
          end{equation*}

          end{document}


          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



              documentclass{article}
              usepackage[utf8]{inputenc}
              usepackage{amsmath}

              begin{document}

              begin{equation}
              P = frac{F}{A}, quad text{donde P: Presión, F: Fuerza, A: Área}
              end{equation}

              end{document}


              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



              documentclass{article}
              usepackage{amsmath}

              begin{document}

              begin{equation*
              P = frac{F}{A}, quad text{donde} quad P: presiacute{o}n, quad F: Fuerza, quad A: acute{A}rea
              end{equation}

              end{document}


              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 text{Presió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



              documentclass{article}
              usepackage[utf8]{inputenc}
              usepackage{amsmath}

              begin{document}

              begin{equation}
              P = frac{F}{A}, quad text{donde P: Presión, F: Fuerza, A: Área}
              end{equation}

              end{document}


              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



              documentclass{article}
              usepackage{amsmath}

              begin{document}

              begin{equation*
              P = frac{F}{A}, quad text{donde} quad P: presiacute{o}n, quad F: Fuerza, quad A: acute{A}rea
              end{equation}

              end{document}


              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 text{Presió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



              documentclass{article}
              usepackage[utf8]{inputenc}
              usepackage{amsmath}

              begin{document}

              begin{equation}
              P = frac{F}{A}, quad text{donde P: Presión, F: Fuerza, A: Área}
              end{equation}

              end{document}


              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



              documentclass{article}
              usepackage{amsmath}

              begin{document}

              begin{equation*
              P = frac{F}{A}, quad text{donde} quad P: presiacute{o}n, quad F: Fuerza, quad A: acute{A}rea
              end{equation}

              end{document}


              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



              documentclass{article}
              usepackage[utf8]{inputenc}
              usepackage{amsmath}

              begin{document}

              begin{equation}
              P = frac{F}{A}, quad text{donde P: Presión, F: Fuerza, A: Área}
              end{equation}

              end{document}


              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



              documentclass{article}
              usepackage{amsmath}

              begin{document}

              begin{equation*
              P = frac{F}{A}, quad text{donde} quad P: presiacute{o}n, quad F: Fuerza, quad A: acute{A}rea
              end{equation}

              end{document}


              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 text{Presió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 text{Presió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 text{Presión}.

              – egreg
              Aug 18 '16 at 20:39





              Words should be typeset exactly like “donde”, that is text{Presió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.



              documentclass{article}
              usepackage{amsmath,amssymb}
              usepackage[utf8]{inputenc}
              usepackage[T1]{fontenc}

              usepackage{lmodern}

              begin{document}

              begin{equation*}
              P : Presión, Pressão, Pressure
              end{equation*}

              begin{equation*}
              V_{méd} = frac{Delta S}{Delta t}
              end{equation*}

              begin{equation*}
              A_{á} = E_{é} + I_{í} + O_{ó} + U_{ú}
              end{equation*}

              begin{equation*}
              Ã = É + Ì + Ô + Ü
              end{equation*}

              end{document}


              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.



                documentclass{article}
                usepackage{amsmath,amssymb}
                usepackage[utf8]{inputenc}
                usepackage[T1]{fontenc}

                usepackage{lmodern}

                begin{document}

                begin{equation*}
                P : Presión, Pressão, Pressure
                end{equation*}

                begin{equation*}
                V_{méd} = frac{Delta S}{Delta t}
                end{equation*}

                begin{equation*}
                A_{á} = E_{é} + I_{í} + O_{ó} + U_{ú}
                end{equation*}

                begin{equation*}
                Ã = É + Ì + Ô + Ü
                end{equation*}

                end{document}


                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.



                  documentclass{article}
                  usepackage{amsmath,amssymb}
                  usepackage[utf8]{inputenc}
                  usepackage[T1]{fontenc}

                  usepackage{lmodern}

                  begin{document}

                  begin{equation*}
                  P : Presión, Pressão, Pressure
                  end{equation*}

                  begin{equation*}
                  V_{méd} = frac{Delta S}{Delta t}
                  end{equation*}

                  begin{equation*}
                  A_{á} = E_{é} + I_{í} + O_{ó} + U_{ú}
                  end{equation*}

                  begin{equation*}
                  Ã = É + Ì + Ô + Ü
                  end{equation*}

                  end{document}


                  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.



                  documentclass{article}
                  usepackage{amsmath,amssymb}
                  usepackage[utf8]{inputenc}
                  usepackage[T1]{fontenc}

                  usepackage{lmodern}

                  begin{document}

                  begin{equation*}
                  P : Presión, Pressão, Pressure
                  end{equation*}

                  begin{equation*}
                  V_{méd} = frac{Delta S}{Delta t}
                  end{equation*}

                  begin{equation*}
                  A_{á} = E_{é} + I_{í} + O_{ó} + U_{ú}
                  end{equation*}

                  begin{equation*}
                  Ã = É + Ì + Ô + Ü
                  end{equation*}

                  end{document}


                  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 6 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

                      Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

                      Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

                      How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...