summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html
index 61cb21bb1bd..61524eb1269 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html
@@ -2,11 +2,11 @@
<title>UK TeX FAQ -- question label time</title>
</head><body>
<h3>Printing the time</h3>
-<p/>TeX has a primitive register that contains &ldquo;the number of minutes
-since midnight&rdquo;; with this knowledge it&rsquo;s a moderately simple
+<p/>TeX has a primitive register that contains &#8220;the number of minutes
+since midnight&#8221;; with this knowledge it&#8217;s a moderately simple
programming job to print the time (one that no self-respecting
-Plain TeX user would bother with anyone else&rsquo;s code for).
-<p/>However, LaTeX provides no primitive for &ldquo;time&rdquo;, so the
+Plain TeX user would bother with anyone else&#8217;s code for).
+<p/>However, LaTeX provides no primitive for &#8220;time&#8221;, so the
non-programming LaTeX user needs help.
<p/>Two packages are available, both providing ranges of ways of printing
the date, as well as of the time: this question will concentrate on
@@ -19,7 +19,7 @@ words).
<p/>The <i>scrtime</i> package (part of the compendious
<i>KOMA-Script</i> bundle) takes a package option (<code>12h</code> or
<code>24h</code>) to specify how times are to be printed. The command
-<code>\</code><code>thistime</code> then prints the time appropriately (though there&rsquo;s no
+<code>\</code><code>thistime</code> then prints the time appropriately (though there&#8217;s no
<em>am</em> or <em>pm</em> in <code>12h</code> mode). The <code>\</code><code>thistime</code>
command also takes an optional argument, the character to separate the
hours and minutes: the default is of course <code>:</code>.