ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [BUG] unic-032.tex 0x2026 HORIZONTAL ELLIPSIS definition wrong
@ 2005-07-19 23:16 Nikolai Weibull
  2005-07-20 19:47 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Nikolai Weibull @ 2005-07-19 23:16 UTC (permalink / raw)


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

\textellipsis usually expands to \cdots and that's fine, but
\textellipsis shouldn't be used in unic-032.tex for 0x2026 HORIZONTAL
ELLIPSIS, as this codepoint is for a symbol of dots on the base-line,
not in the center.  I've posted about this previously, but got no
response.  Anyway, I've attached a patch that fixes the problem.  I
don't know if using \dots instead is the best solution, though, so
further discussion may be necessary?,
        nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}

[-- Attachment #2: unic-032.patch --]
[-- Type: text/plain, Size: 663 bytes --]

--- old-unic-032.tex	2005-07-20 01:13:44.414092288 +0200
+++ unic-032.tex	2005-07-20 01:13:54.869502824 +0200
@@ -113,7 +113,7 @@
     \strippedcsname \unknownchar      \or   % U+2023 TRIANGULAR BULLET
     \strippedcsname \unknownchar      \or   % U+2024 ONE DOT LEADER
     \strippedcsname \unknownchar      \or   % U+2025 TWO DOT LEADER
-    \strippedcsname \textellipsis     \else % U+2026 HORIZONTAL ELLIPSIS
+    \strippedcsname \dots             \else % U+2026 HORIZONTAL ELLIPSIS
   \ifcase\numexpr#1-48\relax
     \strippedcsname \perthousand      \or   % U+2030 PER MILLE SIGN
     \strippedcsname \unknownchar      \or   % U+2031 PER TEN THOUSAND SIGN

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] unic-032.tex 0x2026 HORIZONTAL ELLIPSIS definition wrong
  2005-07-19 23:16 [BUG] unic-032.tex 0x2026 HORIZONTAL ELLIPSIS definition wrong Nikolai Weibull
@ 2005-07-20 19:47 ` Hans Hagen
  2005-07-20 21:02   ` Nikolai Weibull
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2005-07-20 19:47 UTC (permalink / raw)


Nikolai Weibull wrote:

>\textellipsis usually expands to \cdots and that's fine, but
>\textellipsis shouldn't be used in unic-032.tex for 0x2026 HORIZONTAL
>ELLIPSIS, as this codepoint is for a symbol of dots on the base-line,
>not in the center.  I've posted about this previously, but got no
>response.  Anyway, I've attached a patch that fixes the problem.  I
>don't know if using \dots instead is the best solution, though, so
>further discussion may be necessary?,
>  
>
i made it the equivalent of \unknown (better spacing than \dots)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [BUG] unic-032.tex 0x2026 HORIZONTAL ELLIPSIS definition wrong
  2005-07-20 19:47 ` Hans Hagen
@ 2005-07-20 21:02   ` Nikolai Weibull
  0 siblings, 0 replies; 3+ messages in thread
From: Nikolai Weibull @ 2005-07-20 21:02 UTC (permalink / raw)


Hans Hagen wrote:

> Nikolai Weibull wrote:

[HORIZONTAL ELLIPSIS definition wrong]

> i made it the equivalent of \unknown (better spacing than \dots)

Ah, so very, very true.

Thanks,
        nikolai

-- 
Nikolai Weibull: now available free of charge at http://bitwi.se/!
Born in Chicago, IL USA; currently residing in Gothenburg, Sweden.
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-07-20 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-19 23:16 [BUG] unic-032.tex 0x2026 HORIZONTAL ELLIPSIS definition wrong Nikolai Weibull
2005-07-20 19:47 ` Hans Hagen
2005-07-20 21:02   ` Nikolai Weibull

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