diff options
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.html | 10 |
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 “the number of minutes -since midnight”; with this knowledge it’s a moderately simple +<p/>TeX has a primitive register that contains “the number of minutes +since midnight”; with this knowledge it’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’s code for). +<p/>However, LaTeX provides no primitive for “time”, 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’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>. |