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

Is it possible to do 50 km distance without any previous training?

Do I have a twin with permutated remainders?

Replacing matching entries in one column of a file by another column from a different file

Modeling an IP Address

What typically incentivizes a professor to change jobs to a lower ranking university?

Why can't we play rap on piano?

Codimension of non-flat locus

Paid for article while in US on F-1 visa?

RSA: Danger of using p to create q

What are the disadvantages of having a left skewed distribution?

Did Shadowfax go to Valinor?

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?

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

What's the output of a record needle playing an out-of-speed record

Why is 150k or 200k jobs considered good when there's 300k+ births a month?

Does detail obscure or enhance action?

What is the word for reserving something for yourself before others do?

Rock identification in KY

DC-DC converter from low voltage at high current, to high voltage at low current

Theorems that impeded progress

Why does Kotter return in Welcome Back Kotter?

Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?

I'm flying to France today and my passport expires in less than 2 months

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













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 2 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

                    Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

                    Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

                    Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm