ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Yue Wang <yuleopen@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Unicode Math - what it is
Date: Sun, 15 Feb 2009 23:21:34 +0800	[thread overview]
Message-ID: <68bfdc900902150721l4c742fbat12545436b64a19fc@mail.gmail.com> (raw)
In-Reply-To: <49971334.9080800@googlemail.com>

please replace your luatex with the svn trunk version and run
context --make
again.

On Sun, Feb 15, 2009 at 2:53 AM, Mohamed Bana
<mbana.lists@googlemail.com> wrote:
> in first-setup.sh
>
> # download or update the distribution
> # you may remove the --context=beta switch
> mtxrun --verbose --script ./bin/mtx-update.lua --update --make --force
> --engine=all --context=alpha --texroot=$PWD/tex --extras=t-tikz $@
>
>
> got this error
>
> loading : Context Synchronization
> )
> (/home/mbana/context-minimals/tex/texmf-context/tex/context/base/math-pln.tex)
> (/home/mbana/context-minimals/tex/texmf-context/tex/context/base/math-ini.mkiv
> ! LuaTeX error ...mals/tex/texmf-context/tex/context/base/math-noa.lua:161:
> table index is nil
> stack traceback:
>        ...mals/tex/texmf-context/tex/context/base/math-noa.lua:161: in main
> chunk
>        <main ctx instance>:1: in main chunk.
> \ctxluabytecode ...de[#1] = nil end else end end }
>
> \registerctxluafile ...{\the \luabytecodecounter }
>                                                  \fi
> l.43 \registerctxluafile{math-noa}{1.001}
>
> ?
>
>
> Mojca Miklavec wrote:
>>
>> On Fri, Feb 13, 2009 at 8:44 PM, Mohamed Bana wrote:
>>>
>>> i upgraded only to check if this would would, and it didn't, any idea
>>> why?
>>>
>>> $ context --version
>>> MtxRun | main context file:
>>>
>>> /home/mbana/context-minimals/tex/texmf-context/tex/context/base/context.tex
>>> MtxRun | current version: 2009.01.18 14:39
>>>
>>> $ luatex --version
>>> This is LuaTeX, Version snapshot-0.31.3-2008123108, build unknown
>>
>> You need version 0.33.1 from SVN and the latest ConTeXt (about 5 days
>> old; in minimals it's --context=alpha and it's beta on Pragma, but you
>> need your own LuaTeX).
>>
>>> % engine=luatex
>>>
>>> \usetypescript[cambria]
>>> \setupbodyfont[cambria]
>>>
>>> \starttext
>>> $\mu$ µ is ok, but $µ$ is ţ
>>> \stoptext
>>>
>>> uses Latin Modern
>>>
>>>
>>> i'm getting this error when i try to use Tikz
>>>
>>> ! Undefined control sequence.
>>> <recently read> \usetikzlibrary
>>>
>>> l.11 \usetikzlibrary
>>>                   [arrows,automata,fit]
>>> ?
>>
>> Did you check for notices like "module tikz not loaded" in the log? If
>> you use the minimals you need to make sure to add --extras=t-tikz to
>> first-setup.sh (or add that switch when you call first-setup.sh).
>>
>>> also where exactly are the typescripts located and do you happen to have
>>> the
>>> Asana Math typescripts as well? :)
>>
>> They are in type-otf.tex. If you want to use Asana, just copy the
>> whole portion of cambria typescripts and search-and-replace-all from
>> cambria to asana (or ask Hans politely to do that in core once he's
>> back).
>>
>> 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  : https://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  : https://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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2009-02-15 15:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-10 21:04 Michail Vidiassov
2009-02-13 14:17 ` Yue Wang
2009-02-13 16:23 ` Mojca Miklavec
2009-02-13 17:12   ` Michail Vidiassov
2009-02-13 17:33     ` Wolfgang Schuster
2009-02-13 19:44       ` Mohamed Bana
2009-02-14 13:25         ` Wolfgang Schuster
2009-02-14 15:16           ` Mojca Miklavec
2009-02-14 15:23             ` Wolfgang Schuster
2009-02-14 15:10         ` Mojca Miklavec
2009-02-14 18:53           ` Mohamed Bana
2009-02-15 15:21             ` Yue Wang [this message]
2009-02-13 20:29     ` Mojca Miklavec
2009-02-13 20:40       ` Joel C. Salomon
2009-02-13 17:06 ` Joel C. Salomon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=68bfdc900902150721l4c742fbat12545436b64a19fc@mail.gmail.com \
    --to=yuleopen@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).