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.html31
1 files changed, 0 insertions, 31 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
deleted file mode 100644
index e5a2bf7ee2b..00000000000
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-time.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<head>
-<title>UK TeX FAQ -- question label time</title>
-</head><body>
-<h3>Printing the time</h3>
-<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&#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
-the time-printing capabilities, and interested users can investigate
-the documentation for details about dates.
-<p/>The <i>datetime</i> package defines two time-printing functions:
-<code>\</code><code>xxivtime</code> (for 24-hour time), <code>\</code><code>ampmtime</code> (for 12-hour time) and
-<code>\</code><code>oclock</code> (for time-as-words, albeit a slightly eccentric set of
-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&#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>.
-<dl>
-<dt><tt><i>datetime.sty</i></tt><dd><a href="http://mirror.ctan.org/macros/latex/contrib/datetime.zip">macros/latex/contrib/datetime</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/datetime/">browse the directory</a>)
-<dt><tt><i>scrtime.sty</i></tt><dd>Distributed as part of <a href="http://mirror.ctan.org/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/koma-script/">browse the directory</a>)
-</dl>
-<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=time">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=time</a>
-</body>