summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-time.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-14 00:56:47 +0000
committerKarl Berry <karl@freefriends.org>2006-12-14 00:56:47 +0000
commit13328a265ebe4ef58c26ab99e0c071edb0ca0195 (patch)
tree604fbea81411a5bda1ff25d9cd6ee5dd75acd761 /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-time.html
parentda29691fd87e0073830e9d11a1dccd9725f01cc6 (diff)
3.16c+html
git-svn-id: svn://tug.org/texlive/trunk@2723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-time.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-time.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-time.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-time.html
index 694c95e8b53..1747975ce30 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-time.html
+++ b/Master/texmf-doc/doc/english/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 "the number of minutes
-since midnight"; with this knowledge it's a moderately simple
+<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
programming job to print the time (one that no self-respecting
-Plain TeX user would bother with anyone else's code for).
-<p>However, LaTeX provides no primitive for "time", so the
+Plain TeX user would bother with anyone else&rsquo;s code for).
+<p>However, LaTeX provides no primitive for &ldquo;time&rdquo;, 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's no
+<code>\</code><code>thistime</code> then prints the time appropriately (though there&rsquo;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>.