ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Overfull annotations
       [not found] <017901d194ef$2c180000$84480000$@tosovsky@email.cz>
@ 2016-04-12 20:07 ` Hans Hagen
  2016-04-12 20:49   ` Jan Tosovsky
       [not found]   ` <01bc01d194fc$e0086110$a0192330$@tosovsky@email.cz>
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Hagen @ 2016-04-12 20:07 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

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

* Re: Overfull annotations
  2016-04-12 20:07 ` Overfull annotations Hans Hagen
@ 2016-04-12 20:49   ` Jan Tosovsky
       [not found]   ` <01bc01d194fc$e0086110$a0192330$@tosovsky@email.cz>
  1 sibling, 0 replies; 4+ messages in thread
From: Jan Tosovsky @ 2016-04-12 20:49 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

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
___________________________________________________________________________________

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

* Re: Overfull annotations
       [not found]   ` <01bc01d194fc$e0086110$a0192330$@tosovsky@email.cz>
@ 2016-04-12 22:11     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2016-04-12 22:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

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

* Overfull annotations
@ 2016-04-12 19:11 Jan Tosovsky
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Tosovsky @ 2016-04-12 19:11 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

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
___________________________________________________________________________________

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

end of thread, other threads:[~2016-04-12 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <017901d194ef$2c180000$84480000$@tosovsky@email.cz>
2016-04-12 20:07 ` Overfull annotations Hans Hagen
2016-04-12 20:49   ` Jan Tosovsky
     [not found]   ` <01bc01d194fc$e0086110$a0192330$@tosovsky@email.cz>
2016-04-12 22:11     ` Hans Hagen
2016-04-12 19:11 Jan Tosovsky

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