[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/Convert/HTML.pm (%default_no_arg_com
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/Texinfo/Convert/HTML.pm (%default_no_arg_commands_formatting): In 'preformatted' context, use '...' for @dots as well as for @enddots. This is because a monospaced ellipsis looks bad inside @example. |
Date: |
Sun, 02 Apr 2023 11:32:22 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 8192c2002e * tp/Texinfo/Convert/HTML.pm
(%default_no_arg_commands_formatting): In 'preformatted' context, use '...' for
@dots as well as for @enddots. This is because a monospaced ellipsis looks bad
inside @example.
8192c2002e is described below
commit 8192c2002ee81b43877e4c570b5953ffaca7152d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Apr 2 16:32:11 2023 +0100
* tp/Texinfo/Convert/HTML.pm (%default_no_arg_commands_formatting):
In 'preformatted' context, use '...' for @dots as well as for
@enddots. This is because a monospaced ellipsis looks bad inside
@example.
---
ChangeLog | 7 +++++++
tp/Texinfo/Convert/HTML.pm | 2 ++
tp/t/results/converters_tests/complex_nestings.pl | 2 +-
tp/t/results/coverage/commands_in_math.pl | 2 +-
.../LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html | 6 +++---
.../res_html/_0040-_007b-_007d-_005c-_0023.html | 2 +-
.../_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html | 2 +-
.../LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html | 6 +++---
.../res_html/_0040-_007b-_007d-_005c-_0023.html | 2 +-
.../_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html | 2 +-
tp/tests/coverage/res_parser/formatting_chm/chapter.html | 8 ++++----
tp/tests/coverage/res_parser/formatting_chm/formatting.html | 4 ++--
.../formatting_epub_package/EPUB/xhtml/chapter.xhtml | 8 ++++----
.../formatting_epub_package/EPUB/xhtml/formatting.xhtml | 4 ++--
.../res_parser/formatting_html_no_split/formatting.html | 8 ++++----
.../res_parser/formatting_regions/formatting_regions.html | 12 ++++++------
.../coverage/res_parser/formatting_xhtml/formatting.html | 12 ++++++------
.../formatting_epub_package/EPUB/xhtml/chapter.xhtml | 8 ++++----
.../formatting_epub_package/EPUB/xhtml/formatting.xhtml | 4 ++--
tp/tests/layout/res_parser/formatting_exotic/chapter.html | 8 ++++----
tp/tests/layout/res_parser/formatting_fr/formatting.html | 12 ++++++------
.../layout/res_parser/formatting_fr_icons/formatting.html | 12 ++++++------
.../layout/res_parser/formatting_inline_css/formatting.html | 12 ++++++------
.../layout/res_parser/formatting_mathjax/formatting.html | 2 +-
.../res_parser/formatting_numerical_entities/formatting.html | 12 ++++++------
.../formatting_sort_element_counts/formatting.html | 8 ++++----
.../layout/res_parser/formatting_texi2html/formatting.html | 12 ++++++------
.../res_parser/formatting_texi2html_nodes/chapter.html | 8 ++++----
.../layout/res_parser/formatting_texi2html_nodes/index.html | 4 ++--
.../res_parser/formatting_weird_quotes/formatting.html | 12 ++++++------
30 files changed, 106 insertions(+), 97 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 05f1686e7a..8514eb510e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-04-02 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/Texinfo/Convert/HTML.pm (%default_no_arg_commands_formatting):
+ In 'preformatted' context, use '...' for @dots as well as for
+ @enddots. This is because a monospaced ellipsis looks bad inside
+ @example.
+
2023-04-02 Gavin Smith <gavinsmith0123@gmail.com>
* tp/t/22xtable.t (item_index_transformation):
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index aaf0938fc7..4b77b11699 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -2582,6 +2582,8 @@ $default_no_arg_commands_formatting{'normal'}->{"\n"} =
{'text' => ' '};
$default_no_arg_commands_formatting{'normal'}->{'enddots'}
= {'element' => 'small', 'text' => '...'};
+$default_no_arg_commands_formatting{'preformatted'}->{'dots'}
+ = {'text' => '...'};
$default_no_arg_commands_formatting{'preformatted'}->{'enddots'}
= {'text' => '...'};
$default_no_arg_commands_formatting{'normal'}->{'*'} = {'text' => '<br>'};
diff --git a/tp/t/results/converters_tests/complex_nestings.pl
b/tp/t/results/converters_tests/complex_nestings.pl
index 5e85cf0bac..084e154550 100644
--- a/tp/t/results/converters_tests/complex_nestings.pl
+++ b/tp/t/results/converters_tests/complex_nestings.pl
@@ -1339,7 +1339,7 @@ $result_converted{'html_text'}->{'complex_nestings'} =
'<div class="top-level-ex
<div class="example">
<pre class="example-preformatted">deffs
</pre><dl class="first-deffn first-defun-alias-first-deffn">
-<dt class="deffn defun-alias-deffn" id="index-my-def"><span
class="category-def">Function: </span><span><strong class="def-name">my
def</strong> <var class="def-var-arguments">args <var class="var">arg</var>
…</var><a class="copiable-link" href="#index-my-def">
¶</a></span></dt>
+<dt class="deffn defun-alias-deffn" id="index-my-def"><span
class="category-def">Function: </span><span><strong class="def-name">my
def</strong> <var class="def-var-arguments">args <var class="var">arg</var>
...</var><a class="copiable-link" href="#index-my-def"> ¶</a></span></dt>
<dt class="deffnx defunx-alias-deffnx def-cmd-deffn"
id="index-other-def"><span class="category-def">Function: </span><span><strong
class="def-name">other def</strong> <var class="def-var-arguments">no
args</var><a class="copiable-link" href="#index-other-def">
¶</a></span></dt>
<dd><dl class="first-deffn">
<dt class="deffn" id="index-name"><span class="category-def">type:
</span><span><strong class="def-name">name</strong> <var
class="def-var-arguments">and now the args</var><a class="copiable-link"
href="#index-name"> ¶</a></span></dt>
diff --git a/tp/t/results/coverage/commands_in_math.pl
b/tp/t/results/coverage/commands_in_math.pl
index cd64b7e983..7c33472d3f 100644
--- a/tp/t/results/coverage/commands_in_math.pl
+++ b/tp/t/results/coverage/commands_in_math.pl
@@ -2032,7 +2032,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-TeX LaTeX • © … ... ≡
+TeX LaTeX • © ... ... ≡
error→ → − ∗ -| ⇒
å Å æ œ Æ Œ ø Ø ß
ł Ł Ð
Þ ð þ ¡ ¿ £
diff --git
a/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
b/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
index 85dc8bf8aa..a0e08a9986 100644
---
a/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
+++
b/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
@@ -3,10 +3,10 @@
<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
-<title>LaTeX TeX • , © … ... (Top)</title>
+<title>LaTeX TeX • , © ... ... (Top)</title>
-<meta name="description" content="LaTeX TeX • , © … ...
(Top)">
-<meta name="keywords" content="LaTeX TeX • , © … ... (Top)">
+<meta name="description" content="LaTeX TeX • , © ... ... (Top)">
+<meta name="keywords" content="LaTeX TeX • , © ... ... (Top)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="viewport" content="width=device-width,initial-scale=1">
diff --git
a/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html
b/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html
index c83d7b1133..a691c991dd 100644
---
a/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html
+++
b/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_0040-_007b-_007d-_005c-_0023.html
@@ -13,7 +13,7 @@
<link href="index.html" rel="start" title="Top">
<link href="index.html" rel="up" title="Top">
-<link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html" rel="next"
title="LaTeX TeX • , © … ...">
+<link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html" rel="next"
title="LaTeX TeX • , © ... ...">
<link href="-_0021-_002e-_002e-_003f-_0040.html" rel="prev" title="
!
. . ? @">
<style type="text/css">
diff --git
a/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
b/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
index 693cac9685..9e6bbfa53b 100644
---
a/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
+++
b/tp/t/results/formats_encodings/at_commands_in_refs_latin1/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
@@ -14,7 +14,7 @@
<link href="index.html" rel="start" title="Top">
<link href="index.html" rel="up" title="Top">
<link href="_2265-_2264-_2192.html" rel="next" title="≥ ≤ →">
-<link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html" rel="prev"
title="LaTeX TeX • , © … ...">
+<link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html" rel="prev"
title="LaTeX TeX • , © ... ...">
<style type="text/css">
<!--
a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
diff --git
a/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
b/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
index 13579abd7b..3531b7c486 100644
---
a/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
+++
b/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html
@@ -3,10 +3,10 @@
<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>LaTeX TeX • , © … ... (Top)</title>
+<title>LaTeX TeX • , © ... ... (Top)</title>
-<meta name="description" content="LaTeX TeX • , © … ...
(Top)">
-<meta name="keywords" content="LaTeX TeX • , © … ... (Top)">
+<meta name="description" content="LaTeX TeX • , © ... ... (Top)">
+<meta name="keywords" content="LaTeX TeX • , © ... ... (Top)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="viewport" content="width=device-width,initial-scale=1">
diff --git
a/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html
b/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html
index f4afdf5259..2efa47a3f4 100644
---
a/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html
+++
b/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_0040-_007b-_007d-_005c-_0023.html
@@ -13,7 +13,7 @@
<link href="index.html" rel="start" title="Top">
<link href="index.html" rel="up" title="Top">
-<link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html" rel="next"
title="LaTeX TeX • , © … ...">
+<link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html" rel="next"
title="LaTeX TeX • , © ... ...">
<link href="-_0021-_002e-_002e-_003f-_0040.html" rel="prev" title="
!
. . ? @">
<style type="text/css">
diff --git
a/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
b/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
index 86fcec776a..44d2e6c6d2 100644
---
a/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
+++
b/tp/t/results/formats_encodings/at_commands_in_refs_utf8/res_html/_2261-error_002d_002d_003e-_20ac-_00a1-_21a6-_2212.html
@@ -14,7 +14,7 @@
<link href="index.html" rel="start" title="Top">
<link href="index.html" rel="up" title="Top">
<link href="_2265-_2264-_2192.html" rel="next" title="≥ ≤ →">
-<link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html" rel="prev"
title="LaTeX TeX • , © … ...">
+<link href="LaTeX-TeX-_2022-_002c-_00a9-_2026-_002e_002e_002e.html" rel="prev"
title="LaTeX TeX • , © ... ...">
<style type="text/css">
<!--
a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
diff --git a/tp/tests/coverage/res_parser/formatting_chm/chapter.html
b/tp/tests/coverage/res_parser/formatting_chm/chapter.html
index d0ff083e40..4bd721f084 100644
--- a/tp/tests/coverage/res_parser/formatting_chm/chapter.html
+++ b/tp/tests/coverage/res_parser/formatting_chm/chapter.html
@@ -1139,7 +1139,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł Ł
Ð
Þ ð þ ¡ ¿ £
@@ -2230,7 +2230,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł Ł
Ð
Þ ð þ ¡ ¿ £
@@ -3196,7 +3196,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -3335,7 +3335,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł Ł
Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/coverage/res_parser/formatting_chm/formatting.html
b/tp/tests/coverage/res_parser/formatting_chm/formatting.html
index 8c27fafed0..6dc2f349d6 100644
--- a/tp/tests/coverage/res_parser/formatting_chm/formatting.html
+++ b/tp/tests/coverage/res_parser/formatting_chm/formatting.html
@@ -1122,7 +1122,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł Ł
Ð
Þ ð þ ¡ ¿ £
@@ -2215,7 +2215,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł Ł
Ð
Þ ð þ ¡ ¿ £
diff --git
a/tp/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/chapter.xhtml
b/tp/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/chapter.xhtml
index 3bc1b4a5d3..8cb1028e23 100644
---
a/tp/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/chapter.xhtml
+++
b/tp/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/chapter.xhtml
@@ -1139,7 +1139,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -2230,7 +2230,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -3196,7 +3196,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -3335,7 +3335,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
diff --git
a/tp/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
b/tp/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
index 8987fcbadb..35c658f746 100644
---
a/tp/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
+++
b/tp/tests/coverage/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
@@ -1122,7 +1122,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -2215,7 +2215,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
diff --git
a/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.html
b/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.html
index e51c59cbdb..1ffd551e98 100644
--- a/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.html
+++ b/tp/tests/coverage/res_parser/formatting_html_no_split/formatting.html
@@ -1192,7 +1192,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2283,7 +2283,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3249,7 +3249,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -3388,7 +3388,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git
a/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.html
b/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.html
index d0787aec34..157d108441 100644
--- a/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.html
+++ b/tp/tests/coverage/res_parser/formatting_regions/formatting_regions.html
@@ -1129,7 +1129,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2221,7 +2221,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3362,7 +3362,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -4327,7 +4327,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -4466,7 +4466,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -5699,7 +5699,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/coverage/res_parser/formatting_xhtml/formatting.html
b/tp/tests/coverage/res_parser/formatting_xhtml/formatting.html
index 1a7f3b6f52..74c2873b57 100644
--- a/tp/tests/coverage/res_parser/formatting_xhtml/formatting.html
+++ b/tp/tests/coverage/res_parser/formatting_xhtml/formatting.html
@@ -1135,7 +1135,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2228,7 +2228,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3385,7 +3385,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -4476,7 +4476,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -5442,7 +5442,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -5581,7 +5581,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/chapter.xhtml
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/chapter.xhtml
index 98f142466d..6444dcb4dc 100644
---
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/chapter.xhtml
+++
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/chapter.xhtml
@@ -1140,7 +1140,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -2231,7 +2231,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -3197,7 +3197,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -3336,7 +3336,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
diff --git
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
index 6ff70ddf2b..45ca9f7cea 100644
---
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
+++
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
@@ -1124,7 +1124,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -2217,7 +2217,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/layout/res_parser/formatting_exotic/chapter.html
b/tp/tests/layout/res_parser/formatting_exotic/chapter.html
index 932e3656b1..d0eff3d140 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/chapter.html
@@ -1152,7 +1152,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2243,7 +2243,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3209,7 +3209,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -3348,7 +3348,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/layout/res_parser/formatting_fr/formatting.html
b/tp/tests/layout/res_parser/formatting_fr/formatting.html
index acb74ce19c..d04bf55e99 100644
--- a/tp/tests/layout/res_parser/formatting_fr/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_fr/formatting.html
@@ -1137,7 +1137,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2230,7 +2230,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3380,7 +3380,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -4471,7 +4471,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -5437,7 +5437,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error erreur→
@@ -5576,7 +5576,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
index 29fcebe3e0..2a77d61b3b 100644
--- a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
@@ -1137,7 +1137,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2230,7 +2230,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3380,7 +3380,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -4471,7 +4471,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -5437,7 +5437,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error erreur→
@@ -5576,7 +5576,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
erreur→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
b/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
index e530cdbc16..6887306739 100644
--- a/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
@@ -1101,7 +1101,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2194,7 +2194,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3330,7 +3330,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -4421,7 +4421,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -5387,7 +5387,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -5526,7 +5526,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
index c981d3fd1a..1af9f6e99d 100644
--- a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
@@ -5441,7 +5441,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
diff --git
a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
index b7dae4644e..546190b0ff 100644
--- a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
@@ -1141,7 +1141,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -2234,7 +2234,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -3401,7 +3401,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -4492,7 +4492,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
@@ -5458,7 +5458,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -5597,7 +5597,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ ↦ − ⊣ ⇒
Å æ œ Æ Œ ø Ø ß ł Ł Ð
Þ ð þ ¡ ¿ £
diff --git
a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.html
b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.html
index 8cd31811bd..1c09aebb1a 100644
--- a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.html
@@ -1192,7 +1192,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2283,7 +2283,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3249,7 +3249,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -3388,7 +3388,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/layout/res_parser/formatting_texi2html/formatting.html
b/tp/tests/layout/res_parser/formatting_texi2html/formatting.html
index 1f98d09347..4981297b18 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_texi2html/formatting.html
@@ -1137,7 +1137,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2230,7 +2230,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3380,7 +3380,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -4471,7 +4471,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -5437,7 +5437,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -5576,7 +5576,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/layout/res_parser/formatting_texi2html_nodes/chapter.html
b/tp/tests/layout/res_parser/formatting_texi2html_nodes/chapter.html
index 807940021e..e8d3b0b71e 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html_nodes/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_texi2html_nodes/chapter.html
@@ -1153,7 +1153,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2244,7 +2244,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3210,7 +3210,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -3349,7 +3349,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/layout/res_parser/formatting_texi2html_nodes/index.html
b/tp/tests/layout/res_parser/formatting_texi2html_nodes/index.html
index 68e3d21854..c356345e4d 100644
--- a/tp/tests/layout/res_parser/formatting_texi2html_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_texi2html_nodes/index.html
@@ -1123,7 +1123,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2216,7 +2216,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
diff --git a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
index a93d01a06b..1897ec69a8 100644
--- a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
@@ -1141,7 +1141,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -2234,7 +2234,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -3401,7 +3401,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -4492,7 +4492,7 @@ a sunny day
</em></div>
<div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
@@ -5458,7 +5458,7 @@ but , ,
@LaTeX LaTeX
@bullet • (•)
@copyright © (©)
-@dots … (…)
+@dots ... (…)
@enddots ...
@equiv ≡ (≡)
@error error→
@@ -5597,7 +5597,7 @@ a sunny day
</pre><div class="displaymath"><em>→
u
-• © … ... ≡
+• © ... ... ≡
error→ → − -| ⇒
Å æ œ Æ Œ ø Ø ß ł
Ł Ð
Þ ð þ ¡ ¿ £
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/Convert/HTML.pm (%default_no_arg_commands_formatting): In 'preformatted' context, use '...' for @dots as well as for @enddots. This is because a monospaced ellipsis looks bad inside @example.,
Gavin D. Smith <=