ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Denis B. Roegel" <Denis.Roegel@loria.fr>
Cc: "Denis B. Roegel" <roegel@lorraine.loria.fr>
Subject: hanging punctuation strange behavior
Date: Tue, 28 May 2002 05:00:27 +0200	[thread overview]
Message-ID: <20020528050027.D1196@bar.loria.fr> (raw)

I have had problems with protruding characters.

When I try 

%output=pdftex
\usetypescript [serif,sans,mono] [hanging] [pure]
\definetypeface
[modern][rm][serif][computer-modern][default][handling=pure,encoding=ec]
\definetypeface
[modern][ss][sans][computer-modern][default][handling=pure,encoding=ec]
\setupalign[hanging,tolerant]
\starttext
\modern
\ss
\startcolumns[n=3]
\input zapf
\stopcolumns
\stoptext

I get hanging punctuation only on commas.

If I try instead

%output=pdftex
\usetypescript [serif,sans,mono] [hanging] [pure]
\definetypeface
[modern][rm][serif][computer-modern][default][handling=pure,encoding=e
c]
\definetypeface
[modern][ss][sans][computer-modern][default][handling=pure,encoding=ec
]
\setupalign[hanging,tolerant]
\starttext
\modern
\ss
\startcolumns[n=3]
\input zapf
\stopcolumns
\stoptext

(watch the wrongly broken lines, that's what I first got by email), 
I get a better result, with hyphens also protruding.

Hence, I still don't have a good clean working example of 
character protruding. I think I will forget about that for tomorrow's
talk. (Answers are less urgent now, because I will no longer have
the time to take them into account.)

Denis


                 reply	other threads:[~2002-05-28  3:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020528050027.D1196@bar.loria.fr \
    --to=denis.roegel@loria.fr \
    --cc=roegel@lorraine.loria.fr \
    /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).