Underful with \startalignment[flushright]
Dear list, Could not find any hint on this list on this (minor) problem. When compiling the following simple MWE : \starttext \startalignment[flushright] Foo. \stopalignment \stoptext I get an underful hbox message : Underfull \hbox (badness 10000) in paragraph at lines 4--5 []\3>modern-designsize-12pt-rm-tf-0--0 Foo. Is there a simple way to avoid the underful message (other than adding a \hfil before the text) ? \starttext \startalignment[flushright] \hfil Foo. \stopalignment \stoptext Many thanks Best regards Joseph Canedo
On Mon, 20 Feb 2017, josephcanedo@gmail.com wrote:
Dear list,
Could not find any hint on this list on this (minor) problem. When compiling the following simple MWE :
\starttext \startalignment[flushright] Foo. \stopalignment \stoptext
I get an underful hbox message :
Underfull \hbox (badness 10000) in paragraph at lines 4--5 []\3>modern-designsize-12pt-rm-tf-0--0 Foo.
Is there a simple way to avoid the underful message (other than adding a \hfil before the text) ?
\dontcomplain You could also use \rightline{Foo}. Aditya
On 02/20/2017 10:59 PM, josephcanedo@gmail.com wrote:
Dear list,
Could not find any hint on this list on this (minor) problem.
When compiling the following simple MWE :
\starttext
\startalignment[flushright]
Foo.
\stopalignment
\stoptext
I get an underful hbox message :
Underfull \hbox (badness 10000) in paragraph at lines 4--5
[]\3>modern-designsize-12pt-rm-tf-0--0 Foo.
Is there a simple way to avoid the underful message (other than adding a \hfil before the text) ?
\starttext
\startalignment[flushright]
\startalignment[flushright,broad]
\hfil Foo.
\stopalignment
\stoptext
Many thanks
Best regards
Joseph Canedo
___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 2/21/2017 10:45 AM, Henri Menke wrote:
On 02/20/2017 10:59 PM, josephcanedo@gmail.com wrote:
Dear list,
Could not find any hint on this list on this (minor) problem.
When compiling the following simple MWE :
\starttext
\startalignment[flushright]
Foo.
\stopalignment
\stoptext
I get an underful hbox message :
Underfull \hbox (badness 10000) in paragraph at lines 4--5
[]\3>modern-designsize-12pt-rm-tf-0--0 Foo.
Is there a simple way to avoid the underful message (other than adding a \hfil before the text) ?
\starttext
\startalignment[flushright]
\startalignment[flushright,broad]
\dontcomplain also helps but it also hides the possible problem
\hfil Foo.
\stopalignment
\stoptext
Many thanks
Best regards
Joseph Canedo
___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Thanks a lot, all, for the hints. Best regards, Joseph De : Hans Hagen Envoyé le :mardi 21 février 2017 13:06 À : mailing list for ConTeXt users Objet :Re: [NTG-context] Underful with \startalignment[flushright] On 2/21/2017 10:45 AM, Henri Menke wrote:
On 02/20/2017 10:59 PM, josephcanedo@gmail.com wrote:
Dear list,
Could not find any hint on this list on this (minor) problem.
When compiling the following simple MWE :
\starttext
\startalignment[flushright]
Foo.
\stopalignment
\stoptext
I get an underful hbox message :
Underfull \hbox (badness 10000) in paragraph at lines 4--5
[]\3>modern-designsize-12pt-rm-tf-0--0 Foo.
Is there a simple way to avoid the underful message (other than adding a \hfil before the text) ?
\starttext
\startalignment[flushright]
\startalignment[flushright,broad]
\dontcomplain also helps but it also hides the possible problem
\hfil Foo.
\stopalignment
\stoptext
Many thanks
Best regards
Joseph Canedo
___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
___________________________________________________________________________________ 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (4)
-
Aditya Mahajan
-
Hans Hagen
-
Henri Menke
-
josephcanedo@gmail.com