Re: [NTG-context] hiding page number in postponed makeup page

2017-09-19 Thread Henning Hraban Ramm
Am 2017-09-19 um 17:15 schrieb Pablo Rodriguez :

> On 09/19/2017 04:46 PM, Henning Hraban Ramm wrote:
>> Hi all,
>> back from the meeting I’m still working on my full page figure placement.
>> Most of it works so far, even if it tends to collide with floats, but now 
>> I’d like to switch off the page numbers on that pages.
> 
> Hi Hraban,
> 
> if you plan full-page figure placement, I think this might help:
> 
>   \setuplayout[standard][footer=0cm]

Thank you for the suggestion, but it doesn’t help, not even in the MWE.
While the footer of the makeup layout goes away, the page number stays. In the 
example the blue box gets bigger and hides it, but it’s still there - you can 
see it if you use a transparent color, the same if you place it (or an image) 
on a layer (as I do in my real project).


Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD

___
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] Problem with WinEdt

2017-09-19 Thread Pablo Rodriguez
On 09/19/2017 10:41 AM, Ursula Hermann wrote:
> Hello!
> 
> Since yesterday I cant compile my files.

Hi Ursula,

what has changed in your computer since yesterday?

I mean, did you update ConTeXt or WindEdt? Or have they been updated
automatically?

Does WinEdt work fine with the following sample?

  \starttext
  \input zapf
  \stoptext

> Then I get the following code
> 
> Command Line:   context.exe --synctex=-1 "short.tex"
> Startup Folder: D:\My Documents
> 
> Error Launching Console Application ConTeXt ...
> Command Line:   context.exe --synctex=-1 "short.tex"
> Startup Folder: D:\My Documents
> 
> Das System kann die angegebene Datei nicht finden.
> 
> Whats wrong here? ConTeXt standalone is installed.

Welche Datei? I mean, I wonder which file is missing there. Is it the
executable or the ConTeXt source file?

Do you have a file "D:\My Documents\short.tex"?

Which is the path to the ConTeXt Suite?

Can you see it inside the output from "echo %PATH%"?

Coud you send us a PNG screenshot from the ConTeXt entry displayed in
the execution modes (similar to the first image from this page
http://www.winedt.com/doc/QuickGuide.pdf#page=18)?

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] hiding page number in postponed makeup page

2017-09-19 Thread Pablo Rodriguez
On 09/19/2017 04:46 PM, Henning Hraban Ramm wrote:
> Hi all,
> back from the meeting I’m still working on my full page figure placement.
> Most of it works so far, even if it tends to collide with floats, but now I’d 
> like to switch off the page numbers on that pages.

Hi Hraban,

if you plan full-page figure placement, I think this might help:

   \setuplayout[standard][footer=0cm]

Pablo


> The M(N)WE is simplified in that I use only a text area sized frame instead 
> of a full page image on a layer.
> If I could place the image layer on top of the page numbers that also would 
> be a solution.
> 
> 
> \setuppapersize[A6]
> \setuppagenumbering
>   [location=footer,
>   alternative=doublesided,
>   state=start]
> 
> \startsetups paginaoff
>   \setuppagenumbering[location=,] % doesn’t work
> \stopsetups
> 
> \setupmakeup[standard]
>   [page=no,
>   doublesided=no,
>   headerstate=empty,
>   footerstate=empty,
>   before=\setups{paginaoff}]
> 
> \starttext
> \input knuth
> 
> \startpostponing[+2]
> \startstandardmakeup
>   \setuppagenumbering[location=,] % doesn’t work
>   \framed
> [width=\textwidth,
> height=\textheight,
> background=color,
> backgroundcolor=blue,
> foregroundcolor=white,
> foregroundstyle=bold,
> frame=off,
>   ]{This page should show no page number}
> \stopstandardmakeup
> \stoppostponing
> 
> \dorecurse{5}{
>   \recurselevel
>   \input tufte \par
> }
> 
> \stoptext
> 
> 
> 
> Greetlings, Hraban
> ---
> http://www.fiee.net
> http://wiki.contextgarden.net
> GPG Key ID 1C9B22FD
> 
> ___
> 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
> ___
> 


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

[NTG-context] hiding page number in postponed makeup page

2017-09-19 Thread Henning Hraban Ramm
Hi all,
back from the meeting I’m still working on my full page figure placement.
Most of it works so far, even if it tends to collide with floats, but now I’d 
like to switch off the page numbers on that pages.

The M(N)WE is simplified in that I use only a text area sized frame instead of 
a full page image on a layer.
If I could place the image layer on top of the page numbers that also would be 
a solution.


\setuppapersize[A6]
\setuppagenumbering
  [location=footer,
  alternative=doublesided,
  state=start]

\startsetups paginaoff
  \setuppagenumbering[location=,] % doesn’t work
\stopsetups

\setupmakeup[standard]
  [page=no,
  doublesided=no,
  headerstate=empty,
  footerstate=empty,
  before=\setups{paginaoff}]

\starttext
\input knuth

\startpostponing[+2]
\startstandardmakeup
  \setuppagenumbering[location=,] % doesn’t work
  \framed
[width=\textwidth,
height=\textheight,
background=color,
backgroundcolor=blue,
foregroundcolor=white,
foregroundstyle=bold,
frame=off,
  ]{This page should show no page number}
\stopstandardmakeup
\stoppostponing

\dorecurse{5}{
  \recurselevel
  \input tufte \par
}

\stoptext



Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD

___
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] Problem with WinEdt

2017-09-19 Thread Norbert Melzer
On 19.09.2017 10:41, Ursula Hermann wrote:
> Error Launching Console Application ConTeXt ...
>
> Command Line:   context.exe --synctex=-1 "short.tex"
>
> Startup Folder: D:\My Documents
>
>  
>
> Das System kann die angegebene Datei nicht finden.
>
>  
>
> Whats wrong here? ConTeXt standalone is installed.
>
> Uschi
>

Make sure that you have configured the location of `context.exe`
properly in your editor or configure your PATH environment variable to
point to the location of `context.exe`.

Depending on which way your editor uses to determine the location of the
executable.

If you run it through the command line, of course only adjusting `PATH`
will help.

Mit freundlichen Grüßen (best regards)
  Norbert


signature.asc
Description: OpenPGP digital signature
___
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] Problem with WinEdt

2017-09-19 Thread Ursula Hermann
Hello!

 

Since yesterday I cant compile my files. 

 

Example

 

I have writen:

 

\define[3]\ChapterListCommand

  {\starttabulate

   \NC Number \NC #1 \NC\NR

   \NC Title  \NC #2 \NC\NR

   \NC Page   \NC #3 \NC\NR

   \TB[medium]

   \NC File   \NC \structurelistuservariable{file} \NC\NR

   \stoptabulate}

 

\setuplist[chapter][alternative=command,command=\ChapterListCommand]

 

\define[2]\ChapterHeadCommand

  {\startframed[align=flushleft,strut=no]

 \starttabulate[before=,after=]

 \NC Number \NC #1 \NC\NR

 \NC Title  \NC #2 \NC\NR

 \TB[medium]

 \NC File   \NC \structureuservariable{file} \NC\NR

 \stoptabulate

   \stopframed}

 

\setuphead[chapter][command=\ChapterHeadCommand]

 

\starttext

 

\completecontent

 

\startchapter[title=Knuth example][file=knuth.tex]

\input knuth

\stopchapter

 

\startchapter[title=Zapf example][file=zapf.tex]

\input zapf

\stopchapter

 

\stoptext\define[3]\ChapterListCommand

  {\starttabulate

   \NC Number \NC #1 \NC\NR

   \NC Title  \NC #2 \NC\NR

   \NC Page   \NC #3 \NC\NR

   \TB[medium]

   \NC File   \NC \structurelistuservariable{file} \NC\NR

   \stoptabulate}

 

\setuplist[chapter][alternative=command,command=\ChapterListCommand]

 

\define[2]\ChapterHeadCommand

  {\startframed[align=flushleft,strut=no]

 \starttabulate[before=,after=]

 \NC Number \NC #1 \NC\NR

 \NC Title  \NC #2 \NC\NR

 \TB[medium]

 \NC File   \NC \structureuservariable{file} \NC\NR

 \stoptabulate

   \stopframed}

 

\setuphead[chapter][command=\ChapterHeadCommand]

 

\starttext

 

\completecontent

 

\startchapter[title=Knuth example][file=knuth.tex]

\input knuth

\stopchapter

 

\startchapter[title=Zapf example][file=zapf.tex]

\input zapf

\stopchapter

 

\stoptext

 

Then i get the following code 

 

Command Line:   context.exe --synctex=-1 "short.tex"

Startup Folder: D:\My Documents

 

 

Error Launching Console Application ConTeXt ...

Command Line:   context.exe --synctex=-1 "short.tex"

Startup Folder: D:\My Documents

 

Das System kann die angegebene Datei nicht finden.

 

Whats wrong here? ConTeXt standalone is installed. 

Uschi 

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