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
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
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]
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/
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 /
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
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