[NTG-context] Unwanted blank page before page figures when using non-placed (hidden) heads

2022-07-24 Thread cryo shock via ntg-context
Hey there,

I am having trouble understanding some basic blank page behavior. I hope
that somebody of you can point me in the right direction.

My primary goal is to create application documents consisting of various
.tex components and with external PDF pages inserted as well. The second
part of that goal is to use multiple-level bookmarking as well. Bookmarking
should look like this:

- Letter
- Resume
- Testimonies
-- Testimony A
-- Testimony B
-- Testimony C

In the following MWE you can see my progress along with some notes to help
understanding.

There are two questions, I'd wish could be answered:

1. Why does TeX insert a blank page before a pagefigure I enclose within a
(hidden) head?

2. Can the \bookmark[list]{text} command be somehow used for multi-level
bookmarking?

While the first question would make up for a more consistent solution, the
second question would do the job as well.

I hope some of you can enlighten me.

Cheers, k


%%% START of MWE

\definehead[VisiSection][section]
\setuphead[VisiSection][number=no]

\definehead[InvisiSection][VisiSection]
\setuphead[InvisiSection][placehead=no]

\definelist[CustomBMarks]

\setupinteraction[state=start]
\placebookmarks[VisiSection,InvisiSection,CustomBMarks]

\startcomponent * % not a product, no
  \startVisiSection[title={Custom Section A}]
Text of Custom Section A
  \stopVisiSection
  \page
  \startVisiSection[title={Custom Section B}]
Text of Custom Section B
  \stopVisiSection
  \startInvisiSection[title={Hidden Custom Section A}]
Text of Hidden Custom Section A
  \stopInvisiSection
  \page
  \startInvisiSection[title={Hidden Custom Section B}]
Text of Hidden Custom Section B
  \stopInvisiSection
  \page
  TEST\bookmark[CustomBMarks]{Start of Teststack} \dorecurse{800}{TEST
}NEEDLE\bookmark[CustomBMarks]{Needle in the Teststack}
\dorecurse{400}{TEST }TEST.\bookmark[CustomBMarks]{End of Teststack}
  %%%
  %%% So far no problems.
  %%% The following combination does the job, but I see no possibility
  %%% to arrange the "CustomBMarks"-list in multi-levels.
  %%%
  \page
  \startstandardmakeup
\filterpages[{test.pdf}][1]\bookmark[CustomBMarks]{Pagefigure}
  \stopstandardmakeup
  %%%
  %%% So the following method would be the best choice to work with
  %%% multi-level bookmarks. But as soon as I start working with
  %%% (custom) heads together with pagefigures, CTX places a blank
  %%% page before every figure...
  %%% Note: you don't need a dummy file. The last (unnumbered) page is
  %%% the wanted external PDF. The numbered page before is the unwanted one.
  %%%
  \startInvisiSection[title={External Testpage A}]
\startstandardmakeup
  \filterpages[{test.pdf}][1]
\stopstandardmakeup
  \stopInvisiSection
\stopcomponent

%%% END of MWE
___
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] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-07-24 Thread Mikael Sundqvist via ntg-context
On Sun, Jul 24, 2022 at 1:01 PM Cron Daemon via ntg-context
 wrote:
>
> receiving incremental file list
>  ./
>  ctan.lsr
>  document-2.htm
>  download-1.htm
>  download-2.htm
>  logo-ade.png
>  logo-cts.png
>  logo-pod.png
>  rss.xml
>  show-fil.pdf
>  context/latest/
>  context/latest/cont-mpd.zip
>  context/latest/cont-ppc.zip
>  context/latest/cont-sci.zip
>  context/latest/cont-tmf.zip
>  context/latest/cont-tst.tar.xz
>  general/manuals/
>  general/manuals/luametatex.pdf
>
>  sent 98,702 bytes  received 21,728,319 bytes  3,968,549.27 bytes/sec
>  total size is 450,928,426  speedup is 20.66
>
>
> Running archiver:
>
> New dir: /var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13
> 133269181   
> /var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13/latest
> 126745317   
> /var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13/current
> 18956262
> /var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13/alpha
> 126707516   
> /var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13/beta
> 405682372   
> /var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13
> 405682372   total
> ___
> 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
> ___

Dear list,

I just noticed that Hans made a new release (thanks Taco for these
cron'd emails!).

I attach to this email somemoreformulas.tex, with some additional
examples to the previous ones, with tests/examples on issues people
had with the previous release. If there still are problems, please
tell!

I finally shamelessly provide a link to the slides of the talk on math
in ConTeXt at tug that I just gave:
https://www.maths.lth.se/matematiklth/personal/mickep/mps-tug.pdf. I
guess there will be a video available in due time, (check
https://tug.org/tug2022/).

/Mikael


somemoreformulas.tex
Description: Binary data
___
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] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-07-24 Thread Cron Daemon via ntg-context
receiving incremental file list
 ./
 ctan.lsr
 document-2.htm
 download-1.htm
 download-2.htm
 logo-ade.png
 logo-cts.png
 logo-pod.png
 rss.xml
 show-fil.pdf
 context/latest/
 context/latest/cont-mpd.zip
 context/latest/cont-ppc.zip
 context/latest/cont-sci.zip
 context/latest/cont-tmf.zip
 context/latest/cont-tst.tar.xz
 general/manuals/
 general/manuals/luametatex.pdf
 
 sent 98,702 bytes  received 21,728,319 bytes  3,968,549.27 bytes/sec
 total size is 450,928,426  speedup is 20.66


Running archiver:

New dir: /var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13
133269181   
/var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13/latest
126745317   
/var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13/current
18956262
/var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13/alpha
126707516   
/var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13/beta
405682372   
/var/www/aanhet.net/context//htdocs/archives/context-2022-07-24.13
405682372   total
___
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
___