ConTeXt equivalent of LaTeX's multicolConTeXt 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
What does "Puller Prush Person" mean?
What does the "remote control" for a QF-4 look like?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Filter any system log file by date or date range
Are astronomers waiting to see something in an image from a gravitational lens that they've already seen in an adjacent image?
How much RAM could one put in a typical 80386 setup?
How does one intimidate enemies without having the capacity for violence?
Alternative to sending password over mail?
How do I deal with an unproductive colleague in a small company?
Why can't I see bouncing of switch on oscilloscope screen?
Cross compiling for RPi - error while loading shared libraries
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Maximum likelihood parameters deviate from posterior distributions
How to format long polynomial?
What's the point of deactivating Num Lock on login screens?
Why can't we play rap on piano?
Languages that we cannot (dis)prove to be Context-Free
Can a Cauchy sequence converge for one metric while not converging for another?
How to source a part of a file
Is it unprofessional to ask if a job posting on GlassDoor is real?
Perform and show arithmetic with LuaLaTeX
Why do I get two different answers for this counting problem?
Can a vampire attack twice with their claws using Multiattack?
What are the disadvantages of having a left skewed distribution?
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?
beginmulticols3
endmulticols
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?
beginmulticols3
endmulticols
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?
beginmulticols3
endmulticols
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?
beginmulticols3
endmulticols
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]
titleDummy 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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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]
titleDummy 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]
titleDummy 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]
titleDummy 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]
titleDummy text title
Text text text text …
stopcolumnset
There is more information at on the ConTeXt Garden wiki.
edited 4 mins 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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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