\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.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
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to