Re: [NTG-context] How to access special quotationsmarks and the euro symbol

2004-02-08 Thread Henning Hraban Ramm
Am Freitag, 06.02.04, um 13:01 Uhr (Europe/Zurich) schrieb Stefan 
Wachter:
can anyone tell me how the following unicode characters can be 
accessed with ConTeXt?
“ - left double quotation mark
„ - double low 9 quotation mark
In LaTeX I used the \grqq- and \glqq-macros.
Use logical markup:
\quotation{That’s quoted in double quotes}, \quote{and that’s in single 
quotes}.
You get right quotation marks if you setup the right language:
\setupmainlanguage[de]

If you need foreign quotes for longer citations, just switch the 
language:
{\fr \quotation{C’est la vie!}}

In addition, I have difficulties in accessing the Euro character. The 
proposed method
\usesymbols[euro] and the later use of
\euro or \texteuro
does not work. I get the message

\definedfont=eurose at 14.39996pt not loadable: Metric (TFM) file not 
found.

What steps do I have to perform in order to install that font 
correctly?
That seems to use Adobe(?) Euro fonts. Hans?



Grüßlis vom Hraban!
--
http://www.fiee.net/texnique/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] (no subject)

2004-02-08 Thread Hans Hagen
At 07:15 05/02/2004, you wrote:
Hallo,

it seems to me that text surrounding is ignored for floats inside columns,
see the code below. Am I right?
yes; see columns.pdf for the many figure options in column sets

Hans  

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


[NTG-context] How to access special quotationsmarks and the euro symbol

2004-02-08 Thread Stefan Wachter
Hi all,

can anyone tell me how the following unicode characters can be accessed 
with ConTeXt?

“ - left double quotation mark
„ - double low 9 quotation mark
In LaTeX I used the \grqq- and \glqq-macros.

In addition, I have difficulties in accessing the Euro character. The 
proposed method

\usesymbols[euro] and the later use of

\euro or \texteuro

does not work. I get the message

\definedfont=eurose at 14.39996pt not loadable: Metric (TFM) file not found.

What steps do I have to perform in order to install that font correctly?

Thanks for your attention and effort,
--Stefan
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] How to produce PDF links with custom action?

2004-02-08 Thread Stefan Wachter
Thanks for your quick response.

--Stefan

> At 17:13 04/02/2004, you wrote:
> >Hi all!
> >
> >Does ConTeXt allow to create links with custom actions? I have a working 
> >LaTeX /
> >PDF-TeX solution which I am not able to port to ConTeXt. The following
> PDF-TeX
> >code contained in a LaTeX file produces the desired PDF-Code.
> >
> >\\pdfstartlink attr{/Border [ 0 0 0 ]} user{/Subtype/Link/A << /S
> /AVDP_Action
> >/AVDP_Param (../../nach-dateipfad.pdf 1)>>}
> >here is a link
> >\\pdfendlink
> >
> >Yet, if I include the same lines of code in a ConTeXt file then no link
> is
> >generated.
> 
> In context we do things a bit different:
> 
> You can put this in some local file, the style or in a preamble:
> 
>\unprotected \setglobalsystemreference\rt!exec{AVDP}{AVDP}
> 
>\def\PDFexecuteAVDP{/AVDP_Action /AVDP_Param (\argumentA)}
> 
> After that, you can do things like:
> 
>\setupinteraction[state=start]
> 
>\starttext
> 
>  \goto{test}[AVDP{../../nach-dateipfad.pdf 1}]
> 
>\stoptext
> 
> So, a bit more abstract interface with the advantage of more
> functionality, 
> as in:
> 
>  \goto{test}[nextpage,AVDP{../../nach-dateipfad.pdf 1}]
> 
> Hans
> 

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