ConText: Text overflow over into the footer











up vote
0
down vote

favorite












In the MWE the text overflows into the footerdistance and into the footer. Why is this happening and how can I avoid it? The documents are generated and very long.



The split at placetable seems to be the cause for the overflow. Is there a other way to split tables over multiple pages?



updated MWE:



setupexternalfigures[location={local,global,default}]


showframe

starttext


externalfigure[cow][scale=600]

emptylines[26]


placetable[here,split]

{} {
startxtable
startxtablehead
startxrow
startxcell text stopxcell
stopxrow
stopxtablehead
startxtablebody
startxrow
startxcell text stopxcell
stopxrow
stopxtablebody
stopxtable
}
Text

overflowing text into the footer, overflowing text into the footer

stoptext









share|improve this question




















  • 2




    If you want more control over the layout use definemeasure to set the values but don’t use topspace etc. to set the main values for the layout. The first big problem in your document is the missing brace for the first float, another is the split option because the float can’t be splitted. To create dummy lines you can use the emptylines[<NUMBER>] command.
    – Wolfgang Schuster
    17 hours ago










  • The first brace is wrong. I must have overlooked it when creating the mwe. The split is necessary, otherwise the table cannot be split over multiple pages. I minified the mwe further. The split attribute seems to play a big role.
    – Christopher Bock
    5 hours ago










  • can you provide a complete MWE that compiles and produces the undesired result?
    – FLonLon
    4 hours ago















up vote
0
down vote

favorite












In the MWE the text overflows into the footerdistance and into the footer. Why is this happening and how can I avoid it? The documents are generated and very long.



The split at placetable seems to be the cause for the overflow. Is there a other way to split tables over multiple pages?



updated MWE:



setupexternalfigures[location={local,global,default}]


showframe

starttext


externalfigure[cow][scale=600]

emptylines[26]


placetable[here,split]

{} {
startxtable
startxtablehead
startxrow
startxcell text stopxcell
stopxrow
stopxtablehead
startxtablebody
startxrow
startxcell text stopxcell
stopxrow
stopxtablebody
stopxtable
}
Text

overflowing text into the footer, overflowing text into the footer

stoptext









share|improve this question




















  • 2




    If you want more control over the layout use definemeasure to set the values but don’t use topspace etc. to set the main values for the layout. The first big problem in your document is the missing brace for the first float, another is the split option because the float can’t be splitted. To create dummy lines you can use the emptylines[<NUMBER>] command.
    – Wolfgang Schuster
    17 hours ago










  • The first brace is wrong. I must have overlooked it when creating the mwe. The split is necessary, otherwise the table cannot be split over multiple pages. I minified the mwe further. The split attribute seems to play a big role.
    – Christopher Bock
    5 hours ago










  • can you provide a complete MWE that compiles and produces the undesired result?
    – FLonLon
    4 hours ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











In the MWE the text overflows into the footerdistance and into the footer. Why is this happening and how can I avoid it? The documents are generated and very long.



The split at placetable seems to be the cause for the overflow. Is there a other way to split tables over multiple pages?



updated MWE:



setupexternalfigures[location={local,global,default}]


showframe

starttext


externalfigure[cow][scale=600]

emptylines[26]


placetable[here,split]

{} {
startxtable
startxtablehead
startxrow
startxcell text stopxcell
stopxrow
stopxtablehead
startxtablebody
startxrow
startxcell text stopxcell
stopxrow
stopxtablebody
stopxtable
}
Text

overflowing text into the footer, overflowing text into the footer

stoptext









share|improve this question















In the MWE the text overflows into the footerdistance and into the footer. Why is this happening and how can I avoid it? The documents are generated and very long.



The split at placetable seems to be the cause for the overflow. Is there a other way to split tables over multiple pages?



updated MWE:



setupexternalfigures[location={local,global,default}]


showframe

starttext


externalfigure[cow][scale=600]

emptylines[26]


placetable[here,split]

{} {
startxtable
startxtablehead
startxrow
startxcell text stopxcell
stopxrow
stopxtablehead
startxtablebody
startxrow
startxcell text stopxcell
stopxrow
stopxtablebody
stopxtable
}
Text

overflowing text into the footer, overflowing text into the footer

stoptext






context






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 5 hours ago

























asked 21 hours ago









Christopher Bock

505




505








  • 2




    If you want more control over the layout use definemeasure to set the values but don’t use topspace etc. to set the main values for the layout. The first big problem in your document is the missing brace for the first float, another is the split option because the float can’t be splitted. To create dummy lines you can use the emptylines[<NUMBER>] command.
    – Wolfgang Schuster
    17 hours ago










  • The first brace is wrong. I must have overlooked it when creating the mwe. The split is necessary, otherwise the table cannot be split over multiple pages. I minified the mwe further. The split attribute seems to play a big role.
    – Christopher Bock
    5 hours ago










  • can you provide a complete MWE that compiles and produces the undesired result?
    – FLonLon
    4 hours ago














  • 2




    If you want more control over the layout use definemeasure to set the values but don’t use topspace etc. to set the main values for the layout. The first big problem in your document is the missing brace for the first float, another is the split option because the float can’t be splitted. To create dummy lines you can use the emptylines[<NUMBER>] command.
    – Wolfgang Schuster
    17 hours ago










  • The first brace is wrong. I must have overlooked it when creating the mwe. The split is necessary, otherwise the table cannot be split over multiple pages. I minified the mwe further. The split attribute seems to play a big role.
    – Christopher Bock
    5 hours ago










  • can you provide a complete MWE that compiles and produces the undesired result?
    – FLonLon
    4 hours ago








2




2




If you want more control over the layout use definemeasure to set the values but don’t use topspace etc. to set the main values for the layout. The first big problem in your document is the missing brace for the first float, another is the split option because the float can’t be splitted. To create dummy lines you can use the emptylines[<NUMBER>] command.
– Wolfgang Schuster
17 hours ago




If you want more control over the layout use definemeasure to set the values but don’t use topspace etc. to set the main values for the layout. The first big problem in your document is the missing brace for the first float, another is the split option because the float can’t be splitted. To create dummy lines you can use the emptylines[<NUMBER>] command.
– Wolfgang Schuster
17 hours ago












The first brace is wrong. I must have overlooked it when creating the mwe. The split is necessary, otherwise the table cannot be split over multiple pages. I minified the mwe further. The split attribute seems to play a big role.
– Christopher Bock
5 hours ago




The first brace is wrong. I must have overlooked it when creating the mwe. The split is necessary, otherwise the table cannot be split over multiple pages. I minified the mwe further. The split attribute seems to play a big role.
– Christopher Bock
5 hours ago












can you provide a complete MWE that compiles and produces the undesired result?
– FLonLon
4 hours ago




can you provide a complete MWE that compiles and produces the undesired result?
– FLonLon
4 hours ago















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',
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460142%2fcontext-text-overflow-over-into-the-footer%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460142%2fcontext-text-overflow-over-into-the-footer%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

サソリ

広島県道265号伴広島線

Accessing regular linux commands in Huawei's Dopra Linux