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
|
show 2 more comments
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
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
Jan 14 at 23:50
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
Jan 14 at 23:50
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
Jan 14 at 23:51
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
Jan 15 at 0:13
Note thatdisplaystyle
, if used correctly, will have two effects: (i) the fraction term will be typeset differently and (ii) the argument oflim
will be placed below rather than to the lower-right of "lim".
– Mico
Jan 15 at 3:20
|
show 2 more comments
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
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
edited Jan 15 at 2:13
Phelype Oleinik
21.7k54381
21.7k54381
asked Jan 14 at 23:46
buffalobuffalo
31
31
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
Jan 14 at 23:50
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
Jan 14 at 23:50
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
Jan 14 at 23:51
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
Jan 15 at 0:13
Note thatdisplaystyle
, if used correctly, will have two effects: (i) the fraction term will be typeset differently and (ii) the argument oflim
will be placed below rather than to the lower-right of "lim".
– Mico
Jan 15 at 3:20
|
show 2 more comments
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
Jan 14 at 23:50
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
Jan 14 at 23:50
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
Jan 14 at 23:51
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
Jan 15 at 0:13
Note thatdisplaystyle
, if used correctly, will have two effects: (i) the fraction term will be typeset differently and (ii) the argument oflim
will be placed below rather than to the lower-right of "lim".
– Mico
Jan 15 at 3:20
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
Jan 14 at 23:50
Welcome to TeX.SE! Are you looking for displaystyle?
– marmot
Jan 14 at 23:50
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
Jan 14 at 23:50
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
Jan 14 at 23:50
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
Jan 14 at 23:51
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
Jan 14 at 23:51
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
Jan 15 at 0:13
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
Jan 15 at 0:13
Note that
displaystyle
, if used correctly, will have two effects: (i) the fraction term will be typeset differently and (ii) the argument of lim
will be placed below rather than to the lower-right of "lim".– Mico
Jan 15 at 3:20
Note that
displaystyle
, if used correctly, will have two effects: (i) the fraction term will be typeset differently and (ii) the argument of lim
will be placed below rather than to the lower-right of "lim".– Mico
Jan 15 at 3:20
|
show 2 more comments
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.; displaystylelim_{x to 1}frac{x^2}{x-2}$
$2.; displaystylelim_{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
Jan 15 at 0:14
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
Jan 15 at 0:22
superb, tyvm works
– buffalo
Jan 15 at 1:48
displaystyle
is a switch, i.e., it doesn't take an argument.
– Mico
Jan 15 at 2:31
@David Carlisle; Yes. 'Tis fixed. Actually, I didn't notice the O.P. useddisplaystyle
as a command. Thanks!
– Bernard
Jan 15 at 10:04
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%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.; displaystylelim_{x to 1}frac{x^2}{x-2}$
$2.; displaystylelim_{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
Jan 15 at 0:14
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
Jan 15 at 0:22
superb, tyvm works
– buffalo
Jan 15 at 1:48
displaystyle
is a switch, i.e., it doesn't take an argument.
– Mico
Jan 15 at 2:31
@David Carlisle; Yes. 'Tis fixed. Actually, I didn't notice the O.P. useddisplaystyle
as a command. Thanks!
– Bernard
Jan 15 at 10:04
add a comment |
This should work, but isn't well coded. Are you tring to do an enumeration of maths formulæ?
$1.; displaystylelim_{x to 1}frac{x^2}{x-2}$
$2.; displaystylelim_{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
Jan 15 at 0:14
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
Jan 15 at 0:22
superb, tyvm works
– buffalo
Jan 15 at 1:48
displaystyle
is a switch, i.e., it doesn't take an argument.
– Mico
Jan 15 at 2:31
@David Carlisle; Yes. 'Tis fixed. Actually, I didn't notice the O.P. useddisplaystyle
as a command. Thanks!
– Bernard
Jan 15 at 10:04
add a comment |
This should work, but isn't well coded. Are you tring to do an enumeration of maths formulæ?
$1.; displaystylelim_{x to 1}frac{x^2}{x-2}$
$2.; displaystylelim_{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.; displaystylelim_{x to 1}frac{x^2}{x-2}$
$2.; displaystylelim_{x to 0}tan(x+pi/4)$
edited Jan 15 at 10:01
answered Jan 14 at 23:52
BernardBernard
167k770195
167k770195
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
Jan 15 at 0:14
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
Jan 15 at 0:22
superb, tyvm works
– buffalo
Jan 15 at 1:48
displaystyle
is a switch, i.e., it doesn't take an argument.
– Mico
Jan 15 at 2:31
@David Carlisle; Yes. 'Tis fixed. Actually, I didn't notice the O.P. useddisplaystyle
as a command. Thanks!
– Bernard
Jan 15 at 10:04
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
Jan 15 at 0:14
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
Jan 15 at 0:22
superb, tyvm works
– buffalo
Jan 15 at 1:48
displaystyle
is a switch, i.e., it doesn't take an argument.
– Mico
Jan 15 at 2:31
@David Carlisle; Yes. 'Tis fixed. Actually, I didn't notice the O.P. useddisplaystyle
as a command. Thanks!
– Bernard
Jan 15 at 10:04
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
Jan 15 at 0:14
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
Jan 15 at 0:14
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
Jan 15 at 0:22
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
Jan 15 at 0:22
superb, tyvm works
– buffalo
Jan 15 at 1:48
superb, tyvm works
– buffalo
Jan 15 at 1:48
displaystyle
is a switch, i.e., it doesn't take an argument.– Mico
Jan 15 at 2:31
displaystyle
is a switch, i.e., it doesn't take an argument.– Mico
Jan 15 at 2:31
@David Carlisle; Yes. 'Tis fixed. Actually, I didn't notice the O.P. used
displaystyle
as a command. Thanks!– Bernard
Jan 15 at 10:04
@David Carlisle; Yes. 'Tis fixed. Actually, I didn't notice the O.P. used
displaystyle
as a command. Thanks!– Bernard
Jan 15 at 10:04
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%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
Jan 14 at 23:50
Welcome to TeX SX! Why do you split each line into two math groups?
– Bernard
Jan 14 at 23:50
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
Jan 14 at 23:51
ty, i had added it - what is the best way to add a small space between the limit and the fraction?
– buffalo
Jan 15 at 0:13
Note that
displaystyle
, if used correctly, will have two effects: (i) the fraction term will be typeset differently and (ii) the argument oflim
will be placed below rather than to the lower-right of "lim".– Mico
Jan 15 at 3:20