[NTG-context] Suppress a Single Chapter from ToC

2013-01-26 Thread Troy Henderson
How can I suppress a single (one particular) chapter from being printed in
the Table of Contents?

Troy
___
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] PDF Bookmarks

2013-01-26 Thread Rogers, Michael K
On Jan 26, 2013, at 4:21 PM, Troy Henderson 
 wrote:

> \chapter{Foo}\page[no]
> \copypages[path/to/file.pdf]
>
> did the trick.
>
> Troy

This should work, too:

\setuphead[chapter,section,subsection][number=no,placehead=no,page=no]





This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).
___
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] PDF Bookmarks

2013-01-26 Thread Troy Henderson
\chapter{Foo}\page[no]
\copypages[path/to/file.pdf]

did the trick.

Troy
___
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] PDF Bookmarks

2013-01-26 Thread Troy Henderson
>
> \setuphead[chapter,section,subsection][number=no,placehead=no]
>

Outstanding.  The only problem that I have now is that issuing

\chapther{Foo}

immediately before

\copypages[path/to/file.pdf]

forces a new (blank) page before the external page is inserted.  Without
the \chapter{Foo} command, this new page is not inserted.

Troy
___
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] Creating a folded meander book - imposition problem

2013-01-26 Thread Mari Voipio
On Sat, Jan 26, 2013 at 8:18 PM, Wolfgang Schuster
 wrote:

> \setuparranging[MEANDER]

It works (of course it does!). Now I can create a funny booklet with
my MetaPost twiddlings. :-)



>> A 9-page version (3x3) would also be nice to have, to make slightly
>> bigger pages when printed on A4.
>
> How do you plan to fold this?

I had to try it out on paper, but it turns out I had understood the
text correctly: the same idea, but only two cuts.

Top row, left to right: 1,2,3
Middle row, left to right: 6, 5, 4, all upside down
Bottom row, left to right: 7, 8, 9

Cuts 1-2/6-5 and 5-4/8-9. The cut paper is like letter S (or a snake
or meander, whatever you wish to call it). When folded, the back page
remains blank because it is from the underside of the paper due to the
odd number of pages - not necessarily a bad thing. I can always slap a
copyright sticker or signature on that back cover...

For trial I took an A4 and cut off the bottom to make it square that
makes quite nice 7x7 cm pages. Not handy for continuous text, but for
short poems/thoughts or graphics/art it work out. I need to play
around a bit, but then I can post the results in my blog. :-)


Thank you,

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
___


Re: [NTG-context] PDF Bookmarks

2013-01-26 Thread Rogers, Michael K
On Jan 26, 2013, at 1:01 PM, Troy Henderson 
 wrote:

> I would like to create PDF bookmarks in my ConTeXt document, but I do not 
> want my document arranged in "normal" chapter/sections.  I know that I can do
>
> \setupinteraction[state=start]
> \placebookmarks[chapter,section,subsection][chapter,section]
> \setupinteractionscreen[option=bookmark]
>
> and then in my document I can do
>
> \chapter{Foo}
>
> In this case, my PDF bookmark appears as "1 Foo".  Furthermore, in the 
> document itself, the chapter heading shows as "1 Foo".  I would like the 
> bookmark to just appear as "Foo" and I do not want ANY chapter/section 
> headings when I issue the \chapter{Foo} or \section{Bar} commands.  That is, 
> in the document, I would like those commands to basically JUST create the 
> bookmarks and have the bookmarks omit the chapter/section number.
>
> Troy

Try this:

\setuphead[chapter,section,subsection][number=no,placehead=no]





This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).
___
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] Creating a folded meander book - imposition problem

2013-01-26 Thread Wolfgang Schuster

Am 26.01.2013 um 18:45 schrieb Mari Voipio :

> I would love to create a folded meander book, but as far as I can see,
> that means creating a new imposition scheme and that's beyond my
> skill. What I want is a cross between 2*16 and x=4, y=4 (I think).
> 
> Here's an explanation and a nice graphic of a 16-page (4x4) meander
> book: http://stamphenge.wordpress.com/minibooks/meander-accordion-folded-book/

\installpagearrangement MEANDER
  {\dosetuparrangement{4}{4}{16}{5}{5}%
 \pusharrangedpageMEANDER\poparrangedpagesXY\relax}

\def\pusharrangedpageMEANDER#1%
  {\advancearrangedpageN
   \reportarrangedpage\arrangedpageN
   \ifcase\arrangedpageN
   \or \handlearrangedpageXandY{#1}000\arrangedpageA
   \or \handlearrangedpageXandY{#1}010\arrangedpageA
   \or \handlearrangedpageXandY{#1}020\arrangedpageA
   \or \handlearrangedpageXandY{#1}030\arrangedpageA
   \or \handlearrangedpageXandY{#1}131\arrangedpageA
   \or \handlearrangedpageXandY{#1}121\arrangedpageA
   \or \handlearrangedpageXandY{#1}111\arrangedpageA
   \or \handlearrangedpageXandY{#1}101\arrangedpageA
   \or \handlearrangedpageXandY{#1}002\arrangedpageA
   \or \handlearrangedpageXandY{#1}012\arrangedpageA
   \or \handlearrangedpageXandY{#1}022\arrangedpageA
   \or \handlearrangedpageXandY{#1}032\arrangedpageA
   \or \handlearrangedpageXandY{#1}133\arrangedpageA
   \or \handlearrangedpageXandY{#1}123\arrangedpageA
   \or \handlearrangedpageXandY{#1}113\arrangedpageA
   \or \handlearrangedpageXandY{#1}103\arrangedpageA
 \poparrangedpages
   \fi}

\definepapersize[small][width=6cm,height=6cm]
\definepapersize[big][width=30cm,height=30cm]

\setuppapersize[small][big]

\setuppagenumbering[location=]

\setuparranging[MEANDER]

\setuplayout
  [location=middle,
   marking=on]

\starttext
\dorecurse{32}{\centerbox{\ssd\recurselevel}}
\stoptext

> A 9-page version (3x3) would also be nice to have, to make slightly
> bigger pages when printed on A4.

How do you plan to fold this? 

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] PDF Bookmarks

2013-01-26 Thread Troy Henderson
I would like to create PDF bookmarks in my ConTeXt document, but I do not
want my document arranged in "normal" chapter/sections.  I know that I can
do

\setupinteraction[state=start]
\placebookmarks[chapter,section,subsection][chapter,section]
\setupinteractionscreen[option=bookmark]

and then in my document I can do

\chapter{Foo}

In this case, my PDF bookmark appears as "1 Foo".  Furthermore, in the
document itself, the chapter heading shows as "1 Foo".  I would like the
bookmark to just appear as "Foo" and I do not want ANY chapter/section
headings when I issue the \chapter{Foo} or \section{Bar} commands.  That
is, in the document, I would like those commands to basically JUST create
the bookmarks and have the bookmarks omit the chapter/section number.

Troy
___
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] Creating a folded meander book - imposition problem

2013-01-26 Thread Mari Voipio
I would love to create a folded meander book, but as far as I can see,
that means creating a new imposition scheme and that's beyond my
skill. What I want is a cross between 2*16 and x=4, y=4 (I think).

Here's an explanation and a nice graphic of a 16-page (4x4) meander
book: http://stamphenge.wordpress.com/minibooks/meander-accordion-folded-book/

A 9-page version (3x3) would also be nice to have, to make slightly
bigger pages when printed on A4.




Thank you,

Mari
(Slowly brewing: an article on using ConTeXt and MetaPost in papercrafts.)
___
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] Coming back to ConTeXt

2013-01-26 Thread Alain Delmotte

Hi,

Le 25/01/2013 23:48, Mojca Miklavec a écrit :

On Fri, Jan 25, 2013 at 8:11 PM, Alain Delmotte wrote:



I would suggest you to do the following:
- Add tlcontrib to the list of repositories and update luatex and
ConTeXt from there (http://tlcontrib.metatex.org/usage.html).


I did try this before reinstalling the standalone; but it was refused
because there probably is a pointer to TeX Live 2010 and I have 2012.


Set the repository to
 http://tlcontrib.metatex.org/2012
and make sure that you don't have ConTeXt distribution in PATH*** when
calling tlmgr.


Ok I did and it seemed to work, at least some files were 
updated.


But when I compiled I got the same versions' information in 
the log


But as I can use the standalone, I'll investigate later.

By the way, for the stand alone version under TeXworks, the 
bin folder information should go before those of TeX Live to 
avoid problems.


Regards,

Alain



Mojca


*** From purely theoretical point of view you may have it in path, but
after TeX Live binaries.
___
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] Cut-Space

2013-01-26 Thread Wolfgang Schuster

Am 25.01.2013 um 11:57 schrieb H. Özoguz :

> Hi there,
> 
> I am usually using Din A5 with
> 
> \definepapersize[MyBook][A5]
> 
> \setuppapersize[MyBook][A5]
> 
> 
> How to add 3mm cut space (extra space) on all four edges?


You can use the “oversized” paper which add 1.5cm to the width and height of 
your document.

\setuppapersize[MyBook][oversized]

\setuplayout[location=middle]

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
___