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
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
add a comment |
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
4
You mean that contain text, for example wordPresión? Trybeginequation* P : text Presión endequation*. For this you nead to use packageamsmathormathtools.
– Zarko
Aug 18 '16 at 0:23
add a comment |
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
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
equations accents
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 wordPresión? Trybeginequation* P : text Presión endequation*. For this you nead to use packageamsmathormathtools.
– Zarko
Aug 18 '16 at 0:23
add a comment |
4
You mean that contain text, for example wordPresión? Trybeginequation* P : text Presión endequation*. For this you nead to use packageamsmathormathtools.
– 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
add a comment |
3 Answers
3
active
oldest
votes
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

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

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:

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! ;)
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 istextPresió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
|
show 2 more comments
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

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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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

add a comment |
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

add a comment |
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

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

answered Aug 18 '16 at 20:46
egregegreg
731k8919303252
731k8919303252
add a comment |
add a comment |
You can put any text inside a math environment (equations, $$ ... $$, etc) using the text option. For example, the code below produces this:

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:

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! ;)
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 istextPresió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
|
show 2 more comments
You can put any text inside a math environment (equations, $$ ... $$, etc) using the text option. For example, the code below produces this:

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:

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! ;)
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 istextPresió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
|
show 2 more comments
You can put any text inside a math environment (equations, $$ ... $$, etc) using the text option. For example, the code below produces this:

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:

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! ;)
You can put any text inside a math environment (equations, $$ ... $$, etc) using the text option. For example, the code below produces this:

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:

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! ;)
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 istextPresió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
|
show 2 more comments
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 istextPresió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
|
show 2 more comments
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

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.
add a comment |
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

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.
add a comment |
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

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

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.
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.
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
4
You mean that contain text, for example word
Presión? Trybeginequation* P : text Presión endequation*. For this you nead to use packageamsmathormathtools.– Zarko
Aug 18 '16 at 0:23