Problem with output attempting to force itself all onto one page, but it does not fit
It was hard for me to come up with a title for this question. So, for one, my document is starting on the second page. The second issue is that I cannot seem to get everything to appear in my document. I have ten questions, but only 8 and part of the 9th show up. When I remove questions, the 10th one partially shows up. It's as if the entire document is trying to force itself all onto one page. Any help would be greatly appreciated. The code is below. I'm stumped. Thank you so much.
documentclass[a4paper, 12pt]{article}
usepackage{amsmath,amsthm,amssymb,amsfonts, enumitem, fancyhdr, color, comment, graphicx, environ}
newcommand{powerset}[1]{mathbb{P}(#1)}
setcounter{secnumdepth}{-2}
usepackage{parskip}
usepackage{tikz}
setlength{parindent}{15pt}
begin{document}
section{fbox{1} textnormal{Let emph{A} = {1, 2, 3}. How many relations are there on A?}}
section{fbox{2} textnormal{Let emph{R} be a relation from sets emph{A} to emph{B}. Prove that Rng($R^{-1}$) = Dom(R).}}
section{fbox{3} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Define emph{R} = {(1, 1), (a, a), (a, b), (1, 2), (2, 1), (a, 1), (a, 2)}. Is this relation reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of emph{R}.}}
section{fbox{4} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Let emph{T} be an equivalence relation on emph{A} such that aT2 and bT3. How many equivalence classes of emph{T} are possible? List the equivalence classes for all possibilities.}}
section{fbox{5} textnormal{Let emph{Q} = {(x, y) $in mathbb{R} times mathbb{R}$ : $|x - y| < 1$}. Is the relation emph{Q} reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Prove or disprove that each property holds.}}
section{fbox{6} textnormal{Prove that the collection {$A_{t}$ : $t in [0, 1)$}, where each of $A_{t}$ = {z + t : $z in mathbb{Z}$} is a partition of $mathbb{R}$.}}
section{fbox{7} textnormal{Write the addition and multiplication tables for $mathbb{Z}_6$, the set of equivalence classes for the relation $equiv$ (mod 6).}}
section{fbox{8} textnormal{Define a relation $leq$ on all words by agreeing that one word is $
section{fbox{9} textnormal{Draw the Hasse diagram for the poset {{2}, {3}, {2, 3}, {4, 5}, {2, 3 , 4}, {4, 5, 6} ordered by set inclusion.}}
section{fbox{10} textnormal{Let emph{A} be a set and $subset$ be the ordering for emph{P}(emph{A}). Let emph{B} be a family of subsets of emph{A}. Prove that the least upper bound of emph{B} is $bigcup_{Xinemph{B}}X$ and the greatest lower bound of emph{B} is $bigcap_{Xinemph{B}}X$}}
end{document}
formatting
New contributor
Bionis 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 |
It was hard for me to come up with a title for this question. So, for one, my document is starting on the second page. The second issue is that I cannot seem to get everything to appear in my document. I have ten questions, but only 8 and part of the 9th show up. When I remove questions, the 10th one partially shows up. It's as if the entire document is trying to force itself all onto one page. Any help would be greatly appreciated. The code is below. I'm stumped. Thank you so much.
documentclass[a4paper, 12pt]{article}
usepackage{amsmath,amsthm,amssymb,amsfonts, enumitem, fancyhdr, color, comment, graphicx, environ}
newcommand{powerset}[1]{mathbb{P}(#1)}
setcounter{secnumdepth}{-2}
usepackage{parskip}
usepackage{tikz}
setlength{parindent}{15pt}
begin{document}
section{fbox{1} textnormal{Let emph{A} = {1, 2, 3}. How many relations are there on A?}}
section{fbox{2} textnormal{Let emph{R} be a relation from sets emph{A} to emph{B}. Prove that Rng($R^{-1}$) = Dom(R).}}
section{fbox{3} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Define emph{R} = {(1, 1), (a, a), (a, b), (1, 2), (2, 1), (a, 1), (a, 2)}. Is this relation reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of emph{R}.}}
section{fbox{4} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Let emph{T} be an equivalence relation on emph{A} such that aT2 and bT3. How many equivalence classes of emph{T} are possible? List the equivalence classes for all possibilities.}}
section{fbox{5} textnormal{Let emph{Q} = {(x, y) $in mathbb{R} times mathbb{R}$ : $|x - y| < 1$}. Is the relation emph{Q} reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Prove or disprove that each property holds.}}
section{fbox{6} textnormal{Prove that the collection {$A_{t}$ : $t in [0, 1)$}, where each of $A_{t}$ = {z + t : $z in mathbb{Z}$} is a partition of $mathbb{R}$.}}
section{fbox{7} textnormal{Write the addition and multiplication tables for $mathbb{Z}_6$, the set of equivalence classes for the relation $equiv$ (mod 6).}}
section{fbox{8} textnormal{Define a relation $leq$ on all words by agreeing that one word is $
section{fbox{9} textnormal{Draw the Hasse diagram for the poset {{2}, {3}, {2, 3}, {4, 5}, {2, 3 , 4}, {4, 5, 6} ordered by set inclusion.}}
section{fbox{10} textnormal{Let emph{A} be a set and $subset$ be the ordering for emph{P}(emph{A}). Let emph{B} be a family of subsets of emph{A}. Prove that the least upper bound of emph{B} is $bigcup_{Xinemph{B}}X$ and the greatest lower bound of emph{B} is $bigcap_{Xinemph{B}}X$}}
end{document}
formatting
New contributor
Bionis 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 |
It was hard for me to come up with a title for this question. So, for one, my document is starting on the second page. The second issue is that I cannot seem to get everything to appear in my document. I have ten questions, but only 8 and part of the 9th show up. When I remove questions, the 10th one partially shows up. It's as if the entire document is trying to force itself all onto one page. Any help would be greatly appreciated. The code is below. I'm stumped. Thank you so much.
documentclass[a4paper, 12pt]{article}
usepackage{amsmath,amsthm,amssymb,amsfonts, enumitem, fancyhdr, color, comment, graphicx, environ}
newcommand{powerset}[1]{mathbb{P}(#1)}
setcounter{secnumdepth}{-2}
usepackage{parskip}
usepackage{tikz}
setlength{parindent}{15pt}
begin{document}
section{fbox{1} textnormal{Let emph{A} = {1, 2, 3}. How many relations are there on A?}}
section{fbox{2} textnormal{Let emph{R} be a relation from sets emph{A} to emph{B}. Prove that Rng($R^{-1}$) = Dom(R).}}
section{fbox{3} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Define emph{R} = {(1, 1), (a, a), (a, b), (1, 2), (2, 1), (a, 1), (a, 2)}. Is this relation reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of emph{R}.}}
section{fbox{4} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Let emph{T} be an equivalence relation on emph{A} such that aT2 and bT3. How many equivalence classes of emph{T} are possible? List the equivalence classes for all possibilities.}}
section{fbox{5} textnormal{Let emph{Q} = {(x, y) $in mathbb{R} times mathbb{R}$ : $|x - y| < 1$}. Is the relation emph{Q} reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Prove or disprove that each property holds.}}
section{fbox{6} textnormal{Prove that the collection {$A_{t}$ : $t in [0, 1)$}, where each of $A_{t}$ = {z + t : $z in mathbb{Z}$} is a partition of $mathbb{R}$.}}
section{fbox{7} textnormal{Write the addition and multiplication tables for $mathbb{Z}_6$, the set of equivalence classes for the relation $equiv$ (mod 6).}}
section{fbox{8} textnormal{Define a relation $leq$ on all words by agreeing that one word is $
section{fbox{9} textnormal{Draw the Hasse diagram for the poset {{2}, {3}, {2, 3}, {4, 5}, {2, 3 , 4}, {4, 5, 6} ordered by set inclusion.}}
section{fbox{10} textnormal{Let emph{A} be a set and $subset$ be the ordering for emph{P}(emph{A}). Let emph{B} be a family of subsets of emph{A}. Prove that the least upper bound of emph{B} is $bigcup_{Xinemph{B}}X$ and the greatest lower bound of emph{B} is $bigcap_{Xinemph{B}}X$}}
end{document}
formatting
New contributor
Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
It was hard for me to come up with a title for this question. So, for one, my document is starting on the second page. The second issue is that I cannot seem to get everything to appear in my document. I have ten questions, but only 8 and part of the 9th show up. When I remove questions, the 10th one partially shows up. It's as if the entire document is trying to force itself all onto one page. Any help would be greatly appreciated. The code is below. I'm stumped. Thank you so much.
documentclass[a4paper, 12pt]{article}
usepackage{amsmath,amsthm,amssymb,amsfonts, enumitem, fancyhdr, color, comment, graphicx, environ}
newcommand{powerset}[1]{mathbb{P}(#1)}
setcounter{secnumdepth}{-2}
usepackage{parskip}
usepackage{tikz}
setlength{parindent}{15pt}
begin{document}
section{fbox{1} textnormal{Let emph{A} = {1, 2, 3}. How many relations are there on A?}}
section{fbox{2} textnormal{Let emph{R} be a relation from sets emph{A} to emph{B}. Prove that Rng($R^{-1}$) = Dom(R).}}
section{fbox{3} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Define emph{R} = {(1, 1), (a, a), (a, b), (1, 2), (2, 1), (a, 1), (a, 2)}. Is this relation reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Explain. Draw a digraph of emph{R}.}}
section{fbox{4} textnormal{Let emph{A} = {a, b, 1, 2, 3}. Let emph{T} be an equivalence relation on emph{A} such that aT2 and bT3. How many equivalence classes of emph{T} are possible? List the equivalence classes for all possibilities.}}
section{fbox{5} textnormal{Let emph{Q} = {(x, y) $in mathbb{R} times mathbb{R}$ : $|x - y| < 1$}. Is the relation emph{Q} reflexive, symmetric, transitive, irreflexive, and/or antisymmetric? Prove or disprove that each property holds.}}
section{fbox{6} textnormal{Prove that the collection {$A_{t}$ : $t in [0, 1)$}, where each of $A_{t}$ = {z + t : $z in mathbb{Z}$} is a partition of $mathbb{R}$.}}
section{fbox{7} textnormal{Write the addition and multiplication tables for $mathbb{Z}_6$, the set of equivalence classes for the relation $equiv$ (mod 6).}}
section{fbox{8} textnormal{Define a relation $leq$ on all words by agreeing that one word is $
section{fbox{9} textnormal{Draw the Hasse diagram for the poset {{2}, {3}, {2, 3}, {4, 5}, {2, 3 , 4}, {4, 5, 6} ordered by set inclusion.}}
section{fbox{10} textnormal{Let emph{A} be a set and $subset$ be the ordering for emph{P}(emph{A}). Let emph{B} be a family of subsets of emph{A}. Prove that the least upper bound of emph{B} is $bigcup_{Xinemph{B}}X$ and the greatest lower bound of emph{B} is $bigcap_{Xinemph{B}}X$}}
end{document}
formatting
formatting
New contributor
Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 1 min ago
BionisBionis
1
1
New contributor
Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Bionis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Bionis 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 |
add a comment |
0
active
oldest
votes
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
});
}
});
Bionis 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%2f480390%2fproblem-with-output-attempting-to-force-itself-all-onto-one-page-but-it-does-no%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Bionis is a new contributor. Be nice, and check out our Code of Conduct.
Bionis is a new contributor. Be nice, and check out our Code of Conduct.
Bionis is a new contributor. Be nice, and check out our Code of Conduct.
Bionis 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%2f480390%2fproblem-with-output-attempting-to-force-itself-all-onto-one-page-but-it-does-no%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