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
___


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
___

Re: [NTG-context] How to set the whole document flush left?

2012-10-26 Thread Marcin Borkowski
Dnia 2012-10-26, o godz. 05:13:51
Wolfgang Schuster wolfgang.schus...@gmail.com napisał(a):

 
 Am 26.10.2012 um 00:12 schrieb Marcin Borkowski
 mb...@wmi.amu.edu.pl:
 
  Hi,
  
  I'd like to have all my document set flush left.  I know how to set
  a \framed flush left, or \startalign ... \stopalign - but what about
  the whole?  (In my current case, the document is basically a
  (mid-aligned) title and then one big itemgroup, so I added
  [align={right,broad}] to the \startitemize - but what about the
  general case?  \raggedright did not work, at least for the
  itemization.)
 
 
 Where is the minimal example?
 
 
 \setupitemize[each][align=flushleft]
 
 \starttext \showgrid
 
 \input knuth
 
 \startitemize
 \startitem \input knuth \stopitem
 \stopitemize
 
 \stoptext

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

 Wolfgang

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
___

[NTG-context] How to set the whole document flush left?

2012-10-25 Thread Marcin Borkowski
Hi,

I'd like to have all my document set flush left.  I know how to set
a \framed flush left, or \startalign ... \stopalign - but what about
the whole?  (In my current case, the document is basically a
(mid-aligned) title and then one big itemgroup, so I added
[align={right,broad}] to the \startitemize - but what about the general
case?  \raggedright did not work, at least for the itemization.)

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
___


Re: [NTG-context] How to set the whole document flush left?

2012-10-25 Thread Nicholas Ulle
Hi,

I suspect the command you're looking for is \setupalign[right]

Nick
___
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-25 Thread Marcin Borkowski
Dnia 2012-10-25, o godz. 15:50:49
Nicholas Ulle nau...@ucdavis.edu napisał(a):

 Hi,
 
 I suspect the command you're looking for is \setupalign[right]

Nope - it didn't work.  (Maybe it just does nothing for itemizations,
and my document was basically one big itemization?)

 Nick



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

Re: [NTG-context] How to set the whole document flush left?

2012-10-25 Thread Marcin Borkowski
Dnia 2012-10-26, o godz. 00:56:41
Marcin Borkowski mb...@wmi.amu.edu.pl napisał(a):

 Dnia 2012-10-25, o godz. 15:50:49
 Nicholas Ulle nau...@ucdavis.edu napisał(a):
 
  Hi,
  
  I suspect the command you're looking for is \setupalign[right]
 
 Nope - it didn't work.  (Maybe it just does nothing for itemizations,
 and my document was basically one big itemization?)

OK, tested - I was right, it doesn't affect itemizations.  Isn't it a
bug?

  Nick

Regards,

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

Re: [NTG-context] How to set the whole document flush left?

2012-10-25 Thread Nicholas Ulle
Hi Marcin,

 I'd like to have all my document set flush left.  I know how to set
 a \framed flush left, or \startalign ... \stopalign - but what about
 the whole?  (In my current case, the document is basically a
 (mid-aligned) title and then one big itemgroup, so I added
 [align={right,broad}] to the \startitemize - but what about the general
 case?  \raggedright did not work, at least for the itemization.)

I assumed by the general case you meant text outside the itemgroup. What
specifically are you trying to align? Could you please give a minimal
example?

Regards,
Nick
___
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-25 Thread Wolfgang Schuster

Am 26.10.2012 um 00:12 schrieb Marcin Borkowski mb...@wmi.amu.edu.pl:

 Hi,
 
 I'd like to have all my document set flush left.  I know how to set
 a \framed flush left, or \startalign ... \stopalign - but what about
 the whole?  (In my current case, the document is basically a
 (mid-aligned) title and then one big itemgroup, so I added
 [align={right,broad}] to the \startitemize - but what about the general
 case?  \raggedright did not work, at least for the itemization.)


Where is the minimal example?

\setupalign[flushleft]
\setupitemize[each][align=flushleft]

\starttext \showgrid

\input knuth

\startitemize
\startitem \input knuth \stopitem
\stopitemize

\stoptext

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