Creating box on long enumeration
Hello so I want to make a box outside of enumeration:
noindentfbox{
parbox{textwidth}{
begin{enumerate}
item Matriks contoh merupakan matriks berukuran 2x2 seperti berikut: \
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
item Kemudian mencari matriks S dengan menggunakan rumus 2.2 hingga 2.3.\
$AA^T$=
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
*
$begin{pmatrix}
0 & 0\
0 & 5
end{pmatrix}$
=
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$ \\
$det(AA^T-lambda textit{I}) = 0$\\
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
- $lambda$
$begin{pmatrix}
1 & 0\
0 & 1
end{pmatrix}$
= 0 \
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
-
$begin{pmatrix}
lambda & 0\
0 & lambda
end{pmatrix}$
= 0 \
det
$begin{pmatrix}
4-lambda & 0\
0 & 4-lambda
end{pmatrix}$
= 0 \
...
begin{pmatrix}
1 & 0\
0 & 1
end{pmatrix}
$
end{enumerate}
}}
But then I add the fbox and parbox like in this solution but it seems that the content kinda hidden at the end of the first page of the box. Any help?
parbox box fbox
add a comment |
Hello so I want to make a box outside of enumeration:
noindentfbox{
parbox{textwidth}{
begin{enumerate}
item Matriks contoh merupakan matriks berukuran 2x2 seperti berikut: \
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
item Kemudian mencari matriks S dengan menggunakan rumus 2.2 hingga 2.3.\
$AA^T$=
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
*
$begin{pmatrix}
0 & 0\
0 & 5
end{pmatrix}$
=
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$ \\
$det(AA^T-lambda textit{I}) = 0$\\
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
- $lambda$
$begin{pmatrix}
1 & 0\
0 & 1
end{pmatrix}$
= 0 \
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
-
$begin{pmatrix}
lambda & 0\
0 & lambda
end{pmatrix}$
= 0 \
det
$begin{pmatrix}
4-lambda & 0\
0 & 4-lambda
end{pmatrix}$
= 0 \
...
begin{pmatrix}
1 & 0\
0 & 1
end{pmatrix}
$
end{enumerate}
}}
But then I add the fbox and parbox like in this solution but it seems that the content kinda hidden at the end of the first page of the box. Any help?
parbox box fbox
Please add a compilable MWE.
– Raaja
Feb 7 at 14:24
add a comment |
Hello so I want to make a box outside of enumeration:
noindentfbox{
parbox{textwidth}{
begin{enumerate}
item Matriks contoh merupakan matriks berukuran 2x2 seperti berikut: \
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
item Kemudian mencari matriks S dengan menggunakan rumus 2.2 hingga 2.3.\
$AA^T$=
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
*
$begin{pmatrix}
0 & 0\
0 & 5
end{pmatrix}$
=
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$ \\
$det(AA^T-lambda textit{I}) = 0$\\
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
- $lambda$
$begin{pmatrix}
1 & 0\
0 & 1
end{pmatrix}$
= 0 \
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
-
$begin{pmatrix}
lambda & 0\
0 & lambda
end{pmatrix}$
= 0 \
det
$begin{pmatrix}
4-lambda & 0\
0 & 4-lambda
end{pmatrix}$
= 0 \
...
begin{pmatrix}
1 & 0\
0 & 1
end{pmatrix}
$
end{enumerate}
}}
But then I add the fbox and parbox like in this solution but it seems that the content kinda hidden at the end of the first page of the box. Any help?
parbox box fbox
Hello so I want to make a box outside of enumeration:
noindentfbox{
parbox{textwidth}{
begin{enumerate}
item Matriks contoh merupakan matriks berukuran 2x2 seperti berikut: \
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
item Kemudian mencari matriks S dengan menggunakan rumus 2.2 hingga 2.3.\
$AA^T$=
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
*
$begin{pmatrix}
0 & 0\
0 & 5
end{pmatrix}$
=
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$ \\
$det(AA^T-lambda textit{I}) = 0$\\
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
- $lambda$
$begin{pmatrix}
1 & 0\
0 & 1
end{pmatrix}$
= 0 \
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
-
$begin{pmatrix}
lambda & 0\
0 & lambda
end{pmatrix}$
= 0 \
det
$begin{pmatrix}
4-lambda & 0\
0 & 4-lambda
end{pmatrix}$
= 0 \
...
begin{pmatrix}
1 & 0\
0 & 1
end{pmatrix}
$
end{enumerate}
}}
But then I add the fbox and parbox like in this solution but it seems that the content kinda hidden at the end of the first page of the box. Any help?
parbox box fbox
parbox box fbox
edited Feb 8 at 8:57
Bob Nathan ZeonBe
asked Feb 7 at 14:10
Bob Nathan ZeonBeBob Nathan ZeonBe
62
62
Please add a compilable MWE.
– Raaja
Feb 7 at 14:24
add a comment |
Please add a compilable MWE.
– Raaja
Feb 7 at 14:24
Please add a compilable MWE.
– Raaja
Feb 7 at 14:24
Please add a compilable MWE.
– Raaja
Feb 7 at 14:24
add a comment |
1 Answer
1
active
oldest
votes
Existing suggestion works fine, please refer:
documentclass{book}
usepackage{framed,amsmath}
begin{document}
begin{framed}
begin{enumerate}
item Matriks contoh merupakan matriks berukuran 2x2 seperti berikut: \
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
item Kemudian mencari matriks S dengan menggunakan rumus 2.2 hingga 2.3.\
$AA^T$=
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
*
$begin{pmatrix}
0 & 0\
0 & 5
end{pmatrix}$
=
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$ \\
$det(AA^T-lambda textit{I}) = 0$\\
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
end{enumerate}
end{framed}
end{document}
Thank you, I thought I cannot use the frame because there is error. it seems my document adds the "use package" in separates documment so i dont know i must include it.
– Bob Nathan ZeonBe
Feb 8 at 8:55
@BobNathanZeonBe Glad to know that you able to fix the error...Thanks for your reply...
– MadyYuvi
Feb 8 at 10:09
It's my pleasure ^
– Bob Nathan ZeonBe
Feb 8 at 12:20
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%2f473771%2fcreating-box-on-long-enumeration%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
Existing suggestion works fine, please refer:
documentclass{book}
usepackage{framed,amsmath}
begin{document}
begin{framed}
begin{enumerate}
item Matriks contoh merupakan matriks berukuran 2x2 seperti berikut: \
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
item Kemudian mencari matriks S dengan menggunakan rumus 2.2 hingga 2.3.\
$AA^T$=
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
*
$begin{pmatrix}
0 & 0\
0 & 5
end{pmatrix}$
=
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$ \\
$det(AA^T-lambda textit{I}) = 0$\\
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
end{enumerate}
end{framed}
end{document}
Thank you, I thought I cannot use the frame because there is error. it seems my document adds the "use package" in separates documment so i dont know i must include it.
– Bob Nathan ZeonBe
Feb 8 at 8:55
@BobNathanZeonBe Glad to know that you able to fix the error...Thanks for your reply...
– MadyYuvi
Feb 8 at 10:09
It's my pleasure ^
– Bob Nathan ZeonBe
Feb 8 at 12:20
add a comment |
Existing suggestion works fine, please refer:
documentclass{book}
usepackage{framed,amsmath}
begin{document}
begin{framed}
begin{enumerate}
item Matriks contoh merupakan matriks berukuran 2x2 seperti berikut: \
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
item Kemudian mencari matriks S dengan menggunakan rumus 2.2 hingga 2.3.\
$AA^T$=
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
*
$begin{pmatrix}
0 & 0\
0 & 5
end{pmatrix}$
=
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$ \\
$det(AA^T-lambda textit{I}) = 0$\\
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
end{enumerate}
end{framed}
end{document}
Thank you, I thought I cannot use the frame because there is error. it seems my document adds the "use package" in separates documment so i dont know i must include it.
– Bob Nathan ZeonBe
Feb 8 at 8:55
@BobNathanZeonBe Glad to know that you able to fix the error...Thanks for your reply...
– MadyYuvi
Feb 8 at 10:09
It's my pleasure ^
– Bob Nathan ZeonBe
Feb 8 at 12:20
add a comment |
Existing suggestion works fine, please refer:
documentclass{book}
usepackage{framed,amsmath}
begin{document}
begin{framed}
begin{enumerate}
item Matriks contoh merupakan matriks berukuran 2x2 seperti berikut: \
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
item Kemudian mencari matriks S dengan menggunakan rumus 2.2 hingga 2.3.\
$AA^T$=
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
*
$begin{pmatrix}
0 & 0\
0 & 5
end{pmatrix}$
=
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$ \\
$det(AA^T-lambda textit{I}) = 0$\\
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
end{enumerate}
end{framed}
end{document}
Existing suggestion works fine, please refer:
documentclass{book}
usepackage{framed,amsmath}
begin{document}
begin{framed}
begin{enumerate}
item Matriks contoh merupakan matriks berukuran 2x2 seperti berikut: \
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
item Kemudian mencari matriks S dengan menggunakan rumus 2.2 hingga 2.3.\
$AA^T$=
$begin{pmatrix}
5 & 0\
0 & 0
end{pmatrix}$
*
$begin{pmatrix}
0 & 0\
0 & 5
end{pmatrix}$
=
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$ \\
$det(AA^T-lambda textit{I}) = 0$\\
det
$begin{pmatrix}
4 & 0\
0 & 4
end{pmatrix}$
end{enumerate}
end{framed}
end{document}
answered Feb 7 at 14:24
MadyYuviMadyYuvi
2,326311
2,326311
Thank you, I thought I cannot use the frame because there is error. it seems my document adds the "use package" in separates documment so i dont know i must include it.
– Bob Nathan ZeonBe
Feb 8 at 8:55
@BobNathanZeonBe Glad to know that you able to fix the error...Thanks for your reply...
– MadyYuvi
Feb 8 at 10:09
It's my pleasure ^
– Bob Nathan ZeonBe
Feb 8 at 12:20
add a comment |
Thank you, I thought I cannot use the frame because there is error. it seems my document adds the "use package" in separates documment so i dont know i must include it.
– Bob Nathan ZeonBe
Feb 8 at 8:55
@BobNathanZeonBe Glad to know that you able to fix the error...Thanks for your reply...
– MadyYuvi
Feb 8 at 10:09
It's my pleasure ^
– Bob Nathan ZeonBe
Feb 8 at 12:20
Thank you, I thought I cannot use the frame because there is error. it seems my document adds the "use package" in separates documment so i dont know i must include it.
– Bob Nathan ZeonBe
Feb 8 at 8:55
Thank you, I thought I cannot use the frame because there is error. it seems my document adds the "use package" in separates documment so i dont know i must include it.
– Bob Nathan ZeonBe
Feb 8 at 8:55
@BobNathanZeonBe Glad to know that you able to fix the error...Thanks for your reply...
– MadyYuvi
Feb 8 at 10:09
@BobNathanZeonBe Glad to know that you able to fix the error...Thanks for your reply...
– MadyYuvi
Feb 8 at 10:09
It's my pleasure ^
– Bob Nathan ZeonBe
Feb 8 at 12:20
It's my pleasure ^
– Bob Nathan ZeonBe
Feb 8 at 12:20
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%2f473771%2fcreating-box-on-long-enumeration%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
Please add a compilable MWE.
– Raaja
Feb 7 at 14:24