ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Euro-sign
@ 2005-02-21 16:48 Johannes Werner
  2005-02-21 17:45 ` Euro-sign Peter Münster
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Johannes Werner @ 2005-02-21 16:48 UTC (permalink / raw)


Hello,
what i have to do, to get the euro into my document? Is there any 
documentation ? (surely i'm not the first with this question, but i 
cannot find something)
I tried "\euro", but nothing happened.
mfg, Johannes Werner

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Euro-sign
  2005-02-21 16:48 Euro-sign Johannes Werner
@ 2005-02-21 17:45 ` Peter Münster
  2005-02-21 19:40 ` Euro-sign - problem solved Johannes Werner
  2005-02-21 21:35 ` Euro-sign Hans Hagen
  2 siblings, 0 replies; 8+ messages in thread
From: Peter Münster @ 2005-02-21 17:45 UTC (permalink / raw)


On Mon, 21 Feb 2005, Johannes Werner wrote:

> what i have to do, to get the euro into my document? Is there any 
> documentation ? (surely i'm not the first with this question, but i 
> cannot find something)
> I tried "\euro", but nothing happened.
> mfg, Johannes Werner

\texteuro
But \euro works here too:
ConTeXt  ver: 2005.01.31  fmt: 2005.2.17  int: english  mes: english

See also http://contextgarden.net/ISO-8859-15 or try UTF encoding.

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Euro-sign - problem solved
  2005-02-21 16:48 Euro-sign Johannes Werner
  2005-02-21 17:45 ` Euro-sign Peter Münster
@ 2005-02-21 19:40 ` Johannes Werner
  2005-02-21 19:49   ` numbering lines Ciro A. Soto
  2005-02-21 21:35 ` Euro-sign Hans Hagen
  2 siblings, 1 reply; 8+ messages in thread
From: Johannes Werner @ 2005-02-21 19:40 UTC (permalink / raw)


need no help anymore - it was a configuration problem

Johannes Werner wrote:

> Hello,
> what i have to do, to get the euro into my document? Is there any 
> documentation ? (surely i'm not the first with this question, but i 
> cannot find something)
> I tried "\euro", but nothing happened.
> mfg, Johannes Werner
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* numbering lines
  2005-02-21 19:40 ` Euro-sign - problem solved Johannes Werner
@ 2005-02-21 19:49   ` Ciro A. Soto
  2005-02-21 19:58     ` Thomas A.Schmitz
  0 siblings, 1 reply; 8+ messages in thread
From: Ciro A. Soto @ 2005-02-21 19:49 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 102 bytes --]


is there a quick way to generate the number of each line
in the margin of the page?

thank you

ciro

[-- Attachment #1.2: Type: text/html, Size: 122 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: numbering lines
  2005-02-21 19:49   ` numbering lines Ciro A. Soto
@ 2005-02-21 19:58     ` Thomas A.Schmitz
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas A.Schmitz @ 2005-02-21 19:58 UTC (permalink / raw)


\setuplinenumbering[step=5,location=inmargin]

\startlinenumbering

[and don't forget the \stoplinenumbering at the end, or ConTeXt will 
complain]

Best

Thomas

On Feb 21, 2005, at 8:49 PM, Ciro A. Soto wrote:

> is there a quick way to generate the number of each line
> in the margin of the page?
>
> thank you
>
> ciro
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Euro-sign
  2005-02-21 16:48 Euro-sign Johannes Werner
  2005-02-21 17:45 ` Euro-sign Peter Münster
  2005-02-21 19:40 ` Euro-sign - problem solved Johannes Werner
@ 2005-02-21 21:35 ` Hans Hagen
  2005-02-22 11:13   ` Euro-sign Johannes Werner
  2 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2005-02-21 21:35 UTC (permalink / raw)


Johannes Werner wrote:
> Hello,
> what i have to do, to get the euro into my document? Is there any 
> documentation ? (surely i'm not the first with this question, but i 
> cannot find something)
> I tried "\euro", but nothing happened.
> mfg, Johannes Werner

\usesymbolset[eur]

now you have \texteuro as well as \symbol[euro] and even \euro

often \texteuro is present in the encoding vector

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Euro-sign
  2005-02-21 21:35 ` Euro-sign Hans Hagen
@ 2005-02-22 11:13   ` Johannes Werner
  2005-03-17 11:01     ` Euro-sign Patrick Gundlach
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Werner @ 2005-02-22 11:13 UTC (permalink / raw)


\usesymbolset[eur] is an undefined control sequence for my system (tetex 
2.0.2 with now proper setup context), but \texteuro and \euro work. (is 
this the meaning of "present in the encoding vector"? i'm a context newbe)

Hans Hagen wrote:

> Johannes Werner wrote:
>
>> Hello,
>> what i have to do, to get the euro into my document? Is there any 
>> documentation ? (surely i'm not the first with this question, but i 
>> cannot find something)
>> I tried "\euro", but nothing happened.
>> mfg, Johannes Werner
>
>
> \usesymbolset[eur]
>
> now you have \texteuro as well as \symbol[euro] and even \euro
>
> often \texteuro is present in the encoding vector
>
> Hans

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Euro-sign
  2005-02-22 11:13   ` Euro-sign Johannes Werner
@ 2005-03-17 11:01     ` Patrick Gundlach
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Gundlach @ 2005-03-17 11:01 UTC (permalink / raw)


Johannes Werner <jowe3659@tiscali.de> writes:

> \usesymbolset[eur] is an undefined control sequence

try \usesymbols, but on my system it is looking for some fonts not
available. Perhaps the adobe euro font?

Patrick

-- 
It's St. Patrick's Day!

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-03-17 11:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-21 16:48 Euro-sign Johannes Werner
2005-02-21 17:45 ` Euro-sign Peter Münster
2005-02-21 19:40 ` Euro-sign - problem solved Johannes Werner
2005-02-21 19:49   ` numbering lines Ciro A. Soto
2005-02-21 19:58     ` Thomas A.Schmitz
2005-02-21 21:35 ` Euro-sign Hans Hagen
2005-02-22 11:13   ` Euro-sign Johannes Werner
2005-03-17 11:01     ` Euro-sign Patrick Gundlach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).