ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Line spacing on a cover page
@ 2011-03-10 17:28 John Haltiwanger
  2011-03-10 17:45 ` Vedran Miletić
  2011-03-10 17:56 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: John Haltiwanger @ 2011-03-10 17:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

To me the space between 'Freed' and 'by' looks awkward:

\starttext
  \startalignment[left]

  \bgroup
    \switchtobodyfont[72pt]
    {\ss  Freed \par
          by \par
          Design}
  \egroup
\stoptext


-- Should I be using \start..\stoplines ? or is this a bug?

[-- Attachment #1.2: Type: text/html, Size: 335 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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
___________________________________________________________________________________

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

* Re: Line spacing on a cover page
  2011-03-10 17:28 Line spacing on a cover page John Haltiwanger
@ 2011-03-10 17:45 ` Vedran Miletić
  2011-03-10 17:56 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Vedran Miletić @ 2011-03-10 17:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2011/3/10 John Haltiwanger <john.haltiwanger@gmail.com>

> To me the space between 'Freed' and 'by' looks awkward:
>
> \starttext
>   \startalignment[left]
>
>   \bgroup
>     \switchtobodyfont[72pt]
>     {\ss  Freed \par
>           by \par
>           Design}
>   \egroup
> \stoptext
>
>
> -- Should I be using \start..\stoplines ? or is this a bug?
>

It could be just an impression. By the way, how abou this instead:

\starttext
\startalignment[left]
  \definedfont[Sans at 72pt]
  {Freed \blank
   by \blank
   Design}
\stopalignment
\stoptex

This way, you can control how much blank space you want.

Regards,

Vedran Miletić

[-- Attachment #1.2: Type: text/html, Size: 1034 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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
___________________________________________________________________________________

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

* Re: Line spacing on a cover page
  2011-03-10 17:28 Line spacing on a cover page John Haltiwanger
  2011-03-10 17:45 ` Vedran Miletić
@ 2011-03-10 17:56 ` Wolfgang Schuster
  2011-03-10 18:11   ` John Haltiwanger
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2011-03-10 17:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.03.2011 um 18:28 schrieb John Haltiwanger:

>   \startalignment[left]
> 
>   \bgroup
>     \switchtobodyfont[72pt]
>     {\ss  Freed \par
>           by \par
>           Design}
>   \egroup

\startlines[align=flushright,style={\switchtobodyfont[72pt,ss]}]
Freed
by
Design
\stoplines

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
___________________________________________________________________________________


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

* Re: Line spacing on a cover page
  2011-03-10 17:56 ` Wolfgang Schuster
@ 2011-03-10 18:11   ` John Haltiwanger
  0 siblings, 0 replies; 4+ messages in thread
From: John Haltiwanger @ 2011-03-10 18:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks Verdan and Wolfgang. As I suspected, \startlines was the way to go.

On Thu, Mar 10, 2011 at 6:56 PM, Wolfgang Schuster <
schuster.wolfgang@googlemail.com> wrote:

>
> Am 10.03.2011 um 18:28 schrieb John Haltiwanger:
>
> >   \startalignment[left]
> >
> >   \bgroup
> >     \switchtobodyfont[72pt]
> >     {\ss  Freed \par
> >           by \par
> >           Design}
> >   \egroup
>
> \startlines[align=flushright,style={\switchtobodyfont[72pt,ss]}]
> Freed
> by
> Design
> \stoplines
>
> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 1770 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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
___________________________________________________________________________________

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

end of thread, other threads:[~2011-03-10 18:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-10 17:28 Line spacing on a cover page John Haltiwanger
2011-03-10 17:45 ` Vedran Miletić
2011-03-10 17:56 ` Wolfgang Schuster
2011-03-10 18:11   ` John Haltiwanger

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