proof environmentHow to set indentation within grammar environment?Warnings and errors highlighting when...
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Why does a metal block make a shrill sound but not a wooden block upon hammering?
Recrystallisation of dibenzylideneacetone
What is the wife of a henpecked husband called?
Isn't using the Extrusion Multiplier like cheating?
Notes in a lick that don't fit in the scale associated with the chord
Slow moving projectiles from a hand-held weapon - how do they reach the target?
Would these multi-classing house rules cause unintended problems?
Groups acting on trees
Is a debit card dangerous for an account with low balance and no overdraft protection?
Jumping Numbers
Why did this image turn out darker?
If I delete my router's history can my ISP still provide it to my parents?
Does fast page mode apply to ROM?
If turtles see everything, and nothing seen can see, does it follow that non-turtles exist?
What is better: yes / no radio, or simple checkbox?
Can an insurance company drop you after receiving a bill and refusing to pay?
What's a good word to describe a public place that looks like it wouldn't be rough?
Contest math problem about crossing out numbers in the table
Am I a Rude Number?
Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?
How would an AI self awareness kill switch work?
Do authors have to be politically correct in article-writing?
Would a National Army of mercenaries be a feasible idea?
proof environment
How to set indentation within grammar environment?Warnings and errors highlighting when compiling in Bash environmentHow to use caption and label in grammar environment?Label on grammar environmentSyntax highlighting for SPARQL query in a listing? (works fine in minted environment but not in listing with mint)How to right-align text in a grammar environment?What is the actual function of “&” in math environment?Starting environment with begin{env} or with env{}Why do we need to specify which environment we end?
documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{pgfplots}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
hspace{1cm}\
textit{Induktionsschritt:} qquad
$begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm} (2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!
end{aligned}$
end{proof}
end{document}
Why does it put the qed box at the wrong place? I want it at the very last line.
Can someone help me here?
syntax
add a comment |
documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{pgfplots}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
hspace{1cm}\
textit{Induktionsschritt:} qquad
$begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm} (2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!
end{aligned}$
end{proof}
end{document}
Why does it put the qed box at the wrong place? I want it at the very last line.
Can someone help me here?
syntax
add a comment |
documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{pgfplots}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
hspace{1cm}\
textit{Induktionsschritt:} qquad
$begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm} (2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!
end{aligned}$
end{proof}
end{document}
Why does it put the qed box at the wrong place? I want it at the very last line.
Can someone help me here?
syntax
documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{pgfplots}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
hspace{1cm}\
textit{Induktionsschritt:} qquad
$begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm} (2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!
end{aligned}$
end{proof}
end{document}
Why does it put the qed box at the wrong place? I want it at the very last line.
Can someone help me here?
syntax
syntax
asked 1 hour ago
chri11chri11
634
634
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The problem is the alignment to the top (I mean the [t] option of aligned environment -- try another alignment to see the difference).
But this problem can be solevd with qedhere command (an hspace command before qedhere should work too if you need some space)
documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{pgfplots}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
\ %hspace before this line break does nothing
textit{Induktionsschritt:} qquad
(
begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm}(2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!qedhere
end{aligned})
end{proof}
end{document}
add a comment |

documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
hspace{1cm}\
textit{Induktionsschritt:} qquad
$begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm} (2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!
end{aligned}$ \[-baselineskip] qedhere
end{proof}
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%2f477394%2fproof-environment%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
The problem is the alignment to the top (I mean the [t] option of aligned environment -- try another alignment to see the difference).
But this problem can be solevd with qedhere command (an hspace command before qedhere should work too if you need some space)
documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{pgfplots}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
\ %hspace before this line break does nothing
textit{Induktionsschritt:} qquad
(
begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm}(2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!qedhere
end{aligned})
end{proof}
end{document}
add a comment |
The problem is the alignment to the top (I mean the [t] option of aligned environment -- try another alignment to see the difference).
But this problem can be solevd with qedhere command (an hspace command before qedhere should work too if you need some space)
documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{pgfplots}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
\ %hspace before this line break does nothing
textit{Induktionsschritt:} qquad
(
begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm}(2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!qedhere
end{aligned})
end{proof}
end{document}
add a comment |
The problem is the alignment to the top (I mean the [t] option of aligned environment -- try another alignment to see the difference).
But this problem can be solevd with qedhere command (an hspace command before qedhere should work too if you need some space)
documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{pgfplots}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
\ %hspace before this line break does nothing
textit{Induktionsschritt:} qquad
(
begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm}(2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!qedhere
end{aligned})
end{proof}
end{document}
The problem is the alignment to the top (I mean the [t] option of aligned environment -- try another alignment to see the difference).
But this problem can be solevd with qedhere command (an hspace command before qedhere should work too if you need some space)
documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{pgfplots}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
\ %hspace before this line break does nothing
textit{Induktionsschritt:} qquad
(
begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm}(2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!qedhere
end{aligned})
end{proof}
end{document}
answered 48 mins ago
koleygrkoleygr
11.4k11038
11.4k11038
add a comment |
add a comment |

documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
hspace{1cm}\
textit{Induktionsschritt:} qquad
$begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm} (2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!
end{aligned}$ \[-baselineskip] qedhere
end{proof}
end{document}
add a comment |

documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
hspace{1cm}\
textit{Induktionsschritt:} qquad
$begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm} (2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!
end{aligned}$ \[-baselineskip] qedhere
end{proof}
end{document}
add a comment |

documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
hspace{1cm}\
textit{Induktionsschritt:} qquad
$begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm} (2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!
end{aligned}$ \[-baselineskip] qedhere
end{proof}
end{document}

documentclass[10pt,a4paper]{article}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
begin{document}
begin{proof}
textit{Induktionsanfang:} $Gamma (1)=int_0^infty e^{-t}dt=1=0!$\
hspace{1cm}\
textit{Induktionsschritt:} qquad
$begin{aligned}[t]
hspace{-0.7cm}Gamma (n+1)&=nGamma (n) hspace{1.6cm} (2.85)\
&=ncdot (n-1)! qquad (textit{Induktionsvoraussetzung})\
&=n!
end{aligned}$ \[-baselineskip] qedhere
end{proof}
end{document}
answered 43 mins ago
leandriisleandriis
9,2451530
9,2451530
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%2f477394%2fproof-environment%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