[NTG-context] Empty page without header, footer, pagenumber

2013-10-02 Thread H. Özoguz

Hi there,

since long time I always use hacks and complicate uses of

\setuppagenumbering[location=] and \startfrontmatter \stopfrontmatter in 
different places of my documents, which habe often sideeffects and make 
problems.


All this just for realizing a very simple rule: If the page is empty (no 
text), then it should be totally empty, that is: No header, no footer, 
no pagenumber. But apart from this, do nothing – do not change effects 
of partnumerings (like \frontmatter does), or anything else.


That is all I need. Is that easy to realize without on/off-commands, 
which makes confusing in a large document?


Thanks.
Huseyin
___
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] Fwd: Re: outer floats on doublesided pages UNSOLVED

2013-10-02 Thread Tim Steenvoorden
Thanks Hans. I used "ininner" instead of "innermargin" and "inouter" instead of "outermargin" as keys.Is there a difference between "inright" and "rightmargin"?Cheers,Tim On 1 oktober 2013 at 22:35:29, Hans Hagen (pra...@wxs.nl) wrote: btw ... uppercasing in the subject triggers a delay in response


 Original Message 
Subject: Re: [NTG-context] outer floats on doublesided pages UNSOLVED
Date: Tue, 01 Oct 2013 22:34:02 +0200
From: Hans Hagen pra...@wxs.nl
To: Tim Steenvoorden tim.steenvoor...@gmail.com

On 10/1/2013 11:46 AM, Tim Steenvoorden wrote:
 Hi Hans,

 Is it possible to fix the "inouter" and "ininner" directives too?
 "inright" and "inleft" work as expected.

afaik

\setuppagenumbering
   [alternative=doublesided]

\setuplayout
   [backspace=5cm,
width=middle]

\starttext

 \dorecurse{4}{
 \placefigure[left]   {left}
{\framed[height=1cm,width=4cm]{}} test
 \placefigure[right]
{right}{\framed[height=1cm,width=4cm]{}} test
 \placefigure[inner]
{inner}{\framed[height=1cm,width=4cm]{}} test
 \placefigure[outer]
{outer}{\framed[height=1cm,width=4cm]{}} test
 \placefigure[leftmargin] {left}
{\framed[height=1cm,width=4cm]{}} test

\placefigure[rightmargin]{right}{\framed[height=1cm,width=4cm]{}} test

\placefigure[innermargin]{inner}{\framed[height=1cm,width=4cm]{}} test

\placefigure[outermargin]{outer}{\framed[height=1cm,width=4cm]{}} test
 \page
 }

\stoptext


works ok

-
   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
___
 ___
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] No page break between chapter-title and section-title in TOC

2013-10-02 Thread H. Özoguz
This one is still open, is there maybe a workaround to prevent 
page-breaks in the TOC between chapter- and sections-titles (or part- 
and chaptertitles). And in general: Where can I find documentation about 
designing and aligning the titles for the TOC (not in the text). I am 
only interested in line-breaks (at the moment).


Huseyin
___
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] No page break between chapter-title and section-title in TOC

2013-10-02 Thread Wolfgang Schuster

Am 02.10.2013 um 12:14 schrieb H. Özoguz h.oezo...@mmnetz.de:

 This one is still open, is there maybe a workaround to prevent page-breaks in 
 the TOC between chapter- and sections-titles (or part- and chaptertitles).

\setuplist
   [chapter]
   [before={\testpage[4]\blank}]

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] Empty page without header, footer, pagenumber

2013-10-02 Thread Wolfgang Schuster

Am 02.10.2013 um 10:43 schrieb H. Özoguz h.oezo...@mmnetz.de:

 Hi there,
 
 since long time I always use hacks and complicate uses of
 
 \setuppagenumbering[location=] and \startfrontmatter \stopfrontmatter in 
 different places of my documents, which habe often sideeffects and make 
 problems.

Sectionblock environment are supposed to be used only once in a document.

 All this just for realizing a very simple rule: If the page is empty (no 
 text), then it should be totally empty, that is: No header, no footer, no 
 pagenumber. But apart from this, do nothing – do not change effects of 
 partnumerings (like \frontmatter does), or anything else.
 
 That is all I need. Is that easy to realize without on/off-commands, which 
 makes confusing in a large document?


\setuppagenumbering[alternative=doublesided]

\starttext

\input knuth

\page[empty] % empty page

\input knuth

\page[yes,right] %move to right page but keep header and footer

\input knuth

\page[yes,header,footer,right] % move to right page and remove header and footer

\input knuth

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


Re: [NTG-context] Empty page without header, footer, pagenumber

2013-10-02 Thread H. Özoguz

\setuppagenumbering[alternative=doublesided]

\starttext

\input knuth

\page[empty] % empty page

\input knuth

\page[yes,right] %move to right page but keep header and footer

\input knuth

\page[yes,header,footer,right] % move to right page and remove header and footer

\input knuth

\stoptext

Wolfgang


Thanks Wolfgang, but its not so easy. I knew this commands, but that is, 
what I meant with this problems I had. In a large document often empty 
pages (but with numbers) appear infront of a new part, or chapter, 
because this new part has to be set on a odd page, for example. And so I 
have always to deactivate all things, and activate them after this empty 
page again, exactly with these commands above.


That is, why I had the pseudo-algorithm idea, that context should just 
look after, which pages are empty, and to clear everything on them (or: 
to not set anything on them, if there is no text). That would give 
perfect result with only one single command, without switching all the way.


Huseyin


___
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] Feedback wanted on a ConTeXt tutorial

2013-10-02 Thread Keith J. Schultz
Hi Mari, All,

I have redone/modified the Mac Installation page for Installing MacTeX, ConTeXt 
Standalone and
TeXShop.

Not quite finished, yet and needs polishing.

Critic invited. 

regards
Keth


Am 01.10.2013 um 08:30 schrieb Mari Voipio mari.voi...@iki.fi:

 On Mon, Sep 30, 2013 at 10:35 AM, Keith J. Schultz keithjschu...@web.de 
 wrote:
3) I could write up a tutorial for installing and TeXlive and Standalone
   if you care for one.
 
 Maybe that should go on page
 http://wiki.contextgarden.net/Mac_Installation . While I'm used to the
 command line, I still picked TextMate because it was an easy way out.
 I've got MacTeX (=TeXlive) on my computer for occasional dabble with
 LaTeX and I rather like the editor (and it's free), but I didn't know
 that it can be configured to use ConTeXt Suite (=standalone) instead
 of having to make do with whatever version is in the package.
 
 So if you have time to edit that wiki page, I'm sure that would be 
 appreciated!
 
 
 Mari
 ___
 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] Feedback wanted on a ConTeXt tutorial

2013-10-02 Thread Aditya Mahajan

On Wed, 2 Oct 2013, Keith J. Schultz wrote:


Hi Mari, All,

I have redone/modified the Mac Installation page for Installing MacTeX, ConTeXt 
Standalone and
TeXShop.

Not quite finished, yet and needs polishing.

Critic invited.


Minor correction. If you running the setup file using sh first-setup.sh 
then the previous step chmod +x first-setup.sh is not needed.


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


Re: [NTG-context] Feedback wanted on a ConTeXt tutorial

2013-10-02 Thread Keith J. Schultz
Thanx for the pointer.


Am 02.10.2013 um 13:28 schrieb Aditya Mahajan adit...@umich.edu:

 On Wed, 2 Oct 2013, Keith J. Schultz wrote:
 
 Hi Mari, All,
 
 I have redone/modified the Mac Installation page for Installing MacTeX, 
 ConTeXt Standalone and
 TeXShop.
 
 Not quite finished, yet and needs polishing.
 
 Critic invited.
 
 Minor correction. If you running the setup file using sh first-setup.sh 
 then the previous step chmod +x first-setup.sh is not needed.
 
 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  : 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] Feedback wanted on a ConTeXt tutorial

2013-10-02 Thread john Culleton
On Sun, 29 Sep 2013 18:22:02 +0300
Mari Voipio mari.voi...@iki.fi wrote:

 Hello!
 
 Inspired by some informal discussions at the recent ConTeXt meeting I
 started to write a *really* basic ConTeXt tutorial. However, before I
 get further than the first six chapters, I'd like to get feedback on
 it, especially on the content, but also on the layout. The file is (at
 least temporarily) available at
 http://www.lucet.fi/pdfs/ctxbasics.pdf.
 
 I know already that there are a few things missing in the existing
 chapters, but I'd like to know if the document is any good and if the
 style is suitable for such a document. I've planned and written it out
 of my own experiences with ConTeXt, so maybe this document could
 become a My Way doc when it is finished (something public domain
 anyway).
 
 
 Thank you,
 
 Mari
 
Thus far you have a good effort. I would add at an early point the
command:
\setuppagenumbering[alternative=doublesided,location=]

or similar. Most documents like books etc. are printed double sided.
And page numbering is generally handled in the header. It is not
obvious to newbies that double sided format is set up by a page
numbering command. 
-- 
John Culleton
Wexford Press
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
PDF e-book: Create Book Covers with Scribus
available at http://www.booklocker.com/books/4055.html
___
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] Using Nibus Roman with MkIV

2013-10-02 Thread Aditya Mahajan

Hi,

Is it possible to use Nibus Roman with MkIV.

I have to send a document where the font used **must** be Times New Roman 
or Nimbus Roman. I tried using a clone (Termes), but I was told that I 
must use Times New Roman or Nimbus Roman. (It is a matter of regulations, 
so it is not possible for me to explain that Termes and Nibmus Roman are 
essentially the same).


So, is it possible to use Nimbus Roman (type1 font) in MkIV?

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


Re: [NTG-context] Using Nibus Roman with MkIV

2013-10-02 Thread Hans Hagen

On 10/2/2013 9:47 PM, Aditya Mahajan wrote:

Hi,

Is it possible to use Nibus Roman with MkIV.

I have to send a document where the font used **must** be Times New
Roman or Nimbus Roman. I tried using a clone (Termes), but I was told
that I must use Times New Roman or Nimbus Roman. (It is a matter of
regulations, so it is not possible for me to explain that Termes and
Nibmus Roman are essentially the same).

So, is it possible to use Nimbus Roman (type1 font) in MkIV?


you can just force file:somename.afm .. mkiv will make a wide font of 
it (map onto unicode) so you should be fine


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
___