ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Width of text in startcolumns environment (MkIV)
@ 2012-07-18 19:14 Martin Bruchanov
  2012-07-18 19:55 ` Marco
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Bruchanov @ 2012-07-18 19:14 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 785 bytes --]

Hello,

I found following problem in version: 2012.07.17 16:42. The
frame width goes over both columns (with texexec the width is
only over one column, I used \makeupwidth but it is same). 

\setuppapersize[A5] 
\starttext

\startcolumns[n=2]
\title{Test page}

\framed[frame=off,bottomframe=on,width=\textwidth,frameoffset=1mm]{
	\startalignment[middle]
	{\tfx \copyright{} \date[][year] Donald E. Knuth}
	\stopalignment
}

\input knuth

\stoptext

Is there another variable defining the width of column?

Best regards,

-- 
Martin Bruchanov

Skype     :  bruxytronics
WWW       :  http://bruxy.regnet.cz/
GPG-Key   :  http://bruxy.regnet.cz/bruxy-gpg.key (0x8107ED53)
Linked-In :  http://www.linkedin.com/in/bruxy
Google+   :  http://gplus.to/BruXy

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Width of text in startcolumns environment (MkIV)
  2012-07-18 19:14 Width of text in startcolumns environment (MkIV) Martin Bruchanov
@ 2012-07-18 19:55 ` Marco
  0 siblings, 0 replies; 2+ messages in thread
From: Marco @ 2012-07-18 19:55 UTC (permalink / raw)
  To: ntg-context

On 2012-07-18 Martin Bruchanov <bruxy@regnet.cz> wrote:

Hi Martin,

> The frame width goes over both columns (with texexec the width is
> only over one column, I used \makeupwidth but it is same). 

It should work with columnsets:

\setuppapersize
  [A5]

\definecolumnset
  [TwoColumns]
  [n=2]

\starttext

\startcolumnset [TwoColumns]
  \title{Test page}
  \framed
    [frame=off,
     bottomframe=on,
     width=\textwidth,
     frameoffset=1mm,
     foregroundstyle=small,
    ]{\copyright\ \date[][year] Donald E. Knuth}
  \input knuth
\stopcolumnset

\stoptext

But there seems to be a bug in the current beta; the columns are
surrounded by a frame (Hans, Wolfgang, are you listening?). Older
betas are fine.

BTW: You forgot the \stopcolumns in your example.


Marco


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-18 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-18 19:14 Width of text in startcolumns environment (MkIV) Martin Bruchanov
2012-07-18 19:55 ` Marco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).