Re: [NTG-context] [solved] t-letter: marking=no not disabling folding marks

2012-08-29 Thread Wolfgang Schuster

Am 29.08.2012 um 12:10 schrieb Paul Menzel :

> Am Mittwoch, den 29.08.2012, 11:06 +0200 schrieb Paul Menzel:
>> Dear ConTeXt folks,
>> 
>> 
>> although looking at
>> 
>>tex/texmf-modules/tex/context/third/letter/base/s-cor-01.mkvi
>> 
>> on how to disable folding marks, I was unsuccessful to figure it out.
>> This is with
>> 
>>ConTeXt  ver: 2012.08.28 20:00 MKIV  fmt: 2012.8.29  int: 
>> english/english
>> 
>> and please consider the following minimal example.
>> 
>>\mainlanguage[de]
>> 
>>\usemodule[letter]
>> 
>>\starttext
>> 
>>\setupletter
>>  [fromname={Max Musterfrau},
>>   fromaddress={Beispielstraße 99\\9 Musterstadt}]
>> 
>>\setupletter
>>  [toname={Jane Mustermann},
>>   toaddress={Musterstrarße \\9 Musterstadt}]
>> 
>>\setupletterstyle
>>  [marking=no]
>> 
>>\setupletter
>>  [marking=no]
> 
> Looking at `letter-imp-dinb.mkiv` [1] I finally figured that the
> following does what I need.
> 
>\setupletterlayer
>  [topmark,botmark,cutmark]
>  [state=stop]

You can use \setuplettersoptions[marking=no].

> As a side node, I am still wondering why the name is `cutmark`. Cleary,
> no scissor is used to cut the letter in half. Should it be punchmark,
> because that is the mark to align the whole puncher(?) to?

I can’t give you an answer because I forgot why I choose this name.

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] [solved] t-letter: marking=no not disabling folding marks

2012-08-29 Thread Paul Menzel
Am Mittwoch, den 29.08.2012, 11:06 +0200 schrieb Paul Menzel:
> Dear ConTeXt folks,
> 
> 
> although looking at
> 
> tex/texmf-modules/tex/context/third/letter/base/s-cor-01.mkvi
> 
> on how to disable folding marks, I was unsuccessful to figure it out.
> This is with
> 
> ConTeXt  ver: 2012.08.28 20:00 MKIV  fmt: 2012.8.29  int: 
> english/english
> 
> and please consider the following minimal example.
> 
> \mainlanguage[de]
> 
> \usemodule[letter]
> 
> \starttext
> 
> \setupletter
>   [fromname={Max Musterfrau},
>fromaddress={Beispielstraße 99\\9 Musterstadt}]
> 
> \setupletter
>   [toname={Jane Mustermann},
>toaddress={Musterstrarße \\9 Musterstadt}]
> 
> \setupletterstyle
>   [marking=no]
> 
> \setupletter
>   [marking=no]

Looking at `letter-imp-dinb.mkiv` [1] I finally figured that the
following does what I need.

\setupletterlayer
  [topmark,botmark,cutmark]
  [state=stop]

As a side node, I am still wondering why the name is `cutmark`. Cleary,
no scissor is used to cut the letter in half. Should it be punchmark,
because that is the mark to align the whole puncher(?) to?

> 
> \startletter
>   [opening={Sehr geehrte Damen und Herren,},
>subject={Musterbetreff},
>closing={Freundliche Grüße,},
>signature={Max Musterfrau}]
> 
> \input knuth
> 
> \stopletter
> 
> \stoptext


Thanks,

Paul


[1] tex/texmf-modules/tex/context/third/letter/style/letter-imp-dinb.mkiv


signature.asc
Description: This is a digitally signed message part
___
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] t-letter: marking=no not disabling folding marks

2012-08-29 Thread Paul Menzel
Dear ConTeXt folks,


although looking at

tex/texmf-modules/tex/context/third/letter/base/s-cor-01.mkvi

on how to disable folding marks, I was unsuccessful to figure it out.
This is with

ConTeXt  ver: 2012.08.28 20:00 MKIV  fmt: 2012.8.29  int: 
english/english

and please consider the following minimal example.

\mainlanguage[de]

\usemodule[letter]

\starttext

\setupletter
  [fromname={Max Musterfrau},
   fromaddress={Beispielstraße 99\\9 Musterstadt}]

\setupletter
  [toname={Jane Mustermann},
   toaddress={Musterstrarße \\9 Musterstadt}]

\setupletterstyle
  [marking=no]

\setupletter
  [marking=no]

\startletter
  [opening={Sehr geehrte Damen und Herren,},
   subject={Musterbetreff},
   closing={Freundliche Grüße,},
   signature={Max Musterfrau}]

\input knuth

\stopletter

\stoptext


Thanks,

Paul


foldmarks.pdf
Description: Adobe PDF document
\mainlanguage[de]

\usemodule[letter]

\starttext

\setupletter
  [fromname={Max Musterfrau},
   fromaddress={Beispielstraße 99\\9 Musterstadt}]

\setupletter
  [toname={Jane Mustermann},
   toaddress={Musterstrarße \\9 Musterstadt}]

\setupletterstyle
  [marking=no]

\setupletter
  [marking=no]

\startletter
  [opening={Sehr geehrte Damen und Herren,},
   subject={Musterbetreff},
   closing={Freundliche Grüße,},
   signature={Max Musterfrau}]

\input knuth

\stopletter

\stoptext


signature.asc
Description: This is a digitally signed message part
___
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] Is it posslible to use remotely loaded image in PDF?

2012-08-29 Thread Martin Schröder
2012/8/29 Rostislav Wolný :
> I'm just wondering if it is possible to create PDF document which contains
> image (link to image) which is downloaded from the Internet and displayed at
> the moment when PDF is opened?

No.

You can use External Objects (PDF Ref 8.8),
but that can only point to local files, not URLs.
And you would need a viewer that handled External Objects.

Or you could use the Open Prepress Interface (PDF Ref 14.11.7),
but that can only point to local files, not URLs.

And you would need a viewer that handled OPI.

Maybe with embedded flash. :-{

Best
   Martin
___
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] Is it posslible to use remotely loaded image in PDF?

2012-08-29 Thread Rostislav Wolný

Hello all,

I'm just wondering if it is possible to create PDF document which 
contains image (link to image) which is downloaded from the Internet and 
displayed at the moment when PDF is opened?


Maybe it is not possible because some security reasons. I've spent hours 
googling it, but without satisfying answer (may be I'm just lame).


Thanks a lot for answer.

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