ConTeXt equivalent of LaTeX's multicolConTeXt equivalent of LaTeX samepageCenter in ConTeXtConTeXt equivalent...
What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)
How can bays and straits be determined in a procedurally generated map?
What's the output of a record needle playing an out-of-speed record
Why can't I see bouncing of a switch on an oscilloscope?
Do infinite dimensional systems make sense?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
What typically incentivizes a professor to change jobs to a lower ranking university?
NMaximize is not converging to a solution
Find the result of this dual key cipher
Modeling an IP Address
What would happen to a modern skyscraper if it rains micro blackholes?
How do I deal with an unproductive colleague in a small company?
Is it possible to run Internet Explorer on OS X El Capitan?
Was any UN Security Council vote triple-vetoed?
Watching something be written to a file live with tail
What is the word for reserving something for yourself before others do?
Are astronomers waiting to see something in an image from a gravitational lens that they've already seen in an adjacent image?
Character reincarnated...as a snail
Important Resources for Dark Age Civilizations?
Meaning of に in 本当に
LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Can a Cauchy sequence converge for one metric while not converging for another?
High voltage LED indicator 40-1000 VDC without additional power supply
ConTeXt equivalent of LaTeX's multicol
ConTeXt equivalent of LaTeX samepageCenter in ConTeXtConTeXt equivalent of latexdiffAvoid: multicol Error: Error saving partial pageConflict between multicol and arabtex`pagebreak[n]` equivalent for multicols environmentUnwanted line break after framed text at the beginning of a line in ConTeXtInline verbatim text in ConTeXtMulticols: unwanted vertical space in the right columnSuppressing blank lines between descriptions in ConTeXt
Is there a ConTeXt equivalent of LaTeX's multicol environment?
begin{multicols}{3}
end{multicols}
I couldn't find anything with a quick Google search and am not convinced I'll find anything in the ConTeX wiki.
context multicol multicolumn
add a comment |
Is there a ConTeXt equivalent of LaTeX's multicol environment?
begin{multicols}{3}
end{multicols}
I couldn't find anything with a quick Google search and am not convinced I'll find anything in the ConTeX wiki.
context multicol multicolumn
add a comment |
Is there a ConTeXt equivalent of LaTeX's multicol environment?
begin{multicols}{3}
end{multicols}
I couldn't find anything with a quick Google search and am not convinced I'll find anything in the ConTeX wiki.
context multicol multicolumn
Is there a ConTeXt equivalent of LaTeX's multicol environment?
begin{multicols}{3}
end{multicols}
I couldn't find anything with a quick Google search and am not convinced I'll find anything in the ConTeX wiki.
context multicol multicolumn
context multicol multicolumn
asked Oct 9 '16 at 23:41
Sridhar-SarnobatSridhar-Sarnobat
25938
25938
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
ConTeXt has the startcolumns
…stopcolumns
construct which works quite similar to its LaTeX counterpart:
startcolumns[n=3]
Text text text text …
stopcolumns
There are a few options beyond n
such as rule
to draw a vertical rule between the columns, distance
setting the distance between columns, balance
to toggle column balancing, and more.
ConTeXt also has the startcolumnset
…stopcolumnset
construct enabling advanced multicolumn layouts:
definecolumnset[ThreeeCols][n=3]
…
startcolumnset [ThreeeCols]
title{Dummy text title}
Text text text text …
stopcolumnset
There is more information at on the ConTeXt Garden wiki.
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%2f333429%2fcontext-equivalent-of-latexs-multicol%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
ConTeXt has the startcolumns
…stopcolumns
construct which works quite similar to its LaTeX counterpart:
startcolumns[n=3]
Text text text text …
stopcolumns
There are a few options beyond n
such as rule
to draw a vertical rule between the columns, distance
setting the distance between columns, balance
to toggle column balancing, and more.
ConTeXt also has the startcolumnset
…stopcolumnset
construct enabling advanced multicolumn layouts:
definecolumnset[ThreeeCols][n=3]
…
startcolumnset [ThreeeCols]
title{Dummy text title}
Text text text text …
stopcolumnset
There is more information at on the ConTeXt Garden wiki.
add a comment |
ConTeXt has the startcolumns
…stopcolumns
construct which works quite similar to its LaTeX counterpart:
startcolumns[n=3]
Text text text text …
stopcolumns
There are a few options beyond n
such as rule
to draw a vertical rule between the columns, distance
setting the distance between columns, balance
to toggle column balancing, and more.
ConTeXt also has the startcolumnset
…stopcolumnset
construct enabling advanced multicolumn layouts:
definecolumnset[ThreeeCols][n=3]
…
startcolumnset [ThreeeCols]
title{Dummy text title}
Text text text text …
stopcolumnset
There is more information at on the ConTeXt Garden wiki.
add a comment |
ConTeXt has the startcolumns
…stopcolumns
construct which works quite similar to its LaTeX counterpart:
startcolumns[n=3]
Text text text text …
stopcolumns
There are a few options beyond n
such as rule
to draw a vertical rule between the columns, distance
setting the distance between columns, balance
to toggle column balancing, and more.
ConTeXt also has the startcolumnset
…stopcolumnset
construct enabling advanced multicolumn layouts:
definecolumnset[ThreeeCols][n=3]
…
startcolumnset [ThreeeCols]
title{Dummy text title}
Text text text text …
stopcolumnset
There is more information at on the ConTeXt Garden wiki.
ConTeXt has the startcolumns
…stopcolumns
construct which works quite similar to its LaTeX counterpart:
startcolumns[n=3]
Text text text text …
stopcolumns
There are a few options beyond n
such as rule
to draw a vertical rule between the columns, distance
setting the distance between columns, balance
to toggle column balancing, and more.
ConTeXt also has the startcolumnset
…stopcolumnset
construct enabling advanced multicolumn layouts:
definecolumnset[ThreeeCols][n=3]
…
startcolumnset [ThreeeCols]
title{Dummy text title}
Text text text text …
stopcolumnset
There is more information at on the ConTeXt Garden wiki.
edited 6 hours ago
Dave Jarvis
4,59684084
4,59684084
answered Oct 10 '16 at 1:14
Moss_the_TeXieMoss_the_TeXie
48158
48158
add a comment |
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%2f333429%2fcontext-equivalent-of-latexs-multicol%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