ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to set the whole document flush left?
@ 2012-10-25 22:12 Marcin Borkowski
  2012-10-25 22:50 ` Nicholas Ulle
  2012-10-26  3:13 ` Wolfgang Schuster
  0 siblings, 2 replies; 9+ messages in thread
From: Marcin Borkowski @ 2012-10-25 22:12 UTC (permalink / raw)
  To: ConTeXt mailing list

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
___________________________________________________________________________________


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

* Re: How to set the whole document flush left?
  2012-10-25 22:12 How to set the whole document flush left? Marcin Borkowski
@ 2012-10-25 22:50 ` Nicholas Ulle
  2012-10-25 22:56   ` Marcin Borkowski
  2012-10-26  3:13 ` Wolfgang Schuster
  1 sibling, 1 reply; 9+ messages in thread
From: Nicholas Ulle @ 2012-10-25 22:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,

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

Nick

[-- Attachment #1.2: Type: text/html, Size: 126 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] 9+ messages in thread

* Re: How to set the whole document flush left?
  2012-10-25 22:50 ` Nicholas Ulle
@ 2012-10-25 22:56   ` Marcin Borkowski
  2012-10-25 23:05     ` Marcin Borkowski
  0 siblings, 1 reply; 9+ messages in thread
From: Marcin Borkowski @ 2012-10-25 22:56 UTC (permalink / raw)
  To: ntg-context

Dnia 2012-10-25, o godz. 15:50:49
Nicholas Ulle <naulle@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
___________________________________________________________________________________

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

* Re: How to set the whole document flush left?
  2012-10-25 22:56   ` Marcin Borkowski
@ 2012-10-25 23:05     ` Marcin Borkowski
  2012-10-26  0:14       ` Nicholas Ulle
  0 siblings, 1 reply; 9+ messages in thread
From: Marcin Borkowski @ 2012-10-25 23:05 UTC (permalink / raw)
  To: ntg-context

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

> Dnia 2012-10-25, o godz. 15:50:49
> Nicholas Ulle <naulle@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
___________________________________________________________________________________

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

* Re: How to set the whole document flush left?
  2012-10-25 23:05     ` Marcin Borkowski
@ 2012-10-26  0:14       ` Nicholas Ulle
  0 siblings, 0 replies; 9+ messages in thread
From: Nicholas Ulle @ 2012-10-26  0:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

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

[-- Attachment #1.2: Type: text/html, Size: 2451 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] 9+ messages in thread

* Re: How to set the whole document flush left?
  2012-10-25 22:12 How to set the whole document flush left? Marcin Borkowski
  2012-10-25 22:50 ` Nicholas Ulle
@ 2012-10-26  3:13 ` Wolfgang Schuster
  2012-10-26 14:28   ` Marcin Borkowski
  1 sibling, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2012-10-26  3:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 26.10.2012 um 00:12 schrieb Marcin Borkowski <mbork@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
___________________________________________________________________________________


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

* Re: How to set the whole document flush left?
  2012-10-26  3:13 ` Wolfgang Schuster
@ 2012-10-26 14:28   ` Marcin Borkowski
  2012-10-27 10:08     ` Hans Hagen
  0 siblings, 1 reply; 9+ messages in thread
From: Marcin Borkowski @ 2012-10-26 14:28 UTC (permalink / raw)
  To: ntg-context

Dnia 2012-10-26, o godz. 05:13:51
Wolfgang Schuster <wolfgang.schuster@gmail.com> napisał(a):

> 
> Am 26.10.2012 um 00:12 schrieb Marcin Borkowski
> <mbork@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
___________________________________________________________________________________

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

* Re: How to set the whole document flush left?
  2012-10-26 14:28   ` Marcin Borkowski
@ 2012-10-27 10:08     ` Hans Hagen
  2012-10-27 20:38       ` Marcin Borkowski
  0 siblings, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2012-10-27 10:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: How to set the whole document flush left?
  2012-10-27 10:08     ` Hans Hagen
@ 2012-10-27 20:38       ` Marcin Borkowski
  0 siblings, 0 replies; 9+ messages in thread
From: Marcin Borkowski @ 2012-10-27 20:38 UTC (permalink / raw)
  To: ConTeXt mailing list

Dnia 2012-10-27, o godz. 12:08:40
Hans Hagen <pragma@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
___________________________________________________________________________________

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

end of thread, other threads:[~2012-10-27 20:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-25 22:12 How to set the whole document flush left? Marcin Borkowski
2012-10-25 22:50 ` Nicholas Ulle
2012-10-25 22:56   ` Marcin Borkowski
2012-10-25 23:05     ` Marcin Borkowski
2012-10-26  0:14       ` Nicholas Ulle
2012-10-26  3:13 ` Wolfgang Schuster
2012-10-26 14:28   ` Marcin Borkowski
2012-10-27 10:08     ` Hans Hagen
2012-10-27 20:38       ` Marcin Borkowski

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