Hey list, I am trying to typeset a document similar to below: http://www.heptalysis.com/downloads/heptalysis_executive_summary_templa te.pdf My issue is with creating two columns of unequal width. As you can see the left column is smaller than the right side. I've tried the following: \startcolumns[n=2,rule=on] ...left side contents... \column ...right side contents... \stopcolumns Is there no way to set the first column to, say, 0.33\textwidth ? Regards, -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Hi Kip, Maybe you can try this : \defineparagraphs[TwoColumns][n=2, align={hz,hanging}] \setupparagraphs[TwoColumns][1][width=52pt, style=italic, align=left] % Note : you can play with the width. \starttext \startTwoColumns Yourtext1\TwoColumns Yourtext2 \stopTwoColumns \stoptext If you read French, see samples here : https://fr.wikibooks.org/wiki/ConTeXt#Texte_sur_2_colonnes.2C_avec_des_grais... Hope I don't send Owls to Athens ... JP Le 09/08/2016 à 04:12, Kip Warner a écrit :
Hey list,
I am trying to typeset a document similar to below:
http://www.heptalysis.com/downloads/heptalysis_executive_summary_template.pd...
My issue is with creating two columns of unequal width. As you can see the left column is smaller than the right side. I've tried the following:
\startcolumns[n=2,rule=on] ...left side contents... \column ...right side contents... \stopcolumns
Is there no way to set the first column to, say, 0.33\textwidth ?
Regards,
-- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On Tue, 2016-08-09 at 15:21 +0200, Jean-Pierre Delange wrote:
Hi Kip,
Maybe you can try this :
\defineparagraphs[TwoColumns][n=2, align={hz,hanging}] \setupparagraphs[TwoColumns][1][width=52pt, style=italic, align=left] % Note : you can play with the width.
\starttext \startTwoColumns Yourtext1\TwoColumns Yourtext2 \stopTwoColumns \stoptext If you read French, see samples here : https://fr.wikibooks.org/wiki/ConTeXt#Texte_sur_2_colonnes.2C_avec_de s_graisses_diff.C3.A9rentes_et_du_grec_ancien
Hey Jean-Pierre, That works wonderfully, except that for some reason all of the white space between paragraphs is gone in the second column. I'm not sure why since I have... \setupwhitespace[medium] \setupblank[big] -- Kip Warner -- Senior Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
participants (2)
-
Jean-Pierre Delange
-
Kip Warner