[NTG-context] System font searching suddenly stopped

2012-06-01 Thread Marco Pallante
Hello,

Sorry if this is a stupid question, but I'm a novice ConTeXt user,
switching from LaTeX and
without so much time :(

I made some time ago a very small test document using the nice
Delicious font, which I
put in /usr/share/fonts/opentype/exljbris/ (under Debian). This is the
straightforward
document:

\usemodule[simplefonts]
\setmainfont[Delicious]
\mainlanguage [it]
\setupbodyfont [10pt]
\setupheadertexts []
\starttext
Lorem ipsum dolor sit amet
\stoptext

It worked without a problem, as the pdf remembered me. Now, I tried to
compile it
again, but it doesn't find the Delicious font anymore; on the
contrary, it doesn't find
system fonts anymore.

I followed the instructions in the TeX Live Guide, ran mtxrun --script
fonts --reload
and context --generate again, without any change. However, I noticed that the
mtxrun doesn't walk into the /usr/share/fonts directory, but only
inside those from
TeX Live.

Have you any idea of what's happening? If you need them I can attach the output
of any of these scripts.

Thank you very much for your help,

Marco
___
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] System font searching suddenly stopped

2012-06-01 Thread Wolfgang Schuster

Am 01.06.2012 um 10:10 schrieb Marco Pallante:

 Hello,
 
 Sorry if this is a stupid question, but I'm a novice ConTeXt user,
 switching from LaTeX and
 without so much time :(
 
 I made some time ago a very small test document using the nice
 Delicious font, which I
 put in /usr/share/fonts/opentype/exljbris/ (under Debian). This is the
 straightforward
 document:
 
 \usemodule[simplefonts]
 \setmainfont[Delicious]
 \mainlanguage [it]
 \setupbodyfont [10pt]
 \setupheadertexts []
 \starttext
 Lorem ipsum dolor sit amet
 \stoptext
 
 It worked without a problem, as the pdf remembered me. Now, I tried to
 compile it
 again, but it doesn't find the Delicious font anymore; on the
 contrary, it doesn't find
 system fonts anymore.
 
 I followed the instructions in the TeX Live Guide, ran mtxrun --script
 fonts --reload
 and context --generate again, without any change. However, I noticed that the
 mtxrun doesn't walk into the /usr/share/fonts directory, but only
 inside those from
 TeX Live.
 
 Have you any idea of what's happening? If you need them I can attach the 
 output
 of any of these scripts.
 
 Thank you very much for your help,


Maybe this will help you: 
http://wiki.contextgarden.net/Fonts_in_LuaTeX#Building_the_font_database

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
___


[NTG-context] Math other issues for TL 2012

2012-06-01 Thread Mojca Miklavec
Hello,

With TL freeze that is probably going to happen tomorrow (plus a few
days of grace period): what is the current state of problems with math
fonts, and possibly any other issues (apart from the known crash on
mipsel  armel)? Is there anything else that doesn't work in minimals,
but should be high on priority list to fix?

Mojca
___
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] Math other issues for TL 2012

2012-06-01 Thread Tim Steenvoorden
Hi Mojca,

This is the status with 2012.05.30 11:26:

[HIGH] The integral signs in PX-fonts now work correctly. Only the
distance between the integral sign and the bounds are to big.
[HIGH] TX, XITS, Antykwa and Iwona have the same problem. (It's OK in
Asana and Euler).
[MID] The Kurier-font is not working at all (math and text).
[MID] The Mathdesign fonts (Utopia, Charter and Garamond) are not
working at all (both math and text).
[LOW] Pagella-Math is in TeXLive now, but the typescript is commented
out in type-imp-texgyre.mkiv.

I didn't had much time to look at it, have a deadline for a paper.
Sorry about that.

Regards,
Tim


2012/6/1 Mojca Miklavec mojca.miklavec.li...@gmail.com:
 Hello,

 With TL freeze that is probably going to happen tomorrow (plus a few
 days of grace period): what is the current state of problems with math
 fonts, and possibly any other issues (apart from the known crash on
 mipsel  armel)? Is there anything else that doesn't work in minimals,
 but should be high on priority list to fix?

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


fonts.tex
Description: TeX document
___
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] System font searching suddenly stopped

2012-06-01 Thread Marco Pallante
This solves partially the problem: now it takes the delicious font,
but as default
it uses the heavy weight and not the roman; the \bf command switches to bold
and \it to italic.

If I use \setmainfont[Delicious-Roman], it always uses the roman, and
the \bf and
\it commands doesn't change anything.

Moreover, even if it pickups Delicious, if I run the query
  $ mtxrun --script fonts --list --all --pattern=Delicious*
it gives an empty result.

Marco


2012/6/1 Wolfgang Schuster schuster.wolfg...@googlemail.com:

 Am 01.06.2012 um 10:10 schrieb Marco Pallante:

 Hello,

 Sorry if this is a stupid question, but I'm a novice ConTeXt user,
 switching from LaTeX and
 without so much time :(

 I made some time ago a very small test document using the nice
 Delicious font, which I
 put in /usr/share/fonts/opentype/exljbris/ (under Debian). This is the
 straightforward
 document:

 \usemodule[simplefonts]
 \setmainfont[Delicious]
 \mainlanguage [it]
 \setupbodyfont [10pt]
 \setupheadertexts []
 \starttext
 Lorem ipsum dolor sit amet
 \stoptext

 It worked without a problem, as the pdf remembered me. Now, I tried to
 compile it
 again, but it doesn't find the Delicious font anymore; on the
 contrary, it doesn't find
 system fonts anymore.

 I followed the instructions in the TeX Live Guide, ran mtxrun --script
 fonts --reload
 and context --generate again, without any change. However, I noticed that the
 mtxrun doesn't walk into the /usr/share/fonts directory, but only
 inside those from
 TeX Live.

 Have you any idea of what's happening? If you need them I can attach the 
 output
 of any of these scripts.

 Thank you very much for your help,


 Maybe this will help you: 
 http://wiki.contextgarden.net/Fonts_in_LuaTeX#Building_the_font_database

 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
 ___
___
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] System font searching suddenly stopped

2012-06-01 Thread Hans Hagen

On 1-6-2012 20:12, Marco Pallante wrote:

This solves partially the problem: now it takes the delicious font,
but as default
it uses the heavy weight and not the roman; the \bf command switches to bold
and \it to italic.

If I use \setmainfont[Delicious-Roman], it always uses the roman, and
the \bf and
\it commands doesn't change anything.

Moreover, even if it pickups Delicious, if I run the query
   $ mtxrun --script fonts --list --all --pattern=Delicious*
it gives an empty result.


did the (internal) names of those fonts change?

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] Math other issues for TL 2012

2012-06-01 Thread Hans Hagen

Question for Khaled.

What is currently the logic in luatex? There used to be some heuristic 
to determine if we have a traditional or opentype font. How can we 
enforce the opentype math logic? There has been some discussion about a 
flag in the tfmdata table. (The virtual math fonts that mkiv makes 
assumes opentype logic).


Hans

On 1-6-2012 17:05, Tim Steenvoorden wrote:

Hi Mojca,

This is the status with 2012.05.30 11:26:

[HIGH] The integral signs in PX-fonts now work correctly. Only the
distance between the integral sign and the bounds are to big.
[HIGH] TX, XITS, Antykwa and Iwona have the same problem. (It's OK in
Asana and Euler).
[MID] The Kurier-font is not working at all (math and text).
[MID] The Mathdesign fonts (Utopia, Charter and Garamond) are not
working at all (both math and text).
[LOW] Pagella-Math is in TeXLive now, but the typescript is commented
out in type-imp-texgyre.mkiv.

I didn't had much time to look at it, have a deadline for a paper.
Sorry about that.

Regards,
Tim


2012/6/1 Mojca Miklavecmojca.miklavec.li...@gmail.com:

Hello,

With TL freeze that is probably going to happen tomorrow (plus a few
days of grace period): what is the current state of problems with math
fonts, and possibly any other issues (apart from the known crash on
mipsel  armel)? Is there anything else that doesn't work in minimals,
but should be high on priority list to fix?

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


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



--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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] Math other issues for TL 2012

2012-06-01 Thread Khaled Hosny
Currently if the font has a MathConstants table it is considered a new
math font.

Regards,
 Khaled

On Fri, Jun 01, 2012 at 08:59:31PM +0200, Hans Hagen wrote:
 Question for Khaled.
 
 What is currently the logic in luatex? There used to be some
 heuristic to determine if we have a traditional or opentype font.
 How can we enforce the opentype math logic? There has been some
 discussion about a flag in the tfmdata table. (The virtual math
 fonts that mkiv makes assumes opentype logic).
 
 Hans
 
 On 1-6-2012 17:05, Tim Steenvoorden wrote:
 Hi Mojca,
 
 This is the status with 2012.05.30 11:26:
 
 [HIGH] The integral signs in PX-fonts now work correctly. Only the
 distance between the integral sign and the bounds are to big.
 [HIGH] TX, XITS, Antykwa and Iwona have the same problem. (It's OK in
 Asana and Euler).
 [MID] The Kurier-font is not working at all (math and text).
 [MID] The Mathdesign fonts (Utopia, Charter and Garamond) are not
 working at all (both math and text).
 [LOW] Pagella-Math is in TeXLive now, but the typescript is commented
 out in type-imp-texgyre.mkiv.
 
 I didn't had much time to look at it, have a deadline for a paper.
 Sorry about that.
 
 Regards,
 Tim
 
 
 2012/6/1 Mojca Miklavecmojca.miklavec.li...@gmail.com:
 Hello,
 
 With TL freeze that is probably going to happen tomorrow (plus a few
 days of grace period): what is the current state of problems with math
 fonts, and possibly any other issues (apart from the known crash on
 mipsel  armel)? Is there anything else that doesn't work in minimals,
 but should be high on priority list to fix?
 
 Mojca
 ___
 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
 ___
 
 
 ___
 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
 ___
 
 
 -- 
 
 -
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
  | www.pragma-pod.nl
 -
___
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] space between footnotes

2012-06-01 Thread Pablo Rodríguez
Hi there,

I'm trying to add some space between footnotes, such as:

\setupnotation[footnote][numbercommand=,inbetween=\hskip.25em]
\starttext
\dorecurse{5}{foot\footnote{note}}
\stoptext

But neither inbetween or before work here, only after seems to work
(with beta from 2012.05.30).

Am I missing something or have I hit a bug?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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] Zapf Dingbats font

2012-06-01 Thread Alfredo Catalina
Can the Zapf Dingbats font be used in MKIV? I can't do it work

I have downloaded the
symb-uni-zapf.ziphttp://dl.contextgarden.net/websitesarchive/atl/tex/symb-uni-zapf.zip
file
from http://dl.contextgarden.net/websitesarchive/atl/tex/. Then I unpacked
it and copied the .tfm, .enc and .map files in texmf-context/fonts as well
as symb-uzd.tex in texmf-context/tex/context/third

I then run

mtxrun --script fonts --reload
and

context --generate

I tried

usetypescriptfile[symb-uzd.tex]
\usesymbols[uzd]

\symbol[Unicode Shadowed Shapes][LowerRightDrop-shadowedWhiteSquare]


but it doesn't work. Any ideas?
___
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
___