[NTG-context] Re: Texexec

2003-07-02 Thread Hans Hagen
At 23:01 01/07/2003 -0500, you wrote:

I'm trying to combine multiple PDF files. When I run

texexec --pdfarrange *.pdf

it works fine except for one thing: the input is in letter format and the
output appears to be in A4.  A little bit of the right side gets cut off.
I've tried --mode=letter and a bunch of other options but nothing seems to
force texexec to output in letter.
Can you help me?
texexec --help pdfarrange

TeXExec 3.2 - ConTeXt / PRAGMA ADE 1997-2003

 --pdfarrange   arrange pdf pages
   --addempty   add empty page after
 --background
  =string   : background graphic
  --backspace   inner margin of the page
   --markings   add cutmarks
   --noduplex   single sided
  --paper   paper format
--paperoffset   room left at paper border
  --textwidth   width of the original (one sided) text
   --topspace   top/bottom margin of the page
--paper=letter*letter --print=2up

or if you run a recent context --paper=A*B being letter on doubleletter - 
which is actually non existent -

(there is an experimental gui for page imposition; will update/post that 
one soon)

Hans
-
  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-
   information: http://www.pragma-ade.com/roadmap.pdf
documentation: http://www.pragma-ade.com/showcase.pdf
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Sample letter layout, replacement for NTG briefstyle

2003-07-02 Thread Berend de Boer
Frank [EMAIL PROTECTED] writes:

 I currently use the Dutch NTG letter style with LaTeX, which I would
 like to replace with a ConTeXt based system. Even though LaTeX works
 fine, I think that I can better spend my time on learning ConTeXt as
 this will not limit me so much in future projects.

 So I was wondering if any ConTeXt users have already created a layout
 file to write letters, with the appropriate placement of the Address,
 logo's, folding stripes, etc.. If not than I would like to solicit
 some pointers on how to do two things:

 1. place a logo at an exact XY position on the paper

 2. exact placement of the address block (as this needs to fit with
 standard envelope windows).

Here an example (in dutch). Include it like this:

==
\input berendbrief.tex

\starttekst
Yada\crlf
Street\crlf
City\crlf

{\bf Subject}

Dear Whatever,

Test ...
\stoptekst



berendbrief.tex
Description: ConTeXt letter style

-- 
Live long and prosper,

Berend de Boer


Re: [NTG-context] Resetting an enumeration

2003-07-02 Thread Sebastian Rooks
Hi,
cont-eni.pdf  p222 (bottom) :
A number can be set and reset with the command:
   \setenumeration{value}
   \resetenumeration
Does it help ?
My 2 cents,
  Seb.

Adam Tee wrote:

Hi,

In my source I have defined a new enumeration using the following

\defineenumeration
  [mwfr]
  [location=left,
   text=MWFR]
what I want to do is reset the number and specify the number.

i.e.
MWFR 1 - text
MWFR 2 - text
MWFR 3 - text
MWFR 1
MWFR 2
MFWR 4
Is the solution straight forward.

Thanks

Adam

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context