Fraction within another fractionFraction with doubled lineCan't make a fractionFraction in bracketsProblem...
Is practicing on a digital piano harmful to an experienced piano player?
Sri Keyuravati of krama tradition
Trying to detect if any checked values contains a specific string
Is there any good browser plugin or tool to quickly identify any security issues of a web site?
Why write a book when there's a movie in my head?
Lubuntu 18.10 File Manager: How to view directory tree structure?
Given a total recursive function, can you always compute its fixed-point?
Taking an academic pseudonym?
Coworker asking me to not bring cakes due to self control issue. What should I do?
Crack the bank account's password!
Why "rm -r" is unable to delete this folder?
Is Screenshot Time-tracking Common?
'DataFrame' object has no attribute 'to_dataframe'
Do the speed limit reductions due to pollution also apply to electric cars in France?
I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."
Dealing with an internal ScriptKiddie
Is it really OK to use "because of"?
Players preemptively rolling, even though their rolls are useless or are checking the wrong skills
Fraction within another fraction
Was Opportunity's last message to Earth "My battery is low and it's getting dark"?
How unreachable are Jupiter's moons from Mars with the technology developed for going to Mars?
Buying a "Used" Router
Does copper wire need to say it's copper?
Minimum Viable Product for RTS game?
Fraction within another fraction
Fraction with doubled lineCan't make a fractionFraction in bracketsProblem with fractionFraction Brackets sizeIncrease margin between tilde and line of fractionSubscript within a fractionFraction lines?Why fraction (with power) in fraction doesn't work?Shorten fraction line
Im using the code as shown below to write a step by step for a question but when i have a fraction in another fraction it becomes small and hard to read. i wish to make the faction inside the same size as the other and clear but not too crowded.
begin{align*}
frac{sin(a+b)}{cos(a+b)}&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
&=frac{frac{sin a cos b}{cos a cos b} + frac{cos a sin b}{cos a cos b}}{frac{cos a cos b}{cos a cos b} - frac{sin a sin b}{cos a cos b}}
\
&=frac{frac{sin a}{cos a} + frac{sin b}{cos b}}{1 - frac{sin a sin b}{cos a cos b}}
\
&=frac{tan a +tan b }{1 - tan a tan b}
end{align*}
fractions
add a comment |
Im using the code as shown below to write a step by step for a question but when i have a fraction in another fraction it becomes small and hard to read. i wish to make the faction inside the same size as the other and clear but not too crowded.
begin{align*}
frac{sin(a+b)}{cos(a+b)}&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
&=frac{frac{sin a cos b}{cos a cos b} + frac{cos a sin b}{cos a cos b}}{frac{cos a cos b}{cos a cos b} - frac{sin a sin b}{cos a cos b}}
\
&=frac{frac{sin a}{cos a} + frac{sin b}{cos b}}{1 - frac{sin a sin b}{cos a cos b}}
\
&=frac{tan a +tan b }{1 - tan a tan b}
end{align*}
fractions
2
Adddisplaystyle
before the small fraction, or (withamsmath
), usedfrac
.
– Steven B. Segletes
24 mins ago
when i do that there ends up having a really small gap between the small fraction bottom and big fractions line and other small fraction top
– Jettie Baker
22 mins ago
add a comment |
Im using the code as shown below to write a step by step for a question but when i have a fraction in another fraction it becomes small and hard to read. i wish to make the faction inside the same size as the other and clear but not too crowded.
begin{align*}
frac{sin(a+b)}{cos(a+b)}&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
&=frac{frac{sin a cos b}{cos a cos b} + frac{cos a sin b}{cos a cos b}}{frac{cos a cos b}{cos a cos b} - frac{sin a sin b}{cos a cos b}}
\
&=frac{frac{sin a}{cos a} + frac{sin b}{cos b}}{1 - frac{sin a sin b}{cos a cos b}}
\
&=frac{tan a +tan b }{1 - tan a tan b}
end{align*}
fractions
Im using the code as shown below to write a step by step for a question but when i have a fraction in another fraction it becomes small and hard to read. i wish to make the faction inside the same size as the other and clear but not too crowded.
begin{align*}
frac{sin(a+b)}{cos(a+b)}&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
&=frac{frac{sin a cos b}{cos a cos b} + frac{cos a sin b}{cos a cos b}}{frac{cos a cos b}{cos a cos b} - frac{sin a sin b}{cos a cos b}}
\
&=frac{frac{sin a}{cos a} + frac{sin b}{cos b}}{1 - frac{sin a sin b}{cos a cos b}}
\
&=frac{tan a +tan b }{1 - tan a tan b}
end{align*}
fractions
fractions
asked 26 mins ago
Jettie BakerJettie Baker
254
254
2
Adddisplaystyle
before the small fraction, or (withamsmath
), usedfrac
.
– Steven B. Segletes
24 mins ago
when i do that there ends up having a really small gap between the small fraction bottom and big fractions line and other small fraction top
– Jettie Baker
22 mins ago
add a comment |
2
Adddisplaystyle
before the small fraction, or (withamsmath
), usedfrac
.
– Steven B. Segletes
24 mins ago
when i do that there ends up having a really small gap between the small fraction bottom and big fractions line and other small fraction top
– Jettie Baker
22 mins ago
2
2
Add
displaystyle
before the small fraction, or (with amsmath
), use dfrac
.– Steven B. Segletes
24 mins ago
Add
displaystyle
before the small fraction, or (with amsmath
), use dfrac
.– Steven B. Segletes
24 mins ago
when i do that there ends up having a really small gap between the small fraction bottom and big fractions line and other small fraction top
– Jettie Baker
22 mins ago
when i do that there ends up having a really small gap between the small fraction bottom and big fractions line and other small fraction top
– Jettie Baker
22 mins ago
add a comment |
2 Answers
2
active
oldest
votes
To remedy the small (textstyle
) equations, as I said in a comment, add displaystyle
before the small fraction, or (with amsmath
), use dfrac
. However, that does not address the narrow vertical gap between really tall equations.
With a TABstack, the gap between equations can be easily specified. Here, because the equation(s) is/are unnumbered, and the height of each equation is different, I choose a alignShortstack
instead of an alignCenterstack
documentclass{article}
usepackage{amsmath,tabstackengine}
TABstackMath
TABstackMathstyle{displaystyle}
begin{document}
[
setstackgap{S}{16pt}
alignShortstack{
frac{sin(a+b)}{cos(a+b)}&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}{1 - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{tan a +tan b }{1 - tan a tan b}}
]
end{document}
add a comment |
with use of amsmath
and manuals increased vertical distance between math equation's lines:
documentclass{article}
usepackage{amsmath}
begin{document}
begin{align*}
frac{sin(a+b)}{cos(a+b)}
&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \[1ex]
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}
{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}\[1ex]
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}
{1 - dfrac{sin a sin b}{cos a cos b}} \[1ex]
&=frac{tan a +tan b }{1 - tan a tan b}
end{align*}
end{document}
The fractions in the numerator appear too close to the fraction line compared to what's below the fraction line. This might be improved by addingmathstrut
to each of the denominators in the numerator fractions. (But it will probably never look wonderful.)
– barbara beeton
23 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
});
}
});
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%2f476483%2ffraction-within-another-fraction%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
To remedy the small (textstyle
) equations, as I said in a comment, add displaystyle
before the small fraction, or (with amsmath
), use dfrac
. However, that does not address the narrow vertical gap between really tall equations.
With a TABstack, the gap between equations can be easily specified. Here, because the equation(s) is/are unnumbered, and the height of each equation is different, I choose a alignShortstack
instead of an alignCenterstack
documentclass{article}
usepackage{amsmath,tabstackengine}
TABstackMath
TABstackMathstyle{displaystyle}
begin{document}
[
setstackgap{S}{16pt}
alignShortstack{
frac{sin(a+b)}{cos(a+b)}&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}{1 - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{tan a +tan b }{1 - tan a tan b}}
]
end{document}
add a comment |
To remedy the small (textstyle
) equations, as I said in a comment, add displaystyle
before the small fraction, or (with amsmath
), use dfrac
. However, that does not address the narrow vertical gap between really tall equations.
With a TABstack, the gap between equations can be easily specified. Here, because the equation(s) is/are unnumbered, and the height of each equation is different, I choose a alignShortstack
instead of an alignCenterstack
documentclass{article}
usepackage{amsmath,tabstackengine}
TABstackMath
TABstackMathstyle{displaystyle}
begin{document}
[
setstackgap{S}{16pt}
alignShortstack{
frac{sin(a+b)}{cos(a+b)}&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}{1 - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{tan a +tan b }{1 - tan a tan b}}
]
end{document}
add a comment |
To remedy the small (textstyle
) equations, as I said in a comment, add displaystyle
before the small fraction, or (with amsmath
), use dfrac
. However, that does not address the narrow vertical gap between really tall equations.
With a TABstack, the gap between equations can be easily specified. Here, because the equation(s) is/are unnumbered, and the height of each equation is different, I choose a alignShortstack
instead of an alignCenterstack
documentclass{article}
usepackage{amsmath,tabstackengine}
TABstackMath
TABstackMathstyle{displaystyle}
begin{document}
[
setstackgap{S}{16pt}
alignShortstack{
frac{sin(a+b)}{cos(a+b)}&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}{1 - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{tan a +tan b }{1 - tan a tan b}}
]
end{document}
To remedy the small (textstyle
) equations, as I said in a comment, add displaystyle
before the small fraction, or (with amsmath
), use dfrac
. However, that does not address the narrow vertical gap between really tall equations.
With a TABstack, the gap between equations can be easily specified. Here, because the equation(s) is/are unnumbered, and the height of each equation is different, I choose a alignShortstack
instead of an alignCenterstack
documentclass{article}
usepackage{amsmath,tabstackengine}
TABstackMath
TABstackMathstyle{displaystyle}
begin{document}
[
setstackgap{S}{16pt}
alignShortstack{
frac{sin(a+b)}{cos(a+b)}&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b}
\
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}{1 - dfrac{sin a sin b}{cos a cos b}}
\
&=frac{tan a +tan b }{1 - tan a tan b}}
]
end{document}
answered 18 mins ago
Steven B. SegletesSteven B. Segletes
156k9202411
156k9202411
add a comment |
add a comment |
with use of amsmath
and manuals increased vertical distance between math equation's lines:
documentclass{article}
usepackage{amsmath}
begin{document}
begin{align*}
frac{sin(a+b)}{cos(a+b)}
&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \[1ex]
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}
{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}\[1ex]
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}
{1 - dfrac{sin a sin b}{cos a cos b}} \[1ex]
&=frac{tan a +tan b }{1 - tan a tan b}
end{align*}
end{document}
The fractions in the numerator appear too close to the fraction line compared to what's below the fraction line. This might be improved by addingmathstrut
to each of the denominators in the numerator fractions. (But it will probably never look wonderful.)
– barbara beeton
23 secs ago
add a comment |
with use of amsmath
and manuals increased vertical distance between math equation's lines:
documentclass{article}
usepackage{amsmath}
begin{document}
begin{align*}
frac{sin(a+b)}{cos(a+b)}
&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \[1ex]
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}
{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}\[1ex]
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}
{1 - dfrac{sin a sin b}{cos a cos b}} \[1ex]
&=frac{tan a +tan b }{1 - tan a tan b}
end{align*}
end{document}
The fractions in the numerator appear too close to the fraction line compared to what's below the fraction line. This might be improved by addingmathstrut
to each of the denominators in the numerator fractions. (But it will probably never look wonderful.)
– barbara beeton
23 secs ago
add a comment |
with use of amsmath
and manuals increased vertical distance between math equation's lines:
documentclass{article}
usepackage{amsmath}
begin{document}
begin{align*}
frac{sin(a+b)}{cos(a+b)}
&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \[1ex]
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}
{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}\[1ex]
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}
{1 - dfrac{sin a sin b}{cos a cos b}} \[1ex]
&=frac{tan a +tan b }{1 - tan a tan b}
end{align*}
end{document}
with use of amsmath
and manuals increased vertical distance between math equation's lines:
documentclass{article}
usepackage{amsmath}
begin{document}
begin{align*}
frac{sin(a+b)}{cos(a+b)}
&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \
tan(a+b)&=frac{sin a cos b + cos a sin b}{cos a cos b - sin a sin b} \[1ex]
&=frac{dfrac{sin a cos b}{cos a cos b} + dfrac{cos a sin b}{cos a cos b}}
{dfrac{cos a cos b}{cos a cos b} - dfrac{sin a sin b}{cos a cos b}}\[1ex]
&=frac{dfrac{sin a}{cos a} + dfrac{sin b}{cos b}}
{1 - dfrac{sin a sin b}{cos a cos b}} \[1ex]
&=frac{tan a +tan b }{1 - tan a tan b}
end{align*}
end{document}
answered 13 mins ago
ZarkoZarko
125k867164
125k867164
The fractions in the numerator appear too close to the fraction line compared to what's below the fraction line. This might be improved by addingmathstrut
to each of the denominators in the numerator fractions. (But it will probably never look wonderful.)
– barbara beeton
23 secs ago
add a comment |
The fractions in the numerator appear too close to the fraction line compared to what's below the fraction line. This might be improved by addingmathstrut
to each of the denominators in the numerator fractions. (But it will probably never look wonderful.)
– barbara beeton
23 secs ago
The fractions in the numerator appear too close to the fraction line compared to what's below the fraction line. This might be improved by adding
mathstrut
to each of the denominators in the numerator fractions. (But it will probably never look wonderful.)– barbara beeton
23 secs ago
The fractions in the numerator appear too close to the fraction line compared to what's below the fraction line. This might be improved by adding
mathstrut
to each of the denominators in the numerator fractions. (But it will probably never look wonderful.)– barbara beeton
23 secs ago
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%2f476483%2ffraction-within-another-fraction%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
Add
displaystyle
before the small fraction, or (withamsmath
), usedfrac
.– Steven B. Segletes
24 mins ago
when i do that there ends up having a really small gap between the small fraction bottom and big fractions line and other small fraction top
– Jettie Baker
22 mins ago