ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Philipp Gesang <gesang@stud.uni-heidelberg.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: \box0 to Lua
Date: Tue, 19 Jun 2012 07:53:33 +0200	[thread overview]
Message-ID: <20120619055332.GA6484@phlegethon> (raw)
In-Reply-To: <op.wf3tdxxktpjj8f@lpr>


[-- Attachment #1.1: Type: text/plain, Size: 3484 bytes --]

Ahoj!

···<date: 2012-06-18, Monday>···<from: Procházka Lukáš Ing. - Pontex s. r. o.>···

> On Mon, 18 Jun 2012 16:56:56 +0200, Jaroslav Hajtmar <hajtmar@gyza.cz> wrote:
> 
> >Ahoj...
> >To bych ti rekl ...  :-)
> >  tex.box[0].height
> 
> ... To ale získáš jen výšku boxu, ne?
> 
> Co když ten hbox chceš vysázet Luou na nějakou šířku?

Na to budeš potřebovat node.hpack() (luatexref-t.pdf, s. 95).

···8<···································································
\starttext
foo
\startluacode
  local newnode = node.new(node.id"glyph")
  newnode.char  = unicode.utf8.byte"x"
  newnode.font  = font.current() -- won’t work before \starttext
  newnode.lang  = tex.language
  --- second arg to node.hpack is width <int>
  local hbox    = node.hpack(newnode, 2*newnode.width)
  node.write(hbox)
\stopluacode
bar
\stoptext
···8<···································································

The first argument is the head of a node list, the second can be
the width in sp (or “spread”). See Patrick’s excellent tutorial:
  http://wiki.luatex.org/index.php/TeX_without_TeX
to get started with node fun.

(The \box<n> registers are accessible as tex.box, see page 112 in
the luatex manual.)

Philipp

> 
> L.
> 
> 
> >
> >J.
> >
> >
> >
> >
> >
> >Dne 18.6.2012 16:53, Procházka Lukáš Ing. - Pontex s. r. o. napsal(a):
> >>Hello,
> >>
> >>(my apologies if this message is duplicated - our mail server was
> >>out-of-order some time)
> >>
> >>how to call "\box0" and "\hbox to3cm{abc}" by Lua?
> >>
> >>----
> >>\startluacode
> >>   context[[\box0]] % OK but a "nicer" way preferred, so keep on trying -
> >>   context.box(0) % Error
> >>   context.box{0} % Error
> >>   context.box"0" % Error
> >>
> >>   context.hbox({to = "cm"}, "abc") % Error
> >>\stopluacode
> >>----
> >>
> >>TIA.
> >>
> >>Best regards,
> >>
> >>Lukas
> >>
> >>
> >
> >___________________________________________________________________________________
> >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  : http://foundry.supelec.fr/projects/contextrev/
> >wiki     : http://contextgarden.net
> >___________________________________________________________________________________
> >
> 
> 
> -- 
> Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
> Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
> Bezová 1658
> 147 14 Praha 4
> 
> Tel: +420 244 062 238
> Fax: +420 244 461 038
> 
> ___________________________________________________________________________________
> 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2012-06-19  5:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-18 14:53 Procházka Lukáš Ing. - Pontex s. r. o.
2012-06-18 14:56 ` Jaroslav Hajtmar
2012-06-18 15:02   ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-06-18 15:13     ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-06-19  5:53     ` Philipp Gesang [this message]
2012-06-19  8:34       ` Hans Hagen
2012-06-19  8:56         ` Procházka Lukáš Ing. - Pontex s. r. o.
2012-06-19  8:58         ` Philipp Gesang
  -- strict thread matches above, loose matches on Subject: below --
2012-06-18 14:23 Procházka Lukáš Ing. - Pontex s. r. o.

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=20120619055332.GA6484@phlegethon \
    --to=gesang@stud.uni-heidelberg.de \
    --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).