Re: [NTG-context] Unequal width columns

2016-08-09 Thread Kip Warner
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



signature.asc
Description: This is a digitally signed message part
___
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
___

Re: [NTG-context] Unequal width columns

2016-08-09 Thread Jean-Pierre Delange

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_graisses_diff.C3.A9rentes_et_du_grec_ancien 



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


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


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