ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* symbolset
@ 2006-06-28 14:40 Aditya Mahajan
  2006-06-28 15:18 ` symbolset Taco Hoekwater
  2006-06-28 15:33 ` symbolset Hans van der Meer
  0 siblings, 2 replies; 6+ messages in thread
From: Aditya Mahajan @ 2006-06-28 14:40 UTC (permalink / raw)


How do I see all symbols in a symbolset. With

\starttext
\showsymbolset[uni]
\showsymbolset[nav]
\stoptext

I get a blank page.

Aditya

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

* Re: symbolset
  2006-06-28 14:40 symbolset Aditya Mahajan
@ 2006-06-28 15:18 ` Taco Hoekwater
  2006-06-28 15:23   ` symbolset Aditya Mahajan
  2006-07-04 13:18   ` symbolset Adam Lindsay
  2006-06-28 15:33 ` symbolset Hans van der Meer
  1 sibling, 2 replies; 6+ messages in thread
From: Taco Hoekwater @ 2006-06-28 15:18 UTC (permalink / raw)




Aditya Mahajan wrote:
> How do I see all symbols in a symbolset. With

Symbol sets do not have a strict relation to file names.
"symb-nav.tex", for instance, defines three symbol sets:
"navigation 1", "navigation 2" , "navigation 3".

   \starttext
   \showsymbolset[navigation 1]
   \showsymbolset[navigation 2]
   \showsymbolset[navigation 3]
   \stoptext

IIRC, some of the Unicode symbol sets require commercial fonts
(from MacOS X).

Cheers, Taco

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

* Re: symbolset
  2006-06-28 15:18 ` symbolset Taco Hoekwater
@ 2006-06-28 15:23   ` Aditya Mahajan
  2006-07-04 13:18   ` symbolset Adam Lindsay
  1 sibling, 0 replies; 6+ messages in thread
From: Aditya Mahajan @ 2006-06-28 15:23 UTC (permalink / raw)


On Wed, 28 Jun 2006, Taco Hoekwater wrote:

>
>
> Aditya Mahajan wrote:
>> How do I see all symbols in a symbolset. With
>
> Symbol sets do not have a strict relation to file names.
> "symb-nav.tex", for instance, defines three symbol sets:
> "navigation 1", "navigation 2" , "navigation 3".
>
>   \starttext
>   \showsymbolset[navigation 1]
>   \showsymbolset[navigation 2]
>   \showsymbolset[navigation 3]
>   \stoptext
>
> IIRC, some of the Unicode symbol sets require commercial fonts
> (from MacOS X).

Thanks. I will look in the sym-* files for names of other symbolsets.

Aditya

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

* Re: symbolset
  2006-06-28 14:40 symbolset Aditya Mahajan
  2006-06-28 15:18 ` symbolset Taco Hoekwater
@ 2006-06-28 15:33 ` Hans van der Meer
  1 sibling, 0 replies; 6+ messages in thread
From: Hans van der Meer @ 2006-06-28 15:33 UTC (permalink / raw)



On Jun 28, 2006, at 16:40, Aditya Mahajan wrote:

> How do I see all symbols in a symbolset. With
>
> \starttext
> \showsymbolset[uni]
> \showsymbolset[nav]
> \stoptext
>
> I get a blank page.

I did this and the wasy symbols come out nicely:
\usemodule[symb-was]
\showsymbolset [wasy general]

What I can think of: a module that has to be loaded as in the above  
example.
Hope this helps.

Hans van der Meer

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

* Re: symbolset
  2006-06-28 15:18 ` symbolset Taco Hoekwater
  2006-06-28 15:23   ` symbolset Aditya Mahajan
@ 2006-07-04 13:18   ` Adam Lindsay
  2006-07-11  8:05     ` symbolset Taco Hoekwater
  1 sibling, 1 reply; 6+ messages in thread
From: Adam Lindsay @ 2006-07-04 13:18 UTC (permalink / raw)


Taco Hoekwater wrote:

> IIRC, some of the Unicode symbol sets require commercial fonts
> (from MacOS X).

Eh, "require" is such a strong word... There are some placeholders in 
there, since the Mac OS X fonts were easy (for me) to get. The XeTeX 
code that named the fonts explicitly (hmm, bad old assumption now...) 
was set off in a conditional in the hopes that a more general solution 
would come along...
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
  Lancaster University, InfoLab21        +44(0)1524/510.514
  Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: symbolset
  2006-07-04 13:18   ` symbolset Adam Lindsay
@ 2006-07-11  8:05     ` Taco Hoekwater
  0 siblings, 0 replies; 6+ messages in thread
From: Taco Hoekwater @ 2006-07-11  8:05 UTC (permalink / raw)




Adam Lindsay wrote:
> Taco Hoekwater wrote:
> 
> 
>>IIRC, some of the Unicode symbol sets require commercial fonts
>>(from MacOS X).
> 
> Eh, "require" is such a strong word... There are some placeholders in 
> there, since the Mac OS X fonts were easy (for me) to get. The XeTeX 
> code that named the fonts explicitly (hmm, bad old assumption now...) 
> was set off in a conditional in the hopes that a more general solution 
> would come along...

When the dust from eurotex2006 settles down, I hope to have a look at
this. I have some half-finished fonts for unicode symbols lying around
that could perhaps be extended. Remind me in a month or so?

Cheers, taco

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

end of thread, other threads:[~2006-07-11  8:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-28 14:40 symbolset Aditya Mahajan
2006-06-28 15:18 ` symbolset Taco Hoekwater
2006-06-28 15:23   ` symbolset Aditya Mahajan
2006-07-04 13:18   ` symbolset Adam Lindsay
2006-07-11  8:05     ` symbolset Taco Hoekwater
2006-06-28 15:33 ` symbolset Hans van der Meer

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).