[NTG-context] 90° rotation + landscape

2004-02-11 Thread Peter Rolf
Hello list,

I want to setup an evelope and the whole output should be rotated by 90°
(this is the way my printer gets them).
   ___
  |  ||
   |   |
| -- | |   |
|_--_| ||__|
normal layout   90° rotated output (paper and content)

The resulting pdf looks like this (square paper format):
__
|  |   |
|  |
|  |
||_|
Here is a minimal example:

% interface=en output=pdftex
\definepapersize[C65] % standard C65 evelope
[width=229mm,
 height=114mm,
]
\setuppapersize[C65][C65, landscape, 90]

\starttext
\tfc 90° rotation for printer.
\stoptext
Have I missed something or is this a bug in \dodosetuppapersize?
Any help welcome,
Peter
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] using \localenvironment

2004-02-11 Thread Hans Hagen
At 14:44 11/02/2004, you wrote:

I've finally managed to set up my first project (a project file, an
environment file, a product file and two components). It works quite
reasonably, but only until I try to introduce a local environment that
would only apply to this product (and not the 3-4 others I expect this
project to contain at a later date). I do not understand how to make it
work.
a maybe better option is

\startmode[aspecialversion]

... setttings ...

\stopmode

and run the special version with

texexec --mode=aspecialversion ...

or put \enablemode[aspecialversion] on top of the special product

Hans

-
  Hans Hagen | PRAGMA ADE/POD/CTS
  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] How to access special quotationsmarks and the euro symbol

2004-02-11 Thread Thomas A . Schmitz
#x201c; - left double quotation mark
#x201e; - double low 9 quotation mark
In LaTeX I used the \grqq- and \glqq-macros.
Try \quotedblleft and \quotesinglebase

I find it useful to produce pdfs for the fonts that I use most often 
which will show these symbols. This would be an example for an input 
file:

\usemodule[fnt-01]

\starttext

\ShowFont[Charter][bchr8r][ec]

\stoptext

This will show you all the symbols and glyphs available and how they 
can be obtained.

All best

Thomas

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


[NTG-context] Update Problem

2004-02-11 Thread Stefan Wachter
Hi all.

I try to update teTeX 2.0.2 to the current context distribution 
(cont-tmf.zip of 2004-1-13). After updating I can not process my old
files. I get the following error message:

! Undefined control sequence.
\@@toks -\everyTEXinputmode
Does anyone know how to fix this problem?

Thank you for your attention,
--Stefan
These are the steps took to update ConTeXt:
1.I deleted all context subdirectories in the tetex/share/texmf directory.
2. I unpacked the cont-tmf.zip file into that directory.
3. I run texhash.
4. I created the formats by texexec --make nl en de.
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Update Problem

2004-02-11 Thread Hans Hagen
At 11:57 10/02/2004, you wrote:
Hi all.

I try to update teTeX 2.0.2 to the current context distribution 
(cont-tmf.zip of 2004-1-13). After updating I can not process my old
files. I get the following error message:

! Undefined control sequence.
\@@toks -\everyTEXinputmode
Does anyone know how to fix this problem?

Thank you for your attention,
--Stefan
These are the steps took to update ConTeXt:
1.I deleted all context subdirectories in the tetex/share/texmf directory.
2. I unpacked the cont-tmf.zip file into that directory.
3. I run texhash.
4. I created the formats by texexec --make nl en de.
are you sure that you use the right format (in combination with cont-new.tex)?

(kpsewhich cont-en.efmt)

else try

  texexec --make --alone

hans



-
  Hans Hagen | PRAGMA ADE/POD/CTS
  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] using \localenvironment

2004-02-11 Thread Mari Voipio
On Wed, 11 Feb 2004, Hans Hagen wrote:
 texexec --mode=aspecialversion ...

 or put \enablemode[aspecialversion] on top of the special product

I had partial success: the command line option works and the compiled
product is exactly what I want, but putting the command on top of the
product file doesn't work at all - and I'd rather have it as a permanent
setting in the product file, I will always want the product to compile
with the special settings.

Besides, I'd rather not deal with command line options because half the
time I'll forget them and then I'll have to teach them to other users as
well, not a good idea. Windows dummies and command lines don't mix
nowadays... (What's THAT, they say, when you do something on the command
line because that's faster.)

Any ideas, what went wrong? The \startmode etc. is now in the
environment file.


Thank you for the help,
   Mari

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