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
    Nov 15 at 19:06










  • 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
    Nov 16 at 7:14










  • can you provide a complete MWE that compiles and produces the undesired result?
    – FLonLon
    Nov 16 at 8:30






  • 2




    @FLonLon The MWE compiles flawlessly and shows the result. Please note that this is ConTeXt and not LaTeX.
    – TeXnician
    Nov 16 at 13:07










  • @TeXnician oh- my bad!
    – FLonLon
    Nov 16 at 15:20















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
    Nov 15 at 19:06










  • 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
    Nov 16 at 7:14










  • can you provide a complete MWE that compiles and produces the undesired result?
    – FLonLon
    Nov 16 at 8:30






  • 2




    @FLonLon The MWE compiles flawlessly and shows the result. Please note that this is ConTeXt and not LaTeX.
    – TeXnician
    Nov 16 at 13:07










  • @TeXnician oh- my bad!
    – FLonLon
    Nov 16 at 15:20













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 Nov 16 at 7:30

























asked Nov 15 at 14:57









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
    Nov 15 at 19:06










  • 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
    Nov 16 at 7:14










  • can you provide a complete MWE that compiles and produces the undesired result?
    – FLonLon
    Nov 16 at 8:30






  • 2




    @FLonLon The MWE compiles flawlessly and shows the result. Please note that this is ConTeXt and not LaTeX.
    – TeXnician
    Nov 16 at 13:07










  • @TeXnician oh- my bad!
    – FLonLon
    Nov 16 at 15:20














  • 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
    Nov 15 at 19:06










  • 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
    Nov 16 at 7:14










  • can you provide a complete MWE that compiles and produces the undesired result?
    – FLonLon
    Nov 16 at 8:30






  • 2




    @FLonLon The MWE compiles flawlessly and shows the result. Please note that this is ConTeXt and not LaTeX.
    – TeXnician
    Nov 16 at 13:07










  • @TeXnician oh- my bad!
    – FLonLon
    Nov 16 at 15:20








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
Nov 15 at 19:06




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
Nov 15 at 19:06












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
Nov 16 at 7:14




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
Nov 16 at 7:14












can you provide a complete MWE that compiles and produces the undesired result?
– FLonLon
Nov 16 at 8:30




can you provide a complete MWE that compiles and produces the undesired result?
– FLonLon
Nov 16 at 8:30




2




2




@FLonLon The MWE compiles flawlessly and shows the result. Please note that this is ConTeXt and not LaTeX.
– TeXnician
Nov 16 at 13:07




@FLonLon The MWE compiles flawlessly and shows the result. Please note that this is ConTeXt and not LaTeX.
– TeXnician
Nov 16 at 13:07












@TeXnician oh- my bad!
– FLonLon
Nov 16 at 15:20




@TeXnician oh- my bad!
– FLonLon
Nov 16 at 15:20















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

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?