[NTG-context] Problem with context in windows

2013-08-17 Thread Oualkacha, Karim
Hi,

 

I installed conTeXt in windows following  the steps in the website 

http://wiki.contextgarden.net/Windows_Installation:_ConTeXt_Suite_with_S
ciTe#Install_SciTe

 

I have a PC with windows 7, ruby is already installed, and I have
MikeTex 2.9 already installed and as text editor WinEdt. To test if
everything work, I created a file Test.tex  

 

\starttext

 

Test

 

\stoptext

 

 

When I executed it in WinEdt I didn't have any error message, however,
there is no PDF file created for the Test.tex file [ConTeXt Compilation
Report (Pages: 0), Errors : 0]. 

 

In a command-line window (cmd) I tried the command context to see what
is the problem: I got the following message: 

warnings no lua configuration files found

no texmf paths are defined using TEXMF 

 

I tried also texexec command and I got the following message:

mtxrun  ! kpse fallback with programme `context` initialized in
0.062 seconds  

 

Any Help Please!

 

Karim

 

 

___
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] \Bigr broken in latest beta

2013-08-17 Thread Pablo Rodríguez
Dear Hans,

I‘m afraid that beta from today doesn’t compile what beta from tow days
ago compiled.

Here is the minimal sample:

\starttext
  \startformula
\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr)
  \stopformula
\stoptext

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
___


Re: [NTG-context] Persian digits in math formulas

2013-08-17 Thread Wolfgang Schuster

Am 17.08.2013 um 09:57 schrieb Mingranina Gingranina mingran...@gmail.com:

 With the above code the digits are not changed to persian. For your
 information I have
 attached the source, log, and PDF files. 

The following example from Hans worked in my system:

\usetypescriptfile[mathdigits]

\usetypescript [mathdigits] [xits-dejavu] [arabicindic]

\setupbodyfont[dejavu]

\starttext
   $3+2=5 \quad \bf 3+2=5$
\stoptext

 Please note that I have changed '\setupbodyfont[dejavu] to
 \setupbodyfont[dejavusans]
 because the font 'dejavu' is not installed on my system.

The DejaVu fonts are shipped with your context installation and you can use them
with \setupbodyfont[dejavu], when you write \setupbodyfont[dejavusans] context
uses Latin Modern because there is no typeface with the name “dejavusans”.

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: too many open files

2013-08-17 Thread Henning Hraban Ramm
Am 2013-08-15 um 22:23 schrieb Aditya Mahajan adit...@umich.edu:

 
 OT: The thriddata.parselilypondfile(..) function is convoluted. Instead of
...
 
 you should use
 
  syco = tonumber(io.loaddata(scname)) or 0

Thank you, I changed it.


Greetlings, Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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] font name with underline.

2013-08-17 Thread john Culleton
How does one use a font name that contains an underline?

-- 
John Culleton

___
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] font name with underline.

2013-08-17 Thread Wolfgang Schuster

Am 17.08.2013 um 18:04 schrieb john Culleton j...@wexfordpress.com:

 How does one use a font name that contains an underline?

You can use the font as it is

\starttext
{\definedfont[file:FertigoPro_Italic.otf]Test}
\stoptext

or use the normalized form (lowercase and without the _)

\starttext
{\definedfont[file:fertigoproitalic]Test}
\stoptext

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] Persian digits in math formulas

2013-08-17 Thread Mingranina Gingranina
On 8/17/13, Wolfgang Schuster schuster.wolfg...@gmail.com wrote:

 The following example from Hans worked in my system:

 \usetypescriptfile[mathdigits]

 \usetypescript [mathdigits] [xits-dejavu] [arabicindic]

 \setupbodyfont[dejavu]

 \starttext
$3+2=5 \quad \bf 3+2=5$
 \stoptext

 Dear Wolfgang Schuster,
 Hello

 The above code works on my system too, but in text mode the digits
are still in English.

 The DejaVu fonts are shipped with your context installation and you can use
 them
 with \setupbodyfont[dejavu], when you write \setupbodyfont[dejavusans]
 context
 uses Latin Modern because there is no typeface with the name “dejavusans”.

 Do you know in which files are these typefaces defined? I want to use
them as sample
 files and define my own typefaces (if I can at all).

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