19.04.2013 Views

Präsentation

Präsentation

Präsentation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

DANTE 2010 LuaT E X<br />

\directlua{<br />

}<br />

for s in string.utfvalues("Hallo Welt") do<br />

end<br />

if s == 32 then<br />

else<br />

end<br />

n = node.new(10) % glue<br />

n.spec = node.new(47) % gluespec<br />

n.spec.width = 3 * 2^16<br />

n = node.new(37) % glyph node<br />

n.font = 1<br />

n.char = s<br />

if head then<br />

else<br />

end<br />

last.next = n<br />

head = n<br />

last = n<br />

tex.box[10]=node.hpack(head)<br />

node.write(tex.box[10])<br />

\bye<br />

2) Nodeliste erstellen<br />

14

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!