The title page of a book of notes contains {\tfe This is the title of my book} where I have previously defined \definebodyfont[10pt,11pt,12pt][rm][tfe=Bold at 32pt] However, the title is long and is broken into two lines, which are squashed together vertically. How can I ensure that \tfe uses more interline space? Thanks, Alasdair
Thanks, but it doesn't work: {\tfe This is the title of my book\par} still gives vertically squashed text. -Alasdair On Fri, Oct 28, 2011 at 9:19 PM, Thomas A. Schmitz < thomas.schmitz@uni-bonn.de> wrote:
On 10/28/11 12:18, Alasdair McAndrew wrote:
How can I ensure that \tfe uses more interline space?
by adding a \par at the end.
Thomas ______________________________**______________________________** _______________________ 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 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/http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ______________________________**______________________________** _______________________
-- Blog: http://amca01.wordpress.com Web: http://sites.google.com/site/amca01/ Facebook: http://www.facebook.com/alasdair.mcandrew
Am 28.10.2011 um 12:18 schrieb Alasdair McAndrew:
The title page of a book of notes contains
{\tfe This is the title of my book}
{\tfe\setupinterlinespace …\par}
where I have previously defined
\definebodyfont[10pt,11pt,12pt][rm][tfe=Bold at 32pt]
However, the title is long and is broken into two lines, which are squashed together vertically. How can I ensure that \tfe uses more interline space?
When you use \tfe only for the title of the book there is a simple method for which you don’t need the \definebodyfont setting: {\definedfont[Serif at 32pt]\setupinterlinespace …\par} Wolfgang
Yes, that works fine - thanks very much! -Alasdair On Fri, Oct 28, 2011 at 9:41 PM, Wolfgang Schuster < schuster.wolfgang@googlemail.com> wrote:
Am 28.10.2011 um 12:18 schrieb Alasdair McAndrew:
The title page of a book of notes contains
{\tfe This is the title of my book}
{\tfe\setupinterlinespace …\par}
where I have previously defined
\definebodyfont[10pt,11pt,12pt][rm][tfe=Bold at 32pt]
However, the title is long and is broken into two lines, which are squashed together vertically. How can I ensure that \tfe uses more interline space?
When you use \tfe only for the title of the book there is a simple method for which you don’t need the \definebodyfont setting:
{\definedfont[Serif at 32pt]\setupinterlinespace …\par}
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
___________________________________________________________________________________
-- Blog: http://amca01.wordpress.com Web: http://sites.google.com/site/amca01/ Facebook: http://www.facebook.com/alasdair.mcandrew
participants (3)
-
Alasdair McAndrew
-
Thomas A. Schmitz
-
Wolfgang Schuster