how to write limit tends to variable $s_i$? The Next CEO of Stack OverflowHow can I write tilde ~ in math mode?How to write these symbols in Latex?Is there a method just write `____` to get a underline hphantom, which width is 4em?How to write checkmark in latexHow to write “ℰ”How should I write $x^*^2$How do I write Itô's with the special symbol?Write a $ currency symbolHow to write stylish letter and text with in the specific fashion?I want to write 'Đ'
Circle x^2 + y^2 = n! doesn't hit any lattice points for any n except for 0, 1, 2 and 6 or does it?
I want to delete every two lines after 3rd lines in file contain very large number of lines :
What flight has the highest ratio of time difference to flight time?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Is there a way to save my career from absolute disaster?
Proper way to express "He disappeared them"
Domestic-to-international connection at Orlando (MCO)
Is this "being" usage is essential?
What benefits would be gained by using human laborers instead of drones in deep sea mining?
Why is my new battery behaving weirdly?
Is French Guiana a (hard) EU border?
Reference request: Grassmannian and Plucker coordinates in type B, C, D
Would a completely good Muggle be able to use a wand?
Solving system of ODEs with extra parameter
Why is quantifier elimination desirable for a given theory?
Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?
Is it okay to majorly distort historical facts while writing a fiction story?
Running a General Election and the European Elections together
Unreliable Magic - Is it worth it?
Is it ever safe to open a suspicious HTML file (e.g. email attachment)?
Rotate a column
Some questions about different axiomatic systems for neighbourhoods
Newlines in BSD sed vs gsed
If a black hole is created from light, can this black hole then move at the speed of light?
how to write limit tends to variable $s_i$?
The Next CEO of Stack OverflowHow can I write tilde ~ in math mode?How to write these symbols in Latex?Is there a method just write `____` to get a underline hphantom, which width is 4em?How to write checkmark in latexHow to write “ℰ”How should I write $x^*^2$How do I write Itô's with the special symbol?Write a $ currency symbolHow to write stylish letter and text with in the specific fashion?I want to write 'Đ'
I do not want to write limit tends to infinite, instead of infinite it should be variable:
$$lim_xtovariable f(x) = max(R)$$
How may I write in LaTeX code?
symbols
add a comment |
I do not want to write limit tends to infinite, instead of infinite it should be variable:
$$lim_xtovariable f(x) = max(R)$$
How may I write in LaTeX code?
symbols
2
Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$
– JPi
Feb 13 at 13:03
add a comment |
I do not want to write limit tends to infinite, instead of infinite it should be variable:
$$lim_xtovariable f(x) = max(R)$$
How may I write in LaTeX code?
symbols
I do not want to write limit tends to infinite, instead of infinite it should be variable:
$$lim_xtovariable f(x) = max(R)$$
How may I write in LaTeX code?
symbols
symbols
edited Feb 13 at 13:05
Sigur
26.2k457142
26.2k457142
asked Feb 13 at 12:59
sanjay guptasanjay gupta
112
112
2
Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$
– JPi
Feb 13 at 13:03
add a comment |
2
Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$
– JPi
Feb 13 at 13:03
2
2
Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$
– JPi
Feb 13 at 13:03
Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$
– JPi
Feb 13 at 13:03
add a comment |
3 Answers
3
active
oldest
votes
Replace the usual infty with your variable. Also better not use $$ and it should read max:
documentclassarticle
begindocument
[
lim_xto a f(x) = max(R)
]
enddocument
add a comment |
Write
lim_xto s_if(x)
in math mode.
add a comment |
Here there is my proposal, you can use also rightarrow instead of to:

documentclassarticle
usepackageamsmath,verbatim
begindocument
beginverbatim
If you want use your formula as inline mathmode:
endverbatim
$lim_xrightarrow a f(x) = max(R)$
beginverbatim
Into an ambient equation you will have:
endverbatim
beginequation
lim_xrightarrow a f(x) = max(R)
endequation
enddocument
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%2f474691%2fhow-to-write-limit-tends-to-variable-s-i%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
Replace the usual infty with your variable. Also better not use $$ and it should read max:
documentclassarticle
begindocument
[
lim_xto a f(x) = max(R)
]
enddocument
add a comment |
Replace the usual infty with your variable. Also better not use $$ and it should read max:
documentclassarticle
begindocument
[
lim_xto a f(x) = max(R)
]
enddocument
add a comment |
Replace the usual infty with your variable. Also better not use $$ and it should read max:
documentclassarticle
begindocument
[
lim_xto a f(x) = max(R)
]
enddocument
Replace the usual infty with your variable. Also better not use $$ and it should read max:
documentclassarticle
begindocument
[
lim_xto a f(x) = max(R)
]
enddocument
answered Feb 13 at 13:03
foofoo
4369
4369
add a comment |
add a comment |
Write
lim_xto s_if(x)
in math mode.
add a comment |
Write
lim_xto s_if(x)
in math mode.
add a comment |
Write
lim_xto s_if(x)
in math mode.
Write
lim_xto s_if(x)
in math mode.
edited Feb 15 at 0:49
answered Feb 13 at 21:43
Chris CusterChris Custer
1045
1045
add a comment |
add a comment |
Here there is my proposal, you can use also rightarrow instead of to:

documentclassarticle
usepackageamsmath,verbatim
begindocument
beginverbatim
If you want use your formula as inline mathmode:
endverbatim
$lim_xrightarrow a f(x) = max(R)$
beginverbatim
Into an ambient equation you will have:
endverbatim
beginequation
lim_xrightarrow a f(x) = max(R)
endequation
enddocument
add a comment |
Here there is my proposal, you can use also rightarrow instead of to:

documentclassarticle
usepackageamsmath,verbatim
begindocument
beginverbatim
If you want use your formula as inline mathmode:
endverbatim
$lim_xrightarrow a f(x) = max(R)$
beginverbatim
Into an ambient equation you will have:
endverbatim
beginequation
lim_xrightarrow a f(x) = max(R)
endequation
enddocument
add a comment |
Here there is my proposal, you can use also rightarrow instead of to:

documentclassarticle
usepackageamsmath,verbatim
begindocument
beginverbatim
If you want use your formula as inline mathmode:
endverbatim
$lim_xrightarrow a f(x) = max(R)$
beginverbatim
Into an ambient equation you will have:
endverbatim
beginequation
lim_xrightarrow a f(x) = max(R)
endequation
enddocument
Here there is my proposal, you can use also rightarrow instead of to:

documentclassarticle
usepackageamsmath,verbatim
begindocument
beginverbatim
If you want use your formula as inline mathmode:
endverbatim
$lim_xrightarrow a f(x) = max(R)$
beginverbatim
Into an ambient equation you will have:
endverbatim
beginequation
lim_xrightarrow a f(x) = max(R)
endequation
enddocument
answered 15 mins ago
SebastianoSebastiano
11.3k42164
11.3k42164
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%2f474691%2fhow-to-write-limit-tends-to-variable-s-i%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
2
Just replace variable with a space followed by the variable. Also, use [ and ] instead of $$
– JPi
Feb 13 at 13:03