Re: [NTG-context] overfull lines

2022-07-22 Thread Steffen Wolfrum via ntg-context


> Am 22.07.2022 um 10:05 schrieb Hans Hagen via ntg-context 
> :
> 
> On 7/21/2022 5:02 PM, Steffen Wolfrum via ntg-context wrote:
>> Hi,
>> the command \version[temporary] shows an overfullrule when lines are set 
>> overfull.
>> How does this work also in footnotes?
>> MWE:
>> \setuppapersize[A10]
>> \overfullrule5\points
>> %\version[temporary]
>> \starttext
>> \showframe
>> XX\footnote{xxx}
>> \stoptext
> \let\dontcomplain\relax

… no, I can't complain ;o)

Thank you! Steffen
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] overfull lines

2022-07-22 Thread Hans Hagen via ntg-context

On 7/21/2022 5:02 PM, Steffen Wolfrum via ntg-context wrote:

Hi,

the command \version[temporary] shows an overfullrule when lines are set 
overfull.

How does this work also in footnotes?

MWE:

\setuppapersize[A10]

\overfullrule5\points
%\version[temporary]

\starttext

\showframe

XX\footnote{xxx}

\stoptext

\let\dontcomplain\relax


-
  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 / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] overfull lines

2022-07-21 Thread Steffen Wolfrum via ntg-context
Hi,

the command \version[temporary] shows an overfullrule when lines are set 
overfull.

How does this work also in footnotes?

MWE:

\setuppapersize[A10]

\overfullrule5\points
%\version[temporary]

\starttext

\showframe

XX\footnote{xxx}

\stoptext


Steffen
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] overfull gone?

2022-06-07 Thread Steffen Wolfrum via ntg-context


> Am 28.05.2022 um 14:16 schrieb Hans Hagen via ntg-context 
> :
> 
> On 5/28/2022 12:43 PM, Steffen Wolfrum via ntg-context wrote:
>> Hi,
>> in order to easily see overfull lines I used \overfullrule30\points : this 
>> gave a clear black box in the right margin.
>> Is this command (\version[temporary]) gone??
>> Please have a look at the example below: no overfull indicator ...
>> Steffen
>> ---
>> \setuppapersize[A6]
>> \setupexternalfigures[location={default}]
>> %\version[temporary]
>> \overfullrule30\points% < BLACK BOX?
>> \starttext
>> \startcolumns[n=3]
>> % Overfull lines will have slugs in colum margins.
>> \input linden
>> % Underfull hboxes get no warning
>> x
>> \stopcolumns
>> \stoptext
> i'll check it .. looks like some interference with normalization .. actually 
> one can enable more advanced tracers:
> 
> % \enabletrackers[builders.hpack.quality]
> % \enabletrackers[builders.hpack.overflow]


the overfullrule is great for visual debugging
thanks for checking it

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


Re: [NTG-context] overfull gone?

2022-05-28 Thread Hans Hagen via ntg-context

On 5/28/2022 12:43 PM, Steffen Wolfrum via ntg-context wrote:

Hi,

in order to easily see overfull lines I used \overfullrule30\points : this gave 
a clear black box in the right margin.

Is this command (\version[temporary]) gone??

Please have a look at the example below: no overfull indicator ...

Steffen

---

\setuppapersize[A6]

\setupexternalfigures[location={default}]
%\version[temporary]
\overfullrule30\points% < BLACK BOX?

\starttext

\startcolumns[n=3]
  % Overfull lines will have slugs in colum margins.
  \input linden

  % Underfull hboxes get no warning
  x
\stopcolumns

\stoptext
i'll check it .. looks like some interference with normalization .. 
actually one can enable more advanced tracers:


% \enabletrackers[builders.hpack.quality]
% \enabletrackers[builders.hpack.overflow]

Hans


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


[NTG-context] overfull gone?

2022-05-28 Thread Steffen Wolfrum via ntg-context
Hi,

in order to easily see overfull lines I used \overfullrule30\points : this gave 
a clear black box in the right margin.

Is this command (\version[temporary]) gone??

Please have a look at the example below: no overfull indicator ...

Steffen

---

\setuppapersize[A6]

\setupexternalfigures[location={default}]
%\version[temporary]
\overfullrule30\points% < BLACK BOX?

\starttext

\startcolumns[n=3]
 % Overfull lines will have slugs in colum margins.
 \input linden 

 % Underfull hboxes get no warning
 x
\stopcolumns

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


Re: [NTG-context] overfull message

2020-07-03 Thread Aditya Mahajan

On Fri, 3 Jul 2020, Taco Hoekwater wrote:


\hbadness affects reports on stretched/shrunk box glue, but not
overfull boxes. You need \hfuzz for that

\hfuzz = 12pt


Or, for something more drastic:

\dontcomplain

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


Re: [NTG-context] overfull message

2020-07-03 Thread Taco Hoekwater
\hbadness affects reports on stretched/shrunk box glue, but not
overfull boxes. You need \hfuzz for that

\hfuzz = 12pt

Best wishes,
Taco

> On 3 Jul 2020, at 14:53, Hans van der Meer  wrote:
> 
> I would very much like to get rid of the overfull hbox messages in the log. 
> They clutter the log and I have not much use for them
> Setting \hbadness to a large enough value should suppress them below the 
> threshold. But this does not happen. At least not in the minimal example  
> enclosed herby.
> 
> Is there a remedy making these messages disappear from the log?
> 
> dr. Hans van der Meer
> 
> 
> ___
> 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
> ___

Taco Hoekwater
Elvenkind BV




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


[NTG-context] overfull message

2020-07-03 Thread Hans van der Meer
I would very much like to get rid of the overfull hbox messages in the log. They clutter the log and I have not much use for themSetting \hbadness to a large enough value should suppress them below the threshold. But this does not happen. At least not in the minimal example  enclosed herby.Is there a remedy making these messages disappear from the log?
dr. Hans van der Meer

hbadness.tex
Description: Binary data




hbadness.pdf
Description: Adobe PDF document
___
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
___


Re: [NTG-context] Overfull hbox issues: different font,

2019-09-08 Thread Pablo Rodriguez
On 9/3/19 11:17 PM, Julian G wrote:
> Hello everyone,
> I apologize if this has been brought up already (or if my mistake is
> painfully obvious), but I'm having a slight issue with overfull
> hboxes. I think it is connected to hyphenation and/or using different
> fonts.

Hi Julian,

the bigger font size is, the higher probability to get issues with
hyphenation.

It is also relevant to know how the problematic words are hyphenated in
English and German:

\startbuffer[text]
  {\em\currentlanguage}\\
\hyphenatedword{gemessene Namens-konflikte Namenskonflikte}\\
  \setbreakpoints[compound]
\hyphenatedword{gemessene Namens-konflikte Namenskonflikte}
\stopbuffer

\starttext
  \startTEXpage[offset=3em]
  \getbuffer[text]\\
\language[de]
 \getbuffer[text]
  \stopTEXpage
\stoptext

I hope it helps,

Pablo
--
http://www.ousia.tk
___
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
___


Re: [NTG-context] Overfull hbox issues: different font,

2019-09-04 Thread Hans Hagen

On 9/3/2019 11:17 PM, Julian G wrote:

Hello everyone,
I apologize if this has been brought up already (or if my mistake is painfully 
obvious), but I'm having a slight issue with overfull hboxes. I think it is 
connected to hyphenation and/or using different fonts.

Test file: at the end of this mail or at 
https://gist.github.com/JulianGmp/fe20df633554f5aff02e02eb47a6780f
The output PDF I got: https://i.imgur.com/c8S7Di5.png


give tex a bit more room for dealing with it:

\setupalign[tolerant]

or in large document where you don't want to tweak:

\setupalign[tolerant,stretch]

Hans

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


Re: [NTG-context] Overfull hbox issues: different font,

2019-09-04 Thread Wolfgang Schuster

Julian G schrieb am 03.09.2019 um 23:17:

Hello everyone,
I apologize if this has been brought up already (or if my mistake is painfully 
obvious), but I'm having a slight issue with overfull hboxes. I think it is 
connected to hyphenation and/or using different fonts.

Test file: at the end of this mail or at 
https://gist.github.com/JulianGmp/fe20df633554f5aff02e02eb47a6780f
The output PDF I got: https://i.imgur.com/c8S7Di5.png

Best regards,
Julian



% Compiled document (screenshot):
% https://i.imgur.com/c8S7Di5.png

\setuppapersize[A4]
\showframe

\setuplayout[
topspace=1cm,
header=0cm,
width=16cm,
footer=0cm,
bottom=1cm,
]

\definefontfamily[arialFamily]   [sans]  [Arial]
\definefontfamily[calibriFamily] [sans]  [Calibri]
% \setupbodyfont[myfontfamily, 12pt]

\define\printExample{Es kann allerdings ein Problem auftreten: Es ist nicht 
immer eindeutig, ob die gemessen Phasenerschiebung eine komplette Umdrehung 
enthaltem. Angenommen sei eine gemessene Verschiebung von \m{\Delta_{\varphi}}, 
visualisiert in Abbildung 10 ... \blank[small] Zwar wird dadurch eine gewisse 
Übersicht geschaffen, jedoch werden potentielle Namens-
konflikte nicht verhindert.}

\setuptolerance[verytolerant]

or

\setupalign[verytolerant]

\starttext

\language[de]


\section{Standard Font}
\subsection{German}
\language[de] \printExample{}
\subsection{English}
\language[en] \printExample{}


\switchtobodyfont[arialFamily, 12pt]
\section{Arial 12pt}
\subsection{German}
\language[de] \printExample{}
\subsection{English}
\language[en] \printExample{}

\page

\switchtobodyfont[calibriFamily, 14pt]
\section{Calibri 14pt}
\subsection{German}
\language[de] \printExample{}
\subsection{English}
\language[en] \printExample{}

\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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Overfull hbox issues: different font,

2019-09-03 Thread Julian G
Hello everyone,
I apologize if this has been brought up already (or if my mistake is painfully 
obvious), but I'm having a slight issue with overfull hboxes. I think it is 
connected to hyphenation and/or using different fonts.

Test file: at the end of this mail or at 
https://gist.github.com/JulianGmp/fe20df633554f5aff02e02eb47a6780f
The output PDF I got: https://i.imgur.com/c8S7Di5.png

Best regards,
Julian



% Compiled document (screenshot):
% https://i.imgur.com/c8S7Di5.png

\setuppapersize[A4]
\showframe

\setuplayout[
topspace=1cm,
header=0cm,
width=16cm,
footer=0cm,
bottom=1cm,
]

\definefontfamily[arialFamily]   [sans]  [Arial]
\definefontfamily[calibriFamily] [sans]  [Calibri]
% \setupbodyfont[myfontfamily, 12pt]

\define\printExample{Es kann allerdings ein Problem auftreten: Es ist nicht 
immer eindeutig, ob die gemessen Phasenerschiebung eine komplette Umdrehung 
enthaltem. Angenommen sei eine gemessene Verschiebung von \m{\Delta_{\varphi}}, 
visualisiert in Abbildung 10 ... \blank[small] Zwar wird dadurch eine gewisse 
Übersicht geschaffen, jedoch werden potentielle Namens-
konflikte nicht verhindert.}

\starttext

\language[de]


\section{Standard Font}
\subsection{German}
\language[de] \printExample{}
\subsection{English}
\language[en] \printExample{}


\switchtobodyfont[arialFamily, 12pt]
\section{Arial 12pt}
\subsection{German}
\language[de] \printExample{}
\subsection{English}
\language[en] \printExample{}

\page

\switchtobodyfont[calibriFamily, 14pt]
\section{Calibri 14pt}
\subsection{German}
\language[de] \printExample{}
\subsection{English}
\language[en] \printExample{}

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


Re: [NTG-context] Overfull boxes in bibliography

2016-09-28 Thread Wolfgang Schuster

Henri Menke 
28. September 2016 um 13:43
Dear Alan,

many thanks for the suggested fix for the overfull box. However, I am 
looking for a solution to fix the *missing display* of overfull boxes. 
What I want is that the black rectangle is shown in the margin when 
there is an overfull box in the bibliography. The overfull box in the 
bibliography is also not reported in the log.
The list mechanism (which is AFAIK used for the bib entries) disables 
the warnings and rule for overfull lines.


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
___

Re: [NTG-context] Overfull boxes in bibliography

2016-09-28 Thread Henri Menke
Dear Alan,

many thanks for the suggested fix for the overfull box.  However, I am looking 
for a solution to fix the *missing display* of overfull boxes.  What I want is 
that the black rectangle is shown in the margin when there is an overfull box 
in the bibliography.  The overfull box in the bibliography is also not reported 
in the log.

Cheers, Henri

On 09/28/2016 01:29 PM, Alan Braslau wrote:
> Hello,
> 
> It turns out that "alignment" of the bibliography lists does not take the 
> document global settings, but rather, like in other cases such as a framed 
> environment, alignment is reset to the default value: strict alignment does 
> not give the best results for the bibliography list rendering, so I have now 
> set this is the various style specifications to be "{verytolerant,stretch}".
> 
> Awaiting that this correction be propagated, one can add
> 
> \setupbtxlist
>   [aps] % for example
>   [align={normal,verytolerant,stretch}]
> 
> in your setup. There should then be no need for overfill boxes.
> 
> Alan
> 
>> On Aug 30, 2016, at 00:23, Henri Menke  wrote:
>>
>> Dear list,
>>
>> I noticed, that even though I set \version[temporary] to make overfull boxes 
>> visible, they were not marked with an overfullrule in the bibliography.  
>> Below you find a minimal example which reproduces the problem on TL 2016.  
>> First I typeset the entry by hand where the black rectangle shows up in the 
>> margin, then I format it automatically using \placelistofpublications where 
>> no box is shown.
>>
>> How can I have overfull boxes highlighted in the bibliography?
>>
>> Many thanks, Henri
>>
>> ---
>>
>> \startbuffer[biblio]
>> @article{Heisenberg1926,
>>  author = {Heisenberg, W.},
>>  title = {Mehrk\"orperproblem und Resonanz in der Quantenmechanik},
>>  journal = {Zeitschrift f\"ur Physik},
>>  year = {1926},
>>  volume = {38},
>>  number = {6},
>>  pages = {411--426},
>>  issn = {0044-3328},
>>  doi = {10.1007/BF01397160},
>>  url = {http://dx.doi.org/10.1007/BF01397160}
>> }
>> \stopbuffer
>>
>> \version[temporary]
>> \setuppapersize[A5][A5]
>>
>> \usebtxdataset[biblio.buffer]
>> \usebtxdefinitions[aps]
>>
>> \starttext
>>
>> \showframe
>>
>> \setupitemize[left={[},right={]},width=3em,stopper=]
>> \startitemize[n]
>> \item W. Heisenberg, Mehrkörperproblem und Resonanz in der
>>  Quantenmechanik, {\em Zeitschrift für Physik} {\bf 38}(6), 411--426 (1926).
>> \stopitemize
>>
>> \nocite[Heisenberg1926]
>> \placelistofpublications
>>
>> \stoptext
>> ___
>> 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
>> ___
> 
> ___
> 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
> ___
> 

___
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] Overfull boxes in bibliography

2016-09-28 Thread Alan Braslau
Hello,

It turns out that "alignment" of the bibliography lists does not take the 
document global settings, but rather, like in other cases such as a framed 
environment, alignment is reset to the default value: strict alignment does not 
give the best results for the bibliography list rendering, so I have now set 
this is the various style specifications to be "{verytolerant,stretch}".

Awaiting that this correction be propagated, one can add

\setupbtxlist
  [aps] % for example
  [align={normal,verytolerant,stretch}]

in your setup. There should then be no need for overfill boxes.

Alan

> On Aug 30, 2016, at 00:23, Henri Menke  wrote:
> 
> Dear list,
> 
> I noticed, that even though I set \version[temporary] to make overfull boxes 
> visible, they were not marked with an overfullrule in the bibliography.  
> Below you find a minimal example which reproduces the problem on TL 2016.  
> First I typeset the entry by hand where the black rectangle shows up in the 
> margin, then I format it automatically using \placelistofpublications where 
> no box is shown.
> 
> How can I have overfull boxes highlighted in the bibliography?
> 
> Many thanks, Henri
> 
> ---
> 
> \startbuffer[biblio]
> @article{Heisenberg1926,
>  author = {Heisenberg, W.},
>  title = {Mehrk\"orperproblem und Resonanz in der Quantenmechanik},
>  journal = {Zeitschrift f\"ur Physik},
>  year = {1926},
>  volume = {38},
>  number = {6},
>  pages = {411--426},
>  issn = {0044-3328},
>  doi = {10.1007/BF01397160},
>  url = {http://dx.doi.org/10.1007/BF01397160}
> }
> \stopbuffer
> 
> \version[temporary]
> \setuppapersize[A5][A5]
> 
> \usebtxdataset[biblio.buffer]
> \usebtxdefinitions[aps]
> 
> \starttext
> 
> \showframe
> 
> \setupitemize[left={[},right={]},width=3em,stopper=]
> \startitemize[n]
> \item W. Heisenberg, Mehrkörperproblem und Resonanz in der
>  Quantenmechanik, {\em Zeitschrift für Physik} {\bf 38}(6), 411--426 (1926).
> \stopitemize
> 
> \nocite[Heisenberg1926]
> \placelistofpublications
> 
> \stoptext
> ___
> 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
> ___

___
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] Overfull boxes in bibliography

2016-09-27 Thread Henri Menke
Bump

On 08/30/2016 12:23 AM, Henri Menke wrote:
> Dear list,
> 
> I noticed, that even though I set \version[temporary] to make overfull boxes 
> visible, they were not marked with an overfullrule in the bibliography.  
> Below you find a minimal example which reproduces the problem on TL 2016.  
> First I typeset the entry by hand where the black rectangle shows up in the 
> margin, then I format it automatically using \placelistofpublications where 
> no box is shown.
> 
> How can I have overfull boxes highlighted in the bibliography?
> 
> Many thanks, Henri
> 
> ---
> 
> \startbuffer[biblio]
> @article{Heisenberg1926,
>   author = {Heisenberg, W.},
>   title = {Mehrk\"orperproblem und Resonanz in der Quantenmechanik},
>   journal = {Zeitschrift f\"ur Physik},
>   year = {1926},
>   volume = {38},
>   number = {6},
>   pages = {411--426},
>   issn = {0044-3328},
>   doi = {10.1007/BF01397160},
>   url = {http://dx.doi.org/10.1007/BF01397160}
> }
> \stopbuffer
> 
> \version[temporary]
> \setuppapersize[A5][A5]
> 
> \usebtxdataset[biblio.buffer]
> \usebtxdefinitions[aps]
> 
> \starttext
> 
> \showframe
> 
> \setupitemize[left={[},right={]},width=3em,stopper=]
> \startitemize[n]
> \item W. Heisenberg, Mehrkörperproblem und Resonanz in der
>   Quantenmechanik, {\em Zeitschrift für Physik} {\bf 38}(6), 411--426 (1926).
> \stopitemize
> 
> \nocite[Heisenberg1926]
> \placelistofpublications
> 
> \stoptext
> 

___
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] Overfull boxes in bibliography

2016-08-29 Thread Henri Menke
Dear list,

I noticed, that even though I set \version[temporary] to make overfull boxes 
visible, they were not marked with an overfullrule in the bibliography.  Below 
you find a minimal example which reproduces the problem on TL 2016.  First I 
typeset the entry by hand where the black rectangle shows up in the margin, 
then I format it automatically using \placelistofpublications where no box is 
shown.

How can I have overfull boxes highlighted in the bibliography?

Many thanks, Henri

---

\startbuffer[biblio]
@article{Heisenberg1926,
  author = {Heisenberg, W.},
  title = {Mehrk\"orperproblem und Resonanz in der Quantenmechanik},
  journal = {Zeitschrift f\"ur Physik},
  year = {1926},
  volume = {38},
  number = {6},
  pages = {411--426},
  issn = {0044-3328},
  doi = {10.1007/BF01397160},
  url = {http://dx.doi.org/10.1007/BF01397160}
}
\stopbuffer

\version[temporary]
\setuppapersize[A5][A5]

\usebtxdataset[biblio.buffer]
\usebtxdefinitions[aps]

\starttext

\showframe

\setupitemize[left={[},right={]},width=3em,stopper=]
\startitemize[n]
\item W. Heisenberg, Mehrkörperproblem und Resonanz in der
  Quantenmechanik, {\em Zeitschrift für Physik} {\bf 38}(6), 411--426 (1926).
\stopitemize

\nocite[Heisenberg1926]
\placelistofpublications

\stoptext
___
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] Overfull annotations

2016-04-12 Thread Hans Hagen

On 4/12/2016 10:49 PM, Jan Tosovsky wrote:

On 2016-04-12 Hans Hagen wrote:

On 4/12/2016 9:11 PM, Jan Tosovsky wrote:


But to be honest, the best for me would be PDF annotations
(rectangles) placed to that occurrences. In Acrobat Reader
you can easily list them and automatically navigate to the
target location (and then jump to the prev/next).


\enabletrackers[builders.hpack.quality]
\enabletrackers[builders.hpack.overflow]

\starttext
  \hsize 8cm \input tufte
\stoptext



Nice. But..

My use case is 300+ pages book with several occurences. If those red rectangles 
were provided as annotations, I could efficiently jump from one to another, 
without browsing all the book (thanks to the special Annotation pane).
http://ptgmedia.pearsoncmg.com/images/chapter09_0321751256/elementLinks/rc_13.jpg

Both searching occurrences (in PDF) using the line number of the original 
source or visually by looking for red rectangles is IMHO inefficient.

However, I agree there are more important features to implement.


indeed ... also, i consider it featurecreep

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | 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] Overfull annotations

2016-04-12 Thread Jan Tosovsky
On 2016-04-12 Hans Hagen wrote:
> On 4/12/2016 9:11 PM, Jan Tosovsky wrote:
> >
> > But to be honest, the best for me would be PDF annotations
> > (rectangles) placed to that occurrences. In Acrobat Reader 
> > you can easily list them and automatically navigate to the 
> > target location (and then jump to the prev/next).
> 
> \enabletrackers[builders.hpack.quality]
> \enabletrackers[builders.hpack.overflow]
> 
> \starttext
>  \hsize 8cm \input tufte
> \stoptext
> 

Nice. But..

My use case is 300+ pages book with several occurences. If those red rectangles 
were provided as annotations, I could efficiently jump from one to another, 
without browsing all the book (thanks to the special Annotation pane).
http://ptgmedia.pearsoncmg.com/images/chapter09_0321751256/elementLinks/rc_13.jpg

Both searching occurrences (in PDF) using the line number of the original 
source or visually by looking for red rectangles is IMHO inefficient.

However, I agree there are more important features to implement.

Jan

___
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] Overfull annotations

2016-04-12 Thread Hans Hagen

On 4/12/2016 9:11 PM, Jan Tosovsky wrote:

Dear All,

thanks to the following command I can already filter out everything except
under/overfull cases:
context --noconsole source.tex

It is nice, but would it be possible to print also affected page numbers of
the final PDF file?

But to be honest, the best for me would be PDF annotations (rectangles)
placed to that occurrences. In Acrobat Reader you can easily list them and
automatically navigate to the target location (and then jump to the
prev/next).

Thanks in advance for a new option :-)


impossible as it's an existing option

\enabletrackers[builders.hpack.quality]
\enabletrackers[builders.hpack.overflow]

\starttext
\hsize 8cm \input tufte
\stoptext

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | 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
___

[NTG-context] Overfull annotations

2016-04-12 Thread Jan Tosovsky
Dear All,

thanks to the following command I can already filter out everything except
under/overfull cases:
context --noconsole source.tex

It is nice, but would it be possible to print also affected page numbers of
the final PDF file?

But to be honest, the best for me would be PDF annotations (rectangles)
placed to that occurrences. In Acrobat Reader you can easily list them and
automatically navigate to the target location (and then jump to the
prev/next).

Thanks in advance for a new option :-)

Jan



___
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] Overfull boxes using m-cweb

2016-01-26 Thread Ibn Saeed
Hans Hagen  wxs.nl> writes:


> it may be a result of many unbreakable (key)words, so in that case try:
> 
> \setuptolerance[verytolerant,stretch]
> 
> Hans
> 


Thanks Hans, I was having some issue with overfull boxe in one paragraph, i
applied your command and it solved the issue.



___
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] overfull hbox on items

2012-03-02 Thread Hans Hagen

On 2-3-2012 17:35, Meer, H. van der wrote:

This setting gives an overfull hbox of exactly 3 points:
\setupitemgroup[itemize][each]
[joinedup,packed]
[symbol=n,distance=3pt,
align=right,itemalign=flushright,
stopper={.\,}
]
In the logfile: Overfull \hbox (3.0pt too wide) detected at line 7

Changing to distance=4pt makes the hbox 4pt too wide.
Changing to distance=0pt (or delete parameter) makes the hbox fit.

Why is this?
Apart from cluttering the logfile, I guess this hbox overflow signals something 
that can be bettered.


not always, if it looks ok to you you can just ignore it (or add 
\dontcomplain) i.e. depending on alignment excessive content will lap 
left or right anyway (an example: say that you number 1..9 and there is 
one itemize with 10 items ... you might not want to change all widths 
for this one case (and 10 is often rather ok, while 44 isn't)


the same can happen with margin texts, where in practice the width only 
matters when you use backgrounds or have things side by side or ...


Hans


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


[NTG-context] overfull hbox on items

2012-03-02 Thread Meer, H. van der
This setting gives an overfull hbox of exactly 3 points:
\setupitemgroup[itemize][each]
[joinedup,packed]
[symbol=n,distance=3pt,
align=right,itemalign=flushright,
stopper={.\,}
]
In the logfile: Overfull \hbox (3.0pt too wide) detected at line 7

Changing to distance=4pt makes the hbox 4pt too wide.
Changing to distance=0pt (or delete parameter) makes the hbox fit.

Why is this?
Apart from cluttering the logfile, I guess this hbox overflow signals something 
that can be bettered.

Hans van der Meer



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

2010-04-25 Thread Wolfgang Schuster

Am 25.04.10 13:05, schrieb Marius:

Hello,

why there is an overfull in the attached example?


Use \startalignment[right,broad,nothyphenated]

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
___


[NTG-context] Overfull

2010-04-25 Thread Marius
Hello,

why there is an overfull in the attached example?

Overfull \hbox (25.73416pt too wide) in paragraph at lines 15--16
 \**ArialFontXVI** NOTX THIS THAT WORD PHRASES

Thanks,
Marius


test2.pdf
Description: Adobe PDF document


test2.tex
Description: TeX document
___
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] Overfull \hbox in Every Footnote

2009-12-13 Thread Tad Ashlock
As you can see in the results of processing the ConTeXt code below, the 
footnote gives an "Overfull \hbox" warning.  And the overflow is always 
exactly 426.78743pt too wide (at least in my documents).


---
\starttext
A test\footnote{Just testing.} of footnotes.
\stoptext
---


Running `ConTeXt Full' on `test' with ``context --autopdf "test"''
This is LuaTeX, Version beta-0.46.0-2009112722
\write18 enabled.
(test.tex

ConTeXt  ver: 2009.12.03 00:41 MKIV  fmt: 2009.12.12  int: english/english

system  : cont-new loaded
(C:/context/tex/texmf-context/tex/context/base/cont-new.tex
systems : beware: some patches loaded from cont-new.tex
(C:/context/tex/texmf-context/tex/context/base/cont-new.mkiv))
system  : cont-fil loaded
(C:/context/tex/texmf-context/tex/context/base/cont-fil.tex
loading : ConTeXt File Synonyms
)
system  : cont-sys.rme loaded
(C:/context/tex/texmf-context/tex/context/user/cont-sys.rme 
(C:/context/tex/texmf-context/tex/context/base/type-lua.tex) 
(C:/context/tex/texmf-context/tex/context/base/type-tmf.tex 
(C:/context/tex/texmf-context/tex/context/base/type-tmf.mkiv)) 
(C:/context/tex/texmf-context/tex/context/base/type-siz.tex 
(C:/context/tex/texmf-context/tex/context/base/type-siz.mkiv)) 
(C:/context/tex/texmf-context/tex/context/base/type-otf.tex 
(C:/context/tex/texmf-context/tex/context/base/type-otf.mkiv)))

system  : test.top loaded
(test.top)
fonts   : preloading latin modern fonts
bodyfont: 12pt rm is loaded
language: language en is active
systems : begin file test at line 1

Overfull \hbox (426.78743pt too wide) in paragraph at lines 2--2
[]
fonts   : resetting map file list
{C:/context/tex/texmf-context/fonts/map/pdftex/context/original-empty.map}
fonts   : using map file: original-base
{C:/context/tex/texmf-context/fonts/map/pdftex/context/original-base.map}
fonts   : using map file: original-ams-base
{C:/context/tex/texmf-context/fonts/map/pdftex/context/original-ams-base.map}
fonts   : using map file: original-ams-euler
{C:/context/tex/texmf-context/fonts/map/pdftex/context/original-ams-euler.map}
fonts   : using map file: original-public-lm
{C:/context/tex/texmf-context/fonts/map/pdftex/context/original-public-lm.map}
fonts   : using map file: lm-math
{C:/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}
fonts   : using map file: lm-rm
{C:/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
system  : xmp data not flushed (needs luatex upgrade)
!pages  : flushing page, realpage 1, userpage 1
systems : end file test at line 3
system  : cont-err loaded
(C:/context/tex/texmf-context/tex/context/base/cont-err.tex
systems : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) 
)
mkiv lua stats : used config path  - 
C:/context/tex/texmf/web2c/texmf.cnf

mkiv lua stats : used cache path   - C:/context/tex/texmf-cache
mkiv lua stats : input load time   - 0.016 seconds
mkiv lua stats : stored bytecode data  - 196 modules, 48 tables, 244 
chunks
mkiv lua stats : node list callback tasks  - 4 unique tasks, 3 created, 
26 calls

mkiv lua stats : cleaned up reserved nodes - 25 nodes, 9 lists of 1408
mkiv lua stats : node memory usage - 20 glue_spec, 2 dir
mkiv lua stats : used backend  - pdf (backend for directly 
generating pdf output)

mkiv lua stats : loaded patterns   - en:us:pat:exc:2
mkiv lua stats : startup time  - 0.438 seconds (including 
runtime option file processing)
mkiv lua stats : callbacks - direct: 542, indirect: 
3664, total: 4206

mkiv lua stats : interactive elements  - 0 references, 1 destinations
mkiv lua stats : loaded fonts  - 49 files: 
lmmono10-regular.otf lmmono12-regular.otf lmmono8-regular.otf 
lmmono9-regular.otf lmroman10-bold.otf lmroman10-regular.otf 
lmroman12-bold.otf lmroman12-regular.otf lmroman5-bold.otf 
lmroman5-regular.otf lmroman6-regular.otf lmroman7-bold.otf 
lmroman7-regular.otf lmroman8-regular.otf lmroman9-bold.otf 
lmroman9-regular.otf lmsans10-regular.otf lmsans12-regular.otf 
lmsans8-regular.otf lmsans9-regular.otf eufb10.tfm eufb7.tfm eufm10.tfm 
eufm5.tfm eufm7.tfm msam10.tfm msam5.tfm msam7.tfm msbm10.tfm msbm5.tfm 
msbm7.tfm lmex10.tfm lmmi10.tfm lmmi12.tfm lmmi5.tfm lmmi7.tfm lmmi9.tfm 
lmmib10.tfm lmmib5.tfm lmmib7.tfm lmsy10.tfm lmsy5.tfm lmsy7.tfm 
lmsy9.tfm rm-lmr10.tfm rm-lmr12.tfm rm-lmr5.tfm rm-lmr7.tfm rm-lmr9.tfm

mkiv lua stats : fonts load time   - 0.547 seconds
mkiv lua stats : result saved in file  - cont-en.pdf
mkiv lua stats : luatex banner - this is luatex, version 
beta-0.46.0-2009112722

mkiv lua stats : control sequences - 29701 of 165536
mkiv lua stats : current memory usage  - 50 MB (ctx: 51 MB)
mkiv lua stats : runtime  

Re: [NTG-context] overfull hbox (was: Re: Highlight changes)

2008-07-16 Thread Olivier Guéry
Thank's both of you.
Exactly what I was looking for.

Olivier.



-- 
[Message tapé sur un clavier Bépo : http://www.clavier-dvorak.org ]
http://nemolivier.blogspot.com
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] overfull hbox (was: Re: Highlight changes)

2008-07-16 Thread Aditya Mahajan

On Wed, 16 Jul 2008, Peter Münster wrote:


On Wed, Jul 16 2008, Olivier Guéry wrote:


In the same idear, i realy miss something to highlight the « overfull hbox »


\version[temporary]
\starttext
\hsize1pt
abcd
\stoptext


Sometimes, you do not want \version[temporary]. In those cases, I usually 
use


\overfullrule5\points

This can also be incorporated in the \version command,


\unprotect
\def\doversion[#1]%
  {\chardef\conceptmode\zerocount
   \overfullrule\zeropoint
   \processaction % \v!final=>
 [#1]
 [  \v!concept=>\chardef\conceptmode\plusone,  % simple banner
   \v!file=>\chardef\conceptmode\plustwo,  % full banner
  \v!temporary=>\chardef\conceptmode\plusthree % full banner plus
\overfullrule5\points, % info in the margin
 draft=>%\chardef\conceptmode\plusfour
\overfullrule5\points]}

\protect

and then one can use \version[draft].

Aditya___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] overfull hbox (was: Re: Highlight changes)

2008-07-16 Thread Peter Münster
On Wed, Jul 16 2008, Olivier Guéry wrote:

> In the same idear, i realy miss something to highlight the « overfull hbox »

\version[temporary]
\starttext
\hsize1pt
abcd
\stoptext

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Overfull \hbox query

2007-01-15 Thread Alan Bowen

On Jan 14, 2007, at 1:44 PM, Hans Hagen wrote:

> Alan Bowen wrote:
>> I have been processing a number of files using the same environment
>> file. Each time, early in the log file I get the very same message:
>> 
>> (/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex)
>> Overfull \hbox (13.2pt too wide) detected at line 63
>> []
>> system  : module ancientgreek loaded
>> (/Users/acbowen/Library/texmf/tex/context/third/greek/t- 
>> ancientgreek.tex
>> loading : module ancientgreek
>> 
>>
>> The problem is that I can see no evidence in the document of an
>> overfull \hbox. Moreover, if I change the font from SIL-Gentium to
>> Latin Modern, the message goes away, though it returns once more if I
>> use GFSDidot say (only the line number differs).
>>
>> Can anyone explain what is happening or suggest how I may proceed to
>> determine what is happening and why?
>>
> if you don't see a problem, just ignore it; it all depends on how  
> overfull
>
> \dontcomplain
>
> may be your friend
>
> Hans

Thanks, Hans. I will put this aside: as they say, “Sufficient unto  
the day is the evil thereof”.

Best, Alan
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Overfull \hbox query

2007-01-14 Thread Hans Hagen
Alan Bowen wrote:
> I have been processing a number of files using the same environment 
> file. Each time, early in the log file I get the very same message:
> 
> (/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex)
> Overfull \hbox (13.2pt too wide) detected at line 63
> []
> system  : module ancientgreek loaded
> (/Users/acbowen/Library/texmf/tex/context/third/greek/t-ancientgreek.tex
> loading : module ancientgreek
> 
>
> The problem is that I can see no evidence in the document of an 
> overfull \hbox. Moreover, if I change the font from SIL-Gentium to 
> Latin Modern, the message goes away, though it returns once more if I 
> use GFSDidot say (only the line number differs).
>
> Can anyone explain what is happening or suggest how I may proceed to 
> determine what is happening and why?
>
if you don't see a problem, just ignore it; it all depends on how overfull 

\dontcomplain 

may be your friend 

Hans 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Overfull \hbox query

2007-01-14 Thread Alan Bowen
I have been processing a number of files using the same environment  
file. Each time, early in the log file I get the very same message:

...
(/usr/local/teTeX/share/texmf.local/tex/context/base/pdfr-ec.tex)
Overfull \hbox (13.2pt too wide) detected at line 63
[]
system  : module ancientgreek loaded
(/Users/acbowen/Library/texmf/tex/context/third/greek/t-ancientgreek.tex
loading : module ancientgreek
...

The problem is that I can see no evidence in the document of an  
overfull \hbox. Moreover, if I change the font from SIL-Gentium to  
Latin Modern, the message goes away, though it returns once more if I  
use GFSDidot say (only the line number differs).


Can anyone explain what is happening or suggest how I may proceed to  
determine what is happening and why?


Alan___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Overfull boxes using m-cweb

2003-10-14 Thread Edwin Wisse
Hello,

I am running into overfull boxes when including a weaved cweb file into
a context document.  The original reference to the cwebmac.tex file (the 
plain
TeX macro) is commented out and replaced by \usemodule[cweb]. The cweb
macros appear to expand something into \*11ptmmmt* which seems to have
something to do with it.
Is there anyone here with experience and deep (Con)TeX(t) knowledge who
understands what is happening?

Regards, Edwin
--part of my log 
file
Overfull \hbox (6.4885pt too wide) in paragraph at lines 3--13
\*11ptmmmr* for the ap-pli-ca-tion de-vel-op-ment mod-ule. This is a 
small ap-p
li-ca-tion which loads file

\hbox(7.63889+2.13889)x398.33858
.\*11ptmmmr* f
.\*11ptmmmr* o
.\*11ptmmmr* r
.\glue(\spaceskip) 3.66628
.\*11ptmmmr* t
.etc.
Overfull \hbox (8.38132pt too wide) in paragraph at lines 3--13
\*11ptmmmr* with point and line da-ta and dis-plays it in a win-dow. It 
pro-vid
es a us-er in-ter-face al-

\hbox(7.63889+2.13889)x398.33858
.\*11ptmmmr* w
.\*11ptmmmr* i
.\*11ptmmmr* t
.\*11ptmmmr* h
.\glue(\spaceskip) 3.66628
.etc.


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context