ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Underful with \startalignment[flushright]
@ 2017-02-20 21:59 josephcanedo
  2017-02-21  1:01 ` Aditya Mahajan
  2017-02-21  9:45 ` Henri Menke
  0 siblings, 2 replies; 5+ messages in thread
From: josephcanedo @ 2017-02-20 21:59 UTC (permalink / raw)
  To: ntg-context


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

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


[-- Attachment #1.2: Type: text/html, Size: 2724 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Underful with \startalignment[flushright]
  2017-02-20 21:59 Underful with \startalignment[flushright] josephcanedo
@ 2017-02-21  1:01 ` Aditya Mahajan
  2017-02-21  9:45 ` Henri Menke
  1 sibling, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2017-02-21  1:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 589 bytes --]

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Underful with \startalignment[flushright]
  2017-02-20 21:59 Underful with \startalignment[flushright] josephcanedo
  2017-02-21  1:01 ` Aditya Mahajan
@ 2017-02-21  9:45 ` Henri Menke
  2017-02-21 12:06   ` Hans Hagen
  1 sibling, 1 reply; 5+ messages in thread
From: Henri Menke @ 2017-02-21  9:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

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

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

* Re: Underful with \startalignment[flushright]
  2017-02-21  9:45 ` Henri Menke
@ 2017-02-21 12:06   ` Hans Hagen
  2017-02-21 20:27     ` josephcanedo
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2017-02-21 12:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

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

* Re: Underful with \startalignment[flushright]
  2017-02-21 12:06   ` Hans Hagen
@ 2017-02-21 20:27     ` josephcanedo
  0 siblings, 0 replies; 5+ messages in thread
From: josephcanedo @ 2017-02-21 20:27 UTC (permalink / raw)
  To: Hans Hagen, mailing list for ConTeXt users


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

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
___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 8535 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2017-02-21 20:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-20 21:59 Underful with \startalignment[flushright] josephcanedo
2017-02-21  1:01 ` Aditya Mahajan
2017-02-21  9:45 ` Henri Menke
2017-02-21 12:06   ` Hans Hagen
2017-02-21 20:27     ` josephcanedo

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