summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-mathlips.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-04 23:39:21 +0000
committerKarl Berry <karl@freefriends.org>2011-05-04 23:39:21 +0000
commit16bfcc69400c93c3d779a104107606ae122a7dbe (patch)
treee2456232be21108418db974f47ea118eec770469 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-mathlips.html
parent9a8f00b89c2c1cd283f5fd0fb54959ef0690646f (diff)
FAQ-en 3.22 (4may11)
git-svn-id: svn://tug.org/texlive/trunk@22304 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-mathlips.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-mathlips.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-mathlips.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-mathlips.html
deleted file mode 100644
index d022f9b6c0c..00000000000
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-mathlips.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<head>
-<title>UK TeX FAQ -- question label mathlips</title>
-</head><body>
-<h3>Ellipses</h3>
-<!-- <code>\</code><code>dots</code> <code>\</code><code>cdots</code> <code>\</code><code>vdots</code> <code>\</code><code>ddots</code> -->
-<p/>Ellipses are commonly required, and LaTeX natively supplies a fair
-range (<code>\</code><code>dots</code>, <code>\</code><code>cdots</code>, <code>\</code><code>vdots</code> and <code>\</code><code>ddots</code>). By using
-the <i>graphics</i> package, one can change the slope of the
-<code>\</code><code>ddots</code> command, as in
-<pre>
- $ ... \reflectbox{$\ddots$} ... $
-</pre>
-While this works, it is not a recommended way of achieving the desired
-result (see below). Moreover, LaTeX&#8217;s range is not adequate to
-everyone&#8217;s requirements, and at least three packages provide
-extensions to the set.
-<p/>The AMSLaTeX bundle provides a range of &#8220;semantically-named&#8221;
-ellipses, for use in different situations: <code>\</code><code>dotsb</code> for use between
-pairs of binary operators, <code>\</code><code>dotsc</code> for use between pairs of commas,
-and so on.
-<p/>The <i>yhmath</i> package defines an <code>\</code><code>adots</code> command, which is
-the analogue of <code>\</code><code>ddots</code>, sloping forwards rather than backwards.
-The <i>yhmath</i> package comes with a rather interesting font that
-extends the standard <i>cmex</i>; details are in the documentation.
-The disadvantage of this setup is, that although <code>\</code><code>adots</code> is merely
-a macro, the package tries to load its own font and produces a
-&#8220;missing font&#8221; substitution warning message if you haven&#8217;t installed
-the font.
-<p/>The <i>mathdots</i> package (besides fixing up the behaviour of
-(La)TeX <code>\</code><code>ddots</code> and <code>\</code><code>vdots</code> when the font size changes)
-provides an &#8220;inverse diagonal&#8221; ellipsis <code>\</code><code>iddots</code> (doing the same
-job as <i>yhmath</i>&#8217;s <code>\</code><code>adots</code>, but better).
-<p/>Documentation of <i>yhmath</i> appears, processed, in the
-distribution (thus saving you the bother of installing the package
-before being able to read the documentation). Documentation of
-<i>mathdots</i> appears at the end the package file itself.
-<dl>
-<dt><tt><i>amslatex</i></tt><dd><a href="http://mirror.ctan.org/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (or <a href="http://mirror.ctan.org/macros/latex/required/amslatex/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/amslatex.html">catalogue entry</a>
-<dt><tt><i>graphics.sty</i></tt><dd>Part of the <a href="http://mirror.ctan.org/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (or <a href="http://mirror.ctan.org/macros/latex/required/graphics/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/graphics.html">catalogue entry</a> bundle
-<dt><tt><i>mathdots.sty</i></tt><dd><a href="http://mirror.ctan.org/macros/generic/mathdots.zip">macros/generic/mathdots</a> (or <a href="http://mirror.ctan.org/macros/generic/mathdots/">browse the directory</a>)
-<dt><tt><i>yhmath (fonts)</i></tt><dd><a href="http://mirror.ctan.org/fonts/yhmath.zip">fonts/yhmath</a> (or <a href="http://mirror.ctan.org/fonts/yhmath/">browse the directory</a>); <a href="http://mirror.ctan.org/help/Catalogue/entries/yhmath.html">catalogue entry</a>
-<dt><tt><i>yhmath (macros)</i></tt><dd><a href="http://mirror.ctan.org/macros/latex/contrib/yhmath.zip">macros/latex/contrib/yhmath</a> (or <a href="http://mirror.ctan.org/macros/latex/contrib/yhmath/">browse the directory</a>)
-</dl>
-<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathlips">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathlips</a>
-</body>