11 Nov
2010
11 Nov
'10
5:31 a.m.
On 8-11-2010 9:00, Herbert Voss wrote:
Also from the documentation:
systems : begin file latex5 at line 2 error: ...text/tex/texmf-context/tex/context/base/typo-cap.lua:100: attempt to call global 'copy_node' (a nil value) .
system> error on line 6 in file latex5.tex: ? ...
1 2 \starttext 3 4 \userealcaps \Caps{Herbert Voß} 5 \usepseudocaps \Caps{Herbert Voß} 6>> 7 \stoptext
l.6
in typo-cap.lua, add
local copy_node = node.copy
somewhere at the top and then remake the format.
thanks, it helped Herbert
5108
Age (days ago)
5108
Last active (days ago)
0 comments
1 participants
participants (1)
-
Herbert Voss