How to set the whole document flush left?
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
Hi, I suspect the command you're looking for is \setupalign[right] Nick
Dnia 2012-10-25, o godz. 15:50:49
Nicholas Ulle
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
Dnia 2012-10-26, o godz. 00:56:41
Marcin Borkowski
Dnia 2012-10-25, o godz. 15:50:49 Nicholas Ulle
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
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
Am 26.10.2012 um 00:12 schrieb 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.)
Where is the minimal example? \setupalign[flushleft] \setupitemize[each][align=flushleft] \starttext \showgrid \input knuth \startitemize \startitem \input knuth \stopitem \stopitemize \stoptext Wolfgang
Dnia 2012-10-26, o godz. 05:13:51
Wolfgang Schuster
Am 26.10.2012 um 00:12 schrieb 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.)
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
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 -----------------------------------------------------------------
Dnia 2012-10-27, o godz. 12:08:40
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
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
participants (4)
-
Hans Hagen
-
Marcin Borkowski
-
Nicholas Ulle
-
Wolfgang Schuster