ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Different size points in ellipsis
@ 2014-03-28 14:45 Stéphane Goujet
  2014-03-28 15:28 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Stéphane Goujet @ 2014-03-28 14:45 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 836 bytes --]

Hello again,


  If you look at one of the images in my previous post (I attached it
here again), you may notice the ellipsis (that has 5 periods instead of
3, but that is not my concern). Its last period is bigger, to indicate
the fusion of the ellipsis and the sentence final period. It does not
seem stupid to me, so, out of curiosity (I believe, in the end, I will
stick to the modern typography, even if it is more confusing), could
that be easily typeset with Context ? Either with a bigger final
period, or with a normal size final period and other smaller ones. I
guess the second way is better, for consistency with other periods in
other sentences.

  So far, I have defined ellipsis (all periods having the same size) as:
\unexpanded\def\ell{{\def\periodswidth{.4em}\periods[5]}}

 
Regards,
  Stéphane.

[-- Attachment #2: quote_block-current_line.png --]
[-- Type: image/png, Size: 26907 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 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] 3+ messages in thread

* Re: Different size points in ellipsis
  2014-03-28 14:45 Different size points in ellipsis Stéphane Goujet
@ 2014-03-28 15:28 ` Hans Hagen
  2014-03-28 17:05   ` Stéphane Goujet
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2014-03-28 15:28 UTC (permalink / raw)
  To: ntg-context

On 3/28/2014 3:45 PM, Stéphane Goujet wrote:
> Hello again,
>
>
>    If you look at one of the images in my previous post (I attached it
> here again), you may notice the ellipsis (that has 5 periods instead of
> 3, but that is not my concern). Its last period is bigger, to indicate
> the fusion of the ellipsis and the sentence final period. It does not
> seem stupid to me, so, out of curiosity (I believe, in the end, I will
> stick to the modern typography, even if it is more confusing), could
> that be easily typeset with Context ? Either with a bigger final
> period, or with a normal size final period and other smaller ones. I
> guess the second way is better, for consistency with other periods in
> other sentences.
>
>    So far, I have defined ellipsis (all periods having the same size) as:
> \unexpanded\def\ell{{\def\periodswidth{.4em}\periods[5]}}

i'd keep the period constant and mess with the ellipses:

\defineeffect [ellipses] [alternative=both,rulethickness=.5pt]

test \starteffect[ellipses]\textellipsis\stopeffect .



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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] 3+ messages in thread

* Re: Different size points in ellipsis
  2014-03-28 15:28 ` Hans Hagen
@ 2014-03-28 17:05   ` Stéphane Goujet
  0 siblings, 0 replies; 3+ messages in thread
From: Stéphane Goujet @ 2014-03-28 17:05 UTC (permalink / raw)
  To: ntg-context

Le Fri, 28 Mar 2014 16:28:13 +0100,
Hans Hagen <pragma@wxs.nl> a écrit :

> On 3/28/2014 3:45 PM, Stéphane Goujet wrote:
> > Hello again,
> >
> >
> >    If you look at one of the images in my previous post (I attached
> > it here again), you may notice the ellipsis (that has 5 periods
> > instead of 3, but that is not my concern). Its last period is
> > bigger, to indicate the fusion of the ellipsis and the sentence
> > final period. It does not seem stupid to me, so, out of curiosity
> > (I believe, in the end, I will stick to the modern typography, even
> > if it is more confusing), could that be easily typeset with
> > Context ? Either with a bigger final period, or with a normal size
> > final period and other smaller ones. I guess the second way is
> > better, for consistency with other periods in other sentences.
> >
> >    So far, I have defined ellipsis (all periods having the same
> > size) as: \unexpanded\def\ell{{\def\periodswidth{.4em}\periods[5]}}
> 
> i'd keep the period constant and mess with the ellipses:
> 
> \defineeffect [ellipses] [alternative=both,rulethickness=.5pt]
> 
> test \starteffect[ellipses]\textellipsis\stopeffect .

  Thanks, I did not know about \starteffect.

  But this make *bigger* periods for the ellipsis, and when I try
smaller values for /rulethickness/, it does not go below the size of
the normal period (perhaps the limit is even a little bit larger than
the normal period size, something like 0.3pt), no matter how small a
value I use.
  
  Higher values scale correctly.


Stéphane.
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2014-03-28 17:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-28 14:45 Different size points in ellipsis Stéphane Goujet
2014-03-28 15:28 ` Hans Hagen
2014-03-28 17:05   ` Stéphane Goujet

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