On Thu, Nov 12, 2009 at 5:07 PM, Cecil Westerhof <cldwester...@gmail.com> wrote:

> Work like a charm. There is only one minor problem: where frame's
> touch eachother, the line is a little bit thicker. Is there something
> to be done about this?
>
> In this case I wanted everything to be centered, but is it possible to
> define the point of the upper corner of a frame?

%% save it as test.tex
\starttext
\hbox{% NO GOOD
\framed[width=6cm,height=8cm,align={lohi,middle}]{\input ward }%
\framed[width=6cm,height=8cm,align={lohi,middle}]{\input ward }%
}

\blank

\hbox{%  GOOD ?
\framed[width=6cm,height=8cm,rightframe=off,align={lohi,middle}]{\input ward }%
\framed[width=6cm,height=8cm,align={lohi,middle}]{\input ward }%
}

\stoptext


Try it with
$>texexec test


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

Reply via email to