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
context
add a comment |
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
context
2
If you want more control over the layout usedefinemeasure
to set the values but don’t usetopspace
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 thesplit
option because the float can’t be splitted. To create dummy lines you can use theemptylines[<NUMBER>]
command.
– Wolfgang Schuster
17 hours ago
The first brace is wrong. I must have overlooked it when creating the mwe. Thesplit
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
add a comment |
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
context
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
context
edited 5 hours ago
asked 21 hours ago
Christopher Bock
505
505
2
If you want more control over the layout usedefinemeasure
to set the values but don’t usetopspace
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 thesplit
option because the float can’t be splitted. To create dummy lines you can use theemptylines[<NUMBER>]
command.
– Wolfgang Schuster
17 hours ago
The first brace is wrong. I must have overlooked it when creating the mwe. Thesplit
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
add a comment |
2
If you want more control over the layout usedefinemeasure
to set the values but don’t usetopspace
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 thesplit
option because the float can’t be splitted. To create dummy lines you can use theemptylines[<NUMBER>]
command.
– Wolfgang Schuster
17 hours ago
The first brace is wrong. I must have overlooked it when creating the mwe. Thesplit
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f460142%2fcontext-text-overflow-over-into-the-footer%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
2
If you want more control over the layout use
definemeasure
to set the values but don’t usetopspace
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 thesplit
option because the float can’t be splitted. To create dummy lines you can use theemptylines[<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