Re: [NTG-context] [BUG] unic-032.tex 0x2026 HORIZONTAL ELLIPSIS definition wrong

2005-07-20 Thread Hans Hagen

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
-

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


Re: [NTG-context] [BUG] unic-032.tex 0x2026 HORIZONTAL ELLIPSIS definition wrong

2005-07-20 Thread Nikolai Weibull
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);}
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] [BUG] unic-032.tex 0x2026 HORIZONTAL ELLIPSIS definition wrong

2005-07-19 Thread Nikolai Weibull
\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);}
--- old-unic-032.tex2005-07-20 01:13:44.414092288 +0200
+++ unic-032.tex2005-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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context