ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* structure head alignment nullifies spaceskip
@ 2011-03-06 16:33 Philipp Gesang
  2011-03-06 20:15 ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Philipp Gesang @ 2011-03-06 16:33 UTC (permalink / raw)
  To: ntg-context


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

Hi,

is there a way to have \spaceskip working in a centered section
head?

I have something similar to these exaggerated values:

··8<·····························································

\def\broadspacing{%
  \dontleavehmode%
  \spaceskip 1em plus .5em minus .5em%
}
\starttext

\setuphead[section][%
  style={\WORD\broadspacing},
]

% This one is left aligned but correctly spaced.
\section{test test test}

\setuphead[section][%
  style={\WORD\broadspacing},
  align=middle,
]

% This one is centered but spaced too tightly.
\section{test test test}

\stoptext

··8<·····························································

As you can see, adding “align=middle” to the section setup leads
to the \spaceskip setting being ignored. Any idea how to space my
capitalized words in section heads?

Thanks very much, Philipp

[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 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] 7+ messages in thread

* Re: structure head alignment nullifies spaceskip
  2011-03-06 16:33 structure head alignment nullifies spaceskip Philipp Gesang
@ 2011-03-06 20:15 ` Wolfgang Schuster
  2011-03-06 21:41   ` Philipp Gesang
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2011-03-06 20:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 06.03.2011 um 17:33 schrieb Philipp Gesang:

> Hi,
> 
> is there a way to have \spaceskip working in a centered section
> head?
> 
> I have something similar to these exaggerated values:
> 
> ··8<·····························································
> 
> \def\broadspacing{%
>  \dontleavehmode%
>  \spaceskip 1em plus .5em minus .5em%
> }
> \starttext
> 
> \setuphead[section][%
>  style={\WORD\broadspacing},
> ]
> 
> % This one is left aligned but correctly spaced.
> \section{test test test}
> 
> \setuphead[section][%
>  style={\WORD\broadspacing},
>  align=middle,
> ]
> 
> % This one is centered but spaced too tightly.
> \section{test test test}
> 
> \stoptext
> 
> ··8<·····························································
> 
> As you can see, adding “align=middle” to the section setup leads
> to the \spaceskip setting being ignored. Any idea how to space my
> capitalized words in section heads?

\setuphead
  [section]
  [      style=WORD,
         align=middle,
   textcommand={\setuptolerance[space]}]

Maybe better is “textcommand=\SectionCommand” with

\define[1]\SectionCommand
  {\setuptolerance[space]#1}

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] 7+ messages in thread

* Re: structure head alignment nullifies spaceskip
  2011-03-06 20:15 ` Wolfgang Schuster
@ 2011-03-06 21:41   ` Philipp Gesang
  2011-03-06 22:03     ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Philipp Gesang @ 2011-03-06 21:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On 2011-03-06 <21:15:44>, Wolfgang Schuster wrote:
> 
> Am 06.03.2011 um 17:33 schrieb Philipp Gesang:
> 
> > Hi,
> > 
> > is there a way to have \spaceskip working in a centered section
> > head?
> > 
> > I have something similar to these exaggerated values:
> > 
> > ··8<·····························································
> > 
> > \def\broadspacing{%
> >  \dontleavehmode%
> >  \spaceskip 1em plus .5em minus .5em%
> > }
> > \starttext
> > 
> > \setuphead[section][%
> >  style={\WORD\broadspacing},
> > ]
> > 
> > % This one is left aligned but correctly spaced.
> > \section{test test test}
> > 
> > \setuphead[section][%
> >  style={\WORD\broadspacing},
> >  align=middle,
> > ]
> > 
> > % This one is centered but spaced too tightly.
> > \section{test test test}
> > 
> > \stoptext
> > 
> > ··8<·····························································
> > 
> > As you can see, adding “align=middle” to the section setup leads
> > to the \spaceskip setting being ignored. Any idea how to space my
> > capitalized words in section heads?
> 
> \setuphead
>   [section]
>   [      style=WORD,
>          align=middle,
>    textcommand={\setuptolerance[space]}]
> 
> Maybe better is “textcommand=\SectionCommand” with
> 
> \define[1]\SectionCommand
>   {\setuptolerance[space]#1}
> 
> Wolfgang

Thanks a lot, Wolfgang, I hadn’t thought of “textcommand”.
Headings work (and look) like a charm now.

Best regards, Philipp



-- 
()  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: 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] 7+ messages in thread

* Re: structure head alignment nullifies spaceskip
  2011-03-06 21:41   ` Philipp Gesang
@ 2011-03-06 22:03     ` Wolfgang Schuster
  2011-03-06 22:25       ` Philipp Gesang
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2011-03-06 22:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 06.03.2011 um 22:41 schrieb Philipp Gesang:

> Thanks a lot, Wolfgang, I hadn’t thought of “textcommand”.
> Headings work (and look) like a charm now.

This can also be of interest for you (copied from the source):

\setuphead[section][style=\sca,textstyle={\kerncharacters[.5]}] \section{Section}

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] 7+ messages in thread

* Re: structure head alignment nullifies spaceskip
  2011-03-06 22:03     ` Wolfgang Schuster
@ 2011-03-06 22:25       ` Philipp Gesang
  2011-03-06 22:34         ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Philipp Gesang @ 2011-03-06 22:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On 2011-03-06 <23:03:17>, Wolfgang Schuster wrote:
> 
> Am 06.03.2011 um 22:41 schrieb Philipp Gesang:
> 
> > Thanks a lot, Wolfgang, I hadn’t thought of “textcommand”.
> > Headings work (and look) like a charm now.
> 
> This can also be of interest for you (copied from the source):
> 
> \setuphead[section][style=\sca,textstyle={\kerncharacters[.5]}] \section{Section}

Thanks, but I already had capital spacing (factor .05 with my
bodoni font) defined in my section font command.

Regards, Philipp


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

-- 
()  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: 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] 7+ messages in thread

* Re: structure head alignment nullifies spaceskip
  2011-03-06 22:25       ` Philipp Gesang
@ 2011-03-06 22:34         ` Wolfgang Schuster
  2011-03-06 22:57           ` Philipp Gesang
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2011-03-06 22:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 06.03.2011 um 23:25 schrieb Philipp Gesang:

> On 2011-03-06 <23:03:17>, Wolfgang Schuster wrote:
>> 
>> Am 06.03.2011 um 22:41 schrieb Philipp Gesang:
>> 
>>> Thanks a lot, Wolfgang, I hadn’t thought of “textcommand”.
>>> Headings work (and look) like a charm now.
>> 
>> This can also be of interest for you (copied from the source):
>> 
>> \setuphead[section][style=\sca,textstyle={\kerncharacters[.5]}] \section{Section}
> 
> Thanks, but I already had capital spacing (factor .05 with my
> bodoni font) defined in my section font command.

How?

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] 7+ messages in thread

* Re: structure head alignment nullifies spaceskip
  2011-03-06 22:34         ` Wolfgang Schuster
@ 2011-03-06 22:57           ` Philipp Gesang
  0 siblings, 0 replies; 7+ messages in thread
From: Philipp Gesang @ 2011-03-06 22:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On 2011-03-06 <23:34:00>, Wolfgang Schuster wrote:
> 
> Am 06.03.2011 um 23:25 schrieb Philipp Gesang:
> 
> > On 2011-03-06 <23:03:17>, Wolfgang Schuster wrote:
> >> 
> >> Am 06.03.2011 um 22:41 schrieb Philipp Gesang:
> >> 
> >>> Thanks a lot, Wolfgang, I hadn’t thought of “textcommand”.
> >>> Headings work (and look) like a charm now.
> >> 
> >> This can also be of interest for you (copied from the source):
> >> 
> >> \setuphead[section][style=\sca,textstyle={\kerncharacters[.5]}] \section{Section}
> > 
> > Thanks, but I already had capital spacing (factor .05 with my
> > bodoni font) defined in my section font command.
> 
> How?

The long way (across a couple of definition files):

··8<·····························································

\definecharacterkerning[capitals]
\setupcharacterkerning [capitals] [factor=.05]

\unexpanded\def\cap{\setcharacterkerning[capitals]}

\def\broadspacing{\dontleavehmode\spaceskip .33em plus.25em minus.05em
                                \xspaceskip .66em plus.25em minus.05em}

\unexpanded\def\fontsection{\setupbodyfont[bodoni-of,12pt]\cap\WORDS\broadspacing}

\setuphead[section][
  …
  textstyle=\fontsection,
  …
]

··8<·····························································

(I just typed this from another laptop screen so beware of
typos.)

Alternatively I have a definition commented out that would rely
on the cpsp font feature instead -- but I don’t really notice an
effect when I turn it on.

Regards, Philipp


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

-- 
()  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: 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] 7+ messages in thread

end of thread, other threads:[~2011-03-06 22:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-06 16:33 structure head alignment nullifies spaceskip Philipp Gesang
2011-03-06 20:15 ` Wolfgang Schuster
2011-03-06 21:41   ` Philipp Gesang
2011-03-06 22:03     ` Wolfgang Schuster
2011-03-06 22:25       ` Philipp Gesang
2011-03-06 22:34         ` Wolfgang Schuster
2011-03-06 22:57           ` Philipp Gesang

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