ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: \vtop with middle alignment in a screenplay
Date: Tue, 11 Jun 2013 12:30:36 +0200	[thread overview]
Message-ID: <28B0C74D-F1C8-48AB-87FA-6C437CFDC4A3@gmail.com> (raw)
In-Reply-To: <51B6FAED.5090506@gmail.com>


Am 11.06.2013 um 12:24 schrieb Jan Pohanka <xhpohanka@gmail.com>:

> Dne 11.6.2013 12:15, Wolfgang Schuster napsal(a):
>> You can place the name in the margin.
>> 
>> \setuplayout[backspace=4cm]
>> 
>> \definemargindata[Person][inmargin][style=normal]
>> 
>> \definelines[lyrics][align=middle]
>> 
>> %\showframe
>> 
>> \starttext
>> 
>> \Person{Person 1:}
>> 
>> \startlyrics
>> song asdf line 1
>> song line 2
>> song a line 3
>> \stoplyrics
>> 
>> \stoptext
>> 
> 
> Thank you again. Placing the names in the margin is not a bad idea, but it would need to rework the rest of my macros as they do not count with it. Also increasing the backspace causes that the lyrics is not centered ideally.
> Can you please kindly advice me some another solution? I can imagine some negative hskip, but it is probably just ugly hack.


You can use the “command” key for margindata to move the text in the text area.

\define[1]\PersonCommand
  {\rlap{\hskip\leftmargindistance\relax#1}}

\definemargindata[Person][inmargin][style=normal,command=\PersonCommand]

\definelines[lyrics][align=middle]

\showframe

\starttext

\Person{Person 1:}

\startlyrics
song asdf line 1
song line 2
song a line 3
\stoplyrics

\stoptext

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


      reply	other threads:[~2013-06-11 10:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-11  9:44 Jan Pohanka
2013-06-11  9:53 ` Wolfgang Schuster
2013-06-11 10:00   ` Jan Pohanka
2013-06-11 10:15     ` Wolfgang Schuster
2013-06-11 10:24       ` Jan Pohanka
2013-06-11 10:30         ` Wolfgang Schuster [this message]

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=28B0C74D-F1C8-48AB-87FA-6C437CFDC4A3@gmail.com \
    --to=schuster.wolfgang@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).