diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-21 13:58:54 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-21 13:58:54 +0000 |
commit | 4683bcefcc8e380dda5f46ff09833a4b9b7f7804 (patch) | |
tree | 114f6e4f828c88b59884c61813315b67314dfc54 /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misssymb.html | |
parent | baafafa261f8d350aaed51a28fb3c8627aa78237 (diff) |
FAQ-en v3.18
git-svn-id: svn://tug.org/texlive/trunk@8900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misssymb.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misssymb.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misssymb.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misssymb.html new file mode 100644 index 00000000000..24165ca886b --- /dev/null +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misssymb.html @@ -0,0 +1,17 @@ +<head> +<title>UK TeX FAQ -- question label misssymb</title> +</head><body> +<h3>Missing symbol commands</h3> +<p/>You’re processing an old document, and some symbol commands such as +<code>\</code><code>Box</code> and <code>\</code><code>lhd</code> appear no longer to exist. These commands were +present in the core of LaTeX 2.09, but are not in current LaTeX. +They are available in the <i>latexsym</i> package (which is part of +the LaTeX distribution), and in the <i>amsfonts</i> package +(which is part of the AMS distribution, and requires AMS +symbol fonts). +<dl> +<dt><tt><i>amsfonts.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/amsfonts/latex.zip">fonts/amsfonts/latex</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/amsfonts/latex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/amsfonts/latex/">browse</a>) +<dt><tt><i>AMS symbol fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/amsfonts/sources/symbols.zip">fonts/amsfonts/sources/symbols</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/amsfonts/sources/symbols.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/amsfonts/sources/symbols/">browse</a>) +</dl> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=misssymb">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=misssymb</a> +</body> |