ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* t-bib - publicationlist space between [111] and items // luatex // error for \currentdate [y, -, mm, -, dd]
@ 2007-08-17 12:33 Tobias Burnus
  2007-08-17 15:26 ` Peter Münster
  2007-08-17 16:09 ` Taco Hoekwater
  0 siblings, 2 replies; 3+ messages in thread
From: Tobias Burnus @ 2007-08-17 12:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

I use \setuppublications[numbering=yes,refcommand=num] and have more
than 99 references. Thus in the reference list the "]" of "[111]"
overlaps with the entry behind.

I tried \setuppublicationlist with samplesize= and with
distance=/width=, but this did not help.

Any idea how to solve this (best would be of cause automatically).

 * * *

I'm now trying to get LuaTeX running with a TeXLive2007 system and the
current cont-tmf.zip.

I did:
- Compiled luatex and installed luatex
- Created symbolic link from texluac to luatex
- Set TEXMFCNF=<dir> to the directory which contains texmf.cnf

Questions and problems:

a) Where do I find mtxrun ? I found ./scripts/context/lua/mtxrun.lua, but
   lua ./scripts/context/lua/mtxrun.lua
gives the error message:

lua: ./scripts/context/lua/mtxrun.lua:3949: attempt to index global
'lua' (a nil value)

The line is:
if lua.bytecode then -- from 0 upwards


b) If I run:
   texmfstart texexec --make --lua
the metafun.mem is nicely generated but cont-* is not:
LuaTools | version 1.1.1 - 2006+ - PRAGMA ADE / CONTEXT
LuaTools | loading /home/tob/texmf/texmf.cnf
LuaTools | preparing configuration in /home/tob/luatex-cache/
[...]
LuaTools | runtime: 0.29 seconds
TeXExec | using tex engine luatex
TeXExec | using tex format path /home/tob/texmf/web2c/luatex
TeXExec | generating tex format cont-en
Error in lua file loading: ?:0: attempt to index global 'instance' (a
nil value)
[...]
LuaTools | running command: luatex --ini --lua="cont-en.luc"
"/home/tob/texmf/tex/context/base/cont-en.tex" \dump
LuaTools |
LuaTools | runtime: 0.3 seconds
TeXExec | generating tex format cont-nl
Error in lua file loading: ?:0: attempt to index global 'instance' (a
nil value)


Which seems to be the same error as in (a).

  * * *

Since the update of cont-tmf.zip, I get an error (pdfetex) for:

\currentdate [y,-,mm,-,dd]
\bye

! Missing number, treated as zero.
<to be read again>
                   {
\convertnumber ... \s!default \fi \fi \endcsname {
                                                  \number #2}

Any idea what goes wrong here?

Tobias
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: t-bib - publicationlist space between [111] and items // luatex // error for \currentdate [y, -, mm, -, dd]
  2007-08-17 12:33 t-bib - publicationlist space between [111] and items // luatex // error for \currentdate [y, -, mm, -, dd] Tobias Burnus
@ 2007-08-17 15:26 ` Peter Münster
  2007-08-17 16:09 ` Taco Hoekwater
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Münster @ 2007-08-17 15:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, 17 Aug 2007, Tobias Burnus wrote:

> I'm now trying to get LuaTeX running with a TeXLive2007 system and the
> current cont-tmf.zip.
> 
> I did:
> - Compiled luatex and installed luatex
> - Created symbolic link from texluac to luatex
> - Set TEXMFCNF=<dir> to the directory which contains texmf.cnf

This was not enough for me, I also had to set TEXMF and TEXFORMATS. It
seems to me, that texmf.cnf is not read by luatex, even if TEXMFCNF is set.
(I also made a link for texlua.)

> Questions and problems:
> 
> a) Where do I find mtxrun ? I found ./scripts/context/lua/mtxrun.lua, but
>    lua ./scripts/context/lua/mtxrun.lua

I just made a symbolic link:
ln -s .../scripts/context/lua/mtxrun.lua .../bin/mtxrun
(with all other lua-scripts too)

You can look into my spec-file in
http://pmrb.free.fr/texlive/texlive.nosrc.rpm to see what I needed to do to
get MKIV running on TL-2007 (or better: TL-trunk)

> Since the update of cont-tmf.zip, I get an error (pdfetex) for:
> 
> \currentdate [y,-,mm,-,dd]
> \bye
> 
> ! Missing number, treated as zero.

Confirmation: here too...

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: t-bib - publicationlist space between [111] and items // luatex // error for \currentdate [y, -, mm, -, dd]
  2007-08-17 12:33 t-bib - publicationlist space between [111] and items // luatex // error for \currentdate [y, -, mm, -, dd] Tobias Burnus
  2007-08-17 15:26 ` Peter Münster
@ 2007-08-17 16:09 ` Taco Hoekwater
  1 sibling, 0 replies; 3+ messages in thread
From: Taco Hoekwater @ 2007-08-17 16:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Tobias Burnus wrote:
> Hello,
> 
> I use \setuppublications[numbering=yes,refcommand=num] and have more
> than 99 references. Thus in the reference list the "]" of "[111]"
> overlaps with the entry behind.
> 
> I tried \setuppublicationlist with samplesize= and with
> distance=/width=, but this did not help.

Only answering this because I have to run:

   \setuppublicationlist[width=3in]

works for me (t-bib says it is 2006.12.07)

Taco
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2007-08-17 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-17 12:33 t-bib - publicationlist space between [111] and items // luatex // error for \currentdate [y, -, mm, -, dd] Tobias Burnus
2007-08-17 15:26 ` Peter Münster
2007-08-17 16:09 ` Taco Hoekwater

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