sizing of fractions in limits
How can i write the fractions in 1) so the numerator and denominator have the same height as the non-fraction in 2)
I'm using:
$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$ \
$2.; displaystyle{lim_{x to 0}}$ $tan(x+pi/4)$ \

fractions height
New contributor
buffalo 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 |
How can i write the fractions in 1) so the numerator and denominator have the same height as the non-fraction in 2)
I'm using:
$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$ \
$2.; displaystyle{lim_{x to 0}}$ $tan(x+pi/4)$ \

fractions height
New contributor
buffalo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
2 hours ago
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
2 hours ago
Change$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$to$1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$. (i.e. remove the two$in the middle). Actually, you should do this for both 1 and 2 anyway :-)
– whatisit
2 hours ago
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
2 hours ago
add a comment |
How can i write the fractions in 1) so the numerator and denominator have the same height as the non-fraction in 2)
I'm using:
$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$ \
$2.; displaystyle{lim_{x to 0}}$ $tan(x+pi/4)$ \

fractions height
New contributor
buffalo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
How can i write the fractions in 1) so the numerator and denominator have the same height as the non-fraction in 2)
I'm using:
$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$ \
$2.; displaystyle{lim_{x to 0}}$ $tan(x+pi/4)$ \

fractions height
fractions height
New contributor
buffalo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
buffalo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 19 mins ago
Phelype Oleinik
21.6k54381
21.6k54381
New contributor
buffalo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
buffalobuffalo
31
31
New contributor
buffalo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
buffalo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
buffalo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
2 hours ago
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
2 hours ago
Change$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$to$1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$. (i.e. remove the two$in the middle). Actually, you should do this for both 1 and 2 anyway :-)
– whatisit
2 hours ago
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
2 hours ago
add a comment |
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
2 hours ago
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
2 hours ago
Change$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$to$1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$. (i.e. remove the two$in the middle). Actually, you should do this for both 1 and 2 anyway :-)
– whatisit
2 hours ago
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
2 hours ago
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
2 hours ago
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
2 hours ago
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
2 hours ago
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
2 hours ago
Change
$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$ to $1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$. (i.e. remove the two $ in the middle). Actually, you should do this for both 1 and 2 anyway :-)– whatisit
2 hours ago
Change
$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$ to $1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$. (i.e. remove the two $ in the middle). Actually, you should do this for both 1 and 2 anyway :-)– whatisit
2 hours ago
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
2 hours ago
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
This should work, but isn't well coded. Are you tring to do an enumeration of maths formulæ?
$1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$
$2.; displaystyle{lim_{x to 0}}tan(x+pi/4)$
ty, i had added the $ $ for a small space - what is the best way to add a small space between the limit and the fraction? ty
– buffalo
2 hours ago
Normally it is all taken care of by the system. If think it's as fine as you'd like, you may add a tin unbreakable space (,) between the limit and the fraction.
– Bernard
2 hours ago
superb, tyvm works
– buffalo
43 mins ago
displaystyleis a switch, i.e., it doesn't take an argument.
– Mico
54 secs ago
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
});
}
});
buffalo is a new contributor. Be nice, and check out our Code of Conduct.
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%2f470158%2fsizing-of-fractions-in-limits%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This should work, but isn't well coded. Are you tring to do an enumeration of maths formulæ?
$1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$
$2.; displaystyle{lim_{x to 0}}tan(x+pi/4)$
ty, i had added the $ $ for a small space - what is the best way to add a small space between the limit and the fraction? ty
– buffalo
2 hours ago
Normally it is all taken care of by the system. If think it's as fine as you'd like, you may add a tin unbreakable space (,) between the limit and the fraction.
– Bernard
2 hours ago
superb, tyvm works
– buffalo
43 mins ago
displaystyleis a switch, i.e., it doesn't take an argument.
– Mico
54 secs ago
add a comment |
This should work, but isn't well coded. Are you tring to do an enumeration of maths formulæ?
$1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$
$2.; displaystyle{lim_{x to 0}}tan(x+pi/4)$
ty, i had added the $ $ for a small space - what is the best way to add a small space between the limit and the fraction? ty
– buffalo
2 hours ago
Normally it is all taken care of by the system. If think it's as fine as you'd like, you may add a tin unbreakable space (,) between the limit and the fraction.
– Bernard
2 hours ago
superb, tyvm works
– buffalo
43 mins ago
displaystyleis a switch, i.e., it doesn't take an argument.
– Mico
54 secs ago
add a comment |
This should work, but isn't well coded. Are you tring to do an enumeration of maths formulæ?
$1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$
$2.; displaystyle{lim_{x to 0}}tan(x+pi/4)$
This should work, but isn't well coded. Are you tring to do an enumeration of maths formulæ?
$1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$
$2.; displaystyle{lim_{x to 0}}tan(x+pi/4)$
answered 2 hours ago
BernardBernard
167k769194
167k769194
ty, i had added the $ $ for a small space - what is the best way to add a small space between the limit and the fraction? ty
– buffalo
2 hours ago
Normally it is all taken care of by the system. If think it's as fine as you'd like, you may add a tin unbreakable space (,) between the limit and the fraction.
– Bernard
2 hours ago
superb, tyvm works
– buffalo
43 mins ago
displaystyleis a switch, i.e., it doesn't take an argument.
– Mico
54 secs ago
add a comment |
ty, i had added the $ $ for a small space - what is the best way to add a small space between the limit and the fraction? ty
– buffalo
2 hours ago
Normally it is all taken care of by the system. If think it's as fine as you'd like, you may add a tin unbreakable space (,) between the limit and the fraction.
– Bernard
2 hours ago
superb, tyvm works
– buffalo
43 mins ago
displaystyleis a switch, i.e., it doesn't take an argument.
– Mico
54 secs ago
ty, i had added the $ $ for a small space - what is the best way to add a small space between the limit and the fraction? ty
– buffalo
2 hours ago
ty, i had added the $ $ for a small space - what is the best way to add a small space between the limit and the fraction? ty
– buffalo
2 hours ago
Normally it is all taken care of by the system. If think it's as fine as you'd like, you may add a tin unbreakable space (
,) between the limit and the fraction.– Bernard
2 hours ago
Normally it is all taken care of by the system. If think it's as fine as you'd like, you may add a tin unbreakable space (
,) between the limit and the fraction.– Bernard
2 hours ago
superb, tyvm works
– buffalo
43 mins ago
superb, tyvm works
– buffalo
43 mins ago
displaystyle is a switch, i.e., it doesn't take an argument.– Mico
54 secs ago
displaystyle is a switch, i.e., it doesn't take an argument.– Mico
54 secs ago
add a comment |
buffalo is a new contributor. Be nice, and check out our Code of Conduct.
buffalo is a new contributor. Be nice, and check out our Code of Conduct.
buffalo is a new contributor. Be nice, and check out our Code of Conduct.
buffalo is a new contributor. Be nice, and check out our Code of Conduct.
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%2f470158%2fsizing-of-fractions-in-limits%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
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
2 hours ago
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
2 hours ago
Change
$1.; displaystyle{lim_{x to 1}}$ $frac{x^2}{x-2}$to$1.; displaystyle{lim_{x to 1}}frac{x^2}{x-2}$. (i.e. remove the two$in the middle). Actually, you should do this for both 1 and 2 anyway :-)– whatisit
2 hours ago
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
2 hours ago