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













3















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.










share|improve this question


























    3















    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.










    share|improve this question
























      3












      3








      3








      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 9 '16 at 23:41









      Sridhar-SarnobatSridhar-Sarnobat

      25938




      25938




















          1 Answer
          1






          active

          oldest

          votes


















          4














          ConTeXt has the startcolumnsstopcolumns 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 startcolumnsetstopcolumnset 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.






          share|improve this answer

























            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
            );



            );













            draft saved

            draft discarded


















            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









            4














            ConTeXt has the startcolumnsstopcolumns 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 startcolumnsetstopcolumnset 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.






            share|improve this answer





























              4














              ConTeXt has the startcolumnsstopcolumns 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 startcolumnsetstopcolumnset 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.






              share|improve this answer



























                4












                4








                4







                ConTeXt has the startcolumnsstopcolumns 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 startcolumnsetstopcolumnset 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.






                share|improve this answer















                ConTeXt has the startcolumnsstopcolumns 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 startcolumnsetstopcolumnset 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.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 4 mins ago









                Dave Jarvis

                4,59684084




                4,59684084










                answered Oct 10 '16 at 1:14









                Moss_the_TeXieMoss_the_TeXie

                48158




                48158



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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 should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

                    Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"

                    Haugesund Nexus externi | Tabula navigationisHaugesund pagina interretialisAmplifica