Re: [NTG-context] factor=fit fails

2012-10-27 Thread Hans Hagen

On 26-10-2012 10:16, luigi scarso wrote:

Strange error with \externalfigure


\starttext
\vbox to \textheight{%
\vfill
Foo\
\vfill
\centerline{\externalfigure[cow][width=0.5\textwidth,height=0.5\textheight,factor=fit
]}
\vfill
}
\stoptext

! Missing number, treated as zero.


as expected:

  [factor=fit]  : keyword fit
  [factor=fit ] : no known keyword, so dimension


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] How to set the whole document flush left?

2012-10-27 Thread Hans Hagen

On 26-10-2012 16:28, Marcin Borkowski wrote:


So do I get it correctly that \setupalign[flushleft] affects
*everything but itemizations*?  (If yes, my problem is more or less
solved.)


i'll make itemize honor the global setting unless a specific align is 
set with itemize


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


[NTG-context] align and location in \setupcombination

2012-10-27 Thread Jeong Dal
Dear all,

In the output of the following sample, figures are left flushed.
I found some discussions about the align and location in \setupcombination.
align= is for caption and location=middle is for figures' location.

But align=worked while location=  has no effect at all.
So I have to enclose \startcombination … \stopcombination in \placefigure[][]{}.
How to locate the combined figures at the horizontal center?

Thank you for reading.

Best regards,

\starttext
\setupcombination[align=leftflush, location=middle]
\startcombination[2*1]
{\externalfigure[dummy][]}{aa}
{\externalfigure[dummy][]}{bb}
\stopcombination
\stoptext


* my system:
Mac OS 10.8

This is LuaTeX, Version beta-0.70.2-2012052309 (TeX Live 2012)
\write18 enabled.
(/Users/graph/ConTeXt/tex/texmf-context/tex/context/base/cont-yes.mkiv
ConTeXt ver: 2012.10.19 00:06 MKIV fmt: 2012.10.19 int: english/english
___
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] The on-going process of the Proceedings for Context Meeting 2011

2012-10-27 Thread Schmitz Thomas A.
Dear John,

unfortunately, this is not, as I had hoped, a mail sending my completed article 
for the proceeding, but a request for an extension of the deadline. I will be 
in China next week; I had hoped I could finish before leaving, but that turned 
out to not work quite as I expected. So, I will see to it as soon as I'm back, 
around Nov 5. I hope you will be able to include the article nevertheless. 
Please accept my apologies for the delay.

Best wishes

Thomas

On Oct 20, 2012, at 4:17 PM, John Haltiwanger john.haltiwan...@gmail.com 
wrote:

 Hello all!
 
 It's been very quiet in regards to the Context Group's first publication, the 
 Proceedings for Context Meeting 2011. We've been hammering out the details of 
 a new design and house style with Adrian Egger. This process is almost 
 complete, and we are very excited for you all to see the inspiring new design!
 
 But there is, of course, the issue of getting the final content together for 
 this issue. And here is where I need the help of those who agreed at last 
 year's meeting to submit an article for the proceedings: 
 
 We would like to publish this years proceedings along with last years in a 
 double edition. I've lost the list of those who wanted to submit last year, 
 so if you remember being one of those nice and awesome people, please 
 consider writing up a short article and sending it!
 
 Of course we also welcome any Context-related articles! There has been a lot 
 of cool stuff happening in the community over the last year, and it would be 
 great to have some further documentation on them.
 
 A very warm thanks to those of you who sent me material already--know that it 
 was not in vain, and that your work will indeed be published.
 
 The deadline for submission is 1 November, with the double-edition 
 proceedings landing on doorsteps in time for the winter holidays. For those 
 of you who have not yet joined the Context Group, please considerdoing so!
 
 Looking forward to hearing from you,
 John

--
Prof. Dr. Thomas A. Schmitz
Abteilung für Griechische und Lateinische Philologie
Universität Bonn
Am Hof 1e
53113 Bonn
http://www.philologie.uni-bonn.de/personal/schmitz





___
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] How to set the whole document flush left?

2012-10-27 Thread Marcin Borkowski
Dnia 2012-10-27, o godz. 12:08:40
Hans Hagen pra...@wxs.nl napisał(a):

 On 26-10-2012 16:28, Marcin Borkowski wrote:
 
  So do I get it correctly that \setupalign[flushleft] affects
  *everything but itemizations*?  (If yes, my problem is more or less
  solved.)
 
 i'll make itemize honor the global setting unless a specific align is 
 set with itemize

Thanks a lot, Hans!  (And I think this is a change for the better!)

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
___
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
___