how to write limit tends to variable $s_i$? The Next CEO of Stack OverflowHow can I write...
Running a General Election and the European Elections together
Is this "being" usage is essential?
Is it professional to write unrelated content in an almost-empty email?
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?
How to count occurrences of text in a file?
How to place nodes around a circle from some initial angle?
What does "Its cash flow is deeply negative" mean?
What is the value of α and β in a triangle?
Why the difference in type-inference over the as-pattern in two similar function definitions?
Should I tutor a student who I know has cheated on their homework?
What flight has the highest ratio of time difference to flight time?
Is there a difference between "Fahrstuhl" and "Aufzug"
Why do airplanes bank sharply to the right after air-to-air refueling?
What was the first Unix version to run on a microcomputer?
How to avoid supervisors with prejudiced views?
Solving system of ODEs with extra parameter
Why is quantifier elimination desirable for a given theory?
Is a distribution that is normal, but highly skewed considered Gaussian?
Prepend last line of stdin to entire stdin
Does increasing your ability score affect your main stat?
Are police here, aren't itthey?
What connection does MS Office have to Netscape Navigator?
Do I need to write [sic] when a number is less than 10 but isn't written out?
Reference request: Grassmannian and Plucker coordinates in type B, C, D
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:
documentclass{article}
begin{document}
[
lim_{xto a} f(x) = max(R)
]
end{document}
add a comment |
Write
lim_{xto s_i}f(x)
in math mode.
add a comment |
Here there is my proposal, you can use also rightarrow instead of to:

documentclass{article}
usepackage{amsmath,verbatim}
begin{document}
begin{verbatim}
If you want use your formula as inline mathmode:
end{verbatim}
$lim_{xrightarrow a} f(x) = max(R)$
begin{verbatim}
Into an ambient equation you will have:
end{verbatim}
begin{equation}
lim_{xrightarrow a} f(x) = max(R)
end{equation}
end{document}
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');
});
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:
documentclass{article}
begin{document}
[
lim_{xto a} f(x) = max(R)
]
end{document}
add a comment |
Replace the usual infty with your variable. Also better not use $$ and it should read max:
documentclass{article}
begin{document}
[
lim_{xto a} f(x) = max(R)
]
end{document}
add a comment |
Replace the usual infty with your variable. Also better not use $$ and it should read max:
documentclass{article}
begin{document}
[
lim_{xto a} f(x) = max(R)
]
end{document}
Replace the usual infty with your variable. Also better not use $$ and it should read max:
documentclass{article}
begin{document}
[
lim_{xto a} f(x) = max(R)
]
end{document}
answered Feb 13 at 13:03
foofoo
4369
4369
add a comment |
add a comment |
Write
lim_{xto s_i}f(x)
in math mode.
add a comment |
Write
lim_{xto s_i}f(x)
in math mode.
add a comment |
Write
lim_{xto s_i}f(x)
in math mode.
Write
lim_{xto s_i}f(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:

documentclass{article}
usepackage{amsmath,verbatim}
begin{document}
begin{verbatim}
If you want use your formula as inline mathmode:
end{verbatim}
$lim_{xrightarrow a} f(x) = max(R)$
begin{verbatim}
Into an ambient equation you will have:
end{verbatim}
begin{equation}
lim_{xrightarrow a} f(x) = max(R)
end{equation}
end{document}
add a comment |
Here there is my proposal, you can use also rightarrow instead of to:

documentclass{article}
usepackage{amsmath,verbatim}
begin{document}
begin{verbatim}
If you want use your formula as inline mathmode:
end{verbatim}
$lim_{xrightarrow a} f(x) = max(R)$
begin{verbatim}
Into an ambient equation you will have:
end{verbatim}
begin{equation}
lim_{xrightarrow a} f(x) = max(R)
end{equation}
end{document}
add a comment |
Here there is my proposal, you can use also rightarrow instead of to:

documentclass{article}
usepackage{amsmath,verbatim}
begin{document}
begin{verbatim}
If you want use your formula as inline mathmode:
end{verbatim}
$lim_{xrightarrow a} f(x) = max(R)$
begin{verbatim}
Into an ambient equation you will have:
end{verbatim}
begin{equation}
lim_{xrightarrow a} f(x) = max(R)
end{equation}
end{document}
Here there is my proposal, you can use also rightarrow instead of to:

documentclass{article}
usepackage{amsmath,verbatim}
begin{document}
begin{verbatim}
If you want use your formula as inline mathmode:
end{verbatim}
$lim_{xrightarrow a} f(x) = max(R)$
begin{verbatim}
Into an ambient equation you will have:
end{verbatim}
begin{equation}
lim_{xrightarrow a} f(x) = max(R)
end{equation}
end{document}
answered 10 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');
});
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');
});
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');
});
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');
});
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