Sorry for the flurry of questions. But here’s one about margin kerning now. I see that by using \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] I can get margin kerning in the body text, but not in any footnotes/ endnotes. What else is needed to get margin kerning throughout the notes too? As ever, any advice will be gratefully received. Alan
To answer my own question: To get margin kerning in the footnotes/endnotes as well as in the body text, put \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \setupfootnotes[align={hz,hanging}] before the fonts are installed. Cheers, A. On Oct 21, 2005, at 4:29 PM, Alan Bowen wrote:
Sorry for the flurry of questions. But here’s one about margin kerning now.
I see that by using \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] I can get margin kerning in the body text, but not in any footnotes/ endnotes. What else is needed to get margin kerning throughout the notes too?
As ever, any advice will be gratefully received.
Alan _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Alan Bowen wrote:
To answer my own question: To get margin kerning in the footnotes/endnotes as well as in the body text, put \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \setupfootnotes[align={hz,hanging}] before the fonts are installed.
indeed; this has to do with the fact that pdftex (tex) has some nasty global font assignments and optimizations hard coded Hans
Greetings all, On a related note, is there a similar (or dissimilar for that matter) solution to margin kerning with the bib-module? David On Oct 25, 2005, at 10:04 AM, Hans Hagen Test wrote:
Alan Bowen wrote:
To answer my own question: To get margin kerning in the footnotes/endnotes as well as in the body text, put \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \setupfootnotes[align={hz,hanging}] before the fonts are installed.
indeed; this has to do with the fact that pdftex (tex) has some nasty global font assignments and optimizations hard coded
Hans
David Wooten wrote:
Greetings all,
On a related note, is there a similar (or dissimilar for that matter) solution to margin kerning with the bib-module?
I wasn't even aware that there is a problem. The module uses a rather straightforward list, so if hanging works for the TOC, it should work for the bib module. And if not, then both should require the same fix. Taco
David
On Oct 25, 2005, at 10:04 AM, Hans Hagen Test wrote:
Alan Bowen wrote:
To answer my own question: To get margin kerning in the footnotes/endnotes as well as in the body text, put \usetypescript[serif,sans,mono,mm][hanging][normal] \setupalign[hz,hanging] \setupfootnotes[align={hz,hanging}] before the fonts are installed.
indeed; this has to do with the fact that pdftex (tex) has some nasty global font assignments and optimizations hard coded
Hans
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Ah! My mistake. I have a defineparagraph in my bibliography which needed the align={hz,hanging} declared. Thanks. David On Oct 25, 2005, at 11:21 PM, Taco Hoekwater wrote:
David Wooten wrote:
Greetings all, On a related note, is there a similar (or dissimilar for that matter) solution to margin kerning with the bib-module?
I wasn't even aware that there is a problem. The module uses a rather straightforward list, so if hanging works for the TOC, it should work for the bib module. And if not, then both should require the same fix.
Taco
participants (4)
-
Alan Bowen
-
David Wooten
-
Hans Hagen Test
-
Taco Hoekwater