diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-22 23:51:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-22 23:51:44 +0000 |
commit | 566f5207d7e3cafb0633d31277067336ccd9cca7 (patch) | |
tree | 7af53e7ac405185168bc1dc38c4e820f442b78d0 /Master/texmf-doc/doc/english/FAQ-en/html | |
parent | b0beea26ffffd915bb6d9b82f2d65a0a05b7e23b (diff) |
move generic english documents out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13396 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html')
430 files changed, 0 insertions, 22922 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfloat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfloat.html deleted file mode 100644 index 79fddff663a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfloat.html +++ /dev/null @@ -1,34 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label 2colfloat</title> -</head><body> -<h3>Placing two-column floats at bottom of page</h3> -<p/>You specified placement ‘<code>[htbp]</code>’ for your full-width figure or -table, but they always get placed at the top of the page... Well, -it <em>is</em> what the documentation says: LaTeX, unadorned, only -allows full-width floats at the top of a page, or occupying (part of) a -float page. -<p/>The <i>stfloats</i> package ameliorates the situation somewhat, and -makes LaTeX honour ‘[b]’ placement as well; the -<i>dblfloatfix</i> package combines a tidied version of the changes -made in <i>stfloats</i> with the - - <a href="FAQ-2colfltorder.html">float ordering corrections</a> defined in - <i>fixltx2e</i>. -<p/>A particular problem with <i>stfloats</i> and <i>dblfloatfix</i> -is that the float will appear, at its earliest, on the page after it -is specified. This has two undesirable side-effects: first, there may -be no bottom float on the first page of a document, and second, float -numbers may become “entangled” (particularly if you’re using -<i>dblfloatfix</i> that ensures that the early-specified bottom -float is set <em>before</em> any single column floats). -<p/>(The FAQ team doesn’t know of any package that will make -LaTeX honour ‘[h]’ placement of double-column floats, but the -<i>midfloat</i> package can be pressed into service to provide -something approximating the effect it would have.) -<dl> -<dt><tt><i>dblfloatfix.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/dblfloatfix.sty">macros/latex/contrib/misc/dblfloatfix.sty</a> -<dt><tt><i>stfloats.sty, midfloat.sty</i></tt><dd>Distributed as part of - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sttools.zip">macros/latex/contrib/sttools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sttools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sttools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfloat</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfltorder.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfltorder.html deleted file mode 100644 index a16ff8fe4dc..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2colfltorder.html +++ /dev/null @@ -1,32 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label 2colfltorder</title> -</head><body> -<h3>Two-column float numbers out of order</h3> -<p/>When LaTeX can’t place a float immediately, it places it on one of -several “defer” lists. If another float of the same type comes -along, and the “defer” list for that type still has something in it, -the later float has to wait for everything earlier in the list. -<p/>Now, standard LaTeX has different lists for single-column floats, -and double-column floats; this means that single-column figures can -overtake double-column figures (or vice-versa), and you observe later -figures appear in the document before early ones. The same is true, -of course, for tables, or for any user-defined float. -<p/>The LaTeX team recognise the problem, and provides a package -(<i>fixltx2e</i>) to deal with it. <i>Fixltx2e</i> amalgamates -the two defer lists, so that floats don’t get out of order. -<p/>For those who are still running an older LaTeX distribution, the -package <i>fix2col</i> should serve. This package (also by a -member of the LaTeX team) was the basis of the relevant part of -<i>fixltx2e</i>. The functionality has also been included in -<i>dblfloatfix</i>, which also has code to place full-width floats -at <a href="FAQ-2colfloat.html"><code>[b]</code> placement</a>. -<p/>Once you have loaded the package, no more remains to be done: the -whole requirement is to patch the output routine; no extra commands -are needed. -<dl> -<dt><tt><i>dblfloatfix.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/dblfloatfix.sty">macros/latex/contrib/misc/dblfloatfix.sty</a> -<dt><tt><i>fix2col.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle.zip">macros/latex/contrib/carlisle</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/carlisle/">browse</a>) -<dt><tt><i>fixltx2e.sty</i></tt><dd>Part of the LaTeX distribution -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfltorder">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2colfltorder</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2letterfontcmd.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2letterfontcmd.html deleted file mode 100644 index c87a5c088e6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-2letterfontcmd.html +++ /dev/null @@ -1,124 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label 2letterfontcmd</title> -</head><body> -<h3>What’s wrong with <code>\</code><code>bf</code>, <code>\</code><code>it</code>, etc.?</h3> -<p/>The font-selection commands of LaTeX 2.09 were <code>\</code><code>rm</code>, <code>\</code><code>sf</code>, -<code>\</code><code>tt</code>, <code>\</code><code>it</code>, <code>\</code><code>sl</code>, <code>\</code><code>em</code> and <code>\</code><code>bf</code>; they were modal -commands, so you used them as: -<blockquote> -<pre> -{\bf Fred} was {\it here\/}. -</pre> -</blockquote><p> -with the font change enclosed in a group, so as to limit its effect; -note the italic correction command <code>\</code><code>/</code> that was necessary at the -end of a section in italics. -<p/>At the release of LaTeX2e in summer 1994, these simple commands were -deprecated, but recognising that their use is deeply embedded in the -brains of LaTeX users, the commands themselves remain in LaTeX, -<em>with their LaTeX 2.09 semantics</em>. Those semantics were part of -the reason they were deprecated: each <code>\</code><em><code>xx</em></code> overrides -any other font settings, keeping only the size. So, for example, -<blockquote> -<pre> -{\bf\it Here we are again\/} -</pre> -</blockquote><p> -ignores <code>\</code><code>bf</code> and produces text in italic, medium weight (and the -italic correction has a real effect), whereas -<blockquote> -<pre> -{\it\bf happy as can be\/} -</pre> -</blockquote><p> -ignore <code>\</code><code>it</code> and produces upright text at bold weight (and the -italic correction has nothing to do). The same holds if you mix -LaTeX2e font selections with the old style commands: -<blockquote> -<pre> -\textbf{\tt all good friends} -</pre> -</blockquote><p> -ignores the <code>\</code><code>textbf</code> that encloses the text, and produces -typewriter text at medium weight. -<p/>So why are these commands deprecated? — it is because of confusions -such as that in the last example. The alternative (LaTeX2e) -commands are discussed in the rest of this answer. -<p/>LaTeX2e’s font commands come in two forms: modal commands and -text-block commands. The default set of modal commands offers weights -<code>\</code><code>mdseries</code> and <code>\</code><code>bfseries</code>, shapes <code>\</code><code>upshape</code>, -<code>\</code><code>itshape</code>, <code>\</code><code>scshape</code> and <code>\</code><code>slshape</code>, and families -<code>\</code><code>rmfamily</code>, <code>\</code><code>sffamily</code> and <code>\</code><code>ttfamily</code>. A font selection -requires a family, a shape and a series (as well as a size, of -course). A few examples -<blockquote> - -<pre> -{\bfseries\ttfamily and jolly good company!} -</pre> -</blockquote><p> -produces bold typewriter text (but note the lack of a - - <a href="FAQ-bold-extras.html">bold typewriter font</a> -in the default Computer Modern fonts), or -<blockquote> - -<pre> -{\slshape\sffamily Never mind the weather\/} -</pre> -</blockquote><p> -(note the italic correction needed on slanted fonts, too). -<p/>LaTeX2e’s text block commands take the first two letters of the -modal commands, and form a <code>\</code><code>text</code><em><code>xx</em></code> command from -them. Thus <code>\</code><code>bfseries</code> becomes <code>\</code><code>textbf{</code><em>text</em><code>}</code>, -<code>\</code><code>itshape</code> becomes <code>\</code><code>textit{</code><em>text</em><code>}</code>, and <code>\</code><code>ttfamily</code> -becomes <code>\</code><code>texttt{</code><em>text</em><code>}</code>. Block commands may be nested, as: -<blockquote> -<pre> -\textit{\textbf{Never mind the rain}} -</pre> -</blockquote><p> -to produce bold italic text (note that the block commands supply -italic corrections where necessary), and they be nested with the -LaTeX2e modal commands, too: -<blockquote> - -<pre> -\texttt{\bfseries So long as we're together} -</pre> -</blockquote><p> -for bold typewriter, or -<blockquote> - -<pre> -{\slshape \textbf{Whoops! she goes again}\/} -</pre> -</blockquote><p> -for a bold slanted instance of the current family (note the italic -correction applied at the end of the modal command group, again). -<p/>The new commands (as noted above) override commands of the same type. -In almost all cases, this merely excludes ludicrous ideas such as -“upright slanted” fonts, or “teletype roman” fonts. There are a -couple of immediate oddities, though. The first is the conflict -between <code>\</code><code>itshape</code> (or <code>\</code><code>slshape</code>) and <code>\</code><code>scshape</code>: while many -claim that an italic small-caps font is typographically unsound, such -fonts do exist. Daniel Taupin’s <i>smallcap</i> package enables -use of the instances in the <a href="FAQ-ECfonts.html">EC fonts</a>, and -similar techniques could be brought to bear on many other font sets. -The second is the conflict between <code>\</code><code>upshape</code> and <code>\</code><code>itshape</code>: -Knuth actually offers an upright-italic font which LaTeX uses for -the “£” symbol in the default font set. The combination is -sufficiently weird that, while there’s a defined font shape, no -default LaTeX commands exist; to use the shape, the (eccentric) user -needs LaTeX’s simplest font selection commands: -<blockquote> - -<pre> -{\fontshape{ui}\selectfont Tra la la, di dee} -</pre> -</blockquote><p> -<dl> -<dt><tt><i>smallcap.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/smallcap.zip">macros/latex/contrib/smallcap</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/smallcap.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/smallcap/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2letterfontcmd">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=2letterfontcmd</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-8000.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-8000.html deleted file mode 100644 index 77549595a86..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-8000.html +++ /dev/null @@ -1,24 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label 8000</title> -</head><body> -<h3>Mismatched mode ljfour and resolution 8000</h3> -<p/>You’re running <i>dvips</i>, and you encounter a stream of error -messages, starting with “<code>Mismatched mode</code>”. The mode is the -default used in your installation — it’s set in the <i>dvips</i> -configuration file, and <code>ljfour</code> is commonest (since it’s the -default in most distributions), but not invariable. -<p/>The problem is that <i>dvips</i> has encountered a font for which -it must generate a bitmap (since it can’t find it in Type 1 format), -and there is no proforma available to provide instructions to give to -Metafont. -<p/>So what to do? The number 8000 comes from the ‘<code>-Ppdf</code>’ option -to <i>dvips</i>, which you might have found from the answer - -<a href="FAQ-fuzzy-type3.html">“wrong type of fonts”</a>. The obvious -solution is to switch to the trivial substitute ‘<code>-Pwww</code>’, -which selects the necessary type 1 fonts for PDF generation, -but nothing else: however, this will leave you with undesirable bitmap -fonts in your PDF file. The “proper” solution is to find a -way of expressing what you want to do, using type 1 fonts. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=8000">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=8000</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-AMSpkg.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-AMSpkg.html deleted file mode 100644 index 18d62bc7e03..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-AMSpkg.html +++ /dev/null @@ -1,30 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label AMSpkg</title> -</head><body> -<h3>What are the AMS packages (AMSTeX, <em>etc</em>.)?</h3> - -<p/>AMSTeX is a TeX macro package, originally written by Michael Spivak for -the American Mathematical Society (AMS) during 1983–1985 and -is described in the book “<a href="FAQ-books.html">The Joy of TeX</a>”. -It is based on Plain TeX, and provides many -features for producing more professional-looking maths formulas with -less burden on authors. It pays attention to the finer details of -sizing and positioning that mathematical publishers care about. The -aspects covered include multi-line displayed equations, equation -numbering, ellipsis dots, matrices, double accents, multi-line -subscripts, syntax checking (faster processing on initial -error-checking TeX runs), and other things. -<p/>As LaTeX increased in popularity, authors asked to submit papers to -the AMS in LaTeX, and so the AMS developed -AMSLaTeX, which is a -collection of LaTeX packages and classes that offer authors most of -the functionality of AMSTeX. -The AMS no longer recommends the use of AMSTeX, and urges -its users to use AMSLaTeX instead. - -<dl> -<dt><tt><i>AMSTeX distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/amstex.zip">macros/amstex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/amstex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/amstex/">browse</a>) -<dt><tt><i>AMSLaTeX distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=AMSpkg">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=AMSpkg</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-BibTeXing.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-BibTeXing.html deleted file mode 100644 index 7591756e032..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-BibTeXing.html +++ /dev/null @@ -1,33 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label BibTeXing</title> -</head><body> -<h3>BibTeX Documentation</h3> -<p/>BibTeX, a program originally designed to produce bibliographies in -conjunction with LaTeX, is explained in Section 4.3 and Appendix B -of Leslie Lamport’s LaTeX manual. -The document “BibTeXing”, contained in the file <i>btxdoc.tex</i>, -expands on the chapter in Lamport’s book. <em>The LaTeX Companion</em> -also has information on BibTeX and writing BibTeX style files. -(See <a href="FAQ-books.html">TeX-related books</a> for details of both -books.) -<p/>The document “Designing BibTeX Styles”, contained in the file -<i>btxhak.tex</i>, explains the postfix stack-based language used to -write BibTeX styles (<i>.bst</i> files). The file <i>btxbst.doc</i> -is the template for the four standard styles (<i>plain</i>, -<i>abbrv</i>, <i>alpha</i>, and <i>unsrt</i>). It also -contains their documentation. The complete BibTeX documentation -set (including all the files above) is available on CTAN. -<p/>A useful tutorial of the whole process of using BibTeX is Nicolas -Markey’s “<em>Tame the BeaST (The B to X of BibTeX)</em>”, which -may also be found on CTAN. A summary and FAQ -(<i>btxFAQ</i>), by Michael Shell and David Hoadley, is also to be -recommended. -<dl> -<dt><tt><i>BibTeX documentation</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/distribs/doc.zip">biblio/bibtex/distribs/doc</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/distribs/doc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/distribs/doc/">browse</a>) -<dt><tt><i>BibTeX documentation, in PDF</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/doc.zip">biblio/bibtex/contrib/doc</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/doc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/doc/">browse</a>) -<dt><tt><i>btxFAQ.pdf</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/doc/btxFAQ.pdf">biblio/bibtex/contrib/doc/btxFAQ.pdf</a> -<dt><tt><i>Tame the BeaST</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf">info/bibtex/tamethebeast/ttb_en.pdf</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=BibTeXing">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=BibTeXing</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-CD.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-CD.html deleted file mode 100644 index 42f4b0a63f8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-CD.html +++ /dev/null @@ -1,45 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label CD</title> -</head><body> -<h3>The TeX collection</h3> -<p/>If you don’t have access to the Internet, there are obvious -attractions to TeX collections on a disc. Even those with net -access will find large quantities of TeX-related files to hand a -great convenience. -<p/>The TeX collection provides this, together with -ready-to-run TeX systems for various architectures. Contents of -the collection are: -<ul> -<li> The TeX Live installation disc (a CD) provides TeX - systems for use on GNU-Linux, MacOS/X and Win-32 - architectures; -<li> The TeX Live ‘Live’ disc (a DVD) providing TeX for - a wider range of architectures; -<li> MacTeX: an easy to install TeX system for MacOS/X, based - on TeX Live, and including the - <a href="http://www.uoregon.edu/~koch/texshop/">texshop front-end</a> - and other tools; -<li> ProTeXt: an easy to install TeX system for Windows, based - on MiKTeX, and including an ‘active’ document to guide - installation; and -<li> A snapshot of CTAN. -</ul> -A fair number of national TeX User Groups, as well as TUG, -distribute copies to their members at no extra charge. Some user -groups are also able to sell additional copies: -contact your local user group or <a href="FAQ-TUGstar.html">TUG</a>. -<p/>You may also download disc images from CTAN; the installation -disc, ProTeXt and MacTeX are all separately available. Beware: -they are all pretty large downloads. -<p/>More details of the collection are available from its own - <a href="http://www.tug.org/texcollection/">web page</a> - on the TUG site. - -<dl> -<dt><tt><i>MacTeX</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/systems/mac/mactex/">systems/mac/mactex/</a> -<dt><tt><i>ProTeXt</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/systems/win32/protext/">systems/win32/protext/</a> -<dt><tt><i>TeXlive install image</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/systems/texlive/">systems/texlive/</a> -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=CD">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=CD</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ECfonts.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ECfonts.html deleted file mode 100644 index 17985361f8d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ECfonts.html +++ /dev/null @@ -1,74 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ECfonts</title> -</head><body> -<h3>What are the EC fonts?</h3> -<p/>A font consists of a number of <em>glyphs</em>. In order that the -glyphs may be printed, they are <a href="FAQ-whatenc.html"><em>encoded</em></a>, and -the encoding is used as an index into tables within the font. For -various reasons, Knuth chose deeply eccentric encodings for his -Computer Modern family of fonts; in particular, he chose different -encodings for different fonts, so that the application using the fonts -has to remember which font of the family it’s using before selecting a -particular glyph. -<p/>When TeX version 3 arrived, most of the excuses for the -eccentricity of Knuth’s encodings went away, and at TUG’s Cork -meeting, an encoding for a set of 256 glyphs, for use in TeX text, -was defined. The intention was that these glyphs should cover ‘most’ -European languages that use Latin alphabets, in the sense of including -all accented letters needed. (Knuth’s CMR fonts missed things -necessary for Icelandic and Polish, for example, but the Cork -fonts have them. Even Cork’s coverage isn’t complete: it misses -letters from Romanian, Eastern and Northern Sami, and Welsh, at -least. The Cork encoding does contain “NG” glyphs that -allows it to support Southern Sami.) LaTeX refers to the -Cork encoding as T1, and -provides the means to use fonts thus encoded to avoid problems with -the interaction of accents and hyphenation -(see <a href="FAQ-hyphenaccents.html">hyphenation of accented words</a>). -<p/>The only Metafont-fonts that conform to the Cork encoding are the -EC fonts. They look CM-like, though their metrics -differ from CM-font metrics in several areas. The fonts are -now regarded as ‘stable’ (in the same sense that the CM fonts -are stable: their metrics are unlikely ever to change). Their serious -disadvantages for the casual user are their size (each EC font -is roughly twice the size of the corresponding CM font), and -there are far more of them than there are CM fonts. The simple -number of fonts has acted as a disincentive to the production of Adobe -Type 1 versions of the fonts, but several commercial suppliers offer -EC or -EC-equivalent fonts in type 1 or TrueType form — see - -<a href="FAQ-commercial.html">commercial suppliers</a>. Free -<a href="FAQ-textrace.html">auto-traced versions</a> (the CM-super -and the LGC fonts), and the Latin Modern series (rather -directly generated from Metafont sources), are available. -<p/> - - -Note that the Cork encoding doesn’t cover mathematics (and neither do -“T1-encoded” font families, of course). If you’re using -Computer-Modern-alike fonts, this doesn’t actually matter: your system -will have the original Computer Modern fonts, which cover ‘basic’ -TeX mathematics; more advanced mathematics are likely to need -separate fonts anyway. Suitable mathematics fonts for use with other -font families are discussed in -“<a href="FAQ-psfchoice.html">choice of scalable fonts</a>”. -<p/>The EC fonts are distributed with a -set of ‘Text Companion’ (TC) fonts that provide glyphs for -symbols commonly used in text. The TC fonts are encoded -according to the LaTeX TS1 encoding, and are not viewed as -‘stable’ in the same way as are the EC fonts are. -<p/>The Cork encoding is also implemented by virtual fonts provided in the -<a href="FAQ-usepsfont.html">PSNFSS system</a>, -for Adobe Type 1 fonts, and also by the <i>txfonts</i> and -<i>pxfonts</i> font packages - -(see <a href="FAQ-psfchoice.html">“choice of scalable fonts”</a>). -<dl> -<dt><tt><i>CM-super fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.zip">fonts/ps-type1/cm-super</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super/">browse</a>) -<dt><tt><i>CM-LGC fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-lgc.zip">fonts/ps-type1/cm-lgc</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-lgc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-lgc/">browse</a>) -<dt><tt><i>EC and TC fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ec.zip">fonts/ec</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ec.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ec/">browse</a>) -<dt><tt><i>Latin Modern fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/lm.zip">fonts/lm</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/lm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/lm/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ECfonts">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ECfonts</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-HPdrivers.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-HPdrivers.html deleted file mode 100644 index 7b59a98ca4d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-HPdrivers.html +++ /dev/null @@ -1,17 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label HPdrivers</title> -</head><body> -<h3>DVI drivers for HP LaserJet</h3> -<p/>The emTeX distribution (see <a href="FAQ-TeXsystems.html">TeX systems</a>) -contains a driver for the LaserJet, <i>dvihplj</i>. -<p/>Version 2.10 of the Beebe drivers supports the LaserJet. These drivers -will compile under Unix, VMS, and on the Atari ST and -DEC-20s. -<p/>For Unix systems, Karl Berry’s <i>dviljk</i> uses the same -path-searching library as <i>web2c</i>. -<dl> -<dt><tt><i>Beebe drivers</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/beebe.zip">dviware/beebe</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/beebe.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/beebe/">browse</a>) -<dt><tt><i>dviljk</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/dviljk.zip">dviware/dviljk</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dviljk.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dviljk/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=HPdrivers">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=HPdrivers</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeX2HTML.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeX2HTML.html deleted file mode 100644 index e0f2d5d30c9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeX2HTML.html +++ /dev/null @@ -1,78 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label LaTeX2HTML</title> -</head><body> -<h3>Conversion from (La)TeX to HTML</h3> -<p/>TeX and LaTeX are well suited to producing electronically publishable -documents. However, it is important to realize the difference -between page layout and functional markup. TeX is capable of -extremely detailed page layout; HTML is not, because HTML is a -functional markup language not a page layout language. HTML’s exact -rendering is not specified by the document that is published but is, to -some degree, left to the discretion of the browser. If you require your -readers to see an exact replication of what your document looks like -to you, then you cannot use HTML and you must use some other -publishing format such as PDF. That is true for any HTML -authoring tool. -<p/>TeX’s excellent mathematical capabilities remain a challenge in the -business of conversion to HTML. There are only two generally -reliable techniques for generating mathematics on the web: creating -bitmaps of bits of typesetting that can’t be translated, and using -symbols and table constructs. Neither technique is entirely -satisfactory. Bitmaps lead to a profusion of tiny files, are slow to -load, and are inaccessible to those with visual disabilities. The -symbol fonts offer poor coverage of mathematics, and their use -requires configuration of the browser. The future of mathematical -browsing may be brighter — see - -<a href="FAQ-mathml.html">future Web technologies</a>. -<p/>For today, possible packages are: -<dl> -<dt><i>LaTeX2HTML</i><dd>a <i>Perl</i> script package that - supports LaTeX only, and generates mathematics (and other - “difficult” things) using bitmaps. The original version was - written by Nikos Drakos for Unix systems, but the package now sports - an illustrious list of co-authors and is also available for Windows - systems. Michel Goossens and Janne Saarela published a detailed - discussion of <i>LaTeX2HTML</i>, and how to tailor it, in - <i>TUGboat</i> 16(2). -<p/> A mailing list for users may be found via - <a href="http://tug.org/mailman/listinfo/latex2html">http://tug.org/mailman/listinfo/latex2html</a> -<dt><i>TtH</i><dd>a compiled program that supports either LaTeX - or Plain TeX, and uses the font/table technique for representing - mathematics. It is written by Ian Hutchinson, using - <i>flex</i>. The distribution consists of a single C - source (or a compiled executable), which is easy to install and very - fast-running. -<dt><i>Tex4ht</i><dd>a compiled program that supports either - LaTeX or Plain TeX, by processing a DVI file; it uses - bitmaps for mathematics, but can also use other technologies where - appropriate. Written by Eitan Gurari, it parses the DVI - file generated when you run (La)TeX over your file with - <i>tex4ht</i>’s macros included. As a result, it’s pretty - robust against the macros you include in your document, and it’s - also pretty fast. -<dt><i>TeXpider</i><dd> a commercial program from - <a href="FAQ-commercial.html">Micropress</a>, which is - described on <a href="http://www.micropress-inc.com/webb/wbstart.htm">http://www.micropress-inc.com/webb/wbstart.htm</a>; - it uses bitmaps for equations. -<dt><i>Hevea</i><dd> a compiled program that supports LaTeX - only, and uses the font/table technique for equations (indeed its - entire approach is very similar to <i>TtH</i>). It is written - in Objective CAML by Luc Maranget. <i>Hevea</i> isn’t - archived on CTAN; details (including download points) are - available via <a href="http://pauillac.inria.fr/~maranget/hevea/">http://pauillac.inria.fr/~maranget/hevea/</a> -</dl> -An interesting set of samples, including conversion of the same text -by the four free programs listed above, is available at -<a href="http://www.mayer.dial.pipex.com/samples/example.htm">http://www.mayer.dial.pipex.com/samples/example.htm</a>; a linked -page gives lists of pros and cons, by way of comparison. -<p/>The World Wide Web Consortium maintains a list of “filters” to -HTML, with sections on (La)TeX and BibTeX — see -<a href="http://www.w3.org/Tools/Word_proc_filters.html">http://www.w3.org/Tools/Word_proc_filters.html</a> -<dl> -<dt><tt><i>latex2html</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/latex2html/">support/latex2html/</a> -<dt><tt><i>tex4ht</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/TeX4ht/tex4ht-all.zip">support/TeX4ht/tex4ht-all.zip</a> -<dt><tt><i>tth</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/nonfree/support/tth/dist/tth_C.tgz">nonfree/support/tth/dist/tth_C.tgz</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeX2HTML">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeX2HTML</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeX3.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeX3.html deleted file mode 100644 index 2a29b0b7692..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeX3.html +++ /dev/null @@ -1,33 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label LaTeX3</title> -</head><body> -<h3>The LaTeX project</h3> -<p/>The LaTeX project team (see <a href="http://www.latex-project.org/latex3.html">http://www.latex-project.org/latex3.html</a>) -is a small group of volunteers whose aim is -to produce a major new document processing system based on the -principles pioneered by Leslie Lamport in the current LaTeX. The -new system is (provisionally) called LaTeX3; it -will remain freely available and it will be fully documented at -all levels. -<p/>The LaTeX team’s first product (LaTeX2e) was delivered in 1994 -(it’s now properly called “LaTeX”, since no other version is current). -<p/>LaTeX2e was intended as a consolidation exercise, unifying several -sub-variants of LaTeX while changing nothing whose change wasn’t -absolutely necessary. This has permitted the team to support a single -version of LaTeX, in parallel with development of LaTeX3. -<p/>Some of the older discussion papers about directions for LaTeX3 are -to be found on CTAN; other (published) articles are to be -found on the project web site -(<a href="http://www.latex-project.org/papers/">http://www.latex-project.org/papers/</a>), as is some of the -project’s experimental code -(see <a href="http://www.latex-project.org/code.html">http://www.latex-project.org/code.html</a>, which allows you to -read the project’s source repository). You can -participate in discussions of the future of LaTeX through the -mailing list <code>latex-l</code>. Subscribe to the list by sending a -message ‘<code>subscribe latex-l <<em>your name</em>></code>’ to -<a href="mailto:listserv@urz.Uni-Heidelberg.de"><i>listserv@urz.Uni-Heidelberg.de</i></a> -<dl> -<dt><tt><i>LaTeX project publications</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/ltx3pub.zip">info/ltx3pub</a> (<a href="ftp://cam.ctan.org/tex-archive/info/ltx3pub.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/ltx3pub/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeX3">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeX3</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeXandPlain.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeXandPlain.html deleted file mode 100644 index ab94f60b823..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeXandPlain.html +++ /dev/null @@ -1,24 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label LaTeXandPlain</title> -</head><body> -<h3>How does LaTeX relate to Plain TeX?</h3> -<p/>LaTeX is a program written in the programming language TeX. (In -the same sense, any LaTeX document is also a program, which is -designed to run ‘alongside’, or ‘inside’ LaTeX, whichever metaphor -you prefer.) -<p/>Plain TeX is also a program written in the programming language -TeX. -<p/>Both exist because writing your documents in ‘raw’ TeX would -involve much reinventing of wheels for every document. They both -serve as convenient aids to make document writing more pleasant: -LaTeX is a far more extensive aid. -<p/>LaTeX is close to being a superset of Plain TeX. Many documents -designed for Plain TeX will work with LaTeX with no more than -minor modifications (though some will require substantial work). -<p/>Interpretation of any (La)TeX program involves some data-driven -elements, and LaTeX has a wider range of such elements than does -Plain TeX. As a result, the mapping from LaTeX to Plain TeX -is far less clear than that in the other direction — see a later -answer about <a href="FAQ-LaTeXtoPlain.html">translating to Plain TeX</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeXandPlain">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeXandPlain</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeXtoPlain.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeXtoPlain.html deleted file mode 100644 index 4a0148e2129..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-LaTeXtoPlain.html +++ /dev/null @@ -1,30 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label LaTeXtoPlain</title> -</head><body> -<h3>Translating LaTeX to Plain TeX</h3> -<p/>Unfortunately, no “general”, simple, automatic process is likely to -succeed at this task. See -“<a href="FAQ-LaTeXandPlain.html">How does LaTeX relate to Plain TeX</a>” -for further details. -<p/>Translating a document designed to work with LaTeX into one -designed to work with Plain TeX is likely to amount to carefully -including (or otherwise re-implementing) all those parts of LaTeX, -beyond the provisions of Plain TeX, which the document uses. -<p/>Some of this work is has (in a sense) been done, in the port of the -LaTeX graphics package to Plain TeX. However, while -<i>graphics</i> is available, other complicated packages (notably -<i>hyperref</i>) are not. The aspiring translator may find the -<a href="FAQ-eplain.html">Eplain</a> system a useful source of code. (In fact, -a light-weight system such as Eplain might reasonably be adopted as -an alternative target of translation, though it undoubtedly gives the -user more than the “bare minimum” that Plain TeX is designed to -offer.) -<dl> -<dt><tt><i>\latexhtml{\textrm{The}}{The} eplain system</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/macros/eplain.zip">macros/eplain</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/eplain.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/eplain/">browse</a>) -<dt><tt><i>\latexhtml{\textrm{‘Plain TeX’}}{Plain TeX} graphics</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/macros/plain/graphics.zip">macros/plain/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/graphics/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeXtoPlain">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeXtoPlain</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MF.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MF.html deleted file mode 100644 index 45a0be06dd8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MF.html +++ /dev/null @@ -1,23 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label MF</title> -</head><body> -<h3>What is Metafont?</h3> -<p/>Metafont was written by Knuth as a companion to TeX; whereas TeX -defines the layout of glyphs on a page, Metafont defines the shapes of -the glyphs and the relations between them. Metafont details the sizes of -glyphs, for TeX’s benefit, and details the rasters used to -represent the glyphs, for the benefit of programs that will produce -printed output as post processes after a run of TeX. -<p/>Metafont’s language for defining fonts permits the expression of several -classes of things: first (of course), the simple geometry of the -glyphs; second, the properties of the print engine for which the -output is intended; and third, ‘meta’-information which can -distinguish different design sizes of the same font, or the difference -between two fonts that belong to the same (or related) families. -<p/>Knuth (and others) have designed a fair range of fonts using Metafont, -but font design using Metafont is much more of a minority skill than is -TeX macro-writing. The complete TeX-user nevertheless needs to -be aware of Metafont, and to be able to run Metafont to generate personal -copies of Meta-fonts that come her way. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=MF">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=MF</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MP.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MP.html deleted file mode 100644 index e9a6ceaaa3e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-MP.html +++ /dev/null @@ -1,26 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label MP</title> -</head><body> -<h3>What is MetaPost?</h3> -<p/>The MetaPost system (by John Hobby) implements a picture-drawing language -very much like that of Metafont except that it outputs Encapsulated PostScript -files instead of run-length-encoded bitmaps. MetaPost is a powerful -language for producing figures for documents to be printed on PostScript -printers, either directly or embedded in (La)TeX documents. It -includes facilities for directly integrating TeX text and -mathematics with the graphics. (Knuth tells us that he uses nothing -but MetaPost for diagrams in text that he is writing.) -<p/>Although PDFLaTeX cannot ordinarily handle PostScript graphics, the -output of MetaPost is sufficiently simple and regular that PDFLaTeX -can handle it direct, using code borrowed from ConTeXt — see -<a href="FAQ-pdftexgraphics.html">graphics in PDFLaTeX</a>. -<p/>Much of MetaPost’s source code was copied from Metafont’s sources, with -Knuth’s permission. -<p/>A mailing list discussing MetaPost is available; - - subscribe via the - <a href="http://lists.tug.org/metapost">TUG <i>mailman</a> interface</i>. -The TUG website also hosts a -<a href="http://tug.org/metapost.html">MetaPost summary page</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=MP">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=MP</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-PSpreview.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-PSpreview.html deleted file mode 100644 index 8b6bd2a9737..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-PSpreview.html +++ /dev/null @@ -1,49 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label PSpreview</title> -</head><body> -<h3>Previewing files using Type 1 fonts</h3> -<p/>Until recently, free TeX previewers have only been capable of -displaying bitmap PK fonts, but current versions of -<i>xdvi</i> sport a Type 1 font renderer. - - - - - -<p/>Other (free) previewers of the current generation offer automatic -generation of the requisite PK files (using <i>gsftopk</i>, -or similar, behind the scenes). If your previewer isn’t capable of -this, you have three options: -<ul> -<li> Convert the DVI file to PostScript and use a - PostScript previewer. Some systems offer this capability as - standard, but most people will need to use a separate previewer such - as <i>ghostscript</i> or <i>ghostscript</i>-based viewers - such as <i>ghostview</i> or shareware offering <i>GSview</i>. -<li> Under Windows on a PC, or on a Macintosh, let Adobe Type Manager - display the fonts (textures, on the Macintosh, works like this). - - - - - - (See <a href="FAQ-commercial.html">commercial suppliers</a> for details.) - -<li> If you have the PostScript fonts in Type 1 format, - use <i>ps2pk</i> or <i>gsftopk</i> - (designed for use with the <i>ghostscript</i> fonts) to make - PK bitmap fonts which your previewer - will understand. This can produce excellent results, also suitable - for printing with non-PostScript devices. Check the legalities of - this if you have purchased the fonts. -</ul> -<dl> -<dt><tt><i>ghostscript</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/ghostscript/">support/ghostscript/</a> -<dt><tt><i>ghostview</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/ghostscript/gnu/ghostview/">support/ghostscript/gnu/ghostview/</a> -<dt><tt><i>gsftopk</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/gsftopk.zip">fonts/utilities/gsftopk</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/gsftopk.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/utilities/gsftopk/">browse</a>) -<dt><tt><i>GSview</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/nonfree/support/ghostscript/ghostgum/">nonfree/support/ghostscript/ghostgum/</a> -<dt><tt><i>ps2pk</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/ps2pk.zip">fonts/utilities/ps2pk</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/ps2pk.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/utilities/ps2pk/">browse</a>) -<dt><tt><i>xdvi</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/xdvi.zip">dviware/xdvi</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/xdvi.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/xdvi/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=PSpreview">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=PSpreview</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-RCS.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-RCS.html deleted file mode 100644 index d8ef63eaa2c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-RCS.html +++ /dev/null @@ -1,73 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label RCS</title> -</head><body> -<h3>Version control using RCS, CVS or the like</h3> -<p/>If you use RCS, CVS, <i>Subversion</i>, -<i>Bazaar</i> or <i>Git</i> to maintain -your (La)TeX documents under version control, you may need some -mechanism for including the version details in your document, in such -a way that they can be typeset (that is, rather than just hiding them -inside a comment). -<p/>The most complete solution for RCS and CVS is to use the -(LaTeX) package <i>rcs</i>, which allows you to parse and -display the contents of RCS keyword fields in an extremely -flexible way. The package <i>rcsinfo</i> is simpler, but does most -of what you want, and some people prefer it; it is explicitly -compatible with <i>LaTeX2HTML</i>. -<p/>If, however, you need a solution which works without using external -packages, or which will work in Plain TeX, then you can use the -following minimal solution: -<blockquote> -<pre> -\def\RCS$#1: #2 ${\expandafter\def\csname RCS#1\endcsname{#2}} -\RCS$Revision: 1.543 $ % or any RCS keyword -\RCS$Date: 2008/06/21 18:54:02 $ -... -\date{Revision \RCSRevision, \RCSDate} -</pre> - -</blockquote><p> -<p/>If you’ve entered the brave new world of <i>Subversion</i>, the -package <i>svn</i> may be for you. It has explicit cleverness -about dealing with dates: -<blockquote> -<code>\</code><code>documentclass</code><code>{<<i>foo</i>>}</code><br> -<code>...</code><br> -<code>\</code><code>usepackage{svn}</code><br> -<code>\</code><code>SVNdate</code><code> $Date$</code><br> -<code>\</code><code>author{...}</code><br> -<code>\</code><code>title{...}</code><br> -<code>...</code><br> -<code>\</code><code>begin{document}</code><br> -<code>\</code><code>maketitle</code><br> -<code>...</code><br> -<code>\</code><code>end{document}</code> -</blockquote><p> -will (once <i>subversion</i> has committed a copy of the document) -cause <code>\</code><code>maketitle</code> use the date that has been written into the -<code>$Date$</code> keyword. -<p/>Another alternative for <i>Subversion</i> users is the -<i>svninfo</i> package, which has much the same mechanisms as does -<i>svn</i> but with a rather different focus. <i>Svninfo</i> -does the date trick that <i>svn</i> performs (controlled by a -package option), and can set up page foot-lines using -<a href="FAQ-fancyhdr.html">package <i>fancyhdr</i></a>. There isn’t much to -choose between the two packages: you should read the packages’ -documentation to see which suits you best. -<p/>An alternative script-based approach to version control has been taken -by the <i>vc</i> bundle, that in certain situations might work more -reliably than any of the packages mentioned above. The <i>vc</i> -bundle supports <i>Bazaar</i>, <i>Git</i> and -<i>Subversion</i> usage and works with both LaTeX and -Plain TeX. Note that <i>vc</i> is the only option that -currently claims to support <i>Bazaar</i>- and -<i>Git</i>-controlled repositories. -<dl> -<dt><tt><i>rcs.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/rcs.zip">macros/latex/contrib/rcs</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/rcs.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/rcs/">browse</a>) -<dt><tt><i>rcsinfo.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/rcsinfo.zip">macros/latex/contrib/rcsinfo</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/rcsinfo.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/rcsinfo/">browse</a>) -<dt><tt><i>svn.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/svn.zip">macros/latex/contrib/svn</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/svn.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/svn/">browse</a>) -<dt><tt><i>svninfo.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/svninfo.zip">macros/latex/contrib/svninfo</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/svninfo.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/svninfo/">browse</a>) -<dt><tt><i>vc</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/vc.zip">support/vc</a> (<a href="ftp://cam.ctan.org/tex-archive/support/vc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/vc/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=RCS">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=RCS</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-SGML2TeX.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-SGML2TeX.html deleted file mode 100644 index 8a5d7f1fd4e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-SGML2TeX.html +++ /dev/null @@ -1,65 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label SGML2TeX</title> -</head><body> -<h3>Conversion from SGML or HTML to TeX</h3> -<p/>SGML is a very important system for document storage and interchange, -but it has no formatting features; its companion ISO standard -DSSSL -(see <a href="http://www.jclark.com/dsssl/">http://www.jclark.com/dsssl/</a>) is designed for writing -transformations and formatting, -but this has not yet been widely implemented. Some SGML authoring -systems (e.g., SoftQuad <i>Author/Editor</i>) have formatting -abilities, and -there are high-end specialist SGML typesetting systems (e.g., Miles33’s -<i>Genera</i>). However, the majority of SGML users probably transform -the source to an existing typesetting system when they want to print. -TeX is a good candidate for this. There are three approaches to writing a -translator: -<ol> -<li> Write a free-standing translator in the traditional way, with - tools like <i>yacc</i> and <i>lex</i>; this is hard, in - practice, because of the complexity of SGML. -<li> Use a specialist language designed for SGML transformations; the - best known are probably <i>Omnimark</i> and <i>Balise</i>. - They are expensive, but powerful, incorporating SGML query and - transformation abilities as well as simple translation. -<li> Build a translator on top of an existing SGML parser. By far - the best-known (and free!) parser is James Clark’s - <i>nsgmls</i>, and this produces a much simpler output format, - called ESIS, which can be parsed quite straightforwardly (one also - has the benefit of an SGML parse against the DTD). Two - good public domain packages use this method: - <ul> - <li> - - David Megginson’s - <a href="http://www.perl.com/CPAN/modules/by-module/SGMLS"><i>sgmlspm</a></i>, - written in <i>Perl</i> 5. - <li> - - Joachim Schrod and Christine Detig’s - <a href="ftp://ftp.tu-darmstadt.de/pub/text/sgml/stil"><i>STIL</a></i>, - (‘SGML Transformations in Lisp’). - </ul> - Both of these allow the user to write ‘handlers’ for every SGML - element, with plenty of access to attributes, entities, and - information about the context within the document tree. -<p/> If these packages don’t meet your needs for an average SGML - typesetting job, you need the big commercial stuff. -</ol> -<p/>Since HTML is simply an example of SGML, we do not need a specific -system for HTML. However, Nathan Torkington developed - -<i>html2latex</i> from the HTML parser in NCSA’s -Xmosaic package. -The program takes an HTML file and generates a LaTeX file from it. -The conversion code is subject to NCSA restrictions, but the whole -source is available on CTAN. -<p/>Michel Goossens and Janne Saarela published a very useful summary of -SGML, and of public domain tools for writing and manipulating it, in -<i>TUGboat</i> 16(2). -<dl> -<dt><tt><i>html2latex source</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/html2latex.zip">support/html2latex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/html2latex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/html2latex/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=SGML2TeX">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=SGML2TeX</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TUGstar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TUGstar.html deleted file mode 100644 index f33711fd008..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TUGstar.html +++ /dev/null @@ -1,41 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label TUG*</title> -</head><body> -<h3>TeX User Groups</h3> -<p/>There has been a TeX User Group since very near the time TeX -first appeared. That first group, TUG, is still active and its -journal <i>TUGboat</i> continues in regular publication -with articles about TeX, Metafont and related technologies, and about -document design, processing and production. TUG holds a yearly -conference, whose proceedings are published in <i>TUGboat</i>. -<p/>TUG’s <a href="http://www.tug.org">web site</a> is a valuable -resource for all sorts of -TeX-related matters, such as details of TeX software, and lists -of TeX vendors and TeX consultants. Back articles from -<i>TUGboat</i> are slowly (subject to copyright issues, etc.) -making their way to the site, too. -<p/>Some time ago, TUG established a “technical council”, whose -task was to oversee the development of TeXnical projects. Most -such projects nowadays go on their way without any support from -TUG, but TUG’s web site lists its - -<a href="http://www.tug.org/twg.html">Technical Working Groups (TWGs)</a>. -<p/>TUG has a reasonable claim to be considered a world-wide -organisation, but there are many national and regional user groups, -too; TUG’s web site maintains a list of - -<a href="http://www.tug.org/lugs.html">“local user groups” (LUGs)</a>. -<p/>Contact TUG itself via: -<blockquote> - TeX Users Group<br> - 1466 NW Front Avenue, Suite 3141<br> - Portland, OR 97209<br> - USA<br> - Tel: +1 503-223-9994<br> - Fax: +1 503-223-3960<br> - Email: <a href="mailto:tug@mail.tug.org"><i>tug@mail.tug.org</i></a><br> - Web: <a href="http://www.tug.org/">http://www.tug.org/</a> -</blockquote><p> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=TUG*">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=TUG*</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TeXfuture.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TeXfuture.html deleted file mode 100644 index 6db8acf7837..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TeXfuture.html +++ /dev/null @@ -1,33 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label TeXfuture</title> -</head><body> -<h3>What is the future of TeX?</h3> -<p/>Knuth has declared that he will do no further development of TeX; -he will continue to fix any bugs that are reported to him (though -bugs are rare). This decision was made soon after -TeX version 3.0 was released; at each bug-fix release -the version number acquires one more digit, so that it tends to the -limit pi (at the time of writing, Knuth’s latest release is version -3.141592). Knuth wants TeX to be frozen at version pi when he -dies; thereafter, no further changes may be made to Knuth’s source. -(A similar rule is applied to Metafont; its version number tends to the -limit e, and currently stands at 2.71828.) -<p/>Knuth explains his decision, and exhorts us all to respect it, in a -paper originally published in <i>TUGboat</i> 11(4) (and reprinted in the - -<a href="http://www.ntg.nl/maps/pdf/5_34.pdf">NTG journal MAPS</a>). -<p/>There are projects (some of them long-term -projects: see, for example, -<a href="FAQ-LaTeX3.html">the LaTeX3 project</a>) - -to build substantial -new macro packages based on TeX. For the even longer term, there -are various projects to build a <em>successor</em> to TeX; see, for example, -the - -<a href="FAQ-luatex.html">\LuaTeX</a>, -<a href="FAQ-omegaleph.html">Omega/Aleph</a> and -<a href="FAQ-extex.html">ExTeX</a> - projects. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=TeXfuture">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=TeXfuture</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TeXpronounce.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TeXpronounce.html deleted file mode 100644 index 2da01c865cf..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TeXpronounce.html +++ /dev/null @@ -1,20 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label TeXpronounce</title> -</head><body> -<h3>How should I pronounce “TeX”?</h3> -<p/>The ‘X’ is “really” the Greek letter -Chi, and is pronounced by -English-speakers either a bit like the ‘ch’ in the Scots word ‘loch’ -([x] in the IPA) or (at a pinch, if you can’t do the Greek sound) like -‘k’. It definitely is not pronounced ‘ks’ (the Greek letter with that -sound doesn’t look remotely like the Latin alphabet ‘X’). -<p/>This curious usage derives from Knuth’s explanation in the TeXbook -that the name comes from the Greek word for ‘art’ or ‘craft’ -(‘<em>techni</em>’), -which is the root of the English word ‘technology’. Knuth’s logo for TeX is -merely the uppercase version of the first three (Greek) letters of the -word, jiggled about a bit; we don’t use that logo (and logos like it) -in this FAQ (see -<a href="FAQ-logos.html">Typesetting TeX-related logos</a>). -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=TeXpronounce">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=TeXpronounce</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TeXsystems.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TeXsystems.html deleted file mode 100644 index 40217a1f6c7..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-TeXsystems.html +++ /dev/null @@ -1,204 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label TeXsystems</title> -</head><body> -<h3>(La)TeX for different machines</h3> -<!-- windows,macintosh,macos,ms-dos,os/2,unix,linux --> -<p/>We list here the free or shareware packages; - - another question addresses - <a href="FAQ-commercial.html">commercial TeX vendors’</a> products. -<dl> -<dt>Unix<dd> The only current distribution of TeX for Unix systems - (including GNU/Linux and other free Unix-like systems) is - TeX Live, which is distributed as part of the - <a href="FAQ-CD.html">TeX collection</a>. -<p/> Members of many TeX user groups receive copies of the collection - (on CD and DVD), as part of their membership of the - groups. -<p/> MacOS/X is also a Unix-based system; however users should refer to - the information below, under item “Mac”. - <dl> - <dt><tt><i>texlive</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/systems/texlive/">systems/texlive/</a> - </dl> -<dt>Linux<dd> GNU/Linux users are supported by TeX Live (as noted - above). -<p/> A free version of the commercial - <a href="FAQ-commercial.html">VTeX extended TeX system</a> is available - for use under Linux, which among other things specialises in direct - production of PDF from (La)TeX input. Sadly, it’s no - longer supported, and the ready-built images are made for use with a - rather ancient Linux kernel. - <dl> - <dt><tt><i>texlive</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/systems/texlive/">systems/texlive/</a> - <dt><tt><i>vtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/vtex/linux.zip">systems/vtex/linux</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/vtex/linux.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/vtex/linux/">browse</a>) - <dt><tt><i>vtex required common files</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/vtex/common.zip">systems/vtex/common</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/vtex/common.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/vtex/common/">browse</a>) - </dl> -<dt>PC: Windows post-95<dd> - MiKTeX, by Christian Schenk, is a comprehensive distribution. It has - its own previewer, YAP, which is itself capable of printing, - though the distribution also includes a port of <i>dvips</i>. - The current version is available for file-by-file download (the - HTML files in the directory offer hints - on what you need to get going). The MiKTeX developers provide a - ready-to-run copy of the distribution, on CD (for purchase) via the - <a href="http://www.miktex.org/cd/">MiKTeX web site</a>; otherwise the - <i>setup</i> executable is available on CTAN, together with - all the optional packages. -<p/> <a href="http://tug.org/protext/">ProTeXt</a>, part of the TeX - collection by Thomas Feuerstack, is - a further option for installing MiKTeX. It bundles a MiKTeX - setup with some further useful utilities, together with a PDF - file which contains clickable links for the various installation - steps, along with explanations. -<p/> Windows users are also supported directly by the TeX Live - distribution; a system is provided on the installation disc of the - TeX collection (and it can, with some difficulty, be run “from - the disc” without installing <em>anything</em>). -<p/> <a href="http://foundry.supelec.fr/projects/xemtex/">XEmTeX</a>, by - Fabrice Popineau (he who created the excellent, but now defunct, - fpTeX distribution), is an integrated distribution of TeX, LaTeX, - ConTeXt, <i>XEmacs</i> and friends for Windows. All programs - have been compiled natively to take the best advantage of the - Windows environment. Configuration is provided so that the - resulting set of programs runs out-of-the-box. -<p/> The (Japanese) W32TEX distribution was motivated by - the needs of Japanese users (Japanese won’t fit in a “simple” - character set like ASCII, but TeX is based on a version of - ASCII). Despite its origins, W32TEX is said to - be a good bet for Western users, notably those whose disks are short - of space: the minimum documented download is as small as - 95 MBytes. Investigate the distribution at - <a href="http://www.fsci.fuk.kindai.ac.jp/kakuto/win32-ptex/web2c75-e.html">http://www.fsci.fuk.kindai.ac.jp/kakuto/win32-ptex/web2c75-e.html</a> -<p/> A further (free) option arises from the - <a href="http://www.cygwin.com">CygWin bundle</a>, which presents a - Unix-like environment over the Win32 interface; an X-windows server - is available. If you run CygWin on your Windows machine, you have - the option of using TeX Live, too (you will need the X-server, to - run <i>xdvi</i>). Of course, TeX Live components will look like - Unix applications (of course, that’s presumably what you wanted), - but TeX under CygWin also reputedly somewhat slower than native - Win32 implementations such as MiKTeX or XEmTeX. The (now - obsolete) teTeX distribution is provided as part of the CygWin - distribution, and but you can build your own copy of TeX Live from - the current sources. -<p/> BaKoMa TeX, by Basil Malyshev, is a comprehensive (shareware) - distribution, which focuses on support of Acrobat. The distribution - comes with a bunch of Type 1 fonts packaged to work with BaKoMa - TeX, which further the focus. - <dl> - <dt><tt><i>bakoma</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/win32/bakoma.zip">systems/win32/bakoma</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/win32/bakoma.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/win32/bakoma/">browse</a>) - <dt><tt><i>miktex</i></tt><dd>Acquire <a href="ftp://cam.ctan.org/tex-archive/systems/win32/miktex/setup/setup.exe">systems/win32/miktex/setup/setup.exe</a> (also available from the - MiKTeX web site), and read installation instructions from - - <a href="http://www.miktex.org/2.5/Setup.aspx">the MiKTeX installation page</a> - <dt><tt><i>protext.exe</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/systems/win32/protext/">systems/win32/protext/</a> - <dt><tt><i>tetex</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/obsolete/systems/unix/teTeX/current/distrib/">obsolete/systems/unix/teTeX/current/distrib/</a> - </dl> -<dt>PC: MSDOS or OS/2<dd> EmTeX, by Eberhard Mattes, - includes LaTeX, BibTeX, previewers, and drivers, and is - available as a series of zip archives. Documentation is - available in both German and English. Appropriate memory managers - for using emTeX with 386 (and better) processors and under - Windows, are included in the distribution. EmTeX will operate - under Windows, but Windows users are better advised to use a - distribution tailored for the Windows environment. -<p/> A version of emTeX, packaged to use a - - <a href="FAQ-tds.html">TDS directory structure</a>, is separately available as - an emTeX ‘contribution’. Note that neither emTeX itself, nor - emTeXTDS, is maintained. Most users of Microsoft - operating systems, who want an up-to-date (La)TeX system, need to - migrate to Win32-based systems. - <dl> - <dt><tt><i>emtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/msdos/emtex.zip">systems/msdos/emtex</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/msdos/emtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/msdos/emtex/">browse</a>) - <dt><tt><i>emtexTDS</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/obsolete/systems/os2/emtex-contrib/emtexTDS.zip">obsolete/systems/os2/emtex-contrib/emtexTDS</a> (<a href="ftp://cam.ctan.org/tex-archive/obsolete/systems/os2/emtex-contrib/emtexTDS.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/obsolete/systems/os2/emtex-contrib/emtexTDS/">browse</a>) - </dl> -<dt>PC: MSDOS<dd> The most recent MSDOS offering is a - port of the Web2C 7.0 implementation, using the GNU - <i>djgpp</i> compiler. While this package is more recent than - emTeX, it still implements a rather old instance of (La)TeX. - <dl> - <dt><tt><i>djgpp</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/msdos/djgpp.zip">systems/msdos/djgpp</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/msdos/djgpp.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/msdos/djgpp/">browse</a>) - </dl> -<dt>PC: OS/2<dd> EmTeX, by Eberhard Mattes (see - above), was actually developed under OS/2, and lives happily - in that environment. -<p/> OS/2 users may also use a free version of the - commercial <a href="FAQ-commercial.html">VTeX</a>, which specialises - in direct production of PDF from (La)TeX input. (This - version is, like the Linux version, unfortunately no longer supported.) - <dl> - <dt><tt><i>emtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/msdos/emtex.zip">systems/msdos/emtex</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/msdos/emtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/msdos/emtex/">browse</a>) - <dt><tt><i>emtexTDS</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/obsolete/systems/os2/emtex-contrib/emtexTDS.zip">obsolete/systems/os2/emtex-contrib/emtexTDS</a> (<a href="ftp://cam.ctan.org/tex-archive/obsolete/systems/os2/emtex-contrib/emtexTDS.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/obsolete/systems/os2/emtex-contrib/emtexTDS/">browse</a>) - <dt><tt><i>vtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/vtex/os2.zip">systems/vtex/os2</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/vtex/os2.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/vtex/os2/">browse</a>) - <dt><tt><i>vtex required common files</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/vtex/common.zip">systems/vtex/common</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/vtex/common.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/vtex/common/">browse</a>) - </dl> - - - - - - - - -<dt>Mac<dd> <a href="http://www.trevorrow.com/oztex/">OzTeX</a>, by Andrew - Trevorrow, is a shareware version of - TeX for the Macintosh. A DVI previewer and PostScript - driver are also included. (Members of UK TUG may - acquire the software without further payment, as part of a - membership deal.) OzTeX does not run, natively, under MacOS/X, - but will run with a sufficiently recent CarbonLib (see - <a href="http://www.trevorrow.com/oztex/ozosx.html">http://www.trevorrow.com/oztex/ozosx.html</a>). - Other questions about OzTeX itself may be directed to - <a href="mailto:oztex@midway.uchicago.edu"><i>oztex@midway.uchicago.edu</i></a> -<p/> Another partly shareware program is - <a href="http://www.kiffe.com/cmactex.html">CMacTeX</a> , put together - by Tom Kiffe. CMacTeX is much closer than OzTeX to the Unix - TeX model of things (it uses <i>dvips</i>, for instance). - CMacTeX runs natively under includes a port of a version of - <a href="FAQ-omegaleph.html">Omega</a>. -<p/> Both OzTeX and CMacTeX run on either MacOS/X or on a - sufficiently recent MacOS with CarbonLib - (v1.3 for OzTeX, v1.4 for CMacTeX). - -<p/> From its 2005 release, the <a href="FAQ-CD.html">TeX Live disc set</a> - includes MacTeX. Details (and a downloadable distribution set) - may be found on the - <a href="http://tug.org/mactex">TUG web site</a>; the distribution - is also on CTAN. -<p/> - A useful - <a href="http://www.esm.psu.edu/mac-tex/">resource for Mac users</a> - has a news and ‘help’ section, as well as details of systems and - tools. - The MacTeX-on-OSX mailing list is a useful resource for users; - mail <a href="mailto:MacOSX-TeX-on@email.esm.psu.edu"><i>MacOSX-TeX-on@email.esm.psu.edu</i></a> to subscribe. -<dl> - <dt><tt><i>cmactex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/nonfree/systems/mac/cmactex.zip">nonfree/systems/mac/cmactex</a> (<a href="ftp://cam.ctan.org/tex-archive/nonfree/systems/mac/cmactex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/nonfree/systems/mac/cmactex/">browse</a>) - <dt><tt><i>mactex</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/systems/mac/mactex/">systems/mac/mactex/</a> - <dt><tt><i>oztex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/nonfree/systems/mac/oztex.zip">nonfree/systems/mac/oztex</a> (<a href="ftp://cam.ctan.org/tex-archive/nonfree/systems/mac/oztex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/nonfree/systems/mac/oztex/">browse</a>) -</dl> -<dt>OpenVMS<dd> TeX for OpenVMS is available, though - it seems unlikely that the version on CTAN is the latest - available. - <dl> - <dt><tt><i>OpenVMS</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/OpenVMS/TEX97_CTAN.ZIP">systems/OpenVMS/TEX97_CTAN.ZIP</a> - </dl> -<dt>Atari<dd> TeX for the Atari ST is available from CTAN. - <dl> - <dt><tt><i>Atari TeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/atari.zip">systems/atari</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/atari.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/atari/">browse</a>) - </dl> -<dt>Amiga<dd> Full implementations of TeX 3.1 (PasTeX) and Metafont - 2.7 are available. - <dl> - <dt><tt><i>PasTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/amiga.zip">systems/amiga</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/amiga.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/amiga/">browse</a>) - </dl> -<dt>TOPS-20<dd> TeX was originally written on a DEC-10 - under WAITS, - and so was easily ported to TOPS-20. A distribution that runs on - TOPS-20 is available via anonymous <code>ftp</code> from - <a href="ftp://ftp.math.utah.edu} in <i>pub/tex/pub/web/">ftp.math.utah.edu</i> in \path{pub/tex/pub/web</a> - -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=TeXsystems">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=TeXsystems</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-WYGexpts.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-WYGexpts.html deleted file mode 100644 index 5de14a4523d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-WYGexpts.html +++ /dev/null @@ -1,96 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label WYGexpts</title> -</head><body> -<h3>The TeX document preparation environment</h3> -<p/><p/>“<a href="FAQ-notWYSIWYG.html">Why TeX is not WYSIWYG</a>” -outlines the reasons (or excuses) for the huge disparity of user -interface between “typical” TeX environments and commercial word -processors. -<p/>Nowadays, at last, there is a range of tools available that try either -to bridge or to close the gap. One range modestly focuses on -providing the user with a legible source document. At the other -extreme we have <a href="http://www.texmacs.org"><i>TeXmacs</a></i>, -a document processor using -TeX’s algorithms and fonts for both editor display and printing. -<i>TeXmacs</i> does not use the TeX -language itself (though among other formats, LaTeX may be exported -and imported). A bit closer to LaTeX is -<a href="http://www.lyx.org/">LyX</a>, which has its own -editor display and file formats as well, but does its print output by -exporting to LaTeX. The editor display merely resembles the -printed output, but you have the possibility of entering arbitrary -LaTeX code. If you use constructs that LyX does not -understand, it will just display them as source text marked red, but -will properly export them. -<p/>Since a lot of work is needed to create an editor from scratch that -actually is good at editing (as well as catering for TeX), it is -perhaps no accident that several approaches have been implemented -using the extensible <i>emacs</i> editor. The low end of the -prettifying range is occupied by syntax highlighting: marking TeX -tokens, comments and other stuff with special colours. -Many free editors (including <i>emacs</i>) can cater for TeX in -this way. Under Windows, one of the more popular editors with such -support is the -Shareware product <a href="http://www.winedt.com/"><i>winedt</a></i>. -Continuing the range of -tools prettifying your input, we have the <i>emacs</i> package -<a href="http://x-symbol.sourceforge.net"><i>x-symbol</a></i>, which does -the WYSIWYG part of its work by replacing single TeX tokens and -accented letter sequences with appropriate-looking characters on the -screen. -<p/>A different type of tool focuses on making update and access to -previews of the typeset document more immediate. A recent addition -in several viewers, editors and TeX executables are so-called -‘source specials’ for cross-navigation. When TeX compiles a -document, it will upon request insert special markers for every input -line into the typeset output. The markers are interpreted by the DVI -previewer which can be made to let its display track the page -corresponding to the editor input position, or to let the editor jump -to a source line corresponding to a click in the preview window. -<p/>An <i>emacs</i> package that combines this sort of editor movement -tracking with automatic fast recompilations (through the use of dumped -formats) is -<a href="http://pauillac.inria.fr/whizzytex/"><i>WhizzyTeX</a></i> - which is best used with a previewer by the -same author. A simpler package in a similar spirit is called -<a href="http://www.activetex.org/"><i>InstantPreview</a></i> and makes -use of a continuously running copy of TeX -(under the moniker of <code>TeX daemon</code>) instead of dumping formats to -achieve its speed. -<p/>Another <i>emacs</i> package called -<a href="http://preview-latex.sourceforge.net"><i>preview-latex</a></i> -tries to solve -the problem of visual correlation between source and previews in a -more direct way: it uses a LaTeX package to chop the document source -into interesting fragments (like figures, text or display math) which -it runs through LaTeX and replaces the source text of those -fragments with the corresponding rendered output images. Since it -does not know about the structure of the images, at the actual cursor -position the source text is displayed while editing rather than the -preview. This approach is more or less a hybrid of the source -prettifying and fast preview approaches since it works in the source -buffer but uses actual previews rendered by LaTeX. -<p/>A more ambitious contender is called TeXlite. This -system is only available on request from its author; -it continuously updates its screen with the help of a special version -of TeX dumping its state in a compressed format at each page and -using hooks into TeX’s line breaking mechanism for reformatting -paragraphs on the fly. That way, it can render the output from the -edited TeX code with interactive speed on-screen, and it offers the -possibility of editing directly in the preview window. -<p/>That many of these systems occupy slightly different niches can be -seen by comparing the range of the -<i>emacs</i>-based solutions ranging from syntax highlighting to instant -previewing: all of them can be activated at the same time without -actually interfering in their respective tasks. -<p/>The different approaches offer various choices differing in the -immediacy of their response, the screen area they work on (source or -separate window), degree of correspondence of the display to the final -output, and the balance they strike between visual aid and visual -distraction. -<dl> -<dt><tt><i>preview-latex</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/preview-latex/">support/preview-latex/</a> -<dt><tt><i>texmacs</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/systems/unix/TeXmacs/">systems/unix/TeXmacs/</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=WYGexpts">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=WYGexpts</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-abspos.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-abspos.html deleted file mode 100644 index 34d7cedaf42..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-abspos.html +++ /dev/null @@ -1,34 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label abspos</title> -</head><body> -<h3>Putting things at fixed positions on the page</h3> -<p/>TeX’s model of the world is (broadly speaking) that the author -writes text, and TeX and its macros decide how it all fits on the -page. This is not good news for the author who has, from whatever -source, a requirement that certain things go in exactly the right -place on the page. -<p/>There <em>are</em> places on the page, from which things may be hung, -and two LaTeX packages allow you position things relative to such -points, thus providing a means of absolute positioning. -<p/>The <i>textpos</i> package aids the construction of pages from -“blobs”, dotted around over the page (as in a poster); you give it -the location, and it places your typeset box accordingly. -<p/>The <i>eso-pic</i> defines a “shipout picture” that covers the -page. The user may add <code>picture</code>-mode commands to this -picture, which of course can include box placements as well as the -other rather stilted commands of <code>picture</code>-mode. -(<i>Eso-pic</i> requires the services of <i>everyshi</i>, which -must therefore also be available.) - - - - - - -<dl> -<dt><tt><i>eso-pic.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/eso-pic.zip">macros/latex/contrib/eso-pic</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/eso-pic.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/eso-pic/">browse</a>) -<dt><tt><i>everyshi.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.zip">macros/latex/contrib/ms</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ms/">browse</a>) -<dt><tt><i>textpos.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/textpos.zip">macros/latex/contrib/textpos</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/textpos.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/textpos/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=abspos">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=abspos</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-acroantics.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-acroantics.html deleted file mode 100644 index 9768f8a3c7b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-acroantics.html +++ /dev/null @@ -1,23 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label acroantics</title> -</head><body> -<h3>Adobe <i>Reader</i> messing with print size</h3> -<p/>Printing from Adobe <i>Reader</i> shrinks the page “to fit” -(<em>by default</em>). Unfortunately, its calculation doesn’t consider -the existing margins of the document, so that it shrinks what it -believes is your whole page onto what it believes is its output page. -The effect typically looks as if your margins have expanded. -<p/>Solve this problem by adjusting the <i>Reader</i>’s default in the -print dialogue; unfortunately, this dialogue varies from one version -to the next. On <i>Reader</i> version 7, there are two entries to -check: -<blockquote> - Page Scaling (default: “Fit to printer margins”) — change to - “None”, and<br> - Scale (default 95% of Normal size) — change to - “100%”. - - -</blockquote><p> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=acroantics">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=acroantics</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-acrobat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-acrobat.html deleted file mode 100644 index da4bb7af6b0..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-acrobat.html +++ /dev/null @@ -1,83 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label acrobat</title> -</head><body> -<h3>Making Acrobat PDF documents from (La)TeX</h3> -<p/>There are three general routes to PDF output: Adobe’s original -‘distillation’ route (via PostScript output), conversion of a -DVI file, and the use of a direct PDF generator such as -<a href="FAQ-whatpdftex.html">PDFTeX</a>) or -MicroPress’s VTeX (which comes both as a -<a href="FAQ-commercial.html">commercial version</a> for Windows PCs, and as a -<a href="FAQ-TeXsystems.html">‘free’ version)</a> for OS/2 and Linux systems). -<p/>For simple documents (with no hyper-references), you can either -<ul> -<li> process the document in the normal way, produce PostScript - output and distill it; -<li> (on a Windows or Macintosh machine with the appropriate Adobe - tools installed) pass the output through the - PDFwriter in place of a printer driver (this route is a dead - end: the PDFwriter cannot create hyperlinks); -<li> process the document in the normal way and generate PDF - direct from the DVI using - <i>dvipdfm</i>/<i>dvipdfmx</i>; or -<li> process the document direct to PDF with PDFTeX or - VTeX. PDFTeX has - the advantage of availability for a wide range of platforms, VTeX - (available commercially for Windows, or free of charge, but - unsupported, for Linux or OS/2) has wider graphics - capability, dealing with encapsulated PostScript and some in-line PostScript. -</ul> -<p/>To translate all the LaTeX cross-referencing into Acrobat -links, you need a LaTeX package to suitably redefine -the internal commands. There are two of these for LaTeX, both -capable of conforming to the -<a href="FAQ-hyper.html">HyperTeX specification</a>: -Heiko Oberdiek’s <i>hyperref</i>, and Michael Mehlich’s -<i>hyper</i>. (In practice, almost everyone uses -<i>hyperref</i>; <i>hyper</i> hasn’t been updated since 2000.) -<i>Hyperref</i> can often determine how it should generate -hypertext from its environment, but there is a wide set of -configuration options you can give via <code>\</code><code>usepackage</code>. The package -can operate using PDFTeX primitives, the hyperTeX -<code>\</code><code>special</code>s, or DVI driver-specific <code>\</code><code>special</code> commands. -Both <i>dvips</i> and Y&Y’s <i>DVIPSONE</i> can -translate the DVI with these <code>\</code><code>special</code> commands into -PostScript acceptable to Distiller, and <i>dvipdfm</i> has <code>\</code><code>special</code> -commands of its own. -<p/>If you use Plain TeX, the <a href="FAQ-eplain.html">Eplain macros</a> can -help you create PDF documents with hyper-references. -It can operate using PDFTeX primitives, or <code>\</code><code>special</code> commands -for the <i>dvipdfm</i> DVI driver. -<p/>While there is no free implementation of all of <i>Adobe</i> -<i>Distiller</i>’s -functionality, any but the very oldest versions of <i>Ghostscript</i> -provide pretty reliable distillation (but beware of the problems with -<a href="FAQ-dvips-pdf.html"><i>dvips</i> output for distillation</a>). -<p/>For viewing (and printing) the resulting files, Adobe’s -<i>Acrobat</i> <i>Reader</i> is available for a fair range of -platforms; for those for which Adobe’s reader is unavailable, remotely -current versions of <i>ghostscript</i> combined with -<i>gv</i>, <i>GSview</i> (or even the unsupported -<i>ghostview</i>) can display and print PDF files, as can -<i>xpdf</i>. -<p/>In many circumstances, <i>Ghostscript</i> combined with a viewer -application is actually preferable to Acrobat Reader. For example, on -Windows Acrobat Reader locks the <code>.pdf</code> file it’s displaying: this -makes the traditional (and highly effective) (La)TeX development -cycle of “Edit-> Process-> Preview” become -rather clumsy — <i>GSview</i> doesn’t make the same -mistake. -<dl> -<dt><tt><i>Acrobat Reader</i></tt><dd>browse - <a href="ftp://ftp.adobe.com/pub/adobe/acrobatreader">ftp://ftp.adobe.com/pub/adobe/acrobatreader</a> -<dt><tt><i>dvipdfm</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/dvipdfm.zip">dviware/dvipdfm</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dvipdfm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dvipdfm/">browse</a>) -<dt><tt><i>dvipdfmx</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/dvipdfmx.zip">dviware/dvipdfmx</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dvipdfmx.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dvipdfmx/">browse</a>) -<dt><tt><i>ghostscript</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/ghostscript/">support/ghostscript/</a> -<dt><tt><i>ghostview</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/ghostscript/gnu/ghostview/">support/ghostscript/gnu/ghostview/</a> -<dt><tt><i>GSview</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/nonfree/support/ghostscript/ghostgum/">nonfree/support/ghostscript/ghostgum/</a> -<dt><tt><i>gv</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/support/gv/">support/gv/</a> -<dt><tt><i>hyper.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyper.zip">macros/latex/contrib/hyper</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyper.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyper/">browse</a>) -<dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=acrobat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=acrobat</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-actinarg.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-actinarg.html deleted file mode 100644 index 7d024d8dd5c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-actinarg.html +++ /dev/null @@ -1,76 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label actinarg</title> -</head><body> -<h3>Active characters in command arguments</h3> -<p/>Occasionally, it’s nice to make one or two characters active in the -argument of a command, to make it easier for authors to code the -arguments. -<p/>Active characters <em>can</em> be used safely in such situations; but -care is needed. -<p/>An example arose while this answer was being considered: an aspirant -macro writer posted to <i>comp.text.tex</i> asking for help to -make <code>#</code> and <code>b</code> produce musical sharp and flat signs, respectively, -in a macro for specifying chords. -<p/>The first problem is that both <code>#</code> and <code>b</code> have rather important uses -elsewhere in TeX (to say the least!), so that the characters can -only be made active while the command is executing. -<p/>Using the techniques discussed in -“<a href="FAQ-activechars.html">characters as commands</a>”, -we can define: -<blockquote> -<pre> -\begingroup - \catcode`\#=\active - \gdef#{$\sharp$} -\endgroup -</pre> -</blockquote><p> -and: -<blockquote> -<pre> -\begingroup - \lccode`\~=`\b - \lowercase{\endgroup - \def~{$\flat$}% - } -</pre> -</blockquote><p> -The second problem is one of timing: the command has to make each -character active <em>before</em> its arguments are read: this means that -the command can’t actually “have” arguments itself, but must be -split in two. So we write: -<blockquote> -<pre> -\def\chord{% - \begingroup - \catcode`\#=\active - \catcode`\b=\active - \Xchord -} -\def\Xchord#1{% - \chordfont#1% - \endgroup -} -</pre> -</blockquote><p> -and we can use the command as <code>\</code><code>chord{F#}</code> or -<code>\</code><code>chord{Bb minor}</code>. -<p/>Two features of the coding are important: -<ul> -<li> <code>\</code><code>begingroup</code> in <code>\</code><code>chord</code> opens a group that is closed by - <code>\</code><code>endgroup</code> in <code>\</code><code>Xchord</code>; this group limits the change of - category codes, which is the <em>raison d’être</em> of the whole - exercise. -<li> Although <code>#</code> is active while <code>\</code><code>Xchord</code> is executed, it’s - <em>not</em> active when it’s being defined, so that the use of <code>#1</code> - doesn’t require any special attention. -</ul> -<p/>Note that the technique used in such macros as <code>\</code><code>chord</code>, here, is -analogous to that used in such commands as <code>\</code><code>verb</code>; and, in just the -same way as <code>\</code><code>verb</code> (see - -“<a href="FAQ-verbwithin.html"><code>\</code><code>verb</code> doesn’t work in arguments</a>”), -<code>\</code><code>chord</code> won’t work inside the argument of another command (the -error messages, if they appear at all, will probably be rather odd). -<p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=actinarg">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=actinarg</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-activechars.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-activechars.html deleted file mode 100644 index 7bb7a695e11..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-activechars.html +++ /dev/null @@ -1,120 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label activechars</title> -</head><body> -<h3>Defining characters as macros</h3> -<p/>Single characters can act as macros (defined commands), and both -Plain TeX and LaTeX define the character -“<code>~</code>” as a “non-breakable space”. A -character is made definable, or “active”, by setting its -<em>category code</em> (catcode) to be <code>\</code><code>active</code> (13): -<code>\catcode‘_=\active</code>. -<p/>Any character could, in principle, be activated this way and defined -as a macro (<code>\</code><code>def</code><code>_{</code><code>\</code><code>_</code><code>}</code> — the simple answer to - -<a href="FAQ-underscore.html">using underscores</a>), but you must be -wary: whereas people expect an active tilde, other active characters -may be unexpected and interact badly with other macros. Furthermore, -by defining an active character, you preclude the character’s use for -other purposes, and there are few characters “free” to be subverted -in this way. -<p/>To define the character “<code>z</code>” as a command, one would say something -like: -<blockquote> -<pre> -\catcode`\z=\active -\def z{Yawn, I'm tired}% -</pre> -</blockquote><p> -and each subsequent “<code>z</code>” in the text would become a yawn. This would be -an astoundingly bad idea for most documents, but might have special -applications. (Note that, in “<code>\def z</code>”, “<code>z</code>” is no longer interpreted as -a letter; the space is therefore not necessary — “<code>\defz</code>” would do; we -choose to retain the space, for what little clarity we can manage.) -Some LaTeX packages facilitate such definitions. For example, the -<i>shortvrb</i> package with its <code>\</code><code>MakeShortVerb</code> command. -<p/>TeX uses category codes to interpret characters as they are read -from the input. - -<em>Changing a catcode value will not affect characters that have already been read</em>. -Therefore, it is best if characters have fixed category codes for the -duration of a document. If catcodes are changed for particular -purposes (the <code>\</code><code>verb</code> command does this), then the altered -characters will not be interpreted properly when they appear in the -argument to another command (as, for example, in - -“<a href="FAQ-verbwithin.html"><code>\</code><code>verb</code> in command arguments</a>”). -An exemplary case is the <i>doc</i> package, which processes .dtx -files using the <i>shortvrb</i> package to define -<code>|...|</code> as a shorthand for -<code>\</code><code>verb</code><code>|...|</code>. But <code>|</code> is -also used in the preambles of tabular environments, so that tables in -<code>.dtx</code> files can only have vertical line separation between -columns by employing special measures of some sort. -<p/>Another consequence is that catcode assignments made -in macros often don’t work as expected -(see “<a href="FAQ-actinarg.html">Active characters in command arguments</a>”). -For example, the definition -<blockquote> -<pre> -\def\mistake{% -\catcode`_=\active -\def_{\textunderscore\-}% -} -</pre> -</blockquote><p> -does not work because it attempts to define an ordinary <code>_</code> character: -When the macro is used, the category change does not apply to the -underscore character already in the macro definition. Instead, one may -use: -<blockquote> -<pre> -\begingroup -\catcode`_=\active -\gdef\works{% note the global \gdef - \catcode`_=\active - \def_{\textunderscore\-}% -} -\endgroup -</pre> -</blockquote><p> -The alternative (“tricksy”) way of creating such an isolated -definition depends on the curious properties of <code>\</code><code>lowercase</code>, which -changes characters without altering their catcodes. Since there is -always <em>one</em> active character (“<code>~</code>”), we -can fool <code>\</code><code>lowercase</code> into patching up a definition without ever -explicitly changing a catcode: -<blockquote> -<pre> -\begingroup - \lccode`\~=`\_ - \lowercase{\endgroup - \def~{\textunderscore\-}% - }% -</pre> -</blockquote><p> -The two definitions have the same overall effect (the character is -defined as a command, but the character does not remain active), -except that the first defines a <code>\</code><code>global</code> command. -<p/>For active characters to be used only in maths mode, it is much better -to leave the character having its ordinary catcode, but assign it a -special active <em>maths code</em>, as with -<blockquote> -<pre> -\begingroup - \lccode`~=`x - \lowercase{\endgroup - \def~{\times}% - }% -\mathcode`x="8000 -</pre> -</blockquote><p> -The special character does not need to be redefined whenever it is -made active — the definition of the command persists even if the -character’s catcode reverts to its original value; the definition -becomes accessible again if the character once again becomes active. -<dl> -<dt><tt><i>doc.sty</i></tt><dd>Distributed as part of the source of LaTeX, <a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.zip">macros/latex/base</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/base/">browse</a>) -<dt><tt><i>shortvrb.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=activechars">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=activechars</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-addtoreset.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-addtoreset.html deleted file mode 100644 index 219c4a1d6ba..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-addtoreset.html +++ /dev/null @@ -1,74 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label addtoreset</title> -</head><body> -<h3>Master and slave counters</h3> -<p/>It’s common to have things numbered “per chapter” (for example, in -the standard <i>book</i> and <i>report</i> classes, figures, tables -and footnotes are all numbered thus). The process of resetting is -done automatically, when the “master” counter is stepped (when the -<code>\</code><code>chapter</code> command that starts chapter <<i>n</i>> happens, the -<code>chapter</code> counter is stepped, and all the dependent counters are set -to zero). -<p/>How would you do that for yourself? You might want to number -algorithms per section, or corollaries per theorem, for example. If -you’re defining these things by hand, you declare the relationship -when you define the counter in the first place: -<blockquote> -<code>\</code><code>newcounter{</code><em>new-name</em><code>}[</code><em>master</em><code>]</code> -</blockquote><p> -says that every time counter <<i>master</i>> is stepped, counter -<<i>new-name</i>> will be reset. -<p/>But what if you have an uncooperative package, that defines the -objects for you, but doesn’t provide a programmer interface to make -the counters behave as you want? -<p/>The <code>\</code><code>newcounter</code> command uses a LaTeX internal command, and you -can also use it: -<blockquote> -<code>\</code><code>@addtoreset{</code><em>new-name</em><code>}{</code><em>master</em><code>}</code> -</blockquote><p> -(but remember that it needs to be between <code>\</code><code>makeatletter</code> and -<code>\</code><code>makeatother</code>, or in a package of your own). -<p/>The <i>chngcntr</i> package encapsulates the <code>\</code><code>@addtoreset</code> -command into a command <code>\</code><code>counterwithin</code>. So: -<blockquote> -<pre> -\counterwithin*{corrollary}{theorem} -</pre> -</blockquote><p> -will make the corollary counter slave to theorem counters. The -command without its asterisk: -<blockquote> -<pre> -\counterwithin{corrollary}{theorem} -</pre> -</blockquote><p> -will do the same, and also redefine <code>\</code><code>thecorollary</code> as -<<i>theorem number</i>>.<<i>corollary number</i>>, which is a good scheme -if you ever want to refer to the corollaries — there are potentially -many “corollary 1” in any document, so it’s as well to tie its number -to the counter of the theorem it belongs to. This is true of pretty -much any such counter-within-another; if you’re not using the -<i>chngcntr</i>, refer to the answer to -<a href="FAQ-the-commands.html">redefining counters’ <code>\</code><code>the-</code>commands</a> for -the necessary techniques. -<p/>Note that the technique doesn’t work if the master counter is <code>page</code>, -the number of the current page. The <code>page</code> counter is stepped deep -inside the output routine, which usually gets called some time after -the text for the new page has started to appear: so special -techniques are required to deal with that. One special case is dealt -with elsewhere: <a href="FAQ-footnpp.html">footnotes numbered per page</a>. One -of the techniques described there, using package <i>perpage</i>, -may be applied to any counter. The command: -<blockquote> -<code>\</code><code>MakePerPage{</code><em>counter</em><code>}</code> -</blockquote><p> -will cause <<i>counter</i>> to be reset for each page. The package uses -a label-like mechanism, and may require more than one run of LaTeX -to stabilise counter values — LaTeX will generate the usual -warnings about labels changing. -<dl> -<dt><tt><i>chngcntr.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/chngcntr.sty">macros/latex/contrib/misc/chngcntr.sty</a> -<dt><tt><i>perpage.sty</i></tt><dd>Distributed as part <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bigfoot.zip">macros/latex/contrib/bigfoot</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bigfoot.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bigfoot/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=addtoreset">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=addtoreset</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-adobetypen.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-adobetypen.html deleted file mode 100644 index 570d284480a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-adobetypen.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label adobetypen</title> -</head><body> -<h3>Adobe font formats</h3> -<!-- type1 type3 --> -<p/>Adobe has specified a number of formats for files to represent fonts -in PostScript files; this question doesn’t attempt to be encyclopaedic, so -we only discuss the two formats most commonly encountered in the -(La)TeX context, types 1 and 3. In particular, we don’t discuss the -OpenType format, whose has many advantages are somewhat ahead of the -TeX world’s mainstream (at time of writing). -<p/>Adobe Type 1 format specifies a means to represent outlines of the glyphs -in a font. The ‘language’ used is closely restricted, to ensure that -the font is rendered as quickly as possible. (Or rather, as quickly -as possible with Adobe’s technology at the time the specification was -written: the structure could well be different if it were specified -now.) The format has long been the basis of the digital type-foundry -business, though nowadays most new fonts are released in OpenType format. -<p/> - - - -<p/>In the (La)TeX context, Type 1 fonts are extremely important. Apart -from their simple -availability (there are thousands of commercial Type 1 text fonts around), the -commonest reader for PDF files has long (in effect) <em>insisted</em> on -their use (see below). -<p/>Type 3 fonts have a more forgiving specification. A wide range of -PostScript operators is permissible, including bitmap specifiers. Type 3 -is therefore the natural format to be used for programs such as -<i>dvips</i> when they auto-generate something to represent -Metafont-generated fonts in a PostScript file. It’s Adobe Acrobat Viewer’s -treatment of bitmap Type 3 fonts that has made direct Metafont output -increasingly unattractive, in recent years. If you have a PDF -document in which the text looks fuzzy and uneven in Acrobat Reader, -ask Reader for the <code>File</code>-> -<code>Document Properties</code>-> -<code>Fonts ...</code>, and it will likely show some font or other as -“Type 3” (usually with encoding “Custom”). The problem has -disappeared with version 6 of Acrobat Reader. See -<a href="FAQ-dvips-pdf.html">PDF quality</a> for a discussion of -the issue, and for ways of addressing it. -<p/>Type 3 fonts should not entirely be dismissed, however. Acrobat -Reader’s failure with them is entirely derived from its failure to use -the anti-aliasing techniques common in TeX-ware. Choose a -different set of PostScript graphical operators, and you can make pleasing -Type 3 fonts that don’t “annoy” Reader. For example, you may not -change colour within a Type 1 font glyph, but there’s no such -restriction on a Type 3 font, which opens opportunities for some -startling effects. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=adobetypen">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=adobetypen</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-algorithms.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-algorithms.html deleted file mode 100644 index 61cf79d5c30..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-algorithms.html +++ /dev/null @@ -1,107 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label algorithms</title> -</head><body> -<h3>Typesetting pseudocode in LaTeX</h3> -<p/>There is no consensus on the ‘right’ way to typeset pseudocode. -Consequently, there are a variety of LaTeX packages to choose from -for producing æsthetically pleasing pseudocode listings. -<p/>Pseudocode differs from actual program listings in that it lacks -strict syntax and semantics. Also, because pseudocode is supposed to -be a clear expression of an algorithm it may need to incorporate -mathematical notation, figures, tables, and other LaTeX features -that do not appear in conventional programming languages. - <a href="FAQ-codelist.html">Typesetting program listings</a> is described - elsewhere. - -<p/>You can certainly create your own environment for typesetting -pseudocode using, for example, the <code>tabbing</code> or -<code>list</code> environments — it’s not difficult, but it may -prove boring. So it’s worth trying the following packages, all -designed specifically for typesetting pseudocode. -<p/>The <i>algorithms</i> bundle (which contains packages -<i>algorithm</i> and <i>algorithmic</i>, both of which are -needed for ordinary use) has a simple interface and produces fairly -nice output. It provides primitives for statements, which can contain -arbitrary LaTeX commands, comments, and a set of iterative and -conditional constructs. These primitives can easily be redefined to -produce different text in the output. However, there is no support -for adding new primitives. Typesetting the pseudocode itself is -performed in <i>algorithmic</i>; the <i>algorithms</i> package -uses the facilities of the <i>float</i> package to number -algorithms sequentially, enable algorithms to float like figures or -tables, and support including a List of Algorithms in a document’s -front matter. -<p/>Packages in the <i>algorithmicx</i> bundle are similar both in -concept and output form to <i>algorithmic</i> but additionally -provide support for adding new keywords and altering the formatting. -It provides the <i>algpseudocode</i> package which is (almost) a -drop-in replacement for <i>algorithmic</i>. Another package in the -bundle, <i>algpascal</i>, uses Pascal-like keywords, indents -differently from <i>algpseudocode</i>, and puts command arguments -in maths mode instead of text mode. There is no floating environment -but <i>algorithmicx</i>, like <i>algorithmic</i>, is compatible -with the <i>algorithm</i> package. -<p/>The <i>alg</i> package, like <i>algorithms</i>, offers a -floating algorithm environment with all of the ensuing niceties. -<i>alg</i>, however, can caption its floats in a variety of -(natural) languages. In addition, <i>alg</i> unlike -<i>algorithms</i>, makes it easy to add new constructs. -<p/>The <i>newalg</i> package has a somewhat similar interface to -<i>algorithms</i>, but its output is designed to mimic the rather -pleasant typesetting used in the book “<em>Introduction to Algorithms</em>” -by Corman, Leiserson, Rivest and Stein. Unfortunately, -<i>newalg</i> does not support a floating environment or any -customisation of the output. -<p/>“<em>Bona fide</em>” use of the style of “Introduction to -Algorithms” may be achieved with Cormen’s own <i>clrscode</i>: -this is the package as used in the second edition of the book. -<p/>Similarly, the style of -“<em>Combinatorial Algorithms: Generation, Enumeration and Search</em>” -is supported by the <i>pseudocode</i> package, written by the -authors of the book. It has the common ‘Pascal-like’ style, and has -some interesting constructs for what one thinks of as Pascal blocks. -<p/>The <i>algorithm2e</i> is of very long standing, and is widely used -and recommended. It loads the <i>float</i> package to provide the -option of floating algorithm descriptions, but you can always use the -“<code>H</code>” option of <i>float</i> to have the algorithm appear -“where you write it”. -<p/>The usage of the <i>program</i> package is a little different from -that of the other packages. It typesets programs in maths mode -instead of text mode; and linebreaks are significant. -<i>program</i> lacks a floating environment but does number -algorithms like <i>alg</i> and <i>algorithms</i>. Customisation -and extension are not supported. Documentation of the -<i>program</i> package (such as it is) appears in a file -<i>program.msg</i> in the distribution. -<p/>None of the above are perfect. The factors that should influence your -choice of package include the output style you prefer, how much you -need to extend or modify the set of keywords, and whether you require -algorithms to float like figures and tables. - - - - - - - - - - - - - - - -<dl> -<dt><tt><i>algorithm2e.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/algorithm2e.zip">macros/latex/contrib/algorithm2e</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/algorithm2e.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/algorithm2e/">browse</a>) -<dt><tt><i>algorithmicx bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/algorithmicx.zip">macros/latex/contrib/algorithmicx</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/algorithmicx.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/algorithmicx/">browse</a>) -<dt><tt><i>algorithms bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/algorithms.zip">macros/latex/contrib/algorithms</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/algorithms.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/algorithms/">browse</a>) -<dt><tt><i>alg.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/alg.zip">macros/latex/contrib/alg</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/alg.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/alg/">browse</a>) -<dt><tt><i>clrscode.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/clrscode.zip">macros/latex/contrib/clrscode</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/clrscode.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/clrscode/">browse</a>) -<dt><tt><i>float.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.zip">macros/latex/contrib/float</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float/">browse</a>) -<dt><tt><i>newalg.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/newalg.zip">macros/latex/contrib/newalg</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/newalg.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/newalg/">browse</a>) -<dt><tt><i>program.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/program.zip">macros/latex/contrib/program</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/program.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/program/">browse</a>) -<dt><tt><i>pseudocode.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pseudocode.zip">macros/latex/contrib/pseudocode</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pseudocode.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pseudocode/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=algorithms">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=algorithms</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-alreadydef.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-alreadydef.html deleted file mode 100644 index 748ce8e51cc..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-alreadydef.html +++ /dev/null @@ -1,61 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label alreadydef</title> -</head><body> -<h3>Package reports “command already defined”</h3> -<p/>You load a pair of packages, and the second reports that one of the -commands it defines is already present. For example, both the -<i>txfonts</i> and <i>amsmath</i> define a command <code>\</code><code>iint</code> -(and <code>\</code><code>iiint</code> and so on); so -<blockquote> -<pre> -... -\usepackage{txfonts} -\usepackage{amsmath} -</pre> -</blockquote><p> -produces a string of error messages of the form: -<blockquote> -<pre> -! LaTeX Error: Command \iint already defined. - Or name \end... illegal, see p.192 of the manual. -</pre> - -</blockquote><p> -As a general rule, things that <i>amsmath</i> defines, it defines -well; however, there is a good case for using the <i>txfonts</i> -version of <code>\</code><code>iint</code> — the associated <i>tx</i> fonts have a -double integral symbol that doesn’t need to be “faked” in the way -<i>amsmath</i> does. In the case that you are loading several -symbol packages, every one of which defines the same symbol, you are -likely to experience the problem in a big way (<code>\</code><code>euro</code> is a common -victim). -<p/>There are similar cases where one package redefines another’s command, -but no error occurs because the redefining package doesn’t use -<code>\</code><code>newcommand</code>. Often, in such a case, you only notice the change -because you assume the definition given by the first package. The -<i>amsmath</i>–<i>txfonts</i> packages are just such a pair; -<i>txfonts</i> doesn’t provoke errors. -<p/>You may deal with the problem by saving and restoring the command. -Macro programmers may care to do this for themselves; for the rest of -us, there’s the package <i>savesym</i>. The sequence: -<blockquote> -<pre> -\usepackage{savesym} -\usepackage{amsmath} -\savesymbol{iint} -\usepackage{txfonts} -\restoresymbol{TXF}{iint} -</pre> -</blockquote><p> -does the job; restoring the <i>amsmath</i> version of the command, -and making the <i>txfonts</i> version of the command available as -<code>\</code><code>TXFiint</code>. -<p/>Documentation of <i>savesym</i> doesn’t amount to much: the only -commands are <code>\</code><code>savesymbol</code> and <code>\</code><code>restoresymbol</code>, as noted above. -<dl> -<dt><tt><i>amsmath.sty</i></tt><dd>Part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -<dt><tt><i>savesym.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/savesym/savesym.sty">macros/latex/contrib/savesym/savesym.sty</a> -<dt><tt><i>txfonts.sty</i></tt><dd>Part of <a href="ftp://cam.ctan.org/tex-archive/fonts/txfonts.zip">fonts/txfonts</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/txfonts.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/txfonts/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=alreadydef">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=alreadydef</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-altabcr.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-altabcr.html deleted file mode 100644 index b895f454cad..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-altabcr.html +++ /dev/null @@ -1,77 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label altabcr</title> -</head><body> -<h3>Alignment tab changed to <code>\</code><code>cr</code></h3> -<p/>This is an error you may encounter in LaTeX when a tabular -environment is being processed. “Alignment tabs” are the -<code>&</code> signs that separate the columns of a tabular; so the error -message -<blockquote> - -<pre> -! Extra alignment tab has been changed to \cr -</pre> -</blockquote><p> -could arise from a simple typo, such as: -<blockquote> -<pre> -\begin{tabular}{ll} - hello & there & jim \\ - goodbye & now -\end{tabular} -</pre> -</blockquote><p> -where the second <code>&</code> in the first line of the table is more than the -two-column <code>ll</code> column specification can cope with. In this -case, an extra “<code>l</code>” in that solves the problem. (If you -continue from the error in this case, “<code>jim</code>” will be moved -to a row of his own.) Another simple typo that can provoke the error -is: -<blockquote> -<pre> -\begin{tabular}{ll} - hello & there - goodbye & now -\end{tabular} -</pre> -</blockquote><p> -where the ‘<code>\\</code>’ has been missed from the first line of the table. -In this case, if you continue from the error, you will find that -LaTeX has made a table equivalent to: -<blockquote> -<pre> -\begin{tabular}{ll} - hello & there goodbye\\ - now -\end{tabular} -</pre> -</blockquote><p> -(with the second line of the table having only one cell). -<p/>Rather more difficult to spot is the occurrence of the error when -you’re using alignment instructions in a “<code>p</code>” column: -<blockquote> -<pre> -\usepackage{array} -... -\begin{tabular}{l>{\raggedright}p{2in}} -here & we are again \\ -happy & as can be -\end{tabular} -</pre> -</blockquote><p> -the problem here (as explained in -<a href="FAQ-tabcellalign.html">tabular cell alignment</a>) is that the -<code>\</code><code>raggedright</code> command in the column specification has overwritten -<code>tabular</code>’s definition of <code>\\</code>, so that -“<code>happy</code>” appears in a new line of the second column, and the -following <code>&</code> appears to LaTeX just like the second -<code>&</code> in the first example above. -<p/>Get rid of the error in the way described in -<a href="FAQ-tabcellalign.html">tabular cell alignment</a> — either use -<code>\</code><code>tabularnewline</code> explicitly, or use the <code>\</code><code>RBS</code> trick described -there. -<dl> -<dt><tt><i>array.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=altabcr">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=altabcr</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-amfonts.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-amfonts.html deleted file mode 100644 index fc542341fc2..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-amfonts.html +++ /dev/null @@ -1,22 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label amfonts</title> -</head><body> -<h3>Where are the <code>am</code> fonts?</h3> -<p/>One <em>still</em> occasionally comes across a request for the <i>am</i> -series of fonts. The initials stood for ‘Almost [Computer] Modern’, -and they were the predecessors of the Computer Modern fonts that we -all know and love (or hate) -. -There’s not a lot one can do with these -fonts; they are (as their name implies) almost (but not quite) the -same as the <i>cm</i> series; if you’re faced with a document that requests -them, all you can reasonably do is to edit the document. The -appearance of DVI files that request them is sufficiently rare that -no-one has undertaken the mammoth task of creating a translation of -them by means of virtual fonts; however, most drivers let you have a -configuration file in which you can specify font substitutions. If you -specify that every <i>am</i> font should be replaced by its corresponding -<i>cm</i> font, the output should be almost correct. -<p/> -<p/><p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=amfonts">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=amfonts</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ant.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ant.html deleted file mode 100644 index 9fda82f2995..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ant.html +++ /dev/null @@ -1,23 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ant</title> -</head><body> -<h3>The ANT typesetting system</h3> -<p/>Achim Blumensath’s <a href="http://ant.berlios.de">ANT</a> project, -in contrast to <i>NTS</i>, aims -not to replicate TeX with a different implementation technique, but -rather to provide a replacement for TeX which uses TeX-like -typesetting algorithms in a very different programming environment. -ANT remains under development, but it is now approaching the -status of a usable typesetting system. -<p/>ANT’s markup language is immediately recognisable to the -(La)TeX user, but the scheme of implementing design in -ANT’s own implementation language (presently -<i>OCaml</i>) comes as a pleasant surprise to the jaded FAQ -writer. This architecture holds the promise of a system that avoids a -set of serious problems with TeX’s user interface: those that -derive from the design language being the same as the markup language. -<dl> -<dt><tt><i>ANT</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/ant.zip">systems/ant</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/ant.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/ant/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ant">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ant</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html deleted file mode 100644 index 89083a05049..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-appendix.html +++ /dev/null @@ -1,110 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label appendix</title> -</head><body> -<h3>Appendixes</h3> -<p/>LaTeX provides an exceedingly simple mechanism for appendixes: the -command <code>\</code><code>appendix</code> switches the document from generating sections -(in <i>article</i> class) or chapters (in <i>report</i> or -<i>book</i> classes) to producing appendixes. Section or chapter -numbering is restarted and the representation of the counter switches -to alphabetic. So: -<blockquote> -<pre> -\section{My inspiration} -... - -\section{Developing the inspiration} -... - -\appendix -\section{How I became inspired} -... -</pre> -</blockquote><p> -would be typeset (in an <i>article</i> document) something like: -<blockquote> -<b>1 My inspiration</b> -<p/>... -<p/><b>2 Developing the inspiration</b> -<p/>... -<p/><b>A How I became inspired</b> -<p/>... -</blockquote><p> -which is quite enough for many ordinary purposes. Note that, once -you’ve switched to typesetting appendixes, LaTeX provides you with -no way back — once you’ve had an appendix, you can no longer have an -“ordinary” <code>\</code><code>section</code> or <code>\</code><code>chapter</code>. -<p/>The <i>appendix</i> provides several ways of elaborating on this -simple setup. Straightforward use of the package allows you to have a -separate heading, both in the body of the document and the table of -contents; this would be achieved by -<blockquote> -<pre> -\usepackage{appendix} -... -\appendix -\appendixpage -\addappheadtotoc -</pre> -</blockquote><p> -The <code>\</code><code>appendixpage</code> command adds a separate title “Appendices” -above the first appendix, and <code>\</code><code>addappheadtotoc</code> adds a similar -title to the table of contents. These simple modifications cover many -people’s needs about appendixes. -<p/>The package also provides an <code>appendices</code> environment, -which provides for fancier use. The environment is best controlled by -package options; the above example would be achieved by -<blockquote> -<pre> -\usepackage[toc,page]{appendix} -... -\begin{appendices} -... -\end{appendices} -</pre> -</blockquote><p> -The great thing that the <code>appendices</code> environment gives -you, is that once the environment ends, you can carry on with sections -or chapters as before — numbering isn’t affected by the intervening -appendixes. -<p/>The package provides another alternative way of setting appendixes, as -inferior divisions in the document. The <code>subappendices</code> -environment allows you to put separate appendixes for a particular -section, coded as <code>\</code><code>subsection</code>s, or for a particular chapter, coded -as <code>\</code><code>section</code>s. So one might write: -<blockquote> -<pre> -\usepackage{appendix} -... -\section{My inspiration} -... -\begin{subappendices} -\subsection{How I became inspired} -... -\end{subappendices} - -\section{Developing the inspiration} -... -</pre> -</blockquote><p> -Which will produce output something like: -<blockquote> -<b>1 My inspiration</b> -<p/>... -<p/><b>1.A How I became inspired</b> -<p/>... -<p/><b>2 Developing the inspiration</b> -<p/>... -</blockquote><p> -<p/>There are many other merry things one may do with the package; the -user is referred to the package documentation for further details. -<p/>The <i>memoir</i> class includes the facilities of the -<i>appendix</i> package. The <i>KOMA-script</i> classes offer a -<code>\</code><code>appendixprefix</code> command for manipulating the appearance of appendixes. -<dl> -<dt><tt><i>appendix.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/appendix.zip">macros/latex/contrib/appendix</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/appendix.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/appendix/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=appendix">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=appendix</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-archives.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-archives.html deleted file mode 100644 index c5d5971f4f9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-archives.html +++ /dev/null @@ -1,47 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label archives</title> -</head><body> -<h3>Repositories of TeX material</h3> -<p/>To aid the archiving and retrieval of of TeX-related files, a -TUG working group developed the Comprehensive TeX Archive -Network (CTAN). Each CTAN site has identical material, -and maintains authoritative versions of its material. These -collections are extensive; in particular, almost everything mentioned -in this FAQ -is archived at the CTAN sites (see the lists of software at the -end of each answer). -<p/> - The CTAN sites are - <a href="ftp://dante.ctan.org/tex-archive">Dante (Germany)</a>, - <a href="ftp://cam.ctan.org/tex-archive">Cambridge (UK)</a> and - <a href="ftp://tug.ctan.org/tex-archive">TUG (USA)</a>; the links are to - the root of the CTAN tree, above which the layout is - identical at each site. -<p/>The TeX files at each CTAN node may also be accessed via -the Web at URLs <a href="http://www.dante.de/tex-archive">http://www.dante.de/tex-archive</a>, -<a href="http://www.tex.ac.uk/tex-archive">http://www.tex.ac.uk/tex-archive</a> and -<a href="http://www.ctan.org/tex-archive">http://www.ctan.org/tex-archive</a> respectively, but not all -CTAN mirrors are Web-accessible. -<p/>As a matter of course, to reduce network load, -please use the CTAN site -or mirror closest to you. A complete and current list of CTAN sites -and known mirrors is available as file <a href="ftp://cam.ctan.org/tex-archive/CTAN.sites">CTAN.sites</a> on the -archives themselves. -<p/>Better still, the script behind <a href="http://mirror.ctan.org/">http://mirror.ctan.org/</a> will -cunningly choose a “nearby” mirror for you, using information from -the database ‘behind’ <a href="ftp://cam.ctan.org/tex-archive/CTAN.sites">CTAN.sites</a>; at present it uses -<code>ftp</code> protocol for transfers, but the intention is to convert -it to using <code>http</code> (web) protocol in the near future. -<p/>To access a particular thing through the <code>mirror.ctan.org</code> -mechanism, simply place the CTAN path after the base -URL; so -<a href="http://mirror.ctan.org/macros/latex/contrib/footmisc/">http://mirror.ctan.org/macros/latex/contrib/footmisc/</a> will -connect you to the <i>footmisc</i> directory — note that the -<i>tex-archive</i> part of the CTAN path isn’t needed. -<p/>For details of how to find files at CTAN sites, see -“<a href="FAQ-findfiles.html">finding (La)TeX files</a>”. -<p/>The TeX user who has no access to any sort of -network may buy a copy of the archive as part of the -<a href="FAQ-CD.html">TeX Live distribution</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=archives">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=archives</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-askquestion.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-askquestion.html deleted file mode 100644 index f2f9211afd8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-askquestion.html +++ /dev/null @@ -1,61 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label askquestion</title> -</head><body> -<h3>How to ask a question</h3> -<p/>You want help from the community at large; you’ve decided where you’re -going to <a href="FAQ-gethelp.html">ask your question</a>, but how do you -phrase it? -<p/>Excellent “general” advice (how to ask questions of anyone) is -contained in - -<a href="http://catb.org/~esr/faqs/smart-questions.html">Eric Raymond’s article on the topic</a>. -Eric’s an extremely self-confident person, and this comes through in -his advice; but his guidelines are very good, even for us in the -un-self-confident majority. It’s important to remember that you don’t -have a right to advice from the world, but that if you express -yourself well, you will usually find someone who will be pleased to -help. -<p/>So how do you express yourself in the (La)TeX world? There aren’t -any comprehensive rules, but a few guidelines may help in the -application of your own common sense. -<ul> -<li> Make sure you’re asking the right people. Don’t ask in a TeX - forum about printer device drivers for the <i>Foobar</i> - operating system. Yes, TeX users need printers, but no, TeX - users will typically <em>not</em> be <i>Foobar</i> systems - managers. -<p/> Similarly, avoid posing a question in a language that the majority - of the group don’t use: post in Ruritanian to - <i>de.comp.text.tex</i> and you may have a long wait before a - German- and Ruritanian-speaking TeX expert notices your - question. -<li> If your question is (or may be) TeX-system-specific, report - what system you’re using, or intend to use: “I can’t install - TeX” is as good as useless, whereas “I’m trying to install the - <i>mumbleTeX</i> distribution on the <i>Grobble</i> - operating system” gives all the context a potential respondent - might need. Another common situation where this information is - important is when you’re having trouble installing something new in - your system: “I want to add the <i>glugtheory</i> package to my - <i>mumbleTeX v12.0</i> distribution on the <i>Grobble 2024</i> - operating system”. -<li> If you need to know how to do something, make clear what your - environment is: “I want to do <em>x</em> in Plain TeX”, or “I - want to do <em>y</em> in LaTeX running the <i>boggle</i> - class”. If you thought you knew how, but your attempts are - failing, tell us what you’ve tried: “I’ve already tried installing - the <i>elephant</i> in the <i>minicar</i> directory, and it - didn’t work, even after refreshing the filename database”. -<li> If something’s going wrong within (La)TeX, pretend you’re - <a href="FAQ-latexbug.html">submitting a LaTeX bug report</a>, - and try to generate a <a href="FAQ-minxampl.html">minimum failing example</a>. - If your example - needs your local <i>xyzthesis</i> class, or some other resource - not generally available, be sure to include a pointer to how the - resource can be obtained. -<li> Be as succinct as possible. Your helpers don’t usually need to - know <em>why</em> you’re doing something, just <em>what</em> you’re - doing and where the problem is. -</ul> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=askquestion">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=askquestion</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atsign.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atsign.html deleted file mode 100644 index 7f2c267226b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atsign.html +++ /dev/null @@ -1,12 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label atsign</title> -</head><body> -<h3>How to type an ‘@’ sign?</h3> -<p/>Long ago, some packages used to use the ‘@’ sign as a command, so that -special measures were needed to type it. While those packages are -still in principle available, few people use them, and those that do -use them have ready access to rather good documentation. -<p/>Ordinary people (such as the author of this FAQ) need only type -‘@’. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=atsign">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=atsign</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atsigns.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atsigns.html deleted file mode 100644 index 1c73cdc7fbe..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atsigns.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label atsigns</title> -</head><body> -<h3><code>\</code><code>@</code> and <code>@</code> in macro names</h3> -<p/>Macro names containing <code>@</code> are <em>internal</em> to LaTeX, and -without special treatment just don’t work in ordinary use. A nice -example of the problems caused is discussed in -<a href="FAQ-atvert.html"><code>\</code><code>@</code> in vertical mode</a>”. -<p/>The problems users see are caused by copying bits of a class -(<code>.cls</code> file) or -package (<code>.sty</code> file) into a document, or by including a class or -package file into a LaTeX document by some means other than -<code>\</code><code>documentclass</code> or <code>\</code><code>usepackage</code>. LaTeX defines internal -commands whose names contain the character <code>@</code> to -avoid clashes between its internal names and names that we would -normally use in our documents. In order that these commands may work -at all, <code>\</code><code>documentclass</code> and <code>\</code><code>usepackage</code> play around with the -meaning of <code>@</code>. -<p/>If you’ve included a file some other way (for example, using -<code>\</code><code>input</code>), you can probably solve the problem by using the correct -command. -<p/>If you’re using a fragment of a package or class, you may well feel -confused: books such as the first edition of the -<a href="FAQ-books.html">The LaTeX Companion</a> -are full of fragments of packages as examples for you to employ. -The second edition of the <em>Companion</em> makes clearer how you -should use these fragments, and in addition, the code of -all the examples is now available on CTAN. -To see the technique in practice, look at the example below, from file -<i>2-2-7.ltx</i> in the <em>Companion</em> examples directory: -<blockquote> -<pre> -\makeatletter -\renewcommand\subsection{\@startsection - {subsection}{2}{0mm}%name, level, indent - {-\baselineskip}% beforeskip - {0.5\baselineskip}% afterskip - {\normalfont\normalsize\itshape}}% style -\makeatother -</pre> -</blockquote><p> -(That example appears on page 29 of <em>The LaTeX Companion</em>, -second edition.) -<p/>The alternative is to treat all these fragments as a package proper, -bundling them up into a <code>.sty</code> file and including them with -<code>\</code><code>usepackage</code>; this way you hide your LaTeX internal code somewhere -that LaTeX internal code is expected, which often looks ‘tidier’. -<dl> -<dt><tt><i>Examples from the Companion</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/examples/tlc2.zip">info/examples/tlc2</a> (<a href="ftp://cam.ctan.org/tex-archive/info/examples/tlc2.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/examples/tlc2/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=atsigns">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=atsigns</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html deleted file mode 100644 index f1761290a2d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html +++ /dev/null @@ -1,28 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label atvert</title> -</head><body> -<h3><code>\</code><code>spacefactor</code> complaints</h3> -<p/>The errors -<pre> -! You can't use `\spacefactor' in vertical mode. -\@->\spacefactor - \@m -</pre> -or -<pre> -! You can't use `\spacefactor' in math mode. -\@->\spacefactor - \@m -</pre> -or simply -<pre> -! Improper \spacefactor. -... -</pre> -bites the LaTeX programmer who uses an internal command without taking -“precautions”. The problem is discussed in detail in - -“<a href="FAQ-atsigns.html"><code>@</code> in macro names</a>”, -together with solutions. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=atvert">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=atvert</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-backref.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-backref.html deleted file mode 100644 index 882a922f255..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-backref.html +++ /dev/null @@ -1,23 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label backref</title> -</head><body> -<h3>References from the bibliography to the citation</h3> -<p/>A link (or at least a page reference), from the bibliography to the -citing command, is often useful in large documents. -<p/>Two packages support this requirement, <i>backref</i> and -<i>citeref</i>. <i>Backref</i> is part of the -<i>hyperref</i> bundle, and supports hyperlinks back to the citing -command. <i>Citeref</i> is the older, and seems to rely on rather -simpler (and therefore possibly more stable) code. Neither collapses -lists of pages (“<code>5, 6, 7</code>” comes out as such, rather than as -“<code>5–7</code>”), but neither package repeats the reference to a page that -holds multiple citations. (The failure to collapse lists is of course -forgiveable in the case of the <i>hyperref</i>-related -<i>backref</i>, since the concept of multiple hyperlinks from the -same anchor is less than appealing.) -<dl> -<dt><tt><i>backref.sty</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -<dt><tt><i>citeref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/citeref.zip">macros/latex/contrib/citeref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/citeref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/citeref/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=backref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=backref</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-badhyph.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-badhyph.html deleted file mode 100644 index 4ca66686b50..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-badhyph.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label badhyph</title> -</head><body> -<h3>Improper <code>\</code><code>hyphenation</code> will be flushed</h3> -<p/>For example -<pre> -! Improper \hyphenation will be flushed. -\'#1->{ - \accent 19 #1} -<*> \hyphenation{Ji-m\'e - -nez} -</pre> -(in Plain TeX) or -<pre> -! Improper \hyphenation will be flushed. -\leavevmode ->\unhbox - \voidb@x -<*> \hyphenation{Ji-m\'e - -nez} -</pre> -in LaTeX. -<p/>As mentioned in <a href="FAQ-nohyph.html">“hyphenation failures”</a>, -words with accents in them may not be hyphenated. As a result, any -such word is deemed improper in a <code>\</code><code>hyphenation</code> command. -<p/>The solution is to use a font that contains the character in question, -and to express the <code>\</code><code>hyphenation</code> command in terms of that -character; this “hides” the accent from the hyphenation mechanisms. -LaTeX users can be achieved this by use of the <i>fontenc</i> -package (part of the LaTeX distribution). If you select an 8-bit -font with the package, as in <code>\</code><code>usepackage[T1]{fontenc}</code>, -accented-letter commands such as the <code>\’</code><code>e</code> in -<code>\hyphenation{Ji-m\’</code><code>e-nez}</code> automatically become the single accented -character by the time the hyphenation gets to look at it. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=badhyph">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=badhyph</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-balance.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-balance.html deleted file mode 100644 index f04c9d28794..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-balance.html +++ /dev/null @@ -1,47 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label balance</title> -</head><body> -<h3>Balancing columns at the end of a document</h3> -<p/>The <i>twocolumn</i> option of the standard classes causes -LaTeX to set the text of a document in two columns. However, the last -page of the document typically ends up with columns of different -lengths — such columns are said to be “unbalanced”. Many (most?) -people don’t like unbalanced columns. -<p/>The simplest solution to the problem is to use the <i>multicol</i> -package in place of the <i>twocolumn</i> option, as -<i>multicol</i> balances the columns on the final page by default. -However, the use of <i>multicol</i> does come at a cost: its -special output routine disallows the use of in-column floats, though -it does still permit full-width (e.g., <code>figure*</code> -environment) floats. -<p/>As a result, there is a constant push for a means of balancing columns -at the end of a <i>twocolumn</i> document. Of course, the job can -be done manually: <code>\</code><code>pagebreak</code> inserted at the appropriate place on -the last page can often produce the right effect, but this seldom -appeals, and if the last page is made up of automatically-generated -text (for example, bibliography or index) inserting the command will -be difficult. -<p/>The <i>flushend</i> package offers a solution to this problem. It’s a -somewhat dangerous piece of macro code, which patches one of the most -intricate parts of the LaTeX kernel without deploying any of the -safeguards discussed in <a href="FAQ-patch.html">patching commands</a>. -The package only changes the behaviour at end document (its -<code>\</code><code>flushend</code> command is enabled by default), and one other command -permits adjustment of the final balance; other packages in the bundle -provide means for insertion of full width material in two-column -documents. -<p/>The <i>balance</i> package also patches the output routine -(somewhat more carefully than <i>flushend</i>). -<p/>The user should be aware that any of these packages are liable to -become confused in the presence of floats: if problems arise, manual -adjustment of the floats in the document is likely to be necessary. -It is this difficulty (what’s required in any instance can’t really be -expressed in current LaTeX) that led the author of -<i>multicol</i> to suppress single-column-wide floats. -<dl> -<dt><tt><i>balance.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/preprint.zip">macros/latex/contrib/preprint</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/preprint.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/preprint/">browse</a>) -<dt><tt><i>flushend.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sttools.zip">macros/latex/contrib/sttools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sttools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sttools/">browse</a>) -<dt><tt><i>multicol.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<p/></dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=balance">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=balance</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-baselinepar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-baselinepar.html deleted file mode 100644 index 0d1a560fea1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-baselinepar.html +++ /dev/null @@ -1,79 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label baselinepar</title> -</head><body> -<h3>Only one <code>\</code><code>baselineskip</code> per paragraph</h3> -<p/>The <code>\</code><code>baselineskip</code> is not (as one might hope) a property of a -line, but of a paragraph. As a result, in a <code>10pt</code> (nominal) -document (with a default <code>\</code><code>baselineskip</code> of <code>12pt</code>), a -single character with a larger size, as: -<blockquote> -<pre> -{\Huge A} -</pre> -</blockquote><p> -will be squashed into the paragraph: TeX will make sure it doesn’t -scrape up against the line above, but won’t give it “room to -breathe”, as it does the text at standard size; that is, its size -(<code>24.88pt</code>) is taken account of, but its <code>\</code><code>baselineskip</code> -(<code>30pt</code>) isn’t. Similarly -<blockquote> -<pre> -Paragraph text ... -{\footnotesize Extended interjection ... - ... into the paragraph.} - ... paragraph continues ... -</pre> -</blockquote><p> -will look silly, since the <code>8pt</code> interjection will end up set -on the <code>12pt</code> <code>\</code><code>baselineskip</code> of the paragraph, rather than -its preferred <code>8.5pt</code>. Finally, something like -<blockquote> -<pre> -Paragraph text ... - ... paragraph body ends. -{\footnotesize Short comment on paragraph.} - -Next paragraph starts... -</pre> -</blockquote><p> -will set the body of the first paragraph on the constricted -<code>\</code><code>baselineskip</code> of the <code>\</code><code>footnotesize</code> comment. -<p/>So, how to deal with these problems? The oversized (short) section is -typically corrected by a <em>strut</em>: this word comes from movable -metal typography, and refers to a spacer that held the boxes (that -contained the metal character shapes) apart. Every time you change -font size, LaTeX redefines the command <code>\</code><code>strut</code> to provide the -equivalent of a metal-type strut for the size chosen. So for the -example above, we would type -<blockquote> -<pre> -Paragraph text ... - {\Huge A\strut} - ... paragraph continues ... -</pre> -</blockquote><p> -However, more extended insertions (whether of larger or smaller text) -are always going to cause problems; while you can strut larger text, -ensuring that you strut every line will be tiresome, and there’s no -such thing as a “negative strut” that pulls the lines together for -smaller text. -<p/>The only satisfactory way to deal with an extended insertion at a -different size is to set it off as a separate paragraph. A -satisfactory route to achieving this is the <code>quote</code> -environment, which sets its text modestly inset from the enclosing -paragraph: -<blockquote> -<pre> -Paragraph text ... -\begin{quote} - \footnotesize This is an inset account - of something relevant to the enclosing - paragraph... -\end{quote} -... paragraph continues ... -</pre> -</blockquote><p> -Such quote-bracketing also deals with the problem of a trailing -comment on the paragraph. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=baselinepar">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=baselinepar</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibaccent.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibaccent.html deleted file mode 100644 index 2e9553e7a6e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibaccent.html +++ /dev/null @@ -1,14 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label bibaccent</title> -</head><body> -<h3>Accents in bibliographies</h3> -<p/>BibTeX not only has a tendency (by default) to mess about with the - -<a href="FAQ-capbibtex.html">case of letters in your bibliography</a>, -also makes a hash of accent commands: -“<code>ma</code><code>\</code><code>~</code><code>nana</code>” comes out as “ma -nana” (!). The solution is similar that of the letter case problem: -enclose the troublesome sequence in braces, as -“<code>{</code><code>\</code><code>~</code><code>n}</code>”, in this example. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibaccent">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibaccent</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibinline.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibinline.html deleted file mode 100644 index 6bf4d75f2d8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibinline.html +++ /dev/null @@ -1,41 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label bibinline</title> -</head><body> -<h3>Putting bibliography entries in text</h3> -<p/>This is a common requirement for journals and other publications in -the humanities. Sometimes the requirement is for the entry to appear -in the running text of the document, while other styles require that -the entry appear in a footnote. -<p/>Options for entries in running text are -<ul> -<li> The package <i>bibentry</i>, which puts slight restrictions - on the format of entry that your <code>.bst</code> file generates, but is - otherwise undemanding of the bibliography style. -<li> The package <i>inlinebib</i>, which requires that you use its - <i>inlinebib.bst</i>. <i>Inlinebib</i> was actually designed for - footnote citations: its <em>expected</em> use is that you place a - citation inline as the argument of a <code>\</code><code>footnote</code> command. -<li> The package <i>jurabib</i>, which was originally designed for - German law documents, and has comprehensive facilities for the - manipulation of citations. The package comes with four bibliography - styles that you may use: <i>jurabib.bst</i>, <i>jhuman.bst</i> and - two Chicago-like ones. -</ul> -<p/>Options for entries in footnotes are -<ul> -<li> The package <i>footbib</i>, and -<li> Packages <i>jurabib</i> and <i>inlinebib</i>, again. -</ul> -Note that <i>jurabib</i> does the job using LaTeX’s standard -footnotes, whereas <i>footbib</i> creates its own sequence of -footnotes. Therefore, in a document which has other footnotes, it may -be advisable to use <i>jurabib</i> (or of course -<i>inlinebib</i>), to avoid confusion of footnotes and foot-citations. -<dl> -<dt><tt><i>bibentry.sty</i></tt><dd><em>Distributed with</em> <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.zip">macros/latex/contrib/natbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib/">browse</a>) -<dt><tt><i>footbib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footbib.zip">macros/latex/contrib/footbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/footbib/">browse</a>) -<dt><tt><i>inlinebib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/inlinebib.zip">biblio/bibtex/contrib/inlinebib</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/inlinebib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/inlinebib/">browse</a>) -<dt><tt><i>jurabib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/jurabib.zip">macros/latex/contrib/jurabib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/jurabib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/jurabib/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibinline">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibinline</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-biblatex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-biblatex.html deleted file mode 100644 index 055e46b3acb..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-biblatex.html +++ /dev/null @@ -1,72 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label biblatex</title> -</head><body> -<h3>Replacing the BibTeX–LaTeX mechanism</h3> -<p/>Producing a successor to BibTeX has long been a favoured activity -among a certain class of TeX-users; the author has seen reports of -progress (on several projects), over the years, but few that claim to -be ready for “real-world” use. -<p/>Few would deny that BibTeX is ripe for renewal: as originally -conceived, it was a program for creating bibliographies for technical -documents, in English. People have contributed mechanisms for a -degree of multilingual use (whose techniques are arcane, and quite -likely inextensible); and specialist BibTeX style files are -available for use in non-technical papers. -<p/>BibTeX uses a style language whose mechanisms are unfamiliar to -most current programmers: it’s difficult to learn, but since there are -fewer opportunities to write the language, it’s also difficult to become -fluent (in the way that so many people fluently write the equally -arcane TeX macro language). -<p/>Oren Patashnik (the author of BibTeX) summarises the issues as he -sees them, in a -<a href="http://tug.org/TUGboat/Articles/tb24-1/patashnik.pdf">TUG conference paper from 2003</a> -that seems to suggest that we might expect a -BibTeX 1.0...which hasn’t (yet) appeared. -<p/>In the absence of BibTeX 1.0, what do we need from the bibliography -system of the future? — simple: a superset of what BibTeX does -(or can be made to do), implemented in a simpler style language, with -coherent multilingual capabilities. -<p/>Of the direct BibTeX replacements, the only one whose authors have -sufficient confidence to submit to CTAN is CrossTeX. -CrossTeX’s language feels familiar to the existing user of -BibTeX, but it’s redesigned in an object-oriented style, and looks -(to a non-user) as if it may well be adequately flexible. -<p/>CrossTeX’s team respond to queries, and seem well aware of the -need for multilingual support. CrossTeX is probably a development -to watch. -<p/>Two interesting alternative approaches, that the author has -investigated, are <i>amsrefs</i> and <i>biblatex</i>. -<i>Amsrefs</i> does away with BibTeX altogether, while -<i>biblatex</i> makes rather limited use of BibTeX. Both are -heavily dependent on LaTeX’s support. -<p/><i>Amsrefs</i> uses a transformed <code>.bib</code> file, which is -expressed as LaTeX macros. (The package provides a BibTeX style -that performs the transformation, so that a LaTeX source containing -a <code>\</code><code>nocite{*}</code> command enables BibTeX to produce a usable -<i>amsrefs</i> bibliography database.) -<p/><i>Amsrefs</i> is maintained by the AMS as part of its author -support programme, -<p/><i>Biblatex</i> uses BibTeX more-or-less as normal, but with -<i>biblatex</i>’s own style; the style of citations and of the -bibliography itself is determined by the way your <i>biblatex</i> -style has been set up. This structure eliminates the collections of -BibTeX styles, at a stroke; the package comes with a basic set of -styles, and details are determined by options, set at package loading -time. The author, Philipp Lehman, evaluated the whole field of -bibliography software before starting, and as a result the package -comes with answers to many of the questions asked in the bibliography -sections of these FAQs. -<p/><i>Biblatex</i> is released as experimental software, but it’s -clear that many users are already using it happily; Lehman is -responsive to problem reports, at the moment, but a set of expert -users is already establishing itself. -<dl> -<dt><tt><i>amsrefs.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/amsrefs.zip">macros/latex/contrib/amsrefs</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/amsrefs.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/amsrefs/">browse</a>) -<dt><tt><i>biblatex.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/exptl/biblatex.zip">macros/latex/exptl/biblatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/exptl/biblatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/exptl/biblatex/">browse</a>) -<dt><tt><i>CrossTeX</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/biblio/crosstex/">biblio/crosstex/</a> -</dl> -<p/> -<p/> - -<p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=biblatex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=biblatex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibplain.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibplain.html deleted file mode 100644 index 6e2fc9e212b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibplain.html +++ /dev/null @@ -1,15 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label bibplain</title> -</head><body> -<h3>Using BibTeX with Plain TeX</h3> -<p/>The file <i>btxmac.tex</i> (which is part of the Eplain system) -contains macros and documentation for using BibTeX with -Plain TeX, either directly or with <a href="FAQ-eplain.html">Eplain</a>. See -<a href="FAQ-BibTeXing.html">the use of BibTeX</a> for more -information about BibTeX itself. -<dl> -<dt><tt><i>btxmac.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/eplain/tex/eplain/btxmac.tex">macros/eplain/tex/eplain/btxmac.tex</a> -<dt><tt><i>eplain system</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/eplain.zip">macros/eplain</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/eplain.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/eplain/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibplain">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibplain</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibprefixsort.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibprefixsort.html deleted file mode 100644 index e82194c6ae8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibprefixsort.html +++ /dev/null @@ -1,56 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label bibprefixsort</title> -</head><body> -<h3>BibTeX sorting and name prefixes</h3> -<p/>BibTeX recognises a bewildering array of name prefixes (mostly -those deriving from European language names); it ignores the prefixes -when sorting the bibliography — you want “Ludwig van Beethoven” -sorted under “Beethoven”, not under “van”. (Lamport made a witty -deliberate mistake with Beethoven’s name, in the first edition of his -LaTeX manual.) -<p/>However, a recurring issue is the desire to quote Lord Rayleigh’s -publications (“Lord” isn’t an acceptable prefix), or names from -languages that weren’t considered when BibTeX was designed such as -“al-Wakil” (transcribed from the Arabic). What’s needed is a -separate “sort key”, but BibTeX only allows such a thing in -citations of items that have no author or editor. -<p/>The solution is to embed the sort key in the author’s name, but to -prevent it from being typeset. Patashnik recommends a command -<code>\</code><code>noopsort</code> (no-output-sortkey), which is defined and used as -follows: -<blockquote> -<pre> -@PREAMBLE{ {\providecommand{\noopsort}[1]{}} } -... -@ARTICLE{Rayleigh1, -AUTHOR = "{\noopsort{Rayleigh}}{Lord Rayleigh}", -... -} -</pre> - -</blockquote><p> -Note that this <code>\</code><code>noopsort</code> applies to the last name in this kind of -construct, so an author with an Arabic name might be rendered: -<blockquote> -<pre> -... -AUTHOR = "Ali {\noopsort{Hadiidii}}{al-Hadiidii}", -... -</pre> -</blockquote><p> - -A further use might deal with word order games, as in the famous -Vietnamese name: -<blockquote> -<pre> -... -AUTHOR = "\noopsort{Thanh Han The}{Han The Thanh}", -... -</pre> -</blockquote><p> - -though that author seems well-acquainted with Western confusion about -the significance of the parts of his name (even to the extent of -missing out the accentuation, as above...). -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibprefixsort">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibprefixsort</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibstrtl.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibstrtl.html deleted file mode 100644 index c8665ba7998..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibstrtl.html +++ /dev/null @@ -1,55 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label bibstrtl</title> -</head><body> -<h3>‘String too long’ in BibTeX</h3> -<p/>The BibTeX diagnostic “Warning–you’ve exceeded 1000, the -<code>global-string-size</code>, for entry <code>foo</code>” usually arises -from a very large abstract or annotation included in the database. -The diagnostic usually arises because of an infelicity in the coding of -<i>abstract.bst</i>, or styles derived from it. (One doesn’t -ordinarily output annotations in other styles.) -<p/>The solution is to make a copy of the style file (or get a clean copy -from CTAN — <a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/bibtools/abstract.bst">biblio/bibtex/utils/bibtools/abstract.bst</a>), and rename it (e.g., on a -long file-name system, to <i>abstract-long.bst</i>). Now edit it: find -function <code>output.nonnull</code> and -<ul> -<li> change its first line (line 60 in the version on CTAN) - from - <blockquote> -<pre> -{ 's := -</pre> - </blockquote><p> -to - <blockquote> -<pre> -{ swap$ -</pre> - </blockquote><p> - Finally, -<li> delete the function’s last line, which just says “<code>s</code> - (line 84 in the version on CTAN). -</ul> -Finally, change your <code>\</code><code>bibliographystyle</code> command to refer to the -name of the new file. -<p/>This technique applies equally to any bibliography style: the same -change can be made to any similar <code>output.nonnull</code> function. -<p/>If you’re reluctant to make this sort of change, the only way forward -is to take the entry out of the database, so that you don’t encounter -BibTeX’s limit, but you may need to retain the entry because it -will be included in the typeset document. In such cases, put the body -of the entry in a separate file: -<blockquote> -<pre> -@article{long.boring, - author = "Fred Verbose", - ... - abstract = "{\input{abstracts/long.tex}}" -} -</pre> -</blockquote><p> -In this way, you arrange that all BibTeX has to deal with is the -file name, though it will tell TeX (when appropriate) to include -all the long text. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibstrtl">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibstrtl</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibtocorder.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibtocorder.html deleted file mode 100644 index 1818cab7147..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibtocorder.html +++ /dev/null @@ -1,32 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label bibtocorder</title> -</head><body> -<h3>Table of contents rearranges “<i>unsrt</i>” ordering</h3> -<p/>If you’re using the <i>unsrt</i> bibliography style, you’re -expecting that your bibliography will <em>not</em> be sorted, but that -the entries will appear in the order that they first appeared in your -document. -<p/>However, if you’re unfortunate enough to need a citation in a section -title, and you also have a table of contents, the citations that now -appear in the table of contents will upset the “natural” ordering -produced by the <i>unsrt</i> style. Similarly, if you have -citations in captions, and have a list of figures (or tables). -<p/>There’s a pretty simple “manual” method for dealing with the -problem — when you have the document stable: -<ol> -<li> Delete the <code>.aux</code> file, and any of <code>.toc</code>, - <code>.lof</code>, <code>.lot</code> files. -<li> Run LaTeX. -<li> Run BibTeX for the last time. -<li> Run LaTeX often enough that things are stable again. -</ol> -Which is indeed simple, but it’s going to get tedious when you’ve -found errors in your “stable” version, often enough. -<p/>The package <i>notoccite</i> avoids the kerfuffle, and suppresses -citations while in the table of contents, or lists of figures, tables -(or other floating things: the code is quite general). -<dl> -<dt><tt><i>notoccite.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/notoccite.sty">macros/latex/contrib/misc/notoccite.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibtocorder">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibtocorder</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibtranscinit.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibtranscinit.html deleted file mode 100644 index 4d2b65ca6cc..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bibtranscinit.html +++ /dev/null @@ -1,91 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label bibtranscinit</title> -</head><body> -<h3>‘Multi-letter’ initials in BibTeX</h3> -<!-- compound initials, transcribed initials --> -<p/>If your bibliographic style uses initials + surname, you may encounter -a problem with some transcribed names (for example, Russian ones). -Consider the following example from the real world: -<blockquote> - -<pre> -@article{epifanov1997, - author = {Epifanov, S. Yu. and Vigasin, A. A.}, - title = ... -} -</pre> -</blockquote><p> -Note that the “Yu” is the initial, not a complete name. However, -BibTeX’s algorithms will leave you with a citation — -slightly depending on the bibliographic style — that reads: -“S. Y. Epifanov and A. A. Vigasin, ...”. instead of the intended -“S. Yu. Epifanov and A. A. Vigasin, ...”. -<p/>One solution is to replace each affected initial by a command that -prints the correct combination. To keep your bibliography portable, -you need to add that command to your bibliography with the -<code>@preamble</code> directive: -<blockquote> - -<pre> -@preamble{ {\providecommand{\BIBYu}{Yu} } } - -@article{epifanov1997, - author = {Epifanov, S. {\BIBYu}. and Vigasin, A. A.}, - title = ... -} -</pre> -</blockquote><p> -If you have many such commands, you may want to put them in a separate -file and <code>\</code><code>input</code> that LaTeX file in a <code>@preamble</code> -directive. -<p/>An alternative is to make the transcription look like an accent, from -BibTeX’s point of view. For this we need a control sequence that -does nothing: -<blockquote> -<pre> -@article{epifanov1997, - author = {Epifanov, S. {\relax Yu}. and Vigasin, A. A.}, - title = ... -} -</pre> -</blockquote><p> - -Like the solution by generating extra commands, this involves tedious -extra typing; which of the two techniques is preferable for a given -bibliography will be determined by the names in it. It should be -noted that a preamble that introduces lots of odd commands is usually -undesirable if the bibliography is a shared one. -<p/>“Compound” initials (for single names made up of two or more words) -may be treated in the same way, so one can enter Forster’s rather -complicated name as: -<blockquote> -<pre> -@article{forster2006, - author = {Forster, P.M. {\relax de F.} and Collins, M.}, - title = ... -</pre> -</blockquote><p> - -The same trick can be played if you’re entering whole names: -<blockquote> -<pre> -... - author = {Epifanov, Sasha {\relax Yu}ri and -... -</pre> -</blockquote><p> -(though no guarantee, that either of those names is right, is -offered!) -However, if you’re typing the names in the “natural” (Western) way, -with given names first, the trick: -<blockquote> -<pre> -... - author = {P.M. {\relax de F.} Forster and -... -</pre> -</blockquote><p> -doesn’t work — “de F. Forster” is treated as a compound family -names. -<p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibtranscinit">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bibtranscinit</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bold-extras.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bold-extras.html deleted file mode 100644 index d590e8896a4..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bold-extras.html +++ /dev/null @@ -1,46 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label bold-extras</title> -</head><body> -<h3>How to do bold-tt or bold-sc</h3> -<p/>LaTeX, as delivered, offers no means of handling bold “teletype” -or small-caps fonts. There’s a practical reason for this (Knuth never -designed such fonts), but there are typographical considerations too -(the “medium weight” <code>cmtt</code> font is already pretty bold (by -comparison with other fixed-width fonts), and bold small-caps is not -popular with many professional typographers). -<p/>There’s a set of “extra” Metafont files on CTAN that provide bold -versions of both <code>cmtt</code> and <code>cmcsc</code> (the small caps font). With -modern TeX distributions, one may bring these fonts into use simply -by placing them in an -<a href="FAQ-install-where.html">appropriate place in the <em>texmf</em> tree</a> -(these are (La)TeX-specific files, so the “<em>public</em>” supplier -would be an appropriate place). Once you’ve -<a href="FAQ-inst-wlcf.html">rebuilt the file indexes as necessary</a>, -TeX (and friends) will automatically build whatever font files they -need when you first make reference to them. There’s a jiffy package -<i>bold-extra</i> that builds the necessary font data structures -so that you can use the fonts within LaTeX. -<p/>Another alternative is to use the <a href="FAQ-ECfonts.html">EC fonts</a>, -which come with bold variants of the small-caps fonts. -<p/>If you need to use Type 1 fonts, you can’t proceed with Knuth-style -fonts, since there are no Type 1 versions of the <i>mf-extra</i> -set. There are, however, Type 1 distributions of the EC fonts, so you -can switch to EC and use them; alternatives are discussed in -<a href="FAQ-type1T1.html">8-bit Type 1 fonts</a>. -<p/>Of course, commercial fixed-width fonts (even the default -<i>Courier</i>) almost always come with a bold variant, so that’s -not a problem. Furthermore <a href="FAQ-usepsfont.html">PSNFSS</a> -will usually provide “faked” small caps fonts, and has no -compunctions about providing them in a bold form. <i>Courier</i> -is (as we all know, to our cost) freely available; a far more -presentable monospace font is <i>LuxiMono</i>, which is also -freely available (monospace text in the typeset version of this -FAQ uses <i>LuxiMono</i>, with the metrics and LaTeX -support available on the archive. -<dl> -<dt><tt><i>bold-extra.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/bold-extra.sty">macros/latex/contrib/misc/bold-extra.sty</a> -<dt><tt><i>bold tt and small caps fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/cm/mf-extra/bold.zip">fonts/cm/mf-extra/bold</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/cm/mf-extra/bold.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/cm/mf-extra/bold/">browse</a>) -<dt><tt><i>LuxiMono fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/LuxiMono.zip">fonts/LuxiMono</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/LuxiMono.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/LuxiMono/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bold-extras">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=bold-extras</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-boldgreek.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-boldgreek.html deleted file mode 100644 index b2cfa27d529..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-boldgreek.html +++ /dev/null @@ -1,46 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label boldgreek</title> -</head><body> -<h3>Setting bold Greek letters in LaTeX</h3> -<p/>The issue here is complicated by the fact that <code>\</code><code>mathbf</code> (the -command for setting bold <em>text</em> in TeX maths) affects a select -few mathematical symbols (the uppercase Greek letters). However -lower-case Greek letters behave differently from upper-case Greek -letters (due to Knuth’s esoteric font encoding decisions). However, -<code>\</code><code>mathbf</code> <em>can’t</em> be used even for upper-case Greek letters in -the AMSLaTeX <i>amsmath</i> package, which -disables this font-switching and you must use one of the techniques -outlined below. -<p/>The Plain TeX solution <em>does</em> work, in a limited way: -<blockquote> -<pre> -{\boldmath$\theta$} -</pre> -</blockquote><p> -but <code>\</code><code>boldmath</code> may not be used in maths mode, so this ‘solution’ -requires arcana such as: -<blockquote> -<pre> -$... \mbox{\boldmath$\theta$} ...$ -</pre> -</blockquote><p> -which then causes problems in superscripts, etc. -<p/>These problems may be addressed by using a bold mathematics package. -<ul> -<li> The <i>bm</i> package, which is part of the LaTeX tools - distribution, defines a command <code>\</code><code>bm</code> which may be used anywhere - in maths mode. -<li> The <i>amsbsy</i> package (which is part of AMSLaTeX) - defines a command <code>\</code><code>boldsymbol</code>, which (though slightly less - comprehensive than <code>\</code><code>bm</code>) covers almost all common cases. -</ul> -<p/>All these solutions cover all mathematical symbols, not merely Greek -letters. -<dl> -<dt><tt><i>bm.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>amsbsy.sty</i></tt><dd>Distributed as part of AMSLaTeX <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -<dt><tt><i>amsmath.sty</i></tt><dd>Distributed as part of AMSLaTeX - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=boldgreek">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=boldgreek</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-books.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-books.html deleted file mode 100644 index f466f8f7bb6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-books.html +++ /dev/null @@ -1,139 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label books</title> -</head><body> -<h3>Books on TeX and its relations</h3> -<p/>While Knuth’s book is the definitive reference for TeX, there are -other books covering TeX: -<dl> -<dt>The TeXbook<dd>by Donald Knuth (Addison-Wesley, 1984, - ISBN 0-201-13447-0, paperback ISBN 0-201-13448-9) -<dt>A Beginner’s Book of TeX<dd>by Raymond Seroul and Silvio Levy, - (Springer Verlag, 1992, ISBN 0-387-97562-4) -<dt>TeX by Example: A Beginner’s Guide<dd>by Arvind Borde - (Academic Press, 1992, ISBN 0-12-117650-9 — now out of print) -<dt>Introduction to TeX<dd>by Norbert Schwarz (Addison-Wesley, - 1989, ISBN 0-201-51141-X — now out of print) -<dt>A Plain TeX Primer<dd>by Malcolm Clark (Oxford University - Press, 1993, ISBNs 0-198-53724-7 (hardback) and 0-198-53784-0 - (paperback)) -<dt>A TeX Primer for Scientists<dd>by Stanley Sawyer and Steven - Krantz (CRC Press, 1994, ISBN 0-849-37159-7) -<dt>TeX by Topic<dd>by Victor Eijkhout (Addison-Wesley, 1992, - ISBN 0-201-56882-9 — now out of print, but see - <a href="FAQ-ol-books.html">online books</a>) -<dt>TeX for the Beginner<dd>by Wynter Snow (Addison-Wesley, 1992, - ISBN 0-201-54799-6) -<dt>TeX for the Impatient<dd>by Paul W. Abrahams, Karl Berry and - Kathryn A. Hargreaves (Addison-Wesley, 1990, - ISBN 0-201-51375-7 — now out of print, but see - <a href="FAQ-ol-books.html">online books</a>) -<dt>TeX in Practice<dd>by Stephan von Bechtolsheim (Springer - Verlag, 1993, 4 volumes, ISBN 3-540-97296-X for the set, or - - Vol. 1: ISBN 0-387-97595-0, - Vol. 2: ISBN 0-387-97596-9, - Vol. 3: ISBN 0-387-97597-7, and - Vol. 4: ISBN 0-387-97598-5) - -<dt>TeX: Starting from Square One<dd> - by Michael Doob (Springer - Verlag, 1993, ISBN 3-540-56441-1 — now out of print) -<dt>The Joy of TeX<dd>by Michael D. Spivak (second edition, - AMS, 1990, ISBN 0-821-82997-1) -<dt>The Advanced TeXbook<dd>by David Salomon (Springer Verlag, 1995, - ISBN 0-387-94556-3) -</dl> -A collection of Knuth’s publications about typography is also available: -<dl> -<dt>Digital Typography<dd>by Donald Knuth (CSLI and Cambridge - University Press, 1999, ISBN 1-57586-011-2, paperback - ISBN 1-57586-010-4). -</dl> -and in late 2000, a “Millennium Boxed Set” of all -5 volumes of Knuth’s “Computers and Typesetting” series (about -TeX and Metafont) was published by Addison Wesley: -<dl> -<dt>Computers & Typesetting, Volumes A–E Boxed Set<dd>by Donald Knuth - (Addison-Wesley, 2001, ISBN 0-201-73416-8). -</dl> - -For LaTeX, see: -<dl> -<dt>LaTeX, a Document Preparation System<dd>by Leslie Lamport - (second edition, Addison Wesley, 1994, ISBN 0-201-52983-1) -<dt>Guide to LaTeX<dd>Helmut Kopka and Patrick W. Daly (fourth - edition, Addison-Wesley, 2004, ISBN 0-321-17385-6) -<dt>The LaTeX Companion<dd>by Frank Mittelbach, Michel Goossens, - Johannes Braams, David Carlisle and Chris Rowley (second edition, - Addison-Wesley, 2004, ISBN-10 0-201-36299-6, ISBN-13 978-0-201-36299-2) -<dt>The LaTeX Graphics Companion:<dd> - <em>Illustrating documents with TeX and PostScript</em> by Michel - Goossens, Sebastian Rahtz, Frank Mittelbach, Denis Roegel and - Herbert Voss (second edition, Addison-Wesley, 2007, - ISBN-10 0-321-50892-0, ISBN-13 978-0-321-50892-8) -<dt>The LaTeX Web Companion:<dd> - <em>Integrating TeX, HTML and XML</em> by Michel - Goossens and Sebastian Rahtz (Addison-Wesley, 1999, ISBN 0-201-43311-7) -<dt>TeX Unbound:<dd> - <em>LaTeX and TeX strategies for fonts, graphics, and more</em> - by Alan Hoenig (Oxford University Press, 1998, ISBN 0-19-509685-1 - hardback, ISBN 0-19-509686-X paperback) -<dt>Math into LaTeX:<dd><em>An Introduction to LaTeX and AMSLaTeX</em> - by George Grätzer (third edition Birkhäuser and Springer Verlag, - 2000, ISBN 0-8176-4431-9, ISBN 3-7643-4131-9) - - - -<dt>Digital Typography Using LaTeX<dd>Incorporating some - multilingual aspects, and use of <a href="FAQ-omegaleph.html">Omega</a>, by - Apostolos Syropoulos, Antonis Tsolomitis and Nick Sofroniou - (Springer, 2003, ISBN 0-387-95217-9). -<p/> A list of errata for the first printing is available from: - <a href="http://www.springer-ny.com/catalog/np/jan99np/0-387-98708-8.html">http://www.springer-ny.com/catalog/np/jan99np/0-387-98708-8.html</a> -<dt>First Steps in LaTeX<dd>by George Grätzer (Birkhäuser, 1999, - ISBN 0-8176-4132-7) -<dt>LaTeX: Line by Line:<dd> - <em>Tips and Techniques for Document Processing</em> - by Antoni Diller (second edition, John Wiley & Sons, - 1999, ISBN 0-471-97918-X) -<dt>LaTeX for Linux:<dd><em>A Vade Mecum</em> - by Bernice Sacks Lipkin (Springer-Verlag, 1999, - ISBN 0-387-98708-8, second printing) -</dl> -A sample of George Grätzer’s “Math into LaTeX”, in Adobe -Acrobat format, and example files - -for the three LaTeX Companions, and for -Grätzer’s “First Steps in LaTeX”, are all available on -CTAN. -<p/>There’s a nicely-presented list of of “recommended books” to be had -on the web: <a href="http://www.macrotex.net/texbooks/">http://www.macrotex.net/texbooks/</a> -<p/>The list of Metafont books is rather short: -<dl> -<dt>The Metafontbook<dd>by Donald Knuth (Addison Wesley, 1986, - ISBN 0-201-13445-4, ISBN 0-201-52983-1 paperback) -</dl> -Alan Hoenig’s ‘<i>TeX Unbound</i>’ includes some discussion and -examples of using Metafont. -<p/>A book covering a wide range of topics (including installation and -maintenance) is: -<dl> -<dt>Making TeX Work<dd>by Norman Walsh (O’Reilly and Associates, - Inc, 1994, ISBN 1-56592-051-1) -</dl> -The book is decidedly dated, and is now out of print, but a copy is -available via <code>sourceforge</code> and on CTAN, -and we list it under “<a href="FAQ-ol-books.html">online books</a>”. -<p/><p/>This list only covers books in English: notices of new books, or -warnings that books are now out of print are always welcome. However, -this FAQ does <em>not</em> carry reviews of current published material. -<dl> -<dt><tt><i>Examples for First Steps in LaTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/examples/FirstSteps.zip">info/examples/FirstSteps</a> (<a href="ftp://cam.ctan.org/tex-archive/info/examples/FirstSteps.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/examples/FirstSteps/">browse</a>) -<dt><tt><i>Examples for LaTeX Companion</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/examples/tlc2.zip">info/examples/tlc2</a> (<a href="ftp://cam.ctan.org/tex-archive/info/examples/tlc2.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/examples/tlc2/">browse</a>) -<dt><tt><i>Examples for LaTeX Graphics Companion</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/examples/lgc.zip">info/examples/lgc</a> (<a href="ftp://cam.ctan.org/tex-archive/info/examples/lgc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/examples/lgc/">browse</a>) -<dt><tt><i>Examples for LaTeX Web Companion</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/examples/lwc.zip">info/examples/lwc</a> (<a href="ftp://cam.ctan.org/tex-archive/info/examples/lwc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/examples/lwc/">browse</a>) - -<dt><tt><i>Sample of Math into LaTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/mil/mil.pdf">info/mil/mil.pdf</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=books">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=books</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-braket.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-braket.html deleted file mode 100644 index a43bde32fba..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-braket.html +++ /dev/null @@ -1,32 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label braket</title> -</head><body> -<h3>Set specifications and Dirac brackets</h3> -<p/>One of the few glaring omissions from TeX’s mathematical -typesetting capabilities is a means of setting separators in the -middle of mathematical expressions. TeX provides primitives called -<code>\</code><code>left</code> and <code>\</code><code>right</code>, which can be used to modify brackets (of -whatever sort) around a mathematical expression, as in: - -<code>\</code><code>left(</code><code> <expression> </code><code>\</code><code>right)</code> — the size of the -parentheses is matched to the vertical extent of the expression. -<p/>However, in all sorts of mathematical enterprises one may find oneself -needing a <code>\</code><code>middle</code> command, to be used in expressions like -<blockquote> -<pre> -\left\{ x \in \mathbb{N} \middle| x \mbox{ even} \right\} -</pre> - -</blockquote><p> -to specify the set of even natural numbers. The -<a href="FAQ-etex.html">e-TeX system</a> -defines just such a command, but users of Knuth’s original need some -support. Donald Arseneau’s <i>braket</i> package provides commands -for set specifications (as above) and for Dirac brackets (and bras and -kets). The package uses the e-TeX built-in command if it finds -itself running under e-TeX. -<dl> -<dt><tt><i>braket.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/braket.sty">macros/latex/contrib/misc/braket.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=braket">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=braket</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-breakbox.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-breakbox.html deleted file mode 100644 index 6d2d0339c93..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-breakbox.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label breakbox</title> -</head><body> -<h3>Breaking boxes of text</h3> -<p/>(La)TeX boxes may not be broken, in ordinary usage: once you’ve -typeset something into a box, it will stay there, and the box will jut -out beyond the side or the bottom of the page if it doesn’t fit in the -typeset area. -<p/>If you want a substantial portion of your text to be framed (or -coloured), the restriction starts to seem a real imposition. -Fortunately, there are ways around the problem. -<p/>The <i>framed</i> package provides <code>framed</code> and -<code>shaded</code> environments; both put their content into -something which looks like a framed (or coloured) box, but which -breaks as necessary at page end. The environments “lose” footnotes, -marginpars and head-line entries, and will not work with -<i>multicol</i> or other column-balancing macros. The -<i>memoir</i> class includes the functionality of the -<i>framed</i> package. -<p/>The <i>boites</i> package provides a <code>breakbox</code> -environment; examples of its use may be found in the distribution, and -the package’s <i>README</i> file contains terse documentation. The -environments may be nested, and may appear inside -<code>multicols</code> environments; however, floats, footnotes and -marginpars will be lost. -<p/>For Plain TeX users, the facilities of the <i>backgrnd</i> -package may be useful; this package subverts the output routine to -provide vertical bars to mark text, and the macros are clearly marked -to show where coloured backgrounds may be introduced (this requires -<i>shade</i>, which is distributed as tex macros and -device-independent Metafont for the shading). The author of -<i>backgrnd</i> claims that the package works with LaTeX 2.09, but -there are reasons to suspect that it may be unstable working with -current LaTeX. -<dl> -<dt><tt><i>backgrnd.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/generic/misc/backgrnd.tex">macros/generic/misc/backgrnd.tex</a> -<dt><tt><i>boites.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/boites.zip">macros/latex/contrib/boites</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/boites.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/boites/">browse</a>) -<dt><tt><i>framed.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/framed.sty">macros/latex/contrib/misc/framed.sty</a> -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>shade.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/generic/shade.zip">macros/generic/shade</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/generic/shade.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/generic/shade/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=breakbox">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=breakbox</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-breaklinks.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-breaklinks.html deleted file mode 100644 index beaa7106abb..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-breaklinks.html +++ /dev/null @@ -1,45 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label breaklinks</title> -</head><body> -<h3>Link text doesn’t break at end line</h3> -<!-- hyperref overfull link --> -<p/>When using the <i>hyperref</i> package, you make a block of text -“active” when you define a hyper-link (when the user clicks on -that text, the reader program will divert to the <em>target</em> of the -link). -<p/>The <i>hyperref</i> package uses a <em>driver</em> (in the same way -as the <i>graphics</i> package does), to determine how to implement -all that hyper-stuff. -<p/>If you use the driver for <i>dvips</i> output (presumably you want -to distill the resulting PostScript), limitations in the way <i>dvips</i> -deals with the <code>\</code><code>special</code> commands mean that <i>hyperref</i> -must prevent link anchors from breaking at the end of lines. Other -drivers (notably those for PDFTeX and for <i>dvipdfm</i>) don’t -suffer from this problem. -<p/>The problem may occur in a number of different circumstances. For a -couple of them, there are work-arounds: -<p/>First, if you have an URL which is active (so that clicking on -it will activate your web browser to “go to” the URL). In -this case <i>hyperref</i> employs the <i>url</i> package to -split up the URL (as described in -<a href="FAQ-setURL.html">typesetting URLs</a>), but the -<i>dvips</i> driver then suppresses the breaks. The way out is -the <i>breakurl</i> package, which modifies the <code>\</code><code>url</code> command -to produce several smaller pieces, between each of which a line break -is permitted. Each group of pieces, that ends up together in one -line, is converted to a single clickable link. -<p/>Second, if you have a table of contents, list of figure or tables, or -the like, <i>hyperref</i> will ordinarily make the titles in the -table of contents, or captions in the lists, active. If the title or -caption is long, it will need to break within the table, but the -<i>dvips</i> driver will prevent that. In this case, load -<i>hyperref</i> with the option <code>linktocpage</code>, and only -the page number will be made active. -<p/>Otherwise, if you have a lengthy piece of text that you want active, -you have at present no simple solution: you have to rewrite your text, -or to use a different PDF generation mechanism. -<dl> -<dt><tt><i>breakurl.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/breakurl.zip">macros/latex/contrib/breakurl</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/breakurl.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/breakurl/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=breaklinks">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=breaklinks</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-brkinline.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-brkinline.html deleted file mode 100644 index ab441192f5f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-brkinline.html +++ /dev/null @@ -1,54 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label brkinline</title> -</head><body> -<h3>Line-breaking in in-line maths</h3> -<p/>TeX, by default, allows you to split a mathematical expression at -the end of the line; it allows breaks at relational operators (like -“=”, “<”, etc.) and at binary operators (like “+”, -“-”, etc.). In the case of large expressions, this can sometimes be -a life-saver. -<p/>However, in the case of simple expressions like a=b+c, a -break can be really disturbing to the reader, and one would like to -avoid it. -<p/>Fortunately, these breaks are controllable: there are “penalties” -associated with each type of operator: the penalty - says how -undesirable a break at each point is. Default values are: -<blockquote> -<pre> -\relpenalty = 500 -\binoppenalty = 700 -</pre> -</blockquote><p> -You make the break progressively less attractive by increasing these -values. You can actually forbid all breaks, everywhere, by: -<blockquote> -<pre> -\relpenalty = 10000 -\binoppenalty = 10000 -</pre> -</blockquote><p> -If you want just to prevent breaks in a single expression, write: -<blockquote> -<pre> -{% - \relpenalty = 10000 - \binoppenalty = 10000 - $a=b+c$ -} -</pre> -</blockquote><p> -and the original values will remain undisturbed outside the braces. -This is tedious: there is often value in an alternative approach, -in which you say which parts of the expression may not break whatever -happens, and fortunately this is surprisingly easy. Suppose we want -to defer a break until after the equality, we could write: -<blockquote> -<pre> -${a+b+c+d} = z+y+x+w$ -</pre> -</blockquote><p> -The braces say “treat this subformula as one atom” and (in TeX at -least) atoms don’t get split: not a <code>\</code><code>binoppenalty</code> change in sight. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=brkinline">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=brkinline</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buffovl.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buffovl.html deleted file mode 100644 index e31223e21bf..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buffovl.html +++ /dev/null @@ -1,54 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label buffovl</title> -</head><body> -<h3>Unable to read an entire line</h3> -<p/>TeX belongs to the generation of applications written for -environments that didn’t offer the sophisticated string and i/o -manipulation we nowadays take for granted (TeX was written in -Pascal, and the original Pascal standard made no mention of i/o, so -that anything but the most trivial operations were likely to be -unportable). -<p/>When you overwhelm TeX’s input mechanism, you get told: -<pre> -! Unable to read an entire line---bufsize=3000. - Please ask a wizard to enlarge me. -</pre> -(for some value of ‘3000’ — the quote was from a -<i>comp.text.tex</i> posting by a someone who was presumably -using an old TeX). -<p/>As the message implies, there’s (what TeX thinks of as a) line in -your input that’s “too long” (to TeX’s way of thinking). Since -modern distributions tend to have tens of thousands of bytes of input -buffer, it’s somewhat rare that these messages occur “for real”. -Probable culprits are: -<ul> -<li> A file transferred from another system, without translating - record endings. With the decline of fixed-format records (on - mainframe operating systems) and the increased intelligence of - TeX distributions at recognising other systems’ explicit - record-ending characters, this is nowadays rather a rare cause of - the problem. -<li> A graphics input file, which a package is examining for its - bounding box, contains a binary preview section. Again, - sufficiently clever TeX distributions recognise this situation, - and ignore the previews (which are only of interest, if at all, to a - TeX previewer). -</ul> -<p/>The usual advice is to ignore what TeX says (i.e., anything about -enlarging), and to put the problem right in the source. -<p/>If the real problem is over-long text lines, most self-respecting text -editors will be pleased to automatically split long lines (while -preserving the “word” structure) so that they are nowhere any longer -than a given length; so the solution is just to edit the file. -<p/>If the problem is a ridiculous preview section, try using -<i>ghostscript</i> to reprocess the file, outputting a “plain -<code>.eps</code>” file. (<i>Ghostscript</i> is distributed with a script -<i>ps2epsi</i> which will regenerate the preview if necessary.) -Users of the shareware program <i>GSview</i> will find buttons to -perform the required transformation of the file being displayed. -<dl> -<dt><tt><i>ghostscript</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/ghostscript/">support/ghostscript/</a> -<dt><tt><i>GSview</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/nonfree/support/ghostscript/ghostgum/">nonfree/support/ghostscript/ghostgum/</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=buffovl">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=buffovl</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bug.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bug.html deleted file mode 100644 index 3f58bef68bb..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-bug.html +++ /dev/null @@ -1,48 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label bug</title> -</head><body> -<h3>What to do if you find a bug</h3> - - - - -<p/>For a start, make entirely sure you <em>have</em> found a bug. -Double-check with books about TeX, LaTeX, or whatever you’re using; -compare what you’re seeing against the other answers above; ask every -possible person you know who has any TeX-related expertise. -The reasons for all this caution are various. -<p/>If you’ve found a bug in TeX itself, you’re a rare animal indeed. -Don Knuth is so sure of the quality of his code that he offers real -money prizes to finders of bugs; the cheques he writes are -such rare items that they are seldom cashed. If <em>you</em> -think you have found a genuine fault in TeX itself (or Metafont, or the -CM fonts, or the TeXbook), don’t immediately write to Knuth, -however. He only looks at bugs infrequently, and even then -only after they are agreed as bugs by a small vetting team. In the -first instance, contact Barbara Beeton at the AMS -(<i>bnb@ams.org</i>), or contact -<a href="FAQ-TUGstar.html">TUG</a>. -<p/>If you’ve found a bug in LaTeX2e, <a href="FAQ-latexbug.html">report it</a> -using mechanisms supplied by the LaTeX team. (Please be -careful to ensure you’ve got a LaTeX bug, or a bug in one of the -“required” packages distributed by the LaTeX team.) -<p/>If you’ve found a bug in a contributed LaTeX package, you could try -contacting the author (if you can find a contact address). However, -it’s generally best to treat any package as unsupported, in the first -instance, and only try the author <em>after</em> mailing list/news group -support has failed you. -<p/>If you’ve found a bug in LaTeX 2.09, or some other such unsupported -software, you may find help or -<em>de facto</em> support on a newsgroup such as -<i>comp.tex.tex</i> or on a mailing list such as -<a href="mailto:texhax@tug.org"><i>texhax@tug.org</i></a>; be careful to include a -<a href="FAQ-minxampl.html">code example</a> of the -failure, if relevant. -<p/>Failing all else, you may need to pay for -help — TUG maintains a -<a href="http://www.tug.org/consultants.html">register of TeX consultants</a>. -<p/><p/> - - - -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html deleted file mode 100644 index 03d4b998995..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html +++ /dev/null @@ -1,76 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label buildbib</title> -</head><body> -<h3>Creating a BibTeX bibliography file</h3> -<p/>A BibTeX bibliography file may reasonably be compared to a small -database, the entries in which are references to literature that may -be called up by citations in a document. -<p/>Each entry in the bibliography has a <em>type</em> and a unique -<em>key</em>. The bibliography is read, by BibTeX, using the details -specified in a <em>bibliography style</em>. From the style, BibTeX -finds what entry types are permissible, what <em>fields</em> each entry -type has, and how to format the whole entry. -<p/>The type specifies the type of document you’re making reference to; it -may run all the way from things like “<code>Book</code>” and -“<code>Proceedings</code>” (which may even contain other citations -of type “<code>InBook</code>” or “<code>InProceedings</code>”) -through dissertation styles like “<code>PhdThesis</code>” to -otherwise-uncategorisable things such as “<code>Misc</code>”. The -unique key is something you choose yourself: it’s what you use when -you want to <a href="FAQ-usebibtex.html">cite an entry in the file</a>. People -commonly create a key that combines the (primary) author’s name and -the year of publication, possibly with a marker to distinguish -publications in the same year. So, for example, the Dyson, Eddington, -Davidson paper about deflection of starlight appears in my -experimental <code>.bib</code> file as <code>Dyson20.1</code>. -<p/>So, noting the rules of the style, you have ‘simply’ to write a -bibliography database. Fortunately, there are several tools to help -in this endeavour: -<ul> -<li> Most of the better <a href="FAQ-editors.html">(La)TeX-oriented editors</a> - have “BibTeX modes”. -<li> If you have an existing <code>thebibliography</code> - environment, the <i>Perl</i> script <i>tex2bib</i> will - probably help. -<li> There are a number of BibTeX bibliography management systems - available, some of which permit a graphical user interface to the - task. Sadly, none seems to be available with the ordinary TeX - distributions. -<p/> Tools such as <i>Xbibfile</i> (a graphical user interface), - <i>ebib</i> (a database application written to run ‘inside’ - <i>emacs</i>) and - <i>btOOL</i> (a set of <i>perl</i> tools for building - BibTeX database handlers) are available from CTAN. -<p/> Other systems, such as - <a href="http://refdb.sourceforge.net/"><i>RefDB</a></i>, - <a href="http://www.nongnu.org/biborb">BibORB</a>, - <a href="http://bibdesk.sourceforge.net/"><i>BibDesk</a></i>, - <a href="http://pybliographer.org"><i>pybliographer</a></i> and the - <i>Java</i>-based - <a href="http://freshmeat.net/projects/bibkeeper/"><i>Bibkeeper</a></i> - and <a href="http://jabref.sourceforge.net"><i>JabRef</a></i> (which - claims to supersede <i>Bibkeeper</i>) - are only available from their development sites. - -<li> Some commercial citation-management systems will export in - BibTeX format; an example is - <a href="http://www.endnote.com/">EndNote</a>. -<li> Data from on-line citation databases may often be translated to - BibTeX format by utilities to be found on CTAN. For - example, the <i>Perl</i> script <i>isi2bibtex</i> will - translate citations from ISI “Web of knowledge” (a - subscription service, available to UK academics via - BIDS). UK academics may translate BIDS downloads - using <i>bids.to.bibtex</i> -</ul> -<dl> -<dt><tt><i>bids.to.bibtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/bids/bids.to.bibtex">biblio/bibtex/utils/bids/bids.to.bibtex</a> -<dt><tt><i>btOOL</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/btOOL.zip">biblio/bibtex/utils/btOOL</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/btOOL.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/utils/btOOL/">browse</a>) -<dt><tt><i>ebib</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/ebib.zip">biblio/bibtex/utils/ebib</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/ebib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/utils/ebib/">browse</a>) -<dt><tt><i>isi2bibtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/isi2bibtex.zip">biblio/bibtex/utils/isi2bibtex</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/isi2bibtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/utils/isi2bibtex/">browse</a>) -<dt><tt><i>tex2bib</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/tex2bib/tex2bib">biblio/bibtex/utils/tex2bib/tex2bib</a> -<dt><tt><i>tex2bib.readme</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/tex2bib/README">biblio/bibtex/utils/tex2bib/README</a> -<dt><tt><i>xbibfile</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/xbibfile.zip">biblio/bibtex/utils/xbibfile</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/xbibfile.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/utils/xbibfile/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=buildbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=buildbib</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cancellation.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cancellation.html deleted file mode 100644 index 68d98f6654e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cancellation.html +++ /dev/null @@ -1,15 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label cancellation</title> -</head><body> -<h3>Cancelling terms in maths expressions</h3> -<p/>A technique used when explaining the behaviour of expressions or -equations (often for pedagogical purposes). The <i>cancel</i> -package provides several variants of cancellation marks -(“<code>\</code>”, “<code>/</code>” and “<code>X</code>”), and -a means of cancelling ‘to’ a particular value. -<p/>Documentation of <i>cancel</i> is in the package file. -<dl> -<dt><tt><i>cancel.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/cancel.sty">macros/latex/contrib/misc/cancel.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=cancellation">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=cancellation</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-capbibtex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-capbibtex.html deleted file mode 100644 index 054ae10fb92..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-capbibtex.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label capbibtex</title> -</head><body> -<h3>Capitalisation in BibTeX</h3> -<p/>The standard BibTeX bibliography styles impose fixed ideas about -the capitalisation of titles of things in the bibliography. While -this is not unreasonable by BibTeX’s lights (the rules come from -the <em>Chicago Manual of Style</em>) it can be troublesome, since -BibTeX fails to recognise special uses (such as acronyms, chemical -formulae, etc.). -<p/>The solution is to enclose the letter or letters, whose capitalisation -BibTeX should not touch, in braces, as: -<blockquote> -<pre> -title = {The {THE} operating system}, -</pre> -</blockquote><p> -Sometimes you find BibTeX changing the case of a single letter -inappropriately. No matter: the technique can be applied to single -letters, as in: -<blockquote> -<pre> -title = {Te{X}niques and tips}, -</pre> -</blockquote><p> -If your document design specification requires a different style of -capitalisation, you should acquire a bibliography style that doesn’t -enforce BibTeX’s default rules. It is definitely <em>not</em> a good -idea to enclose an entire title in braces, as in -<blockquote> -<pre> -title = {{TeXniques and tips}}, -</pre> -</blockquote><p> -though that does ensure that the capitalisation is not changed. Your -BibTeX database should be a general-purpose thing, not something -tuned to the requirements of a particular document, or to the way you -are thinking today. -<p/>There’s more on the subject in the - -<a href="FAQ-BibTeXing.html">BibTeX documentation</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=capbibtex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=capbibtex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-captsty.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-captsty.html deleted file mode 100644 index d9dfeb65092..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-captsty.html +++ /dev/null @@ -1,51 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label captsty</title> -</head><body> -<h3>The style of captions</h3> -<p/>Changes to the style of captions may be made by redefining the commands -that produce the caption. So, for example, <code>\</code><code>fnum@figure</code> (which -produces the float number for figure floats) may be redefined, in a -package of your own, or between -<a href="FAQ-atsigns.html"><code>\</code><code>makeatletter</code>–<code>\</code><code>makeatother</code></a>: -<blockquote> -<pre> -\renewcommand{\fnum@figure}{\textbf{Fig.~\thefigure}} -</pre> - -</blockquote><p> -which will cause the number to be typeset in bold face. (Note that -the original definition used -<a href="FAQ-fixnam.html"><code>\</code><code>figurename</code></a>.) More elaborate changes can be -made by patching the <code>\</code><code>caption</code> command, but since there are -packages to do the job, such changes (which can get rather tricky) -aren’t recommended for ordinary users. -<p/>The <i>float</i> package provides some control of the appearance of -captions, though it’s principally designed for the creation of -non-standard floats. The <i>caption</i> and <i>ccaption</i> -(note the double “<em>c</em>”) packages provide a range of different -formatting options. -<p/><i>ccaption</i> also provides ‘continuation’ captions and captions -that can be placed outside of float environments. The (very simple) -<i>capt-of</i> package also allows captions outside a float -environment. Note that care is needed when doing things that assume -the sequence of floats (as in continuation captions), or potentially -mix non-floating captions with floating ones. -<p/>The <i>memoir</i> class includes the facilities of the -<i>ccaption</i> package; the <i>KOMA-script</i> classes also -provide a wide range of caption-formatting commands. -<p/>The documentation of <i>caption</i> is available by processing a -file <i>manual.tex</i>, which is created when you unpack -<i>caption.dtx</i> -<p/>Note that the previously-recommended package <i>caption2</i> has -now been overtaken again by <i>caption</i>; however, -<i>caption2</i> remains available for use in older documents. -<dl> -<dt><tt><i>caption.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/caption.zip">macros/latex/contrib/caption</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/caption.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/caption/">browse</a>) -<dt><tt><i>capt-of.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/capt-of.sty">macros/latex/contrib/misc/capt-of.sty</a> -<dt><tt><i>ccaption.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ccaption.zip">macros/latex/contrib/ccaption</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ccaption.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ccaption/">browse</a>) -<dt><tt><i>float.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.zip">macros/latex/contrib/float</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=captsty">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=captsty</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-casechange.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-casechange.html deleted file mode 100644 index 147a29f6e65..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-casechange.html +++ /dev/null @@ -1,65 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label casechange</title> -</head><body> -<h3>Case-changing oddities</h3> -<p/>TeX provides two primitive commands <code>\</code><code>uppercase</code> and -<code>\</code><code>lowercase</code> to change the case of text; they’re not much used, but -are capable creating confusion. -<p/>The two commands do not expand the text that is their parameter — -the result of <code>\</code><code>uppercase{abc}</code> is ‘<code>ABC</code>’, but -<code>\</code><code>uppercase{<code>\</code><code>abc</code>}</code> is always ‘<code>\</code><code>abc</code>’, whatever the -meaning of <code>\</code><code>abc</code>. The commands are simply interpreting a table of -equivalences between upper- and lowercase characters. -They have (for example) no mathematical sense, and -<blockquote> -<pre> -\uppercase{About $y=f(x)$} -</pre> -</blockquote><p> -will produce -<blockquote> -<pre> -ABOUT $Y=F(X)$ -</pre> -</blockquote><p> -which is probably not what is wanted. -<p/>In addition, <code>\</code><code>uppercase</code> and <code>\</code><code>lowercase</code> do not deal very well -with non-American characters, for example -<code>\</code><code>uppercase{<code>\</code><code>ae</code>}</code> is the same as <code>\</code><code>ae</code>. -<p/>LaTeX provides commands <code>\</code><code>MakeUppercase</code> and <code>\</code><code>MakeLowercase</code> -which fixes the latter problem. These commands are used in the -standard classes to produce upper case running heads for chapters -and sections. -<p/>Unfortunately <code>\</code><code>MakeUppercase</code> and <code>\</code><code>MakeLowercase</code> do not solve -the other problems with <code>\</code><code>uppercase</code>, so for example a section -title containing <code>\</code><code>begin{tabular}</code> ... -<code>\</code><code>end{tabular}</code> will produce a running head containing -<code>\</code><code>begin{TABULAR}</code>. The simplest solution to this problem is -using a user-defined command, for example: -<blockquote> -<pre> -\newcommand{\mytable}{\begin{tabular}... - \end{tabular}} -\section{A section title \protect\mytable{} - with a table} -</pre> -</blockquote><p> -Note that <code>\</code><code>mytable</code> has to be protected, otherwise it will be -expanded and made upper case; you can achieve the same result by -declaring it with <code>\</code><code>DeclareRobustCommand</code>, in which case the -<code>\</code><code>protect</code> won’t be necessary. -<p/>David Carlisle’s <i>textcase</i> package -addresses many of these problems in a transparent way. It defines -commands <code>\</code><code>MakeTextUppercase</code> and <code>\</code><code>MakeTextLowercase</code> which do -upper- or lowercase, with the fancier features of the LaTeX -standard <code>\</code><code>Make*</code>-commands but without the problems -mentioned above. Load the package with -<code>\</code><code>usepackage[overload]{textcase}</code>, and it will redefine the LaTeX -commands (<em>not</em> the TeX primitive commands <code>\</code><code>uppercase</code> and -<code>\</code><code>lowercase</code>), so that section headings and the like don’t produce -broken page headings. -<dl> -<dt><tt><i>textcase.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/textcase.zip">macros/latex/contrib/textcase</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/textcase.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/textcase/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=casechange">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=casechange</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-changebars.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-changebars.html deleted file mode 100644 index c7a89b8a53a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-changebars.html +++ /dev/null @@ -1,83 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label changebars</title> -</head><body> -<h3>Marking changed parts of your document</h3> -<p/>One often needs clear indications of how a document has changed, but -the commonest technique, “change bars” (also known as “revision -bars”), requires surprisingly much -trickery of the programmer (the problem being that TeX ‘proper’ -doesn’t provide the programmer with any information about the -“current position” from which a putative start- or end-point of a -bar might be calculated; PDFTeX <em>does</em> provide the -information, but we’re not aware yet of any programmer taking -advantage of the fact to write a PDFTeX-based changebar package). -<p/>The simplest package that offers change bars is Peter Schmitt’s -<i>backgrnd.tex</i>; this was written as a Plain TeX application -that patches the output routine, but it appears to work at least on -simple LaTeX documents. Wise LaTeX users will be alerted by the -information that <i>backgrnd</i> patches their output routine, and -will watch its behaviour very carefully (patching the LaTeX output -routine is not something to undertake lightly...). -<p/>The longest-established LaTeX-specific solution is the -<i>changebar</i> package, -which uses <code>\</code><code>special</code> commands supplied by the driver you’re using. -You need therefore to tell the package which driver to generate -<code>\</code><code>special</code>s for (in the same way that you need to tell the -<i>graphics</i> package); the list of available drivers is pretty -wide, but does not include <i>dvipdfm</i>. The package comes with -a shell script <i>chbar.sh</i> (for use on Unix machines) that -will compare two documents and generate a third which is marked-up -with <i>changebar</i> macros to highlight changes. The -shareware <i>WinEDT</i> editor has a macro that will generate -<i>changebar</i> (or other) macros to show differences from an -earlier version of your file, stored in an -<i>RCS</i>-controlled repository — see -<a href="http://www.winedt.org/Macros/LaTeX/RCSdiff.php">http://www.winedt.org/Macros/LaTeX/RCSdiff.php</a> -<p/>The <i>vertbars</i> package uses the techniques of the -<i>lineno</i> package (which it loads, so the <i>lineno</i> -itself must be installed); it’s thus the smallest of the packages for -change bar marking, since it leaves all the trickery to another -package. <i>Vertbars</i> defines a <code>vertbar</code> -environment to create changebars. -<p/>The <i>framed</i> package is -another that provides bars as a side-effect of other desirable -functionality: its <code>leftbar</code> environment is simply a -stripped-down frame (note, though, that the environment makes a -separate paragraph of its contents, so it is best used when the -convention is to mark a whole changed paragraph. -<p/>Finally, the <i>memoir</i> class allows marginal editorial comments, -which you can obviously use to delimit areas of changed text. -<p/>An even more comprehensive way to keep track of changes is employed by -some word-processors — to produce a document that embodies both -“old” and “new” versions. -<p/>To this end, the package <i>changes</i> allows the user to manually -markup changes of text, such as additions, deletions, or replacements. -Changed text is shown in a different colour; deleted text is crossed -out. The package allows you to define additional authors and their -associated colour; it also allows you to define a markup for authors -or annotations. The documentation (very clearly) demonstrates how the -various functions work. -<p/>The <i>Perl</i> script <i>latexdiff</i> may also be used to -generate such markup for LaTeX documents; you feed it the two -documents, and it produces a new LaTeX document in which the -changes are very visible. An example of the output is embedded in the -documentation, - - <a href="http://www.tex.ac.uk/tex-archive/support/latexdiff/latexdiff-man.pdf">latexdiff-man.pdf</a> - (part of the distribution). -A rudimentary revision facility is provided by another -<i>Perl</i> script, <i>latexrevise</i>, which accepts or rejects -all changes. Manual editing of the difference file can be used to -accept or reject selected changes only. -<dl> -<dt><tt><i>backgrnd.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/generic/misc/backgrnd.tex">macros/generic/misc/backgrnd.tex</a> -<dt><tt><i>changebar.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/changebar.zip">macros/latex/contrib/changebar</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/changebar.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/changebar/">browse</a>) -<dt><tt><i>changes.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/changes.zip">macros/latex/contrib/changes</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/changes.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/changes/">browse</a>) -<dt><tt><i>framed.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/framed.sty">macros/latex/contrib/misc/framed.sty</a> -<dt><tt><i>latexdiff, latexrevise</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/latexdiff.zip">support/latexdiff</a> (<a href="ftp://cam.ctan.org/tex-archive/support/latexdiff.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/latexdiff/">browse</a>) -<dt><tt><i>lineno.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lineno.zip">macros/latex/contrib/lineno</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lineno.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/lineno/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>vertbars.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/vertbars.sty">macros/latex/contrib/misc/vertbars.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=changebars">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=changebars</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-changemargin.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-changemargin.html deleted file mode 100644 index 8de6cff6081..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-changemargin.html +++ /dev/null @@ -1,37 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label changemargin</title> -</head><body> -<h3>Changing the margins in LaTeX</h3> -<p/>Changing the layout of a document’s text on the page involves several -subtleties not often realised by the beginner. There are interactions -between fundamental TeX constraints, constraints related to the -design of LaTeX, and good typesetting and design practice, that -mean that any change must be very carefully considered, both to ensure -that it “works” and to ensure that the result is pleasing to the -eye. -<p/>LaTeX’s defaults sometimes seem excessively conservative, -but there are sound reasons behind how Lamport designed the layouts -themselves, whatever one may feel about his overall design. For -example, the common request for “one-inch margins all round on A4 -paper” is fine for 10- or 12-pitch typewriters, but not for 10pt (or -even 11pt or 12pt) type because readers find such wide, dense, lines -difficult to read. There should ideally be no more than 75 characters -per line (though the constraints change for two-column text). -<p/>So Lamport’s warning to beginners in his section on ‘Customizing the -Style’ — “don’t do it” — should not lightly be ignored. -<p/>This set of FAQs recommends that you use a package to establish -consistent settings of the parameters: the interrelationships are -taken care of in the established packages, without you needing to -think about them, but -<p/>The following answers deal with the ways one may choose to proceed: -<ul> -<li> <a href="FAQ-marginpkgs.html">Choose which package to use</a>. -<li> <a href="FAQ-marginmanual.html">Find advice on setting up page layout by hand</a>. -</ul> -There is a related question — how to change the layout -temporarily — and there’s an answer that covers that, too: -<ul> -<li> <a href="FAQ-chngmargonfly.html">Change the margins on the fly</a>. -</ul> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=changemargin">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=changemargin</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-chapbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-chapbib.html deleted file mode 100644 index 550ae8aeb80..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-chapbib.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label chapbib</title> -</head><body> -<h3>Separate bibliographies per chapter?</h3> -<p/>A separate bibliography for each ‘chapter’ of a document can be provided -with the package <i>chapterbib</i> (which comes with a bunch of -other good bibliographic things). The package allows you a -different bibliography for each <code>\</code><code>include</code>d file (i.e., despite the -package’s name, the availability of bibliographies is related to the -component source files of the document rather than to the chapters that -logically structure the document). -<p/>The package <i>bibunits</i> ties bibliographies to logical units -within the document: the package will deal with chapters and sections -(as defined by LaTeX itself) and also defines a <code>bibunit</code> -environment so that users can select their own structuring. -<dl> -<dt><tt><i>chapterbib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/cite.zip">macros/latex/contrib/cite</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/cite.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/cite/">browse</a>) -<dt><tt><i>bibunits.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bibunits.zip">macros/latex/contrib/bibunits</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bibunits.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bibunits/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=chapbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=chapbib</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-charshift.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-charshift.html deleted file mode 100644 index 46eb2c9bac7..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-charshift.html +++ /dev/null @@ -1,20 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label charshift</title> -</head><body> -<h3>Weird characters in <i>dvips</i> output</h3> -<!-- fi ligature pound pounds sterling elephants --> -<p/>You’ve innocently generated output, using <i>dvips</i>, and there -are weird transpositions in it: for example, the <code>fi</code> ligature has -appeared as a textsterling symbol. -This is an unwanted side-effect of the precautions -outlined in <a href="FAQ-dvips-pdf.html">generating PostScript for PDF</a>. -The <code>-G1</code> switch discussed in that question is appropriate for -Knuth’s text fonts, but doesn’t work with text fonts that don’t follow -Knuth’s patterns (such as fonts supplied by Adobe). -<p/>If the problem arises, suppress the <code>-G1</code> switch: if you were using it -explicitly, <em>don’t</em>; if you were using <code>-Ppdf</code>, add <code>-G0</code> to -suppress the implicit switch in the pseudo-printer file. -<p/>The problem has been corrected in <i>dvips</i> v 5.90 (and later -versions), which should be available in any recent TeX distribution. -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=charshift">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=charshift</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-checksum.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-checksum.html deleted file mode 100644 index a41bdb014bb..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-checksum.html +++ /dev/null @@ -1,28 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label checksum</title> -</head><body> -<h3>Checksum mismatch in font</h3> -<p/>When Metafont generates a font it includes a checksum in the font bitmap -file, and in the font metrics file (TFM). (La)TeX includes -the checksum from the TFM file in the DVI file. -<p/>When <i>dvips</i> (or other DVI drivers) process a -DVI file, they compare checksums in the DVI file to -those in the bitmap fonts being used for character images. If the -checksums don’t match, it means the font metric file used by (La)TeX -was not generated from the same Metafont program that generated the -font. -<p/>This commonly occurs when you’re processing someone else’s DVI -file. -<p/>The fonts on your system may also be at fault: possibilities are that -the new TFM was not installed, or installed in a path after an -old TFM file, or that you have a personal cache of bitmaps from -an old version of the font. -<p/>In any case, look at the output – the chances are that it’s perfectly -OK, since metrics tend not to change, even when the bitmaps are -improved. (Indeed, many font designers — Knuth included — -maintain the metrics come what may.) -<p/>If the output <em>does</em> look bad, your only chance is to regenerate -things from scratch. Options include: flushing your bitmap cache, -rebuild the TFM file locally, and so on. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=checksum">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=checksum</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-chngmargonfly.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-chngmargonfly.html deleted file mode 100644 index 18c0bec481d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-chngmargonfly.html +++ /dev/null @@ -1,67 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label chngmargonfly</title> -</head><body> -<h3>Changing margins “on the fly”</h3> -<p/>One of the surprises characteristic of TeX use is that you cannot -change the width or height of the text within the document, simply by -modifying the text size parameters; TeX can’t change the text width -on the fly, and LaTeX only ever looks at text height when starting -a new page. -<p/>So the simple rule is that the parameters should only be -changed in the preamble of the document, i.e., before the -<code>\</code><code>begin{document}</code> statement (so before any typesetting has -happened. -<p/>To adjust text width within a document we define an environment: -<blockquote> -<pre> -\newenvironment{changemargin}[2]{% - \begin{list}{}{% - \setlength{\topsep}{0pt}% - \setlength{\leftmargin}{#1}% - \setlength{\rightmargin}{#2}% - \setlength{\listparindent}{\parindent}% - \setlength{\itemindent}{\parindent}% - \setlength{\parsep}{\parskip}% - }% - \item[]}{\end{list}} -</pre> -</blockquote><p> -The environment takes two arguments, and will indent the left and -right margins, respectively, by the parameters’ values. Negative -values will cause the margins to be narrowed, so -<code>\</code><code>begin{changemargin}{-1cm}{-1cm}</code> narrows the left and right -margins by 1 centimetre. -<p/>Given that TeX can’t do this, how does it work? — well, the -environment (which is a close relation of the LaTeX -<code>quote</code> environment) <em>doesn’t</em> change the text width -as far as TeX is concerned: it merely moves text around inside the -width that TeX believes in. -<p/>The <i>changepage</i> package provides ready-built commands to do the -above; it includes provision for changing the shifts applied to your -text according to whether you’re on an odd (<em>recto</em>) or an even -(<em>verso</em>) page of a two-sided document. -<p/>The (earlier) package <i>chngpage</i> provides the same facilities, -but it uses rather different syntax. <i>Changepage</i>’s structure -matches that of the <i>memoir</i> class, and it should be used for -any new work. -<p/>Changing the vertical dimensions of a page is more clumsy still: the -LaTeX command <code>\</code><code>enlargethispage</code> adjusts the size of the current -page by the size of its argument. Common uses are -<blockquote> -<pre> -\enlargethispage{\baselineskip} -</pre> -</blockquote><p> -to make the page one line longer, or -<blockquote> -<pre> -\enlargethispage{-\baselineskip} -</pre> -</blockquote><p> -to make the page one line shorter. -<dl> -<dt><tt><i>changepage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/changepage.sty">macros/latex/contrib/misc/changepage.sty</a> -<dt><tt><i>chngpage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/chngpage.sty">macros/latex/contrib/misc/chngpage.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=chngmargonfly">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=chngmargonfly</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-citeURL.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-citeURL.html deleted file mode 100644 index ebe82a177d8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-citeURL.html +++ /dev/null @@ -1,89 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label citeURL</title> -</head><body> -<h3>URLs in BibTeX bibliographies</h3> -<p/>There is no citation type for URLs, <em>per se</em>, in the -standard BibTeX styles, though Oren Patashnik (the author of -BibTeX) is believed to be considering developing one such for use -with the long-awaited BibTeX version 1.0. -<p/>The actual information that need be available in a citation of an -URL is discussed at some length in the publicly available -on-line - -<a href="http://www.nlc-bnc.ca/iso/tc46sc9/standard/690-2e.htm">extracts of ISO 690–2</a>; -the techniques below do <em>not</em> satisfy all the requirements of -ISO 690–2, but they offer a solution that is at least -available to users of today’s tools. -<p/>Until the new version of BibTeX arrives, the simplest technique is -to use the <code>howpublished</code> field of the standard styles’ <code>@misc</code> -function. Of course, the strictures -about <a href="FAQ-setURL.html">typesetting URLs</a> still apply, so the -entry will look like: -<blockquote> -<pre> -@misc{..., - ..., - howpublished = "\url{http://...}" -} -</pre> -</blockquote><p> -A possible alternative approach is to use BibTeX styles other than -the standard ones, that already have URL entry types. -Candidates are: -<ul> -<li> The <i>natbib</i> styles (<i>plainnat</i>, - <i>unsrtnat</i> and <i>abbrevnat</i>), which are extensions of - the standard styles, principally for use with <i>natbib</i> - itself. However, they’ve acquired URLs and other “modern” - entries along the way. The same author’s <i>custom-bib</i> is - also capable of generating styles that honour URL entries. -<li> The <i>babelbib</i> bundle, which offers - <a href="FAQ-i18nbib.html">multilingual bibliographies</a>, similarly provides a - set of standard-style equivalents that have URL entries. -<li> More modern styles such as the <i>harvard</i> package (if the - citation styles are otherwise satisfactory for you). - <i>Harvard</i> bibliography styles all include a “<code>url</code>” - field in their specification; however, the typesetting offered is - somewhat feeble (though it does recognise and use - <i>LaTeX2HTML</i> macros if they are available, to create - hyperlinks). -</ul> -You can also acquire new BibTeX styles by use of Norman Gray’s -<i>urlbst</i> system, which is based on a <i>Perl</i> script -that edits an existing BibTeX style file to produce a new -style. The new style thus generated has a <code>webpage</code> entry type, and -also offers support for <code>url</code> and <code>lastchecked</code> fields -in the other entry types. The <i>Perl</i> script comes with a set -of converted versions of the standard bibliography styles. -<p/>Another possibility is that some conventionally-published paper, -technical report (or even book) is also available on the Web. In such -cases, a useful technique is something like: -<blockquote> -<pre> -@techreport{..., - ..., - note = "Also available as \url{http://...}" -} -</pre> - -</blockquote><p> -There is good reason to use the <i>url</i> or <i>hyperref</i> -packages in this context: BibTeX has a habit of splitting -lines it considers excessively long, and if there are no space -characters for it to use as ‘natural’ breakpoints, BibTeX will -insert a comment (‘<code>%</code>’) character ... which -is an acceptable character in an URL. Any current version of the -<i>url</i> or <i>hyperref</i> package detects this -“<code>%</code>–end-of-line” structure in its argument, and -removes it. -<dl> -<dt><tt><i>babelbib bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/babelbib.zip">biblio/bibtex/contrib/babelbib</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/babelbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/babelbib/">browse</a>) -<dt><tt><i>custom-bib bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/custom-bib.zip">macros/latex/contrib/custom-bib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/custom-bib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/custom-bib/">browse</a>) -<dt><tt><i>harvard.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/harvard.zip">macros/latex/contrib/harvard</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/harvard.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/harvard/">browse</a>) -<dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -<dt><tt><i>natbib styles</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.zip">macros/latex/contrib/natbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib/">browse</a>) -<dt><tt><i>url.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/url.sty">macros/latex/contrib/misc/url.sty</a> -<dt><tt><i>urlbst</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/urlbst.zip">biblio/bibtex/contrib/urlbst</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/urlbst.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/urlbst/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=citeURL">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=citeURL</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-citesort.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-citesort.html deleted file mode 100644 index 2fbf74de819..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-citesort.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label citesort</title> -</head><body> -<h3>Sorting and compressing citations</h3> -<p/>If you give LaTeX -<code>\</code><code>cite{fred,joe,harry,min}</code>, its default commands could give -something like “[2,6,4,3]”; -this looks awful. One can of course get the things in order by -rearranging the keys in the <code>\</code><code>cite</code> command, but who wants to do -that sort of thing for no more improvement than “[2,3,4,6]”? -<p/>The <i>cite</i> package sorts the numbers and detects consecutive -sequences, so creating “[2–4,6]”. The <i>natbib</i> package, -with the <code>numbers</code> and <code>sort&compress</code> options, will -do the same when working with its own numeric bibliography styles -(<i>plainnat.bst</i> and <i>unsrtnat.bst</i>). -<p/>If you might need to make hyperreferences to your citations, -<i>cite</i> isn’t adequate. If you add the <i>hypernat</i> -package: -<pre> - \usepackage[...]{hyperref} - \usepackage[numbers,sort&compress]{natbib} - \usepackage{hypernat} - ... - \bibliographystyle{plainnat} -</pre> -the <i>natbib</i> and <i>hyperref</i> packages will interwork. -<dl> -<dt><tt><i>cite.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/cite.zip">macros/latex/contrib/cite</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/cite.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/cite/">browse</a>) -<dt><tt><i>hypernat.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/hypernat.sty">macros/latex/contrib/misc/hypernat.sty</a> -<dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -<dt><tt><i>plainnat.bst</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.zip">macros/latex/contrib/natbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib/">browse</a>) -<dt><tt><i>unsrtnat.bst</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.zip">macros/latex/contrib/natbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=citesort">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=citesort</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-clsvpkg.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-clsvpkg.html deleted file mode 100644 index b5b23e0c7b9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-clsvpkg.html +++ /dev/null @@ -1,31 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label clsvpkg</title> -</head><body> -<h3>What are LaTeX classes and packages?</h3> -<p/>Current LaTeX makes a distinction between the macros that define the -overall layout of a document, and the macros that tweak that layout -(to one extent or another) to provide what the author <em>really</em> -wants. -<p/>The distinction was not very clear in LaTeX 2.09, and after some -discussion (in the later stages of development of current LaTeX) -the names “class” and “package” were applied to the two concepts. -<p/>The idea is that a document’s <em>class</em> tells LaTeX what sort of -document it’s dealing with, while the <em>packages</em> the document -loads “refine” that overall specification. -<p/>On the disc, the files only appear different by virtue of their name -“extension” — class files are called <code>*.cls</code> while package -files are called <code>*.sty</code>. Thus we find that the LaTeX -standard <i>article</i> class is represented on disc by a file called -<i>article.cls</i>, while the <i>footmisc</i> package (which -refines <i>article</i>’s definition of footnotes) is represented on -disc by a file called <i>footmisc.sty</i>. -<p/>The user defines the class of his document with the -<code>\</code><code>documentclass</code> command (typically the first command in a -document), and loads packages with the <code>\</code><code>usepackage</code> command. A -document may have several <code>\</code><code>usepackage</code> commands, but it may have -only one <code>\</code><code>documentclass</code> command. (Note that there are -programming-interface versions of both commands, since a class may -choose to load another class to refine its capabilities, and both -classes and packages may choose to load other packages.) -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=clsvpkg">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=clsvpkg</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cmdstar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cmdstar.html deleted file mode 100644 index cd2b68610d8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cmdstar.html +++ /dev/null @@ -1,69 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label cmdstar</title> -</head><body> -<h3>Commands defined with * options</h3> -<p/>LaTeX commands commonly have “versions” defined with an asterisk -tagged onto their name: for example <code>\</code><code>newcommand</code> and -<code>\</code><code>newcommand*</code> (the former defines a <code>\</code><code>long</code> version of the -command). -<p/>The simple-minded way for a user to write such a command involves use -of the <i>ifthen</i> package: -<blockquote> -<pre> -\newcommand{\mycommand}[1]{\ifthenelse{\equal{#1}{*}}% - {\mycommandStar}% - {\mycommandNoStar{#1}}% -} -\newcommand{\mycommandStar}{starred version} -\newcommand{\mycommandNoStar}[1]{normal version} -</pre> -</blockquote><p> - -This does the trick, for sufficiently simple commands, but it has -various tiresome failure modes, and it requires <code>\</code><code>mycommandnostar</code> -to take an argument. -<p/>Of course, the LaTeX kernel has something slicker than this: -<blockquote> -<pre> -\newcommand{\mycommand}{\@ifstar - \mycommandStar% - \mycommandNoStar% -} -\newcommand{\mycommandStar}[2]{starred version} -\newcommand{\mycommandNoStar}[1]{normal version} -</pre> - -</blockquote><p> -(Note that arguments to <code>\</code><code>mycommandStar</code> and <code>\</code><code>mycommandNoStar</code> -are independent — either can have their own arguments, unconstrained -by the technique we’re using, unlike the trick described above.) -The <code>\</code><code>@ifstar</code> trick is all very well, is fast and efficient, but -it requires the definition to be -<a href="FAQ-atsigns.html"><code>\</code><code>makeatletter</code> protected</a>. -<p/>A pleasing alternative is the <i>suffix</i> package. This elegant -piece of code allows you to define variants of your commands: - -<blockquote> -<pre> -\newcommand\mycommand{normal version} -\WithSuffix\newcommand\mycommand*{starred version} -</pre> -</blockquote><p> -The package needs <a href="FAQ-etex.html">e-LaTeX</a>, but any new enough -distribution defines LaTeX as e-LaTeX by default. Command -arguments may be specified in the normal way, in both command -definitions (after the “<code>*</code>” in the <code>\</code><code>WithSuffix</code> -version). You can also use the TeX primitive commands, creating a -definition like: -<blockquote> -<pre> -\WithSuffix\gdef\mycommand*{starred version} -</pre> -</blockquote><p> -<dl> -<dt><tt><i>ifthen.sty</i></tt><dd>Part of the LaTeX distribution -<dt><tt><i>suffix.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bigfoot.zip">macros/latex/contrib/bigfoot</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bigfoot.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bigfoot/">browse</a>) -</dl> -<p/> -<p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=cmdstar">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=cmdstar</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-codelist.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-codelist.html deleted file mode 100644 index 4ec9f46961d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-codelist.html +++ /dev/null @@ -1,84 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label codelist</title> -</head><body> -<h3>Code listings in LaTeX</h3> -<p/>‘Pretty’ code listings are sometimes considered worthwhile by the -“ordinary” programmer, but they have a serious place in -the typesetting of dissertations by computer science and other -students who are expected to write programs. Simple verbatim listings -of programs are commonly useful, as well. -<p/> <a href="FAQ-verbfile.html">Verbatim listings</a> are dealt with elsewhere, - -as is the problem of -<a href="FAQ-algorithms.html">typesetting algorithm specifications</a>. -<p/>The <i>listings</i> package is widely regarded as the best bet for -formatted output (it is capable of parsing program source, within the -package itself), but there are several well-established packages that -rely on a pre-compiler of some sort. You may use <i>listings</i> -to typeset snippets that you include within your source: -<blockquote> -<pre> -\usepackage{listings} -\lstset{language=C} -... -\begin{document} -\begin{lstlisting} -#include <stdio.h> - -int main(int argc, char ** argv) -{ - printf("Hello world!\n"); - return 0; -} -\end{lstlisting} -\end{document} -</pre> -</blockquote><p> -or you can have it typeset whole files: -<blockquote> -<pre> -\usepackage{listings} -\lstset{language=C} -... -\begin{document} -\lstinputlisting{main.c} -\end{document} -</pre> -</blockquote><p> -These very simple examples may be decorated in a huge variety of ways, -and of course there are other languages in the package’s vocabulary -than just <i>C</i>... -<p/>Most people, advising others on (La)TeX lists, seem to regard -<i>listings</i> as the be-all and end-all on this topic. But there -<em>are</em> alternatives, which may be worth considering, in some -situations. -<p/><i>Highlight</i> is attractive if you need more than one output -format for your program: as well as (La)TeX output, -<i>highlight</i> will produce (X)HTML, RTF -and XSL-FO representations of your program listing. -Documentation is available on the -<a href="http://www.andre-simon.de/"><i>highlight</a> project site</i>. -<p/>The <i>lgrind</i> system is another well-established pre-compiler, -with all the facilities one might need and a wide repertoire of -languages; it is derived from the very long-established -<i>tgrind</i>, whose output is based on Plain TeX -<p/>The <i>tiny_c2l</i> system is more recent: users are encouraged to -generate their own driver files for languages it doesn’t already deal -with. -<p/>The <i>C++2LaTeX</i> system comes with strong recommendations for -use with C and C++. -<p/>An extremely simple system is <i>c2latex</i>, for which you write -LaTeX source in your C program comments. The program then -converts your program into a LaTeX document for processing. The -program (implicitly) claims to be “self-documenting”. -<dl> -<dt><tt><i>c2latex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/c2latex.zip">support/c2latex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/c2latex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/c2latex/">browse</a>) -<dt><tt><i>C++2LaTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/C++2LaTeX-1_1pl1.zip">support/C++2LaTeX-1_1pl1</a> (<a href="ftp://cam.ctan.org/tex-archive/support/C++2LaTeX-1_1pl1.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/C++2LaTeX-1_1pl1/">browse</a>) -<dt><tt><i>highlight</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/highlight.zip">support/highlight</a> (<a href="ftp://cam.ctan.org/tex-archive/support/highlight.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/highlight/">browse</a>) -<dt><tt><i>lgrind</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/lgrind.zip">support/lgrind</a> (<a href="ftp://cam.ctan.org/tex-archive/support/lgrind.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/lgrind/">browse</a>) -<dt><tt><i>listings.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/listings.zip">macros/latex/contrib/listings</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/listings.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/listings/">browse</a>) -<dt><tt><i>tgrind</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/tgrind.zip">support/tgrind</a> (<a href="ftp://cam.ctan.org/tex-archive/support/tgrind.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/tgrind/">browse</a>) -<dt><tt><i>tiny_c2l</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/tiny_c2l.zip">support/tiny_c2l</a> (<a href="ftp://cam.ctan.org/tex-archive/support/tiny_c2l.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/tiny_c2l/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=codelist">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=codelist</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-commercial.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-commercial.html deleted file mode 100644 index 195e7d938ee..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-commercial.html +++ /dev/null @@ -1,140 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label commercial</title> -</head><body> -<h3>Commercial TeX implementations</h3> -<!-- windows,macintosh,commercial --> -<p/>There are many commercial implementations of TeX. The first -appeared not long after TeX itself appeared. -<p/>What follows is probably an incomplete list. Naturally, no warranty or -fitness for purpose is implied by the inclusion of any vendor in this -list. The source of the information is given to provide some clues to -its currency. -<p/>In general, a commercial implementation will come ‘complete’, that is, -with suitable previewers and printer drivers. They normally also have -extensive documentation (<em>i.e</em>., not just the TeXbook!) and some -sort of support service. In some cases this is a toll free number -(probably applicable only within the USA and or Canada), but others -also have email, and normal telephone and fax support. -<dl> -<dt>PC; TrueTeX<dd> Runs on all versions of Windows. - <blockquote> - Richard J. Kinch<br> - TrueTeX Software<br> - 7890 Pebble Beach Court<br> - Lake Worth FL 33467<br> - USA<br> - Tel: +1 561-966-8400<br> - Email: <a href="mailto:kinch@truetex.com"><i>kinch@truetex.com</i></a><br> - Web: <a href="http://www.truetex.com/">http://www.truetex.com/</a> - </blockquote><p> - Source: Mail from Richard Kinch, August 2004. - - - - - - - - - - - - - - -<dt>pcTeX<dd> Long-established: pcTeX32 is a Windows implementation. - <blockquote> - Personal TeX Inc<br> - 725 Greenwich Street, Suite 210 <br> - San Francisco, CA 94133<br> - USA<br> - Tel: 800-808-7906 (within the USA)<br> - Tel: +1 415-296-7550<br> - Fax: +1 415-296-7501<br> - Email: <a href="mailto:sales@pctex.com"><i>sales@pctex.com</i></a><br> - Web: <a href="http://www.pctex.com/">http://www.pctex.com/</a> - </blockquote><p> - Source: Personal TeX Inc web site, December 2004 -<dt>PC; VTeX<dd> DVI, PDF and HTML - backends, Visual Tools and Type 1 fonts - <blockquote> - MicroPress Inc<br> - 68-30 Harrow Street<br> - Forest Hills, NY 11375<br> - USA<br> - Tel: +1 718-575-1816<br> - Fax: +1 718-575-8038<br> - Email: <a href="mailto:support@micropress-inc.com"><i>support@micropress-inc.com</i></a><br> - Web: <a href="http://www.micropress-inc.com/">http://www.micropress-inc.com/</a> - </blockquote><p> - Source: Mail from MicroPress, Inc., July 1999 -<dt>PC; Scientific Word<dd> Scientific Word and Scientific Workplace - offer a mechanism for near-WYSIWYG input of LaTeX documents; they - ship with TrueTeX from Kinch (see above). Queries within the UK - and Ireland should be addressed to Scientific Word Ltd., others should be - addressed directly to the publisher, MacKichan Software Inc. - <blockquote> - Dr Christopher Mabb<br> - Scientific Word Ltd.<br> - 990 Anlaby Road,<br> - Hull,<br> - East Yorkshire,<br> - HU4 6AT<br> - UK<br> - Tel: 0845 766 0340 (within the UK) <br> - Fax: 0845 603 9443 (within the UK) <br> - Email: <a href="mailto:christopher@sciword.demon.co.uk"><i>christopher@sciword.demon.co.uk</i></a> <br> - Web: <a href="http://www.sciword.demon.co.uk">http://www.sciword.demon.co.uk</a> - </blockquote><p> - <blockquote> - MacKichan Software Inc.<br> - 19307 8th Avenue, Suite C<br> - Poulsbo WA 98370-7370<br> - USA<br> - Tel: +1 360 394 6033<br> - Tel: 877 724 9673 (within the USA) - Fax: +1 360 394 6039<br> - Email: <a href="mailto:info@mackichan.com"><i>info@mackichan.com</i></a><br> - Web: <a href="http://www.mackichan.com">http://www.mackichan.com</a> - </blockquote><p> - Source: Mail from Christopher Mabb, August 2007 -<dt>Macintosh; Textures<dd> “A TeX system ‘for the rest of - us’ ”. A beta release of Textures for MacOS/X is - available <a href="http://www.bluesky.com/news/220b.html">http://www.bluesky.com/news/220b.html</a> -<p/> (Blue Sky also gives away a Metafont implementation and some - font manipulation tools for Macs.) - <blockquote> - Blue Sky Research<br> - PO Box 80424<br> - Portland, OR 97280<br> - USA<br> - Tel: 800-622-8398 (within the USA)<br> - Tel/Fax: +1 503-222-9571<br> - Fax: +1 503-246-4574<br> - Email: <a href="mailto:sales@bluesky.com"><i>sales@bluesky.com</i></a><br> - Web: <a href="http://www.bluesky.com/">http://www.bluesky.com/</a> - </blockquote><p> - Source: Mail from Gordon Lee, April 2007 -<dt>AmigaTeX<dd> A full implementation for the Commodore Amiga, - including full, on-screen and printing support for all PostScript - graphics and fonts, IFF raster graphics, automatic font generation, - and all of the standard macros and utilities. - <blockquote> - Radical Eye Software<br> - PO Box 2081<br> - Stanford, CA 94309<br> - USA - </blockquote><p> - Source: Mail from Tom Rokicki, November 1994 -</dl> - - -<p/>Note that the company Y&Y has gone out of business, and Y&Y -TeX (and support for it) is therefore no longer available. Users -of Y&Y systems may care to use the self-help -<a href="http://tug.org/pipermail/yandytex/">mailing list</a> -that was established in 2003; the remaining usable content of -Y&Y’s web site is available at <a href="http://www.tug.org/yandy/">http://www.tug.org/yandy/</a> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=commercial">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=commercial</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-compactbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-compactbib.html deleted file mode 100644 index 8675cc55670..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-compactbib.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label compactbib</title> -</head><body> -<h3>Reducing spacing in the bibliography</h3> -<p/>Bibliographies are, in fact, implemented as lists, so all the -confusion about <a href="FAQ-complist.html">reducing list item spacing</a> also -applies to bibliographies. -<p/>If the <i>natbib</i> package ‘works’ for you (it may not if you are using -some special-purpose bibliography style), the solution is relatively -simple — add -<blockquote> -<pre> -\usepackage{natbib} -\setlength{\bibsep}{0.0pt} -</pre> -</blockquote><p> -to the preamble of your document. -<p/>Otherwise, one is into unseemly hacking of something or other. The -<i>mdwlist</i> package actually does the job, but it doesn’t work -here, because it makes a different-named list, while the name -“<code>thebibliography</code>” is built into LaTeX and -BibTeX. Therefore, we need to -<a href="FAQ-patch.html">patch the underlying macro</a>: -<blockquote> -<pre> -\let\oldbibliography\thebibliography -\renewcommand{\thebibliography}[1]{% - \oldbibliography{#1}% - \setlength{\itemsep}{0pt}% -} -</pre> -</blockquote><p> -The <i>savetrees</i> package performs such a patch, among a -plethora of space-saving measures: you can, in principle, suppress all -its other actions, and have it provide you a compressed bibliography -<em>only</em>. -<dl> -<dt><tt><i>mdwlist.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse</a>) -<dt><tt><i>natbib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.zip">macros/latex/contrib/natbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib/">browse</a>) -<dt><tt><i>savetrees.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/savetrees.zip">macros/latex/contrib/savetrees</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/savetrees.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/savetrees/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=compactbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=compactbib</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-compjobnam.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-compjobnam.html deleted file mode 100644 index 616e7d9ecc0..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-compjobnam.html +++ /dev/null @@ -1,40 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label compjobnam</title> -</head><body> -<h3>Comparing the “job name”</h3> -<p/>The token <code>\</code><code>jobname</code> amusingly produces a sequence of characters -whose category code is 12 (‘other’), regardless of what the characters -actually are. Since one inevitably has to compare a macro with the -contents of another macro (using <code>\</code><code>ifx</code>, somewhere) one needs to -create a macro whose expansion looks the same as the expansion of -<code>\</code><code>jobname</code>. We find we can do this with <code>\</code><code>meaning</code>, if we strip -the “<code>\</code><code>show</code> command” prefix. -<p/>The full command looks like: -<blockquote> -<pre> -\def\StripPrefix#1>{} -\def\jobis#1{FF\fi - \def\predicate{#1}% - \edef\predicate{\expandafter\StripPrefix\meaning\predicate}% - \edef\job{\jobname}% - \ifx\job\predicate -} -</pre> - -</blockquote><p> -And it’s used as: -<blockquote> -<pre> -\if\jobis{mainfile}% - \message{YES}% -\else - \message{NO}% -\fi -</pre> -</blockquote><p> -Note that the command <code>\</code><code>StripPrefix</code> need not be defined if you’re -using LaTeX — there’s already an -<a href="FAQ-atsigns.html">internal command</a> <code>\</code><code>strip@prefix</code> that you can -use. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=compjobnam">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=compjobnam</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-complist.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-complist.html deleted file mode 100644 index 81365892835..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-complist.html +++ /dev/null @@ -1,111 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label complist</title> -</head><body> -<h3>How to adjust list spacing</h3> -<p/><a href="FAQ-books.html">Lamport’s book</a> lists various -parameters for the layout of list (things like <code>\</code><code>topsep</code>, -<code>\</code><code>itemsep</code> and <code>\</code><code>parsep</code>), but fails to mention that they’re set -automatically within the list itself. This happens because each list -executes a command <code>\</code><code>@list</code><code><<i>depth</i>></code> (the depth -appearing as a lower-case roman numeral); what’s more, the top-level -<code>\</code><code>@listi</code> is usually reset when the font size is changed. As a -result, it’s rather tricky for -the user to control list spacing. Of course, the real answer is to use -a document class designed with more modest list spacing, but we all -know such things are hard to come by. The <i>memoir</i> class wasn’t -designed for more compact lists <em>per se</em>, but offers the user -control over the list spacing. -<p/>There are packages that provide some control of list spacing, but they -seldom address the separation from surrounding text (defined by -<code>\</code><code>topsep</code>). The <i>expdlist</i> package, among its many controls -of the appearance of <code>description</code> lists, offers a -compaction parameter (see the documentation); the <i>mdwlist</i> -package offers a <code>\</code><code>makecompactlist</code> command for users’ own list -definitions, and uses it to define compact lists -<code>itemize*</code>, <code>enumerate*</code> and -<code>description*</code>. In fact, you can write lists such as -these commands define pretty straightforwardly — for example: -<blockquote> -<pre> -\newenvironment{itemize*}% - {\begin{itemize}% - \setlength{\itemsep}{0pt}% - \setlength{\parskip}{0pt}}% - {\end{itemize}} -</pre> -</blockquote><p> -The <i>paralist</i> package provides several approaches to list -compaction: -<ul> -<li> its <code>asparaenum</code> environment formats each item as if - it were a paragraph introduced by the enumeration label (which saves - space if the item texts are long); -<li> its <code>compactenum</code> environment is the same sort of - compact list as is provided in <i>expdlist</i> and - <i>mdwlist</i>; and -<li> its <code>inparaenum</code> environment produces a list “in - the paragraph”, i.e., with no line break between items, which is a - great space-saver if the list item texts are short. -</ul> -The package will manipulate its <code>enumerate</code> environment -labels just like the <a href="FAQ-enumerate.html"><i>enumerate</i> package</a> -does. -<p/><i>Paralist</i> also provides <code>itemize</code> equivalents -(<code>asparaitem</code>, etc.), and <code>description</code> -equivalents (<code>asparadesc</code>, etc.). -<p/>The <i>multenum</i> package offers a more regular form of -<i>paralist</i>’s <code>inparaenum</code>; you define a notional -grid on which list entries are to appear, and list items will always -appear at positions on that grid. The effect is somewhat like that of -the ‘tab’ keys on traditional typewriters; the package was designed -for example sheets, or lists of answers in the appendices of a book. -<p/>The ultimate in compaction (of every sort) is offered by the -<i>savetrees</i> package; compaction of lists is included. The -package’s prime purpose is to save space at every touch and turn: -don’t use it if you’re under any design constraint whatever! -<p/>The <i>expdlist</i>, <i>mdwlist</i> and <i>paralist</i> -packages all offer other facilities for list configuration: you should -probably not try the “do-it-yourself” approaches outlined below if -you need one of the packages for some other list configuration -purpose. -<p/>For ultimate flexibility (including manipulation of <code>\</code><code>topsep</code>), the -<i>enumitem</i> package permits adjustment of list parameters using -a “<em>key</em>=<<i>value</i>>” format. -For example, one might write -<blockquote> -<pre> -\usepackage{enumitem} -... -\begin{enumerate}[topsep=0pt, partopsep=0pt] -\item ... -\item ... -\end{enumerate} -</pre> -</blockquote><p> -to suppress all spacing above and below your list, or -<blockquote> -<pre> -\usepackage{enumitem} -... -\begin{enumerate}[itemsep=2pt,parsep=2pt] -\item ... -\item ... -\end{enumerate} -</pre> -</blockquote><p> -to set spacing between items and between paragraphs within items. -<i>Enumitem</i> also permits manipulation of the label format in a -more “basic” (and therefore more flexible) manner than the -<a href="FAQ-enumerate.html"><i>enumerate</i> package</a> does. -<dl> -<dt><tt><i>enumerate.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>enumitem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.zip">macros/latex/contrib/enumitem</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/enumitem/">browse</a>) -<dt><tt><i>expdlist.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/expdlist.zip">macros/latex/contrib/expdlist</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/expdlist.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/expdlist/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>mdwlist.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse</a>) -<dt><tt><i>multenum.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multenum.zip">macros/latex/contrib/multenum</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multenum.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multenum/">browse</a>) -<dt><tt><i>paralist.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/paralist.zip">macros/latex/contrib/paralist</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/paralist.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/paralist/">browse</a>) -<dt><tt><i>savetrees.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/savetrees.zip">macros/latex/contrib/savetrees</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/savetrees.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/savetrees/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=complist">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=complist</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-concrete.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-concrete.html deleted file mode 100644 index 388fc0299e8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-concrete.html +++ /dev/null @@ -1,62 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label concrete</title> -</head><body> -<h3>Using the “Concrete” fonts</h3> -<p/>The Concrete Roman fonts were designed by Don Knuth for a book called -“Concrete Mathematics”, which he wrote with Graham and Patashnik -(<em>the</em> Patashnik, of BibTeX fame). Knuth -only designed text fonts, since the book used the Euler fonts for -mathematics. The book was typeset using Plain TeX, of course, with -additional macros that may be viewed in a file <i>gkpmac.tex</i>, -which is available on CTAN. -<p/>The packages <i>beton</i>, <i>concmath</i>, and -<i>ccfonts</i> are LaTeX packages that change the default text -fonts from Computer Modern to Concrete. Packages <i>beton</i> and -<i>ccfonts</i> also slightly increase the default value of -<code>\</code><code>baselineskip</code> to account for the rather heavier weight of the -Concrete fonts. If you wish to use the <i>Euler</i> fonts for -mathematics, as Knuth did, there’s the <i>euler</i> package which -has been developed from Knuth’s own Plain TeX-based set: these -macros are currently deprecated (they clash with many things, including -AMSLaTeX). The independently-developed <i>eulervm</i> -bundle is therefore preferred to the <i>euler</i> package. (Note -that installing the <i>eulervm</i> bundle involves installing a -series of virtual fonts. While most modern distributions seem to have -the requisite files installed by default, you may find you have to -install them. If so, see the file <i>readme</i> in the -<i>eulervm</i> distribution.) -<p/>A few years after Knuth’s original design, Ulrik Vieth -designed the Concrete Math fonts. Packages -<i>concmath</i>, and <i>ccfonts</i> also change the default math -fonts from Computer Modern to Concrete and use the Concrete versions -of the AMS fonts (this last behaviour is optional in the case -of the <i>concmath</i> package). -<p/>There are no bold Concrete fonts, but it is generally accepted that -the Computer Modern Sans Serif demibold condensed fonts are an -adequate substitute. If you are using <i>concmath</i> or -<i>ccfonts</i> and you want to follow this suggestion, then use the -package with <code>boldsans</code> class option (in spite of the fact -that the <i>concmath</i> documentation calls it -<code>sansbold</code> class option). If you are using <i>beton</i>, -add -<blockquote> - <code>\</code><code>renewcommand{<code>\</code><code>bfdefault</code>}{sbc}</code> -</blockquote><p> -to the preamble of your document. -<p/>Type 1 versions of the fonts are available. For OT1 encoding, -they are available from <a href="FAQ-psfchoice.html">MicroPress</a>. The -<a href="FAQ-textrace.html">CM-Super fonts</a> contain Type 1 versions -of the Concrete fonts in T1 encoding. -<dl> -<dt><tt><i>beton.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/beton.zip">macros/latex/contrib/beton</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/beton.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beton/">browse</a>) -<dt><tt><i>ccfonts.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ccfonts.zip">macros/latex/contrib/ccfonts</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ccfonts.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ccfonts/">browse</a>) -<dt><tt><i>CM-Super fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.zip">fonts/ps-type1/cm-super</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super/">browse</a>) -<dt><tt><i>concmath.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/concmath.zip">macros/latex/contrib/concmath</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/concmath.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/concmath/">browse</a>) -<dt><tt><i>Concmath fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/concmath.zip">fonts/concmath</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/concmath.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/concmath/">browse</a>) -<dt><tt><i>Concrete fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/concrete.zip">fonts/concrete</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/concrete.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/concrete/">browse</a>) -<dt><tt><i>euler.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/euler.zip">macros/latex/contrib/euler</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/euler.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/euler/">browse</a>) -<dt><tt><i>eulervm bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/eulervm.zip">fonts/eulervm</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/eulervm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/eulervm/">browse</a>) -<dt><tt><i>gkpmac.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/knuth/local/lib/gkpmac.tex">systems/knuth/local/lib/gkpmac.tex</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=concrete">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=concrete</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-conditional.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-conditional.html deleted file mode 100644 index cba1c195363..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-conditional.html +++ /dev/null @@ -1,169 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label conditional</title> -</head><body> -<h3>Conditional compilation and “comments”</h3> -<p/>While LaTeX (or any other TeX-derived package) isn’t really like a -compiler, people regularly want to do compiler-like things using it. -Common requirements are conditional ‘compilation’ and ‘block -comments’, and several LaTeX-specific means to this end are available. -<p/>The simple <code>\</code><code>newcommand{<code>\</code><code>gobble</code>}[1]</code><code>{</code><code>}</code> -and <code>\</code><code>iffalse</code><code> ... </code><code>\</code><code>fi</code> aren’t really satisfactory (as -a general solution) for comments, since the matter being skipped is -nevertheless scanned by TeX, not always as you would expect. The -scanning imposes restrictions on what you’re allowed to skip; this may -not be a problem in <em>today’s</em> job, but could return to bite you -tomorrow. For an example of surprises that may come to bite you, -consider the following example (derived from real user experience): -<blockquote> -<pre> -\iffalse % ignoring this bit -consider what happens if we -use \verb+\iftrue+ -- a surprise -\fi -</pre> -</blockquote><p> -The <code>\</code><code>iftrue</code> is spotted by TeX as it scans, ignoring the -<code>\</code><code>verb</code> command; so the <code>\</code><code>iffalse</code> isn’t terminated by the -following <code>\</code><code>fi</code>. Also, <code>\</code><code>gobble</code> is pretty inefficient at -consuming anything non-trivial, since all the matter to be skipped is -copied to the argument stack before being ignored. -<p/>If your requirement is for a document from which whole chapters (or -the like) are missing, consider the LaTeX -<code>\</code><code>include</code>/<code>\</code><code>includeonly</code> system. If you ‘<code>\</code><code>include</code>’ your -files (rather than <code>\</code><code>input</code> them — see -<a href="FAQ-include.html">What’s going on in my <code>\</code><code>include</code> commands?</a>), -LaTeX writes macro traces of what’s going on at the end of each -chapter to the <code>.aux</code> file; by using <code>\</code><code>includeonly</code>, you can give -LaTeX an exhaustive list of the files that are needed. Files that -don’t get <code>\</code><code>include</code>d are skipped entirely, but the document -processing continues as if they <em>were</em> there, and page, footnote, -and other numbers are not disturbed. Note that you can choose which -sections you want included interactively, using the -<i>askinclude</i> package. -<p/>The inverse can be done using the <i>excludeonly</i> package: this -allows you to exclude a (list of) <code>\</code><code>include</code>d files from your -document, by means of an <code>\</code><code>excludeonly</code> command. -<p/>If you want to select particular pages of your document, use Heiko -Oberdiek’s <i>pagesel</i> or the <i>selectp</i> packages. You -can do something similar with an existing PDF document (which -you may have compiled using <i>pdflatex</i> in the first place), -using the <i>pdfpages</i> package. The job is then done with a -document looking like: -<blockquote> -<pre> -\documentclass{article} -\usepackage[final]{pdfpages} -\begin{document} -\includepdf[pages=30-40]{yoursource.pdf} -\end{document} -</pre> -</blockquote><p> -(To include all of the document, you write -<blockquote> -<pre> -\includepdf[pages=-]{yoursource.pdf} -</pre> -</blockquote><p> -omitting the start and end pages in the optional argument.) -<p/>If you want flexible facilities for including or excluding small -portions of a file, consider the <i>comment</i>, <i>version</i> or -<i>optional</i> packages. -<p/>The <i>comment</i> package allows you to declare areas of a document to be -included or excluded; you make these declarations in the preamble of -your file. The command <code>\</code><code>includecomment{</code><em>version-name</em><code>}</code> -declares an environment <code>version-name</code> whose content will -be included in your document, while -<code>\</code><code>excludecomment{</code><em>version-name</em><code>}</code> defines an environment whose -content will be excluded from the document. The package uses a method -for exclusion that is pretty robust, and can cope with ill-formed -bunches of text (e.g., with unbalanced braces or <code>\</code><code>if</code> commands). -<p/>These FAQs employ the <i>comment</i> package to alter layout -between the printed (two-column) version and the PDF version -for browsing; there are <code>narrowversion</code> and -<code>wideversion</code> for the two versions of the file. -<p/><i>version</i> offers similar facilities to <i>comment.sty</i> -(i.e., <code>\</code><code>includeversion</code> and <code>\</code><code>excludeversion</code> commands); -it’s far “lighter weight”, but is less robust (and in particular, -cannot deal with very large areas of text being included/excluded). -<p/>A significant development of <i>version</i>, confusingly called -<i>versions</i> (i.e., merely a plural of the old package name). -<i>Versions</i> adds a command -<code>\</code><code>markversion{</code><em>version-name</em><code>}</code> which defines an environment -that prints the included text, with a clear printed mark around it. -<p/><i>optional</i> defines a command <code>\</code><code>opt</code>; its first argument is -an ‘inclusion flag’, and its second is text to be included or -excluded. Text to be included or excluded must be well-formed -(nothing mismatched), and should not be too big — if a large body of -text is needed, <code>\</code><code>input</code> should be used in the argument. -The documentation (in the package file itself) tells you -how to declare which sections are to be included: this can be done in -the document preamble, but the documentation also suggests ways in -which it can be done on the command line that invokes LaTeX, or -interactively. -<p/>And, not least of this style of conditional compilation, -<i>verbatim</i> (which should be available in any distribution) -defines a <code>comment</code> environment, which enables the -dedicated user of the source text editor to suppress bits of a -LaTeX source file. The <i>memoir</i> class offers the same -environment. -<p/>An interesting variation is the <i>xcomment</i> package. This -defines an environment whose body is all excluded, apart from -environments named in its argument. So, for example: -<blockquote> -<pre> -\begin{xcomment}{figure,table} - This text is not included - \begin{figure} - This figure is included - \end{figure} - This is not included, either - \begin{table} - This table also included - \end{table} - ... -\end{xcomment} -</pre> -</blockquote><p> -<p/>A further valuable twist is offered by the <i>extract</i> package. -This allows you to produce a “partial copy” of an existing document: -the package was developed to permit production of a “book of -examples” from a set of lecture notes. The package documentation -shows the following usage: -<blockquote> -<pre> -\usepackage[ - active, - generate=foobar, - extract-env={figure,table}, - extract-cmd={chapter,section} -]{extract} -</pre> -</blockquote><p> -which will cause the package to produce a file <i>foobar.tex</i> -containing all the <code>figure</code> and <code>table</code> -environments, and the <code>\</code><code>chapter</code> and <code>\</code><code>section</code> commands, from -the document being processed. The new file <i>foobar.tex</i> is -generated in the course of an otherwise ordinary run on the ‘master’ -document. The package provides a good number of other facilities, -including (numeric or labelled) ranges of environments to extract, and -an <code>extract</code> environment which you can use to create complete -ready-to-run LaTeX documents with stuff you’ve extracted. -<dl> -<dt><tt><i>askinclude.sty</i></tt><dd>Distributed with Heiko Oberdiek’s packages — - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) -<dt><tt><i>comment.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/comment.zip">macros/latex/contrib/comment</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/comment.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/comment/">browse</a>) -<dt><tt><i>excludeonly.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/excludeonly.sty">macros/latex/contrib/misc/excludeonly.sty</a> -<dt><tt><i>extract.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/extract.zip">macros/latex/contrib/extract</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/extract.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/extract/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>optional.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/optional.sty">macros/latex/contrib/misc/optional.sty</a> -<dt><tt><i>pagesel.sty</i></tt><dd>Distributed with Heiko Oberdiek’s packages — - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) -<dt><tt><i>pdfpages.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pdfpages.zip">macros/latex/contrib/pdfpages</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pdfpages.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pdfpages/">browse</a>) -<dt><tt><i>selectp.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/selectp.sty">macros/latex/contrib/misc/selectp.sty</a> -<dt><tt><i>verbatim.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>version.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/version.sty">macros/latex/contrib/misc/version.sty</a> -<dt><tt><i>versions.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/versions/versions.sty">macros/latex/contrib/versions/versions.sty</a> -<dt><tt><i>xcomment.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/seminar.zip">macros/latex/contrib/seminar</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/seminar.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/seminar/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=conditional">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=conditional</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-context.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-context.html deleted file mode 100644 index c3f57b68c60..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-context.html +++ /dev/null @@ -1,50 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label context</title> -</head><body> -<h3>What is ConTeXt?</h3> -<p/><a href="http://www.pragma-ade.com/">ConTeXt</a> is a macro package -developed by Hans Hagen of Pragma-Ade. ConTeXt is a -document-production system based, like LaTeX, on the TeX -typesetting system. Whereas LaTeX insulates the writer from -typographical details, ConTeXt takes a complementary approach by -providing structured interfaces for handling typography, including -extensive support for colors, backgrounds, hyperlinks, presentations, -figure-text integration, and conditional compilation. It gives the -user extensive control over formatting while making it easy to create -new layouts and styles without learning the TeX macro -language. ConTeXt’s unified design avoids the package clashes that -can happen with LaTeX. -<p/>ConTeXt also integrates MetaFun, a superset of MetaPost and a powerful -system for vector graphics. MetaFun can be used as a stand-alone -system to produce figures, but its strength lies in enhancing -ConTeXt documents with accurate graphic elements. -<p/>ConTeXt allows the users to specify formatting commands in English, -Dutch, German, French, or Italian, and to use different typesetting -engines (PDFTeX, XeTeX, Aleph, and soon LuaTeX) without -changing the user interface. ConTeXt is developed rapidly, often in -response to requests from the user community. -<p/> - - - - - - - - - - - - - -<p/>ConTeXt doesn’t yet have quite such a large developer community as -does LaTeX, but those developers who are active seem to have -prodigious energy. Support is available via a -<a href="http://contextgarden.net">WIKI site</a> and via the -<a href="http://www.ntg.nl/mailman/listinfo/ntg-context">mailing list</a>. -<dl> -<dt><tt><i>ConTeXt distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/context.zip">macros/context</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/context.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/context/">browse</a>) -</dl> -<p/> -<p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=context">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=context</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-crop.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-crop.html deleted file mode 100644 index 2c86ecce729..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-crop.html +++ /dev/null @@ -1,20 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label crop</title> -</head><body> -<h3>How to create crop marks</h3> -<p/>If you’re printing something that’s eventually to be reproduced in -significant quantities, and bound, it’s conventional to print on paper -larger than your target product, and to place “crop marks” outside -the printed area. These crop marks are available to the production -house, for lining up reproduction and trimming machines. -<p/>You can save yourself the (considerable) trouble of programming these -marks for yourself by using the package <i>crop</i>, which has -facilities to satisfy any conceivable production house. Users of the -<i>memoir</i> class don’t need the package, since <i>memoir</i> has -its own facilities for programming crop marks. -<dl> -<dt><tt><i>crop.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/crop.zip">macros/latex/contrib/crop</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/crop.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/crop/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=crop">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=crop</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-crossref.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-crossref.html deleted file mode 100644 index c4b0763ff22..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-crossref.html +++ /dev/null @@ -1,38 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label crossref</title> -</head><body> -<h3>LaTeX gets cross-references wrong</h3> -<p/>Sometimes, however many times you run LaTeX, the cross-references -are just wrong. Remember that -the <code>\</code><code>label</code> command must come <em>after</em> the <code>\</code><code>caption</code> command, or -be part of it. For example, - -<pre> - \begin{figure} \begin{figure} - \caption{A Figure} or \caption{A Figure% - \label{fig} \label{fig}} - \end{figure} \end{figure} -</pre> -<p/>You can, just as effectively, shield the <code>\</code><code>caption</code> command from its -associated <code>\</code><code>label</code> command, by enclosing the caption in an -environment of its own. For example, people commonly seek help after: -<blockquote> -<pre> -\begin{center} - \caption{A Figure} -\end{center} -\label{fig} -</pre> -</blockquote><p> -has failed to label correctly. If you really need this centring (and -those in the know commonly reject it), code it as: -<blockquote> -<pre> -\begin{center} - \caption{A Figure} - \label{fig} -\end{center} -</pre> -</blockquote><p> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=crossref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=crossref</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-csname.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-csname.html deleted file mode 100644 index d2abced359a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-csname.html +++ /dev/null @@ -1,57 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label csname</title> -</head><body> -<h3>Defining a macro from an argument</h3> -<p/>It’s common to want a command to create another command: often one -wants the new command’s name to derive from an argument. LaTeX -does this all the time: for example, <code>\</code><code>newenvironment</code> creates -start- and end-environment commands whose names are derived from the -name of the environment command. -<p/>The (seemingly) obvious approach: -<blockquote> -<pre> -\def\relay#1#2{\def\#1{#2}} -</pre> -</blockquote><p> -doesn’t work (the TeX engine interprets it -as a rather strange redefinition of <code>#</code>). The trick is to use -<code>\</code><code>csname</code>, which is a TeX primitive for generating command names -from random text, together with <code>\</code><code>expandafter</code>. The definition -above should read: -<blockquote> -<pre> -\def\relay#1#2{% - \expandafter\def\csname #1\endcsname{#2}% -} -</pre> -</blockquote><p> -With this definition, <code>\</code><code>relay{blah}{bleah}</code> is equivalent to -<code>\</code><code>def</code><code>\</code><code>blah{bleah}</code>. -<p/>Note that the definition of <code>\</code><code>relay</code> omits the braces round the -‘command name’ in the <code>\</code><code>newcommand</code> it executes. This is -because they’re not necessary (in fact they seldom are), and in this -circumstance they make the macro code slightly more tedious. -<p/>The name created need not (of course) be <em>just</em> the argument: -<blockquote> - -<pre> -\def\newrace#1#2#3{% - \expandafter\def\csname start#1\endcsname{% - #2% - }% - \expandafter\def\csname finish#1\endcsname{% - #3% - }% -} -</pre> -</blockquote><p> -With commands -<blockquote> -<pre> -\def\start#1{\csname start#1\endcsname} -\def\finish#1{\csname finish#1\endcsname} -</pre> -</blockquote><p> -these ‘races’ could behave a bit like LaTeX environments. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=csname">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=csname</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-custbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-custbib.html deleted file mode 100644 index 69209eed9eb..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-custbib.html +++ /dev/null @@ -1,26 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label custbib</title> -</head><body> -<h3>Creating a bibliography style</h3> -<p/>It <em>is</em> possible to write your own: the standard bibliography -styles are distributed in a commented form, and there is a description -of the language (see - -<a href="FAQ-BibTeXing.html">BibTeX documentation</a>). -However, it must be admitted that the language in which BibTeX -styles are written is pretty obscure, and one would not recommend -anyone who’s not a confident programmer to write their own, though -minor changes to an existing style may be within the grasp of many. -<p/>If your style isn’t too ‘far out’, you can probably generate it by -using the facilities of the <i>custom-bib</i> bundle. This -contains a file <i>makebst.tex</i>, which runs you through a text menu -to produce a file of instructions, with which you can generate your -own <code>.bst</code> file. This technique doesn’t offer entirely new styles -of document, but the system’s “master BibTeX styles” already -offer significantly more than the BibTeX standard set. -<dl> -<dt><tt><i>BibTeX documentation</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/distribs/doc.zip">biblio/bibtex/distribs/doc</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/distribs/doc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/distribs/doc/">browse</a>) -<dt><tt><i>makebst.tex</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/custom-bib.zip">macros/latex/contrib/custom-bib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/custom-bib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/custom-bib/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=custbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=custbib</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cv.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cv.html deleted file mode 100644 index caa9ad674ba..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cv.html +++ /dev/null @@ -1,42 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label cv</title> -</head><body> -<h3><em>Curriculum Vitae</em> (Résumé)</h3> -<p/>Andrej Brodnik’s class, <i>vita</i>, offers a framework for producing -a <em>curriculum vitae</em>. The class may be customised both for -subject (example class option files support both computer scientists -and singers), and for language (both the options provided are -available for both English and Slovene). Extensions may be written by -creating new class option files, or by using macros defined in the -class to define new entry types, etc. -<p/>Didier Verna’s class, <i>curve</i>, is based on a model in which -the CV is made of a set of <em>rubrics</em> (each one dealing -with a major item that you want to discuss, such as ‘education’, ‘work -experience’, etc). The class’s documentation is supported by a couple -of example files, and an emacs mode is provided. -<p/>Xavier Danaux offers a class <i>moderncv</i> which supports -typesetting modern <em>curricula vitarum</em>, both in a classic and in a -casual style. It is fairly customizable, allowing you to define your -own style by changing the colours, the fonts, etc. -<p/>The European Commission has recommended a format for -<em>curricula vitarum</em> within Europe, and Nicola Vitacolonna has -developed a class <i>europecv</i> to produce it. While (by his own -admission) the class doesn’t solve all problems, it seems well-thought -out and supports all current official EU languages (together with a -few non-official languages, such as Catalan, Galician and Serbian). -<p/>The alternative to using a separate class is to impose a package on -one of the standard classes. An example, -Axel Reichert’s <i>currvita</i> package, has been recommended to the -FAQ team. Its output certainly looks good. -<p/>There is also a LaTeX 2.09 package <i>resume</i>, which comes with -little but advice <em>against</em> trying to use it. -<dl> -<dt><tt><i>currvita.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/currvita.zip">macros/latex/contrib/currvita</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/currvita.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/currvita/">browse</a>) -<dt><tt><i>curve.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/curve.zip">macros/latex/contrib/curve</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/curve.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/curve/">browse</a>) -<dt><tt><i>europecv.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/europecv.zip">macros/latex/contrib/europecv</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/europecv.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/europecv/">browse</a>) -<dt><tt><i>moderncv.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/moderncv.zip">macros/latex/contrib/moderncv</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/moderncv.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/moderncv/">browse</a>) -<dt><tt><i>resume.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/obsolete/macros/latex209/contrib/resume/resume.sty">obsolete/macros/latex209/contrib/resume/resume.sty</a> -<dt><tt><i>vita.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/vita.zip">macros/latex/contrib/vita</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/vita.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/vita/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=cv">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=cv</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cvtlatex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cvtlatex.html deleted file mode 100644 index cdaf84cfbbf..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-cvtlatex.html +++ /dev/null @@ -1,77 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label cvtlatex</title> -</head><body> -<h3>Transcribing LaTeX command definitions</h3> -<p/>At several places in this FAQ, questions are answered in terms -of how to program a LaTeX macro. Sometimes, these macros might -also help users of Plain TeX or other packages; this answer -attempts to provide a rough-and-ready guide to transcribing such macro -definitions for use in other packages. -<p/>The reason LaTeX has commands that replace <code>\</code><code>def</code>, is that -there’s a general philosophy within LaTeX that the user should be -protected from himself: the user has different commands according to -whether the command to be defined exists (<code>\</code><code>renewcommand</code>) or not -(<code>\</code><code>newcommand</code>), and if its status proves not as the user expected, -an error is reported. A third definition command, -<code>\</code><code>providecommand</code>, only defines if the target is not already -defined; LaTeX has no direct equivalent of <code>\</code><code>def</code>, which ignores -the present state of the command. The final command of this sort is -<code>\</code><code>DeclareRobustCommand</code>, which creates a command which is “robust” -(i.e., will not expand if subjected to LaTeX “protected -expansion”); from the Plain TeX user’s point of view, -<code>\</code><code>DeclareRobustCommand</code> should be treated as a non-checking version -of <code>\</code><code>newcommand</code>. -<p/>LaTeX commands are, by default, defined <code>\</code><code>long</code>; an optional <code>*</code> -between the <code>\</code><code>newcommand</code> and its (other) arguments specifies that -the command is <em>not</em> to be defined <code>\</code><code>long</code>. The <code>*</code> is -detected by a command <code>\</code><code>@ifstar</code> which uses <code>\</code><code>futurelet</code> to switch -between two branches, and gobbles the <code>*</code>: LaTeX users are -encouraged to think of the <code>*</code> as part of the command name. -<p/>LaTeX’s checks for unknown command are done by <code>\</code><code>ifx</code> comparison -of a <code>\</code><code>csname</code> construction with <code>\</code><code>relax</code>; since the command name -argument is the desired control sequence name, this proves a little -long-winded. Since <code>#1</code> is the requisite argument, we have: -<blockquote> - -<pre> -\expandafter\ifx - \csname\expandafter\@gobble\string#1\endcsname - \relax - ... -</pre> -</blockquote><p> -(<code>\</code><code>@gobble</code> simply throws away its argument). -<p/>The arguments of a LaTeX command are specified by two optional -arguments to the defining command: a count of arguments (0–9: if the -count is 0, the optional count argument may be omitted), and a default -value for the first argument, if the defined command’s first argument -is to be optional. So: -<blockquote> -<pre> -\newcommand\foo{...} -\newcommand\foo[0]{...} -\newcommand\foo[1]{...#1...} -\newcommand\foo[2][boo]{...#1...#2...} -</pre> -</blockquote><p> -In the last case, <code>\</code><code>foo</code> may be called as <code>\</code><code>foo{goodbye}</code>, -which is equivalent to <code>\</code><code>foo[boo]{goodbye}</code> (employing the -default value given for the first argument), or as -<code>\</code><code>foo[hello]{goodbye}</code> (with an explicit first argument). -<p/>Coding of commands with optional arguments is exemplified by the -coding of the last <code>\</code><code>foo</code> above: -<blockquote> -<pre> -\def\foo{\futurelet\next\@r@foo} -\def\@r@foo{\ifx\next[% - \let\next\@x@foo - \else - \def\next{\@x@foo[boo]}% - \fi - \next -} -\def\@x@foo[#1]#2{...#1...#2...} -</pre> -</blockquote><p> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=cvtlatex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=cvtlatex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dec_comma.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dec_comma.html deleted file mode 100644 index 8c4bc8f9ae9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dec_comma.html +++ /dev/null @@ -1,41 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dec_comma</title> -</head><body> -<h3>The comma as a decimal separator</h3> -<p/>TeX embodies the British/American cultural convention of using a -period as the separator between the whole number and the decimal -fraction part of a decimal number. Other cultures use a comma as -separator, but if you use a comma in maths mode you get a small space -after it; this space makes a comma that is used as a decimal separator -look untidy. -<p/>A simple solution to this problem, in maths mode, is to type -<code>3</code><code>{,}</code><code>14</code> in place of <code>3,14</code>. While such a -technique may produce the right results, it is plainly not a -comfortable way to undertake any but the most trivial amounts of -typing numbers. -<p/>Therefore, if you need to use commas as decimal separator, you will -probably welcome macro support. There are two packages that -can help relieve the tedium: <i>icomma</i> and <i>ziffer</i>. -<p/><i>Icomma</i> ensures that there will be no extra space after a -comma, unless you type a space after it (as in <code>f(x, y)</code> — in -the absence of the package, you don’t need that space), in which case -the usual small space after the comma appears. <i>Ziffer</i> is -specifically targeted at the needs of those typesetting German, but -covers the present need, as well as providing the double-minus sign -used in German (and other languages) for the empty ‘cents’ part of an -amount of currency. -<p/>The <i>numprint</i> package provides a command -<code>\</code><code>numprint{</code><em>number</em><code>}</code> that prints its argument according to -settings you give it, or according to settings chosen to match the -language you have selected in <i>babel</i>. The formatting works -equally well in text or maths. The command is very flexible (it can also -group the digits of very ‘long’ numbers), but is inevitably less -convenient than <i>icomma</i> or <i>ziffer</i> if you are typing a -lot of numbers. -<dl> -<dt><tt><i>icomma.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/was.zip">macros/latex/contrib/was</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/was.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/was/">browse</a>) -<dt><tt><i>numprint.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/numprint.zip">macros/latex/contrib/numprint</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/numprint.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/numprint/">browse</a>) -<dt><tt><i>ziffer.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ziffer.zip">macros/latex/contrib/ziffer</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ziffer.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ziffer/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dec_comma">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dec_comma</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-destable.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-destable.html deleted file mode 100644 index 53ed96568b7..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-destable.html +++ /dev/null @@ -1,83 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label destable</title> -</head><body> -<h3>The design of tables</h3> -<p/>In recent years, several authors have argued that the examples, set -out by Lamport in his <a href="FAQ-books.html">LaTeX manual</a>, have cramped -authors’ style and have led to extremely poor table design. It is in -fact difficult even to work out what many of the examples in Lamport’s -book “mean”. -<p/>The criticism focuses on the excessive use of rules (both horizontal -and vertical) and on the poor vertical spacing that Lamport’s macros -offer. -<p/>The problem of vertical spacing is plain for all to see, and is -addressed in several packages — see -“<a href="FAQ-struttab.html">spacing of lines in tables</a>”. -<p/>The argument about rules is presented in the excellent essay that -prefaces the documentation of Simon Fear’s <i>booktabs</i> package, -which (of course) implements Fear’s scheme for ‘comfortable’ rules. -(The same rule commands are implemented in the <i>memoir</i> class.) -<p/>Lamport’s LaTeX was also inflexibly wrong in “insisting” that -captions should come at the bottom of a table. Since a table may -extend over several pages, traditional typography places the caption -at the top of a table float. The <code>\</code><code>caption</code> command will get its -position wrong (by <code>10pt</code>) if you simply write: -<blockquote> -<pre> -\begin{table} - \caption{Example table} - \begin{tabular}{...} - ... - \end{tabular} -\end{table} -</pre> -</blockquote><p> -The <i>topcapt</i> package solves this problem: -<blockquote> -<pre> -\usepackage{topcaption} -... -\begin{table} - \topcaption{Example table} - \begin{tabular}{...} - ... - \end{tabular} -\end{table} -</pre> -</blockquote><p> -The <i>KOMA-script</i> classes provide a similar command -<code>\</code><code>captionabove</code>; they also have a class option -<code>tablecaptionabove</code> which arranges that <code>\</code><code>caption</code> -<em>means</em> <code>\</code><code>captionabove</code>, in table environments. The -<i>caption</i> (from the release of 23 January, 2004) may be loaded -with an option that has the same effect: -<blockquote> -<pre> -\usepackage[tableposition=top]{caption} -</pre> -</blockquote><p> -<p/>Doing the job yourself is pretty easy: <i>topcapt</i> switches the -values of the LaTeX2e parameters <code>\</code><code>abovecaptionskip</code> (default -value <code>10pt</code>) and <code>\</code><code>belowcaptionskip</code> (default value -<code>0pt</code>), so: -<blockquote> -<pre> -\begin{table} - \setlength{\abovecaptionskip}{0pt} - \setlength{\belowcaptionskip}{10pt} - \caption{Example table} - \begin{tabular}{...} - ... - \end{tabular} -\end{table} -</pre> -</blockquote><p> -does the job. (The package itself is very slightly more elaborate...) -<dl> -<dt><tt><i>booktabs.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/booktabs.zip">macros/latex/contrib/booktabs</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/booktabs.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/booktabs/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>topcapt.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/topcapt.sty">macros/latex/contrib/misc/topcapt.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=destable">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=destable</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-distill-prob.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-distill-prob.html deleted file mode 100644 index c5f3d90571e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-distill-prob.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label distill-prob</title> -</head><body> -<h3>Characters missing from PDF output</h3> -<p/>If you’re using <i>Acrobat</i> <i>Distiller</i> to create your -PDF output, you may find -characters missing. This may manifest -itself as messed-up maths equations (missing -“-” signs, for example), or bits missing -from large symbols. Early versions of <i>Distiller</i> used to -ignore character positions 0–31 and 128–159 of every font: Adobe’s -fonts never use such positions, so why should <i>Distiller</i>? -<p/>Well, the answer to this question is “because Adobe don’t produce all -the world’s fonts” — fonts like <i>Computer</i> -<i>Modern</i> were around before Adobe came on the scene, and -<em>they</em> use positions 0–31. Adobe don’t react to complaints like -that in the previous sentence, but they do release new versions of -their programs; and <i>Distiller</i>, since at least version 4.0, -<em>has</em> recognised the font positions it used to shun. -<p/>Meanwhile, TeX users with old versions of <i>Distiller</i> need -to deal with their fonts. <i>Dvips</i> comes to our aid: the -switch <code>-G1</code> (“remap characters”), which moves the offending -characters out of the way. The PDF configuration file -(<code>-Ppdf</code>), recommended -in “<a href="FAQ-fuzzy-type3.html">the wrong type of fonts</a>”, -includes the switch. -<p/>The switch is not without its problems; pre-2003 versions of -<i>dvips</i> will apply it to Adobe fonts as well, causing -<a href="FAQ-charshift.html">havoc</a>, but fortunately -that problem is usually soluble. However, a document using both -CM and Adobe-specified fonts is stuck. The only real solution -is either to upgrade <i>dvips</i>, or to spend money to upgrade -<i>Distiller</i>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=distill-prob">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=distill-prob</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-divzero.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-divzero.html deleted file mode 100644 index 675a02de27b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-divzero.html +++ /dev/null @@ -1,54 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label divzero</title> -</head><body> -<h3>Graphics division by zero</h3> -<p/>While the error -<blockquote> -<pre> -! Package graphics Error: Division by 0. -</pre> -</blockquote><p> -can actually be caused by offering the package a figure which claims -to have a zero dimension, it’s more commonly caused by rotation. -<p/>Objects in TeX may have both height (the height above the baseline) -and depth (the distance the object goes below the baseline). If you -rotate an object by 180 degrees, you convert its height into depth, -and vice versa; if the object started with zero depth, you’ve -converted it to a zero-height object. -<p/>Suppose you’re including your graphic with a command like: -<blockquote> -<pre> -\includegraphics[angle=180,height=5cm]{myfig.eps} -</pre> - -</blockquote><p> -In the case that <i>myfig.eps</i> has no depth to start with, the -scaling calculations will produce the division-by-zero error. -<p/>Fortunately, the <i>graphicx</i> package has a keyword -<code>totalheight</code>, which allows you to specify the size of the -image relative to the sum of the object’s <code>height</code> and -<code>depth</code>, so -<blockquote> -<pre> -\includegraphics[angle=180,totalheight=5cm]{myfig.eps} -</pre> - -</blockquote><p> -will resolve the error, and will behave as you might hope. -<p/>If you’re using the simpler <i>graphics</i> package, use the -<code>*</code> form of the <code>\</code><code>resizebox</code> command to specify the use of -<code>totalheight</code>: -<blockquote> -<pre> -\resizebox*{!}{5cm}{% - \rotatebox{180}{% - \includegraphics{myfig.eps}% - }% -} -</pre> -</blockquote><p> -<dl> -<dt><tt><i>graphics.sty,graphicx.sty</i></tt><dd>Both parts of the <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/graphics/">browse</a>) bundle -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=divzero">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=divzero</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-doc-dirs.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-doc-dirs.html deleted file mode 100644 index 577b074dc47..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-doc-dirs.html +++ /dev/null @@ -1,13 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label doc-dirs</title> -</head><body> -<h3>Directories of (La)TeX information</h3> -<p/>TUG India is developing a series of online LaTeX tutorials -which can be strongly recommended: select single chapters at a time -from <a href="http://www.tug.org.in/tutorials.html">http://www.tug.org.in/tutorials.html</a> — the -set comprises two parts, “Text” and “Graphics”, so far. -<p/>Herbert Voss’s excellent -<a href="http://texnik.de/">LaTeX tips and tricks</a> is an excellent -source of small articles on the use of LaTeX. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=doc-dirs">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=doc-dirs</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-doc-wiki.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-doc-wiki.html deleted file mode 100644 index 14f72dc46ec..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-doc-wiki.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label doc-wiki</title> -</head><body> -<h3>WIKI pages for TeX and friends</h3> -<p/>The <em>WIKI</em> concept can be a boon to everyone, if used sensibly. -The “general” WIKI allows <em>anyone</em> to add stuff, or to edit -stuff that someone else has added: while there is obvious potential -for chaos, there is evidence that a strong user community can keep a -WIKI under control. -<p/>Following the encouraging performance of the -<a href="http://contextgarden.net/">ConTeXt WIKI</a>, both a -<a href="http://en.wikibooks.org/wiki/TeX">(Plain) TeX WIKI</a> and a -<a href="http://en.wikibooks.org/wiki/LaTeX">LaTeX WIKI</a> have been -established. Both seem rather sparse, as yet, and the LaTeX WIKI -contains some suggestions that go counter to established advice (e.g., -the LaTeX WIKI has details on the -<a href="FAQ-eqnarray.html">use of the <code>eqnarray</code> environment</a>); -however one may hope that both will become useful resources in the -longer term. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=doc-wiki">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=doc-wiki</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-docotherdir.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-docotherdir.html deleted file mode 100644 index aa6074b7fed..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-docotherdir.html +++ /dev/null @@ -1,65 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label docotherdir</title> -</head><body> -<h3>Bits of document from other directories</h3> -<p/>A common way of constructing a large document is to break it into a -set of files (for example, one per chapter) and to keep everything -related to each of these subsidiary files in a subdirectory. -<p/>Unfortunately, TeX doesn’t have a changeable “current directory”, -so that all files you refer to have to be specified relative to the -same directory as the main file. Most people find this -counter-intuitive. -<p/>It may be appropriate to use the “path extension” technique - -<a href="FAQ-tempinst.html">used in temporary installations</a> to deal with -this problem. However, if there several files with the same name in -your document, such as <i>chapter1/fig1.eps</i> and -<i>chapter2/fig1.eps</i>, you’re not giving TeX any hint as to -which you’re referring to when in the main chapter file you say -<code>\</code><code>input{sect1}</code>; while this is readily soluble in the case of -human-prepared files (just don’t name them all the same), -automatically produced files have a way of having repetitious names, -and changing <em>them</em> is a procedure prone to error. -<p/>The <i>import</i> package comes to your help here: it defines an -<code>\</code><code>import</code> command that accepts a full path name and the name of a -file in that directory, and arranges things to “work properly”. -So, for example, if <i>/home/friend/results.tex</i> contains -<blockquote> -<pre> -Graph: \includegraphics{picture} -\input{explanation} -</pre> -</blockquote><p> -then <code>\</code><code>import{/home/friend/}{results}</code> will include both -graph and explanation as one might hope. A <code>\</code><code>subimport</code> command -does the same sort of thing for a subdirectory (a relative path rather -than an absolute one), and there are corresponding <code>\</code><code>includefrom</code> -and <code>\</code><code>subincludefrom</code> commands. -<p/>The <i>chapterfolder</i> package provides commands to deal with its -(fixed) model of file inclusion in a document. It provides commands -<code>\</code><code>cfpart</code>, <code>\</code><code>cfchapter</code>, <code>\</code><code>cfsection</code> and <code>\</code><code>cfsubsection</code>, -each of which takes directory and file arguments, e.g.: -<blockquote> -<pre> -\cfpart[pt 1]{Part One}{part1}{part} -</pre> -</blockquote><p> -which command will issue a ‘normal’ command -<code>\</code><code>part[pt 1]{Part One}</code> and then input the file -<i>part1/part.tex</i>, remembering that <i>part1/</i> is now the -“current folder”. There are also commands of the form -<code>\</code><code>cfpartstar</code> (which corresponds to a <code>\</code><code>part*</code> command). -<p/>Once you’re “in” a <i>chapterfolder</i>-included document, you -may use <code>\</code><code>cfinput</code> to input something relative to the “current -folder”, or you may use <code>\</code><code>input</code>, using <code>\</code><code>cfcurrentfolder</code> to -provide a path to the file. (There are also -<code>\</code><code>cfcurrentfolderfigure</code> for a <i>figure/</i> subdirectory and -<code>\</code><code>cfcurrentfolderlistings</code> for a <i>listings/</i> subdirectory.) -<p/>Documentation of <i>chapterfolder</i> is in French, but the -<i>README</i> in the directory is in English. -<dl> -<dt><tt><i>chapterfolder.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/chapterfolder.zip">macros/latex/contrib/chapterfolder</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/chapterfolder.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/chapterfolder/">browse</a>) -<dt><tt><i>import.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/import.sty">macros/latex/contrib/misc/import.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=docotherdir">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=docotherdir</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-docpictex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-docpictex.html deleted file mode 100644 index 2040e88b3ac..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-docpictex.html +++ /dev/null @@ -1,22 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label docpictex</title> -</head><body> -<h3>The PicTeX manual</h3> -<p/>PicTeX is a set of macros by Michael Wichura for drawing diagrams -and pictures. The -macros are freely available; however, the -PicTeX manual itself is not free. -Unfortunately, TUG is no longer able to supply copies of the -manual (as it once did), and it is now available only through Personal -TeX Inc, the vendors of PCTeX (<a href="http://www.pctex.com/">http://www.pctex.com/</a>). The -manual is <em>not</em> available electronically. -<p/>However, there <em>is</em> a summary of PicTeX commands available on -CTAN, which is a great aide-memoire for those who basically -know the package to start with. -<dl> -<dt><tt><i>pictex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/pictex.zip">graphics/pictex</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/pictex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/pictex/">browse</a>) -<dt><tt><i>PiCTeX summary</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/pictex/summary.zip">info/pictex/summary</a> (<a href="ftp://cam.ctan.org/tex-archive/info/pictex/summary.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/pictex/summary/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=docpictex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=docpictex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dolldoll.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dolldoll.html deleted file mode 100644 index 3c4ccb76671..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dolldoll.html +++ /dev/null @@ -1,33 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dolldoll</title> -</head><body> -<h3>Why use <code>\</code><code>[</code> ...<code>\</code><code>]</code> in place of <code>$$</code> ...<code>$$</code>?</h3> -<p/>LaTeX defines inline- and display-maths commands, apparently -analogous to those that derive from the TeX primitive maths -sequences bracketing maths commands with single dollar signs (or pairs -of dollar signs). -<p/>As it turns out, LaTeX’s inline maths grouping, -<code>\</code><code>(</code><code> ... </code><code>\</code><code>)</code>, has precisely the same effect as the -TeX primitive version <code>$ ... $</code>. (Except that -the LaTeX version checks to ensure you don’t put <code>\</code><code>(</code> and -<code>\</code><code>)</code> the wrong way round.) -<p/>In this circumstance, one often finds LaTeX users, who have some -experience of using Plain TeX, merely assuming that LaTeX’s -display maths grouping <code>\</code><code>[</code><code> ... </code><code>\</code><code>]</code> may be replaced by -the TeX primitive display maths <code>$$ ... $$</code>. -<p/>Unfortunately, they are wrong: if LaTeX code is going to patch display -maths, it can only do so by patching <code>\</code><code>[</code> and <code>\</code><code>]</code>. The most -obvious way this turns up, is that the class option <code>fleqn</code> -simply does not work for equations coded using -<code>$$ ... $$</code>, whether you’re using the standard classes -alone, or using package <i>amsmath</i>. Also, the <code>\</code><code>[</code> and -<code>\</code><code>]</code> has code for rationalising vertical spacing in some extreme -cases; that code is not available in <code>$$ ... $$</code>, so if you -use the non-standard version, you may occasionally observe -inconsistent vertical spacing . -<p/>There are more subtle effects (especially with package -<i>amsmath</i>), and the simple rule is -<code>\</code><code>[</code><code> ... </code><code>\</code><code>]</code> whenever -unadorned displayed maths is needed in LaTeX. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dolldoll">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dolldoll</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dpfloat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dpfloat.html deleted file mode 100644 index 56c65cbb3c2..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dpfloat.html +++ /dev/null @@ -1,31 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dpfloat</title> -</head><body> -<h3>Facing floats on 2-page spread</h3> -<p/>If a pair of floats are to be forced to form a 2-page spread (in a -book, or whatever), the first must lie on the left side of the spread, -on an even-numbered page. The <i>dpfloat</i> package provides for -this: the construction to use is: -<blockquote> -<pre> -\begin{figure}[p] - \begin{leftfullpage} - <left side figure> - \end{leftfullpage} -\end{figure} -\begin{figure}[p] - \begin{fullpage} - <right side figure> - \end{fullpage} -\end{figure} -</pre> -</blockquote><p> -The construction has no effect unless the standard class option -<code>twoside</code> is in effect. -<p/>Full documentation of the package (such as it is) is to be found in -<i>README.dpfloat</i> -<dl> -<dt><tt><i>dpfloat.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/dpfloat.zip">macros/latex/contrib/dpfloat</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/dpfloat.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/dpfloat/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dpfloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dpfloat</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-drawFeyn.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-drawFeyn.html deleted file mode 100644 index 08a3f88af38..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-drawFeyn.html +++ /dev/null @@ -1,34 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label drawFeyn</title> -</head><body> -<h3>Drawing Feynman diagrams in LaTeX</h3> -<p/>Michael Levine’s <i>feynman</i> bundle for drawing the diagrams in -LaTeX 2.09 is still available. -<p/>Thorsten Ohl’s <i>feynmf</i> is designed for use with current -LaTeX, and works in -combination with Metafont (or, in its <i>feynmp</i> incarnation, with -MetaPost). The <i>feynmf</i> or -<i>feynmp</i> package reads a description of the diagram written -in TeX, and writes out code. Metafont (or MetaPost) can then produce a -font (or PostScript file) for use in a subsequent LaTeX run. For -new users, who have access to MetaPost, the PostScript version is -probably the better route, for document portability and other reasons. - -<p/>Jos Vermaseren’s <i>axodraw</i> is mentioned as an alternative in -the documentation of <i>feynmf</i>, but it is written entirely in -terms of <i>dvips</i> <code>\</code><code>special</code> commands, and is thus rather -imperfectly portable. -<p/>An alternative approach is implemented by Norman Gray’s <i>feyn</i> -package. Rather than creating complete diagrams as postscript images, -<i>feyn</i> provides a font (in a variety of sizes) containing -fragments, which you can compose to produce complete diagrams. It -offers fairly simple diagrams which look good in equations, rather -than complicated ones more suitable for display in figures. -<dl> -<dt><tt><i>axodraw</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/axodraw.zip">graphics/axodraw</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/axodraw.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/axodraw/">browse</a>) -<dt><tt><i>feyn font bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/feyn.zip">fonts/feyn</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/feyn.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/feyn/">browse</a>) -<dt><tt><i>feynman bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/feynman.zip">macros/latex209/contrib/feynman</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/feynman.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex209/contrib/feynman/">browse</a>) -<dt><tt><i>feynmf/feynmp bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/feynmf.zip">macros/latex/contrib/feynmf</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/feynmf.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/feynmf/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=drawFeyn">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=drawFeyn</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-drawing.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-drawing.html deleted file mode 100644 index 5cd801f9013..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-drawing.html +++ /dev/null @@ -1,77 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label drawing</title> -</head><body> -<h3>Drawing with TeX</h3> -<p/>There are many packages to do pictures in (La)TeX itself (rather than -importing graphics created externally), ranging from simple use of -LaTeX <code>picture</code> environment, through enhancements like -<i>epic</i>, to -sophisticated (but slow) drawing with PicTeX. Depending on your type -of drawing, and setup, here are a few systems you may consider: -<ul> -<li> <i>pict2e</i>; this was advertised in - <a href="FAQ-books.html">the LaTeX manual</a>, but didn’t appear for nearly - ten years after publication of the book! It removes all the petty - niggles that surround the use of the <code>picture</code> - environment. It therefore suffers <em>only</em> from the rather - eccentric drawing language of the environment, and is a far more - useful tool than the original environment has ever been. (Note that - <i>pict2e</i> supersedes David Carlisle’s stop-gap - <i>pspicture</i>.) -<li> <i>PSTricks</i>; this gives you access to all the power of - PostScript from TeX itself, by sophisticated use of - <a href="FAQ-specials.html"><code>\</code><code>special</code> commands</a>. Since PostScript is itself a - pretty powerful programming language, many astounding things can in - principle be achieved using <i>PSTricks</i>. - <i>pstricks</i>’ <code>\</code><code>special</code>s are - by default specific to <i>dvips</i>, but VTeX (both in its - commercial and in its free versions) understands them. PDFTeX - users may use <i>pst-pdf</i>, which (like - <i>epstopdf</i> — see - <a href="FAQ-pdftexgraphics.html">PDFLaTeX graphics</a>) generates - PDF files using an auxiliary program, from <i>PSTricks</i> - commands (<i>pst-pdf</i> also requires a recent installation of - the <i>preview</i> package). -<p/> There is a <i>PSTricks</i> mailing list - (<a href="mailto:pstricks@tug.org"><i>pstricks@tug.org</i></a>) which you may - <a href="http://tug.org/mailman/listinfo/pstricks">join</a>, or you may - just browse the - <a href="http://tug.org/pipermail/pstricks/">list archives</a>. -<li> <i>pgf</i>: while <i>pstricks</i> is very powerful and - convenient, using it with PDFLaTeX is an awful fidget: if you - simply want the graphical capabilities, <i>pgf</i>, together with - its rather pleasing “user-oriented” interface <i>tikz</i>, may be a good - bet for you. While PDF has (in essence) the same graphical - capabilities as PostScript, it isn’t programmable; <i>pgf</i> provides - common LaTeX commands that will utilise the graphical - capabilities of both PostScript and PDF equally. -<li> MetaPost; you liked Metafont, but never got to grips with font files? - Try <a href="FAQ-MP.html">MetaPost</a> — - all the power of Metafont, but it generates PostScript figures; MetaPost - is nowadays part of most serious (La)TeX distributions. Knuth - uses it for all his work... -<li> <i>Mfpic</i>; you liked Metafont, but can’t understand the - language? The package makes up Metafont or MetaPost code for you - within using familiar-looking TeX macros. Not <em>quite</em> the - full power of MetaPost, but a friendlier interface; of course, with - MetaPost output, the results can be used equally well in either - LaTeX or PDFLaTeX. -<li> You liked PicTeX but don’t have enough memory or time? Look - at Eitan Gurari’s <i>dratex</i>, which is as powerful as most - other TeX drawing packages, but is an entirely new - implementation, which is not as hard on memory, is much more - readable (and is fully documented). -</ul> -<dl> -<dt><tt><i>dratex.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/dratex.zip">graphics/dratex</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/dratex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/dratex/">browse</a>) -<dt><tt><i>mfpic</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/mfpic.zip">graphics/mfpic</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/mfpic.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/mfpic/">browse</a>) -<dt><tt><i>preview.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/preview.zip">macros/latex/contrib/preview</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/preview.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/preview/">browse</a>) -<dt><tt><i>pspicture.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pspicture.zip">macros/latex/contrib/pspicture</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pspicture.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pspicture/">browse</a>) -<dt><tt><i>pst-pdf.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pst-pdf.zip">macros/latex/contrib/pst-pdf</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pst-pdf.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pst-pdf/">browse</a>) -<dt><tt><i>pgf.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/pgf.zip">graphics/pgf</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/pgf.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/pgf/">browse</a>) -<dt><tt><i>pict2e.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pict2e.zip">macros/latex/contrib/pict2e</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pict2e.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pict2e/">browse</a>) -<dt><tt><i>pstricks</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/pstricks.zip">graphics/pstricks</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/pstricks.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/pstricks/">browse</a>) -<dt><tt><i>tikz.sty</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/graphics/pgf.zip">graphics/pgf</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/pgf.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/pgf/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=drawing">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=drawing</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-driver.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-driver.html deleted file mode 100644 index bb395b8b06a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-driver.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label driver</title> -</head><body> -<h3>What is a DVI driver?</h3> -<p/>A DVI driver is a program that takes as input a DVI file -(<a href="FAQ-dvi.html">DVI files</a>) and -(usually) produces a file that can be sent to a typographic -output device (which we will call a printer, for short), or to another -format. -<p/>A driver will usually be specific to a particular printer, -although any PostScript printer ought to be able to print -the output from a PostScript driver. - -<p/>As well as the DVI file, the driver also needs font information. -Font information may be held as bitmaps or as outlines, or simply as a -set of pointers into the fonts that the printer itself ‘has’. -Each driver will expect the font information in -a particular form. For more information on the forms of fonts, -see <a href="FAQ-pk.html">PK files</a>, - -<a href="FAQ-tfm.html">TFM files</a>, -<a href="FAQ-virtualfonts.html">virtual fonts</a> -and <a href="FAQ-usepsfont.html">Using PostScript fonts with TeX</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=driver">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=driver</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dropping.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dropping.html deleted file mode 100644 index 32a0256fd41..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dropping.html +++ /dev/null @@ -1,30 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dropping</title> -</head><body> -<h3>Big letters at the start of a paragraph</h3> -<p/>A common style of typesetting, now seldom seen except in newspapers, -is to start a paragraph (in books, usually the first of a chapter) -with its first letter set large enough to span several lines. -<p/>This style is known as “dropped capitals”, or (in French) -«lettrines», and TeX’s primitive -facilities for hanging indentation make its (simple) implementation -pretty straightforward. -<p/>The <i>dropping</i> package does the job simply, but has a curious -attitude to the calculation of the size of the font to be used for the -big letters. Examples appear in the package documentation, so before -you process the <code>.dtx</code>, the package itself must already be installed. -Unfortunately, <i>dropping</i> has an intimate relation to the set -of device drivers available in an early version of the LaTeX -graphics package, and it cannot be trusted to work with recent -offerings like PDFTeX, VTeX or DVIpdfm. -<p/>On such occasions, the more recent <i>lettrine</i> package is more -likely to succeed. It has a well-constructed array of options, and -the examples (a pretty impressive set) come as a separate file in the -distribution (also available in PostScript, so that they can be viewed -without installing the package itself). -<dl> -<dt><tt><i>dropping</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/dropping.zip">macros/latex/contrib/dropping</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/dropping.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/dropping/">browse</a>) -<dt><tt><i>lettrine</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lettrine.zip">macros/latex/contrib/lettrine</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lettrine.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/lettrine/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dropping">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dropping</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dtx.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dtx.html deleted file mode 100644 index cbbed32fbb1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dtx.html +++ /dev/null @@ -1,53 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dtx</title> -</head><body> -<h3>Documented LaTeX sources (<code>.dtx</code> files)</h3> -<p/>LaTeX2e, and most contributed macro packages, are now written in a -<a href="FAQ-lit.html">literate programming style</a>, with source and -documentation in the -same file. This format, known as ‘doc’, in fact originated before the -days of the LaTeX project as one of the “Mainz” series of -packages. A documented source file conventionally has the suffix -<code>.dtx</code>, and will normally be ‘stripped’ before use with -LaTeX; an installation file (<code>.ins</code>) is normally provided, -to automate this process of removing comments for speed of loading. -To read the comments, you can run LaTeX on the -<code>.dtx</code> file to produce a nicely formatted version of the -documented code. Several -packages can be included in one <code>.dtx</code> file (they’re sorted -out by the <code>.ins</code> file), with conditional -sections, and there are facilities for indexes of macros, etc. -<p/>Anyone can write <code>.dtx</code> files; the format is explained in -<a href="FAQ-books.html">The LaTeX Companion</a>, and a tutorial is available -from CTAN (which comes with skeleton <code>.dtx</code> and -<code>.ins</code> files). -<p/>Composition of <code>.dtx</code> files is supported in <i>emacs</i> by -<a href="FAQ-editors.html">AUC-TeX</a>. -<p/>Another useful way of generating <code>.dtx</code> files is to write the -documentation and the code separately, and then to combine them using -the <i>makedtx</i> system. This technique has particular value in -that the documentation file can be used separately to generate -HTML output; it is often quite difficult to make -<a href="FAQ-LaTeX2HTML.html">LaTeX to HTML conversion</a> tools deal -with <code>.dtx</code> files, since they use an unusual class file. -<p/>The <code>.dtx</code> files are not used by LaTeX after they have been -processed to produce <code>.sty</code> or <code>.cls</code> (or whatever) -files. They need not be kept with the working system; however, for -many packages the <code>.dtx</code> file is the primary source of -documentation, so you may want to keep <code>.dtx</code> files elsewhere. -<p/>An interesting sideline to the story of <code>.dtx</code> files is the -<i>docmfp</i> package, which extends the model of the <i>doc</i> -package to - - <a href="FAQ-MF.html">Metafont</a> and <a href="FAQ-MP.html">MetaPost</a>, -thus permitting documented distribution of bundles containing code for -Metafont and MetaPost together with related LaTeX code. -<dl> -<dt><tt><i>clsguide.pdf</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/doc/clsguide.pdf">macros/latex/doc/clsguide.pdf</a> -<dt><tt><i>docmfp.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/docmfp.zip">macros/latex/contrib/docmfp</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/docmfp.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/docmfp/">browse</a>) -<dt><tt><i>docstrip.tex</i></tt><dd>Part of the LaTeX distribution -<dt><tt><i>DTX tutorial</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/dtxtut.zip">info/dtxtut</a> (<a href="ftp://cam.ctan.org/tex-archive/info/dtxtut.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/dtxtut/">browse</a>) -<dt><tt><i>makedtx</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/makedtx.zip">support/makedtx</a> (<a href="ftp://cam.ctan.org/tex-archive/support/makedtx.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/makedtx/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dtx">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dtx</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi-bmp.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi-bmp.html deleted file mode 100644 index 11ea878604c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi-bmp.html +++ /dev/null @@ -1,49 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dvi-bmp</title> -</head><body> -<h3>Generating bitmaps from DVI</h3> -<p/>In the last analysis, any DVI driver or previewer is generating -bitmaps: bitmaps for placing tiny dots on paper via a laser- or -inkjet-printer, or bitmaps for filling some portion of your screen. -However, it’s usually difficult to extract any of those bitmaps any -way other than by screen capture, and the resolution of <em>that</em> is -commonly lamentable. -<p/>Why would one want separate bitmaps? Most often, the requirement is for -something that can be included in HTML generated from (La)TeX -source — not everything that you can write in (La)TeX can be -translated to HTML (at least, portable HTML that may be -viewed in ‘most’ browsers), so the commonest avoiding action is to -generate a bitmap of the missing bit. Examples are maths (a maths -extension to the <code>*</code>ML family is available but not widely -used), and ‘exotic’ typescripts (ones that you cannot guarantee your -readers will have available). Other common examples are generation of -sample bitmaps, and generation for insertion into some other -application’s display — to insert equations into Microsoft -PowerPoint, or to support the enhanced-<i>emacs</i> setup called -<a href="FAQ-WYGexpts.html"><i>preview</i>-<i>latex</i></a>. -<p/>In the past, the commonest way of generating bitmaps was to generate a -PostScript file of the DVI and then use <i>ghostscript</i> to -produce the required bitmap format (possibly by way of PNM -format or something similar). This is an undesirable procedure (it is -very slow, and requires two or three steps) but it has served for a -long time. -<p/>(La)TeX users may now take advantage of two bitmap ‘drivers’. The -longer-established, <i>dvi2bitmap</i>, will generate XBM and -XPM formats, the long-deprecated GIF format (which is -now obsolescent, but has finally been relieved of the patent -protection of the LZW compression it uses), and also -the modern (ISO-standardised) PNG format. -<p/>Dvipng started out as a PNG renderer; from version 1.2 it can also -render to the GIF format. It is designed for speed, in environments that -generate large numbers of PNG files: the <i>README</i> mentions -<i>preview</i>-<i>latex</i>, <i>LyX</i>, and a few -web-oriented environments. Note that <i>dvipng</i> gives -high-quality output even though its internal operations are optimised -for speed. -<dl> -<dt><tt><i>dvi2bitmap</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/dvi2bitmap.zip">dviware/dvi2bitmap</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dvi2bitmap.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dvi2bitmap/">browse</a>) -<dt><tt><i>dvipng</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/dvipng.zip">dviware/dvipng</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dvipng.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dvipng/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvi-bmp">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvi-bmp</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html deleted file mode 100644 index 7539268ba10..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvi.html +++ /dev/null @@ -1,28 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dvi</title> -</head><body> -<h3>What is a DVI file?</h3> -<p/>A DVI file (that is, a file with the type or extension -<code>.dvi</code>) is TeX’s main output file, using TeX in its -broadest sense to include LaTeX, etc. ‘DVI’ is supposed to -be an acronym for DeVice-Independent, meaning -that the file can be printed on most -kinds of typographic output device. The DVI file is designed to be -read by a driver (<a href="FAQ-driver.html">DVI drivers</a>) to produce -further output designed specifically for a particular printer (e.g., a -LaserJet) or to be used as input to a previewer for display on a -computer screen. DVI files use TeX’s internal coding; a TeX -input file should produce the same DVI file regardless of which -implementation of TeX is used to produce it. -<p/>A DVI file contains all the information that is needed for printing -or previewing except for the actual bitmaps or outlines of fonts, and -possibly material to be introduced by means of -<a href="FAQ-specials.html"><code>\</code><code>special</code> commands</a>. -<p/>The canonical reference for the structure of a DVI file is the -source of Knuth’s program <i>dvitype</i> (whose original purpose, -as its name implies, was to view the content of a DVI file). -<dl> -<dt><tt><i>dvitype</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/knuth/dist/texware/dvitype.web">systems/knuth/dist/texware/dvitype.web</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvi">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvi</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvipdfmgraphics.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvipdfmgraphics.html deleted file mode 100644 index e0e0c376c90..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvipdfmgraphics.html +++ /dev/null @@ -1,65 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dvipdfmgraphics</title> -</head><body> -<h3>Imported graphics in <i>dvipdfm</i></h3> -<p/><i>Dvipdfm</i> translates direct from DVI to PDF -(all other available routes produce PostScript output using -<i>dvips</i> and then convert that to PDF with -<i>ghostscript</i> or <i>Acrobat</i> <i>Distiller</i>). -<p/><i>Dvipdfm</i> is a particularly flexible application. It will -permit the inclusion of bitmap and PDF graphics, as does -<a href="FAQ-pdftexgraphics.html">PDFTeX</a>, but is also capable of employing -<i>ghostscript</i> “on the fly” so as to be able to permit the -inclusion of encapsulated PostScript (<code>.eps</code>) files by translating -them to PDF. In this way, <i>dvipdfm</i> combines the good -qualities of <i>dvips</i> and of PDFTeX as a means of -processing illustrated documents. -<p/>Unfortunately, “ordinary” LaTeX can’t deduce the bounding box of -a binary bitmap file (such as JPEG or PNG), so you have -to specify the bounding box. This may be done explicitly, in the -document: -<blockquote> -<pre> -\usepackage[dvipdfm]{graphicx} -... -\includegraphics[bb=0 0 540 405]{photo.jpg} -</pre> -</blockquote><p> -It’s usually not obvious what values to give the “<code>bb</code>” key, -but the program <i>ebb</i> will generate a file -containing the information; the above numbers came from an -<i>ebb</i> output file <i>photo.bb</i>: -<blockquote> -<pre> -%%Title: /home/gsm10/photo.jpg -%%Creator: ebb Version 0.5.2 -%%BoundingBox: 0 0 540 405 -%%CreationDate: Mon Mar 8 15:17:47 2004 -</pre> -</blockquote><p> -However, if such a file is available, you may abbreviate the inclusion -code, above, to read: -<blockquote> -<pre> -\usepackage[dvipdfm]{graphicx} -... -\includegraphics{photo} -</pre> -</blockquote><p> -which makes the operation feel as simple as does including -<code>.eps</code> images in a LaTeX file for processing with -<i>dvips</i>; the <i>graphicx</i> package knows to look for a -<code>.bb</code> file if no bounding box is provided in the -<code>\</code><code>includegraphics</code> command. -<p/>The one place where usage isn’t quite so simple is the need to quote -<i>dvipdfm</i> explicitly, as an option when loading the -<i>graphicx</i> package: if you are using <i>dvips</i>, you -don’t ordinarily need to specify the fact, since the default graphics -configuration file (of most distributions) “guesses” the -<code>dvips</code> option if you’re using TeX. -<dl> -<dt><tt><i>dvipdfm</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/dvipdfm.zip">dviware/dvipdfm</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dvipdfm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dvipdfm/">browse</a>) -<dt><tt><i>ebb</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/dviware/dvipdfm.zip">dviware/dvipdfm</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dvipdfm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dvipdfm/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvipdfmgraphics">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvipdfmgraphics</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvips-pdf.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvips-pdf.html deleted file mode 100644 index 9da7380561b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvips-pdf.html +++ /dev/null @@ -1,46 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dvips-pdf</title> -</head><body> -<h3>Quality of PDF from PostScript</h3> -<!-- blurry fuzzy crippled --> -<p/>Any reasonable PostScript, including any output of <i>dvips</i>, may be -converted to PDF, using (for example) a sufficiently recent -version of <i>ghostscript</i>, Frank Siegert’s (shareware) -<a href="http://www.pstill.com/"><i>PStill</a></i>, or Adobe’s (commercial) -<i>Distiller</i>. -<p/>But, although the job may (almost always) be done, the results are -often not acceptable: the most frequent problem is bad presentation of -the character glyphs that make up the document. The following answers -offer solutions to this (and other) problems of bad presentation. -Issues covered are: -<ul> -<li> <a href="FAQ-fuzzy-type3.html">Wrong type of fonts used</a>, which is - the commonest cause of fuzzy text. -<li> <a href="FAQ-fuzzy-gs.html"><i>Ghostscript</i> too old</a>, - which can also result in fuzzy text. - -<li> <a href="FAQ-fuzzy-T1.html">Switching to font encoding T1 encoding</a>, - which is yet another possible cause of fuzzy text. -<li> Another problem — missing characters — arises from an - - <a href="FAQ-distill-prob.html">aged version of <i>Adobe</i> <i>Distiller</i></a>. -<li> Finally, there’s the common confusion that arises from using the - <i>dvips</i> configuration file <code>-Ppdf</code>, the - <a href="FAQ-charshift.html">weird characters</a>. -</ul> -It should be noted that <i>Adobe</i> - -<i>Reader</i> 6 (released in mid-2003, and later versions) does -not exhibit the “fuzziness” that so many of the answers below -address. This is of course good news: however, it will inevitably be -a long time before every user in the world has this (or later) -versions, so the remedies below are going to remain for some time to -come. -<p/>The problems are also discussed, with practical examples, in Mike -Shell’s <i>testflow</i> package, which these FAQs recommend as a -“<a href="FAQ-tutbitslatex.html">specialised tutorial</a>. -<dl> -<dt><tt><i>testflow</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/IEEEtran/testflow/">macros/latex/contrib/IEEEtran/testflow/</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvips-pdf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvips-pdf</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvips.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvips.html deleted file mode 100644 index b64722780eb..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvips.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dvips</title> -</head><body> -<h3>DVI to PostScript conversion programs</h3> -<p/>The best public domain DVI to PostScript conversion program, which -runs under many operating systems, is Tom Rokicki’s <i>dvips</i>. -<i>dvips</i> is written in C and ports easily. All current -development is in the context of Karl Berry’s <i>kpathsea</i> -library, and sources are available from the TeX Live repository, -and versions are available in all TeX distributions that recognise -the use of PostScript. -<p/>An VMS versions is available as part of the CTAN -distribution of TeX for VMS. -<p/>A precompiled version to work with emTeX is available on CTAN. -<dl> -<dt><tt><i>MSDOS and OS/2</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/systems/msdos/dviware/dvips.zip">systems/msdos/dviware/dvips</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/msdos/dviware/dvips.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/msdos/dviware/dvips/">browse</a>) -<dt><tt><i>VMS distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/OpenVMS/TEX97_CTAN.ZIP">systems/OpenVMS/TEX97_CTAN.ZIP</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvips">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvips</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvipsgraphics.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvipsgraphics.html deleted file mode 100644 index 19140f647be..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-dvipsgraphics.html +++ /dev/null @@ -1,41 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label dvipsgraphics</title> -</head><body> -<h3>Imported graphics in <i>dvips</i></h3> -<p/><i>Dvips</i>, as originally conceived, can only import a single -graphics format: -<a href="FAQ-eps.html">encapsulated PostScript</a> (<code>.eps</code> files). -<i>Dvips</i> also deals with the slightly eccentric EPS that is -created by <a href="FAQ-MP.html">MetaPost</a>. -<p/>Apart from the fact that a depressing proportion of drawing -applications produce corrupt EPS when asked for such output, -this is pretty satisfactory for vector graphics work. -<p/>To include bitmap graphics, you need some means of converting them to -PostScript; in fact many standard image manipulators (such as -<i>ImageMagick</i>’s <i>convert</i>) make a good job of -creating EPS files (but be sure to ask for output at PostScript -level 2 or higher). (<i>Unix</i> users should beware of -<i>xv</i>’s claims: it has a tendency to downsample your bitmap to -your screen resolution.) -<p/>Special purpose applications <i>jpeg2ps</i> (which converts -JPEG files using PostScript level 2 functionality), -<i>bmeps</i> (which converts both JPEG and PNG -files) and <i>a2ping</i>/<i>sam2p</i> (which convert a -bewildering array of bitmap formats to EPS or PDF files; -<i>sam2p</i> is one of the engines that <i>a2ping</i> uses) -are also considered “good bets”. -<p/><i>Bmeps</i> comes with patches to produce your own version of -<i>dvips</i> that can cope with JPEG and PNG direct, -using <i>bmeps</i>’s conversion library. <i>Dvips</i>, as -distributed by MiKTeX, comes with those patches built-in, but -assuming that capability destroys portability, and is only -recommendable if you are sure you will never want to share your -document. -<dl> -<dt><tt><i>a2ping</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/a2ping.zip">graphics/a2ping</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/a2ping.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/a2ping/">browse</a>) -<dt><tt><i>bmeps</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/bmeps.zip">support/bmeps</a> (<a href="ftp://cam.ctan.org/tex-archive/support/bmeps.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/bmeps/">browse</a>) -<dt><tt><i>jpeg2ps</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/nonfree/support/jpeg2ps.zip">nonfree/support/jpeg2ps</a> (<a href="ftp://cam.ctan.org/tex-archive/nonfree/support/jpeg2ps.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/nonfree/support/jpeg2ps/">browse</a>) -<dt><tt><i>sam2p</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/sam2p.zip">graphics/sam2p</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/sam2p.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/sam2p/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvipsgraphics">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=dvipsgraphics</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-edef.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-edef.html deleted file mode 100644 index 14e4e09b747..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-edef.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label edef</title> -</head><body> -<h3><code>\</code><code>edef</code> does not work with <code>\</code><code>protect</code></h3> -<p/>Robust LaTeX commands are either “naturally robust” — meaning that -they never need <code>\</code><code>protect</code>, or “self-protected” — meaning that -they have <code>\</code><code>protect</code> built in to their definition in some -way. Self-protected commands, and fragile commands with -<code>\</code><code>protect</code>ion are only robust in a context where the <code>\</code><code>protect</code> -mechanism is properly handled. The body of an <code>\</code><code>edef</code> definition -doesn’t handle <code>\</code><code>protect</code> properly, since <code>\</code><code>edef</code> is a TeX -primitive rather than a LaTeX command. -<p/>This problem is resolved by a LaTeX internal command -<code>\</code><code>protected@edef</code>, which does the job of <code>\</code><code>edef</code> while keeping the -<code>\</code><code>protect</code> mechanism working. There’s a corresponding -<code>\</code><code>protected@xdef</code> which does the job of <code>\</code><code>xdef</code>. -<p/>Of course, these commands need to be tended carefully, since they’re - -internal: see <a href="FAQ-atsigns.html">’@’ in control sequence names</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=edef">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=edef</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-editors.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-editors.html deleted file mode 100644 index e9e01c97566..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-editors.html +++ /dev/null @@ -1,97 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label editors</title> -</head><body> -<h3>TeX-friendly editors and shells</h3> -<p/>There are good TeX-writing environments and editors for most -operating systems; some are described below, but this is only a -personal selection: -<dl> -<dt>Unix<dd> Try - <a href="http://www.gnu.org/software/emacs/emacs.html">GNU <i>emacs</a></i> - or <a href="http://www.xemacs.org/"><i>XEmacs</a></i>, and - the AUC-TeX - bundle (available from CTAN). AUC-TeX provides menu - items and control sequences for common constructs, checks syntax, - lays out markup nicely, lets you call TeX and drivers from - within the editor, and everything else like this that you can think - of. Complex, but very powerful. -<p/> Many who consider the versions of <i>emacs</i> spawn of the devil, prefer - <a href="http://vim.sourceforge.net"><i>vim</a></i>, a highly configurable - editor (also available for Windows and Macintosh systems). Many - plugins are available to support the needs of the (La)TeX user, - including syntax highlighting, calling TeX programs, - auto-insertion and -completion of common (La)TeX structures, and - browsing LaTeX help. The scripts <i>auctex.vim</i> and - <i>bibtex.vim</i> seem to be the most common recommendations. -<p/> The editor <a href="http://nedit.org/"><i>NEdit</a></i> is also free - and programmable, and is available for Unix systems. An - AUC-TeX-alike set of extensions for <i>NEdit</i> is available - from CTAN. -<p/> <i>LaTeX4Jed</i> provides much enhanced LaTeX support for the - <a href="http://www.jedsoft.org/jed/"><i>jed</a></i> editor. - <i>LaTeX4Jed</i> is similar to AUC-TeX: menus, - shortcuts, templates, syntax highlighting, document outline, - integrated debugging, symbol completion, full integration with - external programs, and more. It was designed with both the beginner - and the advanced LaTeX user in mind. -<p/> The <i>Kile</i> editor that is provided with the KDE - window manager provides GUI “shell-like” facilities, in a - similar way to the widely-praised <i>Winedt</i> (see below); - details (and downloads) are available from the project’s - <a href="http://kile.sourceforge.net/">home on SourceForge</a>. A newer - system (by <i>Kile</i>’s original author), - <a href="http://www.xm1math.net/texmaker/"><i>texmaker</a></i> doesn’t - rely on KDE’s facilities, and so may be more easily portable. -<dt>MSDOS<dd> TeXshell is a simple, - easily-customisable environment, which can be used with the editor - of your choice. -<p/> You can also use GNU <i>emacs</i> and AUC-TeX - under MSDOS. -<dt>Windows ’9x, NT, etc.<dd><i>TeXnicCenter</i> is a (free) - TeX-oriented development system, uniting a powerful platform for - executing (La)TeX and friends with a configurable editor. -<p/> <i>Winedt</i>, a shareware package, is also highly spoken of. - It too provides a shell for the use of TeX and related programs, - as well as a powerful and well-configured editor. The editor can - generate its output in UTF-8 (to some extent), which is - useful when working with <a href="FAQ-xetex.html">XeTeX</a> (and other - “next-generation” (La)TeX applications). -<p/> Both <i>emacs</i> and <i>vim</i> are available in versions - for Windows systems. -<dt>OS/2<dd> <i>epmtex</i> offers an OS/2-specific shell. -<dt>Macintosh<dd> The commercial Textures provides an excellent integrated - Macintosh environment with its own editor. More powerful still (as an - editor) is the shareware <i>Alpha</i> which is - extensible enough to let you perform almost any TeX-related job. It - works well with OzTeX. From release 2.2.0 (at least), Textures - works with MacOS X. -<p/> For MacOS X users, the free tool of choice appears to be - <a href="http://www.uoregon.edu/~koch/texshop/texshop.html">TeXShop</a>, which - combines an editor and a shell with a coherent philosophy of dealing - with (La)TeX in the OS X environment. TeXShop is distributed as - part of the MacTeX system, and will therefore be available out of - the box on machines on which MacTeX has been installed. -<p/> <i>Vim</i> is also available for use on Macintosh systems. -</dl> -Atari, Amiga and NeXT users also have nice -environments. LaTeX users looking for <i>make</i>-like -facilities should review the answer on -<a href="FAQ-make.html">Makefiles for LaTeX documents</a>. -<p/>While many (La)TeX-oriented editors can support work on BibTeX -files, there are many systems that provide specific “database-like” -access to your BibTeX files — - see “<a href="FAQ-buildbib.html">creating a bibliography file</a>”. - -<dl> -<dt><tt><i>alpha</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/nonfree/systems/mac/support/alpha.zip">nonfree/systems/mac/support/alpha</a> (<a href="ftp://cam.ctan.org/tex-archive/nonfree/systems/mac/support/alpha.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/nonfree/systems/mac/support/alpha/">browse</a>) -<dt><tt><i>auctex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/auctex.zip">support/auctex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/auctex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/auctex/">browse</a>) -<dt><tt><i>epmtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/os2/epmtex.zip">systems/os2/epmtex</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/os2/epmtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/os2/epmtex/">browse</a>) -<dt><tt><i>LaTeX4Jed</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/jed.zip">support/jed</a> (<a href="ftp://cam.ctan.org/tex-archive/support/jed.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/jed/">browse</a>) -<dt><tt><i>Nedit LaTeX support</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/NEdit-LaTeX-Extensions.zip">support/NEdit-LaTeX-Extensions</a> (<a href="ftp://cam.ctan.org/tex-archive/support/NEdit-LaTeX-Extensions.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/NEdit-LaTeX-Extensions/">browse</a>) -<dt><tt><i>TeXnicCenter</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/systems/win32/TeXnicCenter/">systems/win32/TeXnicCenter/</a> -<dt><tt><i>TeXshell</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/msdos/texshell.zip">systems/msdos/texshell</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/msdos/texshell.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/msdos/texshell/">browse</a>) -<dt><tt><i>TeXtelmExtel</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/msdos/emtex-contrib/TeXtelmExtel.zip">systems/msdos/emtex-contrib/TeXtelmExtel</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/msdos/emtex-contrib/TeXtelmExtel.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/msdos/emtex-contrib/TeXtelmExtel/">browse</a>) -<dt><tt><i>winedt</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/systems/win32/winedt/">systems/win32/winedt/</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=editors">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=editors</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-empty.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-empty.html deleted file mode 100644 index 0d37b2b6658..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-empty.html +++ /dev/null @@ -1,37 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label empty</title> -</head><body> -<h3>Detecting that something is empty</h3> -<p/>Suppose you need to know that the argument of your command is empty: -that is, to distinguish between <code>\</code><code>cmd{}</code> -and <code>\</code><code>cmd{blah}</code>. This is pretty simple: -<blockquote> -<pre> -\def\cmd#1{% - \def\tempa{}% - \def\tempb{#1}% - \ifx\tempa\tempb - <empty case> - \else - <non-empty case> - \fi -} -</pre> -</blockquote><p> -The case where you want to ignore an argument that consists of nothing -but spaces, rather than something completely empty, is more tricky. -It’s solved in the code fragment <i>ifmtarg</i>, which defines -commands <code>\</code><code>@ifmtarg</code> and <code>\</code><code>@ifnotmtarg</code>, which examine their -first argument, and select (in opposite directions) their second or -third argument. The package’s code also appears in the LaTeX -<i>memoir</i> class. -<p/><i>Ifmtarg</i> makes challenging reading; there’s also a discussion of the -issue in number two of the “around the bend” articles by the late -lamented Mike Downes. -<dl> -<dt><tt><i>Around the bend series</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/aro-bend.zip">info/aro-bend</a> (<a href="ftp://cam.ctan.org/tex-archive/info/aro-bend.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/aro-bend/">browse</a>) -<dt><tt><i>ifmtarg.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/ifmtarg.sty">macros/latex/contrib/misc/ifmtarg.sty</a> -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=empty">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=empty</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-endingroup.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-endingroup.html deleted file mode 100644 index 4bbeb620fe9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-endingroup.html +++ /dev/null @@ -1,69 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label endingroup</title> -</head><body> -<h3><code>\</code><code>end</code> occurred inside a group</h3> -<p/>The actual error we observe is: -<p/> -<code>(\end occurred inside a group at level <</code><code><em>n</em></code><code>>)</code> -<p/> -and it tells us that something we started in the document never got -finished before we ended the document itself. The things involved -(‘groups’) are what TeX uses for restricting the scope of things: -you see them, for example, in the “traditional” font selection -commands: <code>{\it stuff\/}</code> — if the closing brace is left off such a -construct, the effect of <code>\</code><code>it</code> will last to the end of the document, -and you’ll get the diagnostic. -<p/>TeX itself doesn’t tell you where your problem is, but you can -often spot it by looking at the typeset output in a previewer. -Otherwise, you can usually find mismatched braces using an intelligent -editor (at least <i>emacs</i> and <i>winedt</i> offer this facility). -However, groups are not <em>only</em> created by matching -<code>{</code> with <code>}</code>: -other grouping commands are discussed elsewhere in these FAQs, -and are also a potential source of unclosed group. -<p/><code>\</code><code>begin{<<i>environment</i>>}</code> encloses the environment’s body -in a group, and establishes its own diagnostic mechanism. If you end -the document before closing some other environment, you get the -‘usual’ LaTeX diagnostic - -<pre> -! LaTeX Error: \begin{blah} on input line 6 ended by \end{document}. -</pre> -which (though it doesn’t tell you which <em>file</em> the -<code>\</code><code>begin{blah}</code> was in) is usually enough to locate the -immediate problem. If you press on past the LaTeX error, you get -one or more repetitions of the “occurred inside a group” message -before LaTeX finally exits. The <i>checkend</i> package -recognises other unclosed <code>\</code><code>begin{blob}</code> commands, and -generates an “ended by” error message for each one, rather than -producing the “occurred inside a group” message, which is sometimes -useful (if you remember to load the package). -<p/>In the absence of such information from LaTeX, you need to use -“traditional” binary search to find the offending group. Separate -the preamble from the body of your file, and process each half on its -own with the preamble; this tells you which half of the file is at -fault. Divide again and repeat. The process needs to be conducted -with care (it’s obviously possible to split a correctly-written group -by chopping in the wrong place), but it will usually find the problem -fairly quickly. -<p/>e-TeX (and e-LaTeX — LaTeX run on e-TeX) gives you -further diagnostics after the traditional infuriating TeX one — it -actually keeps the information in a similar way to LaTeX: - -<pre> -(\end occurred inside a group at level 3) - -### semi simple group (level 3) entered at line 6 (\begingroup) -### simple group (level 2) entered at line 5 ({) -### simple group (level 1) entered at line 4 ({) -### bottom level -</pre> -The diagnostic not only tells us where the group started, but also the -<em>way</em> it started: <code>\</code><code>begingroup</code> or <code>{</code> (which is an alias of -<code>\</code><code>bgroup</code>, and the two are not distinguishable at the TeX-engine -level). -<dl> -<dt><tt><i>checkend.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bezos.zip">macros/latex/contrib/bezos</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bezos.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bezos/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=endingroup">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=endingroup</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enlarge.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enlarge.html deleted file mode 100644 index 6b4f7dae543..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enlarge.html +++ /dev/null @@ -1,36 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label enlarge</title> -</head><body> -<h3>Enlarging TeX</h3> -<p/>The TeX error message ‘capacity exceeded’ covers a multitude of -problems. What has been exhausted is listed in brackets after the -error message itself, as in: -<blockquote> -<pre> -! TeX capacity exceeded, sorry -... [main memory size=263001]. -</pre> -</blockquote><p> -Most of the time this error can be fixed -<em>without</em> enlarging TeX. The most common causes are unmatched braces, -extra-long lines, and poorly-written macros. Extra-long lines are -often introduced when files are transferred incorrectly between -operating systems, and line-endings are not preserved properly (the -tell-tale sign of an extra-long line error is the complaint -that the ‘<code>buf_size</code>’ has overflowed). -<p/>If you really need to extend your TeX’s capacity, the proper method -depends on your installation. There is no need (with modern TeX -implementations) to change the defaults in Knuth’s WEB source; -but if you do need to do so, use a change file to modify the values set in -module 11, recompile your TeX and regenerate all format files. -<p/>Modern implementations allow the sizes of the various bits of TeX’s -memory to be changed semi-dynamically. Some (such as emTeX) allow -the memory parameters to be changed in command-line switches when -TeX is started; most frequently, a configuration file is read which -specifies the size of the memory. On <i>web2c</i>-based systems, -this file is called <i>texmf.cnf</i>: see the documentation that comes -with the distribution for other implementations. Almost invariably, -after such a change, the format files need to be regenerated after -changing the memory parameters. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=enlarge">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=enlarge</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-entercompmode.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-entercompmode.html deleted file mode 100644 index edf4b689a28..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-entercompmode.html +++ /dev/null @@ -1,64 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label entercompmode</title> -</head><body> -<h3>Entering compatibility mode</h3> -<p/>You run your LaTeX job, and it starts by saying -<blockquote> -<pre> -Entering LaTeX 2.09 COMPATIBILITY MODE -</pre> -</blockquote><p> -followed by lines of asterisks and <code>!!WARNING!!</code>. -<p/>This means that the document is not written in “current” LaTeX -syntax, and that there is no guarantee that all parts of the document -will be formatted correctly. -<p/>If the document is someone else’s, and you want no more than a copy to -read, ignore the error. The document may fail elsewhere, but as often -as not it will provide a <code>.dvi</code> or <code>.pdf</code> that’s -adequate for most purposes. -<p/>If it’s a new document you have just started working on, you have been -misled by someone. You have written something like: -<blockquote> - <code>\</code><code>documentstyle{article}</code> -</blockquote><p> -or, more generally: -<blockquote> - <code>\</code><code>documentstyle[</code><em>options</em><code>]{</code><em>class</em><code>}</code> -</blockquote><p> -These forms are (as the warning says) LaTeX 2.09 syntax, and to get rid -of the warning, you must change the command. -<p/>The simple form is easy to deal with: -<blockquote> - <code>\</code><code>documentstyle{article}</code> -</blockquote><p> -should become: -<blockquote> - <code>\</code><code>documentclass{article}</code> -</blockquote><p> -The complex form is more difficult, since LaTeX 2.09 “options” -conflate two sorts of things — options for the class (such as -<code>11pt</code>, <code>fleqn</code>), and packages to be loaded. -So: -<blockquote> - <code>\</code><code>documentstyle[11pt,verbatim]{article}</code> -</blockquote><p> -should become: -<blockquote> - <code>\</code><code>documentclass[11pt]{article}</code><br> - <code>\</code><code>usepackage{verbatim}</code> -</blockquote><p> -because <code>11pt</code> happens to be a class option, while -<i>verbatim</i> is a package. -<p/>There’s no simple way to work out what are class options under -LaTeX 2.09; for <i>article</i>, the list includes <code>10pt</code>, -<code>11pt</code>, <code>12pt</code>, <code>draft</code>, -<code>fleqn</code>, <code>leqno</code>, <code>twocolumn</code> and -<code>twoside</code> — anything else must be a package. -<p/>Your document may well “just work” after changes like those above; -if not, you should think through what you’re trying to do, and consult -documentation on how to do it — there are lots of -<a href="FAQ-tutorialstar.html">free tutorials</a> to help you on your way, if you -don’t have access to a LaTeX manual of any sort. -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=entercompmode">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=entercompmode</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enumerate.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enumerate.html deleted file mode 100644 index 0804dc1c7ea..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-enumerate.html +++ /dev/null @@ -1,89 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label enumerate</title> -</head><body> -<h3>Fancy enumeration lists</h3> -<p/>The <i>enumerate</i> package allows you to control the display of -the enumeration counter. The package adds an optional parameter to -the <code>enumerate</code> environment, which is used to specify the -layout of the labels. The layout parameter contains an enumeration -type (‘<code>1</code>’ for arabic numerals, ‘<code>a</code>’ or ‘<code>A</code>’ -for alphabetic enumeration, and ‘<code>i</code>’ or ‘<code>I</code>’ for Roman -numerals), and things to act as decoration of the enumeration. So, -for example -<blockquote> -<pre> -\usepackage{enumerate} -... -\begin{enumerate}[(a)] -\item ... ... -\end{enumerate} -</pre> -</blockquote><p> -starts a list whose labels run (a), (b), (c), ...; while -<blockquote> -<pre> -\usepackage{enumerate} -... -\begin{enumerate}[I/] -\item ... ... -\end{enumerate} -</pre> -</blockquote><p> -starts a list whose labels run I/, II/, III/, ... -<p/>The <i>paralist</i> package, whose primary purpose is -<a href="FAQ-complist.html">compaction of lists</a>, provides the same facilities -for its <code>enumerate</code>-like environments. -<p/>If you need non-stereotyped designs, the <i>enumitem</i> package -gives you most of the flexibility you might want to design your own. -The silly roman example above could be achieved by: -<blockquote> -<pre> -\usepackage{enumitem} -... -\begin{enumerate}[label=\Roman{*}/] -\item ... ... -\end{enumerate} -</pre> -</blockquote><p> -Note that the ‘<code>*</code>’ in the key value stands for the list -counter at this level. You can also manipulate the format of -references to list item labels: -<blockquote> - -<pre> -\usepackage{enumitem} -... -\begin{enumerate}[label=\Roman{*}/, ref=(\roman{*})] -\item ... ... -\end{enumerate} -</pre> -</blockquote><p> -to make references to the list items format appear as (i), (ii), -(iii), etc. -<p/>The <i>memoir</i> class includes functions that match those in the -<i>enumerate</i> package, and has similar functionality for -<code>itemize</code> lists. - - - - - - - - - - - - - - - - -<dl> -<dt><tt><i>enumerate.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>enumitem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.zip">macros/latex/contrib/enumitem</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/enumitem/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>paralist.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/paralist.zip">macros/latex/contrib/paralist</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/paralist.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/paralist/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=enumerate">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=enumerate</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-epigraph.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-epigraph.html deleted file mode 100644 index 30224225c79..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-epigraph.html +++ /dev/null @@ -1,72 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label epigraph</title> -</head><body> -<h3>Typesetting epigraphs</h3> -<p/>Epigraphs are those neat quotations that authors put at the start of -chapters (or even at the end of chapters: Knuth puts things at the -ends of chapters of the TeXbook). -<p/>Typesetting them is a bit of a fiddle, but not impossible to do for -yourself. Fortunately, there are two packages that do the job, to -some extent; there are also facilities in the two “big” classes -(<i>memoir</i> and <i>koma-script</i>. -<p/>The <i>epigraph</i> package defines an <code>\</code><code>epigraph</code> command, for -creating a single -epigraph (as at the top of a chapter): -<blockquote> -<pre> -\chapter{The Social Life of Rabbits} -\epigraph{Oh! My ears and whiskers!}% - {Lewis Carroll} -</pre> -</blockquote><p> -and an epigraphs environment, for entering more than one epigraph -consecutively, in a sort of list introduced by <code>\</code><code>qitem</code> commands: -<blockquote> -<pre> -\begin{epigraphs} -\qitem{What I tell you three times is true}% - {Lewis Carroll} -\qitem{Oh listen do, I'm telling you!}% - {A.A. Milne} -\end{epigraphs} -</pre> -</blockquote><p> -The <code>\</code><code>epigraphhead</code> command enables you to place your epigraph -<em>above</em> a chapter header: -<blockquote> -<pre> -\setlength{\unitlength}{1pt} -... -\chapter{The Social Life of Rabbits} -\epigraphhead[<distance>]{% - \epigraph{Oh! My ears and whiskers!}% - {Lewis Carroll}% -} -</pre> -</blockquote><p> -The <<i>distance</i>> says how far above the chapter heading the -epigraph is to go; it’s expressed in terms of the <code>\</code><code>unitlength</code> -that’s used in the <code>picture</code> environment; the package’s -author recommends <code>70pt</code>. -<p/>The package also offers various tricks for adjusting the layout of -chapter header (necessary if you’ve found a hugely long quotation for -an <code>\</code><code>epigraphhead</code>), for patching the bibliography, for patching -<code>\</code><code>part</code> pages, and so on. (Some of these suggested patches lead you -through writing your own package...) -<p/>The <i>quotchap</i> package redefines chapter headings (in a -moderately striking way), and provides an environment -<code>savequotes</code> in which you can provide one (or more) -quotations to use as epigraphs. The facilities seem not as flexible -as those of <i>epigraph</i>, but it’s probably easier to use. -<p/>The <i>memoir</i> class offers all the facilities of the -<i>epigraph</i> package. The <i>Koma-script</i> classes have -commands <code>\</code><code>setchapterpreamble</code> and <code>\</code><code>dictum</code> to provide these -facilities. -<dl> -<dt><tt><i>epigraph.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/epigraph.zip">macros/latex/contrib/epigraph</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/epigraph.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/epigraph/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>quotchap.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/quotchap.zip">macros/latex/contrib/quotchap</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/quotchap.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/quotchap/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=epigraph">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=epigraph</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-eplain.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-eplain.html deleted file mode 100644 index de3f766ac42..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-eplain.html +++ /dev/null @@ -1,50 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label eplain</title> -</head><body> -<h3>What is Eplain?</h3> -<p/>The <a href="http://tug.org/eplain">Eplain</a> -macro package expands on and extends the definitions in Plain TeX. -Eplain is not intended to provide “generic typesetting -capabilities”, as do LaTeX or <a href="FAQ-texinfo.html">Texinfo</a>. Instead, it -defines macro tools that should be useful whatever commands you choose -to use when you prepare your manuscript. -<p/>For example, Eplain does not have a command <code>\</code><code>section</code>, -which would format section headings in an “appropriate” way, as -LaTeX’s <code>\</code><code>section</code> does. The philosophy of Eplain is that -some people will always need or want to go beyond the macro designer’s -idea of “appropriate”. Such canned macros are fine — as long as you -are willing to accept the resulting output. If you don’t like the -results, or if you are trying to match a different format, you are out -of luck. -<p/>On the other hand, almost everyone would like capabilities such as -cross-referencing by labels, so that you don’t have to put actual page -numbers in the manuscript. The authors of Eplain are not aware of -any generally available macro packages that do not force their -typographic style on an author, and yet provide such capabilities. -<p/>Another useful feature of Eplain is the ability to create PDF files -with hyperlinks. The cross-referencing macros can implicitly generate -hyperlinks for the cross-references, but you can also create explicit -hyperlinks, both internal (pointing to a destination within the -current document) and external (pointing to another local document or -a URL). -<p/>Several LaTeX packages provide capabilities which Plain TeX -users are lacking, most notably text colouring and rotation provided by -the <i>graphics</i> bundle (packages <i>color</i> and -<i>graphics</i>). Although the <i>graphics</i> bundle provides -a Plain TeX “loader” for some of the packages, it is not a -trivial job to pass options to those packages under Plain TeX, and -much of the functionality of the packages is accessed through package -options. Eplain extends the loader so that options can be passed -to the packages just as they are in LaTeX. The following packages are -known to work with Eplain: <i>graphics</i>, <i>graphicx</i>, -<i>color</i>, <i>autopict</i> (LaTeX picture environment), -<i>psfrag</i>, and <i>url</i>. -<p/><a href="http://tug.org/docs/html/eplain">Eplain documentation</a> is -available online, and there’s -also a mailing list — sign up, or browse the list archives, via -<a href="http://tug.org/mailman/listinfo/tex-eplain">http://tug.org/mailman/listinfo/tex-eplain</a> -<dl> -<dt><tt><i>Eplain distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/eplain.zip">macros/eplain</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/eplain.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/eplain/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=eplain">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=eplain</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-eps.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-eps.html deleted file mode 100644 index ae5d45c197a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-eps.html +++ /dev/null @@ -1,38 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label eps</title> -</head><body> -<h3>What is “Encapsulated PostScript” (“EPS”)</h3> -<p/>PostScript has been for many years a <em>lingua franca</em> of powerful -printers (modern high-quality printers now tend to require some -constrained form of Adobe Acrobat, instead); since PostScript is also a -powerful graphical programming language, it is commonly used as an -output medium for drawing (and other) packages. -<p/>However, since PostScript <em>is</em> such a powerful language, some -rules need to be imposed, so that the output drawing may be included -in a document as a figure without “leaking” (and thereby destroying -the surrounding document, or failing to draw at all). -<p/>Appendix H of the PostScript Language Reference Manual (second -and subsequent editions), specifies a set of rules for PostScript to -be used as figures in this way. The important features are: -<ul> -<li> certain “structured comments” are required; important ones are - the identification of the file type, and information about the - “bounding box” of the figure (i.e., the minimum rectangle - enclosing it); -<li> some commands are forbidden — for example, a <code>showpage</code> - command will cause the image to disappear, in most TeX-output - environments; and -<li> “preview information” is permitted, for the benefit of things - such as word processors that don’t have the ability to draw - PostScript in their own right — this preview information may be in - any one of a number of system-specific formats, and any viewing - program may choose to ignore it. -</ul> -A PostScript figure that conforms to these rules is said to be in -“Encapsulated PostScript” (EPS) format. Most (La)TeX packages for -including PostScript are structured to use Encapsulated PostScript; -which of course leads to much hilarity as exasperated (La)TeX users -struggle to cope with the output of drawing software whose authors -don’t know the rules. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=eps">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=eps</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-epsf.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-epsf.html deleted file mode 100644 index 10eab64cd9b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-epsf.html +++ /dev/null @@ -1,37 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label epsf</title> -</head><body> -<h3><code>epsf</code> gives up after a bit</h3> -<p/>Some copies of the documentation of <i>epsf.tex</i> seem to suggest -that the command -<pre> - \input epsf -</pre> -is needed for every figure included. If you follow this suggestion -too literally, you get an error -<pre> - ! No room for a new \read . -</pre> -after a while; this is because each time <i>epsf.tex</i> is loaded, it -allocates itself a <em>new</em> file-reading handle to check the figure -for its bounding box, and there just aren’t enough of these things -(see <a href="FAQ-noroom.html">no room for a new thing</a>). -<p/>The solution is simple — this is in fact an example of misuse of -macros; one only need read <i>epsf.tex</i> once, so change -<pre> - ... - \input epsf - \epsffile{...} - ... - \input epsf - \epsffile{...} -</pre> -(and so on) with a single -<pre> - \input epsf -</pre> -somewhere near the start of your document, and then decorate your -<code>\</code><code>epsffile</code> statements with no more than adjustments of -<code>\</code><code>epsfxsize</code> and so on. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=epsf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=epsf</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-eqnarray.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-eqnarray.html deleted file mode 100644 index 8e023a4e0e0..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-eqnarray.html +++ /dev/null @@ -1,38 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label eqnarray</title> -</head><body> -<h3>Why not use <code>eqnarray</code>?</h3> -<p/>The environment <code>eqnarray</code> is attractive for the -occasional user of mathematics in LaTeX documents: it seems to -allow aligned systems of equations. Indeed it <em>does</em> supply such -things, but it makes a serious mess of spacing. In the system: -<blockquote> -<pre> -\begin{eqnarray} - a & = & b + c \\ - x & = & y - z -\end{eqnarray} -</pre> -</blockquote><p> -the spacing around the “=” signs is <em>not</em> that defined in the -metrics for the font from which the glyph comes — it’s -<code>\</code><code>arraycolsep</code>, which may be set to some very odd value for reasons -associated with real arrays elsewhere in the document. -<p/>The user is far better served by the AMSLaTeX bundle, which -provides an <code>align</code> environment, which is designed with -the needs of mathematicians in mind (as opposed to the convenience of -LaTeX programmers). For this simple case (align is capable of far -greater things), code as: -<blockquote> -<pre> -\begin{align} - a & = b + c \\ - x & = y - z -\end{align} -</pre> -</blockquote><p> -<dl> -<dt><tt><i>AMSLaTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=eqnarray">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=eqnarray</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-errmissitem.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-errmissitem.html deleted file mode 100644 index b893df4e722..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-errmissitem.html +++ /dev/null @@ -1,127 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label errmissitem</title> -</head><body> -<h3>Perhaps a missing <code>\</code><code>item</code>?</h3> -<p/>Sometimes, the error -<blockquote> -<pre> -Something's wrong--perhaps a missing \item -</pre> -</blockquote><p> -actually means what it says: -<blockquote> -<pre> -\begin{itemize} - boo! -\end{itemize} -</pre> -</blockquote><p> -produces the error, and is plainly in need of an <code>\</code><code>item</code> command. -<p/>You can also have the error appear when at first sight things are -correct: -<blockquote> -<pre> -\begin{tabular}{l} - \begin{enumerate} - \item foo\\ - \item bar - \end{enumerate} -\end{tabular} -</pre> -</blockquote><p> -produces the error at the <code>\\</code>. This usage is just wrong; if you -want to number the cells in a table, you have to do it “by hand”: -<blockquote> -<pre> -\newcounter{tablecell} -\begin{tabular}{l} - \stepcounter{tablecell} - \thetablecell. foo\\ - \stepcounter{tablecell} - \thetablecell. bar - \end{enumerate} -\end{tabular} -</pre> -</blockquote><p> -This is obviously untidy; a command <code>\</code><code>numbercell</code> defined as: -<blockquote> -<pre> -\newcounter{tablecell} -\newcommand*{\numbercell}{% - \stepcounter{tablecell}% - \thetablecell. % ** -} -</pre> -</blockquote><p> -could make life easier: -<blockquote> -<pre> -\begin{tabular}{l} - \numbercell foo\\ - \numbercell bar - \end{enumerate} -\end{tabular} -</pre> -</blockquote><p> -(Note the deliberate introduction of a space as part of the command, -marked with asterisks.) -<p/>However, the error regularly appears when you would never have thought -that a <code>\</code><code>item</code> command might be appropriate. For example, the -seemingly innocent: -<blockquote> -<pre> -\fbox{% - \begin{alltt} - boo! - \end{alltt}% -} -</pre> -</blockquote><p> -produces the error (the same happens with <code>\</code><code>mbox</code> in place of -<code>\</code><code>fbox</code>, or with either of their “big brothers”, <code>\</code><code>framebox</code> and -<code>\</code><code>makebox</code>). This is because the <code>alltt</code> environment -uses a “trivial” list, hidden inside their definition. (The -<code>itemize</code> environment also has this construct inside -itself, in fact, so <code>\</code><code>begin{itemize}</code> won’t work inside an -<code>\</code><code>fbox</code>, either.) The list construct wants to happen between -paragraphs, so it makes a new paragraph of its own. Inside the -<code>\</code><code>fbox</code> command, that doesn’t work, and subsequent macros convince -themselves that there’s a missing <code>\</code><code>item</code> command. -<p/>To solve this rather cryptic error, one must put the -<code>alltt</code> inside a paragraph-style box. The following -modification of the above <em>does</em> work: -<blockquote> -<pre> -\fbox{% - \begin{minipage}{0.75\textwidth} - \begin{alltt} - hi, there! - \end{alltt} - \end{minipage} -} -</pre> -</blockquote><p> -The code above produces a box that’s far too wide for the text. One -may want to use something that allows -<a href="FAQ-varwidth.html">variable size boxes</a> in place of the -<code>minipage</code> environment. -<p/>Oddly, although the <code>verbatim</code> environment wouldn’t work -inside a <code>\</code><code>fbox</code> command argument (see -<a href="FAQ-verbwithin.html">verbatim in command arguments</a>), you -get an error that complains about <code>\</code><code>item</code>: the environment’s -internal list bites you before <code>verbatim</code> has even had a -chance to create its own sort of chaos. -<p/>Another (seemingly) obvious use of <code>\</code><code>fbox</code> also falls foul of this -error: -<blockquote> -<pre> -\fbox{\section{Boxy section}} -</pre> -</blockquote><p> -This is a case where you’ve simply got to be more subtle; you should -either write your own macros to replace the insides of LaTeX’s -sectioning macros, or look for some alternative in the packages -discussed in -“<a href="FAQ-secthead.html">The style of section headings</a>”. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=errmissitem">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=errmissitem</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-erroradvice.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-erroradvice.html deleted file mode 100644 index 52223c34168..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-erroradvice.html +++ /dev/null @@ -1,71 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label erroradvice</title> -</head><body> -<h3>How to approach errors</h3> -<p/>Since TeX is a macroprocessor, its error messages are often -difficult to understand; this is a (seemingly invariant) property of -macroprocessors. Knuth makes light of the problem in the TeXbook, -suggesting that you acquire the sleuthing skills of a latter-day -Sherlock Holmes; while this approach has a certain romantic charm to -it, it’s not good for the ‘production’ user of (La)TeX. This -answer (derived, in part, from an article by Sebastian Rahtz in -<i>TUGboat</i> 16(4)) offers some general guidance in dealing with TeX -error reports, and other answers in this section deal with common (but -perplexing) errors that you may encounter. There’s a long list of -“hints” in Sebastian’s article, including the following: -<ul> -<li> Look at TeX errors; those messages may seem cryptic at first, - but they often contain a straightforward clue to the problem. See - <a href="FAQ-errstruct.html">the structure of errors</a> for further - details. -<li> Read the <code>.log</code> file; it contains hints to things you may - not understand, often things that have not even presented as error - messages. -<li> Be aware of the amount of context that TeX gives you. The - error messages gives you some bits of TeX code (or of the - document itself), that show where the error “actually happened”; - it’s possible to control how much of this ‘context’ TeX actually - gives you. LaTeX (nowadays) instructs TeX only to give you - one line of context, but you may tell it otherwise by saying -<blockquote> -<pre> -\setcounter{errorcontextlines}{999} -</pre> -</blockquote><p> - in the preamble of your document. (If you’re not a confident macro - programmer, don’t be ashamed of cutting that 999 down a bit; some - errors will go on and <em>on</em>, and spotting the differences - between those lines can be a significant challenge.) -<li> As a last resort, tracing can be a useful tool; reading a full - (La)TeX trace takes a strong constitution, but once you know how, - the trace can lead you quickly to the source of a problem. You need - to have read the TeXbook (see - - <a href="FAQ-books.html">books about TeX</a>) in some detail, fully - to understand the trace. -<p/> The command <code>\</code><code>tracingall</code> sets up maximum tracing; it also sets - the output to come to the interactive terminal, which is somewhat of - a mixed blessing (since the output tends to be so vast — all but - the simplest traces are best examined in a text editor after the event). -<p/> The LaTeX <i>trace</i> package (first distributed with the - 2001 release of LaTeX) provides more manageable tracing. Its - <code>\</code><code>traceon</code> command gives you what <code>\</code><code>tracingall</code> offers, but - suppresses tracing around some of the truly verbose parts of - LaTeX itself. The package also provides a <code>\</code><code>traceoff</code> - command (there’s no “off” command for <code>\</code><code>tracingall</code>), and a - package option (<code>logonly</code>) allows you to suppress output to the - terminal. -</ul> -The best advice to those faced with TeX errors is not to panic: -most of the common errors are plain to the eye when you go back to the -source line that TeX tells you of. If that approach doesn’t work, -the remaining answers in this section deal with some of the odder -error messages you may encounter. You should not ordinarily need to -appeal to the <a href="FAQ-gethelp.html">wider public</a> -for assistance, but if you do, be sure to -report full backtraces (see <code>errorcontextlines</code> above) and so on. -<dl> -<dt><tt><i>trace.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=erroradvice">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=erroradvice</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-errparnum.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-errparnum.html deleted file mode 100644 index 2fc2e255709..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-errparnum.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label errparnum</title> -</head><body> -<h3>Illegal parameter number in definition</h3> -<p/>The error message means what it says. In the simple case, you’ve -attempted a definition like: -<blockquote> -<pre> -\newcommand{\abc}{joy, oh #1!} -</pre> -</blockquote><p> -or (using TeX primitive definitions): -<blockquote> -<pre> -\def\abc{joy, oh #1!} -</pre> -</blockquote><p> -In either of the above, the definition uses an argument, but the -programmer did not tell (La)TeX, in advance, that she was going to. -The fix is simple — <code>\</code><code>newcommand{<code>\</code><code>abc</code>}[1]</code>, in the -LaTeX case, <code>\def\abc#1</code> in the basic TeX case. -<p/>The more complicated case is exemplified by the attempted definition: -<blockquote> -<pre> -\newcommand{\abc}{joy, oh joy!% - \newcommand{\ghi}[1]{gloom, oh #1!}% -} -</pre> -</blockquote><p> -will also produce this error, as will its TeX primitive equivalent: -<blockquote> -<pre> -\def\abc{joy, oh joy!% - \def\ghi#1{gloom, oh #1!}% -} -</pre> -</blockquote><p> -This is because special care is needed when defining one macro within -the code of another macro. This is explained elsewhere, separately -for <a href="FAQ-ltxhash.html">LaTeX definitions</a> and for -<a href="FAQ-hash.html">TeX primitive definitions</a> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=errparnum">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=errparnum</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-errstruct.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-errstruct.html deleted file mode 100644 index 5f29857452f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-errstruct.html +++ /dev/null @@ -1,75 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label errstruct</title> -</head><body> -<h3>The structure of TeX error messages</h3> -<p/>TeX’s error messages are reminiscent of the time when TeX itself -was conceived (the 1970s): they’re not terribly user-friendly, though -they do contain all the information that TeX can offer, usually in -a pretty concise way. -<p/>TeX’s error reports all have the same structure: -<ul> -<li> An error message -<li> Some ‘context’ -<li> An error prompt -</ul> -The error message will relate to the <em>TeX</em> condition that is -causing a problem. Sadly, in the case of complex macro packages such -as LaTeX, the underlying TeX problem may be superficially -difficult to relate to the actual problem in the “higher-level” -macros. Many LaTeX-detected problems manifest themselves as -‘generic’ errors, with error text provided by LaTeX itself (or by a -LaTeX class or package). -<p/>The context of the error is a stylised representation of what TeX -was doing at the point that it detected the error. As noted in -<a href="FAQ-erroradvice.html">approaching errors</a>, a macro package -can tell TeX how much context to display, and the user may need to -undo what the package has done. Each line of context is split at the -point of the error; if the error <em>actually</em> occurred in a macro -called from the present line, the break is at the point of the call. -(If the called object is defined with arguments, the “point of call” -is after all the arguments have been scanned.) For example: -<pre> -\blah and so on -</pre> -produces the error report -<pre> -! Undefined control sequence. -l.4 \blah - and so on -</pre> -while: -<pre> -\newcommand{\blah}[1]{\bleah #1} -\blah{to you}, folks -</pre> -produces the error report -<pre> -! Undefined control sequence. -\blah #1->\bleah - #1 -l.5 \blah{to you} - , folks -</pre> -If the argument itself is in error, we will see things such as -<pre> -\newcommand{\blah}[1]{#1 to you} -\blah{\bleah}, folks -</pre> -producing -<pre> -! Undefined control sequence. -<argument> \bleah - -l.5 \blah{\bleah} - , folks -</pre> -<p/>The prompt accepts single-character commands: the list of what’s -available may be had by typing <code>?</code>. One immediately valuable -command is <code>h</code>, which gives you an expansion of TeXs original -précis message, sometimes accompanied by a hint on what to do to -work round the problem in the short term. If you simply type ‘return’ -(or whatever else your system uses to signal the end of a line) at the -prompt, TeX will attempt to carry on (often with rather little -success). -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=errstruct">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=errstruct</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-etex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-etex.html deleted file mode 100644 index cc73f99bb87..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-etex.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label etex</title> -</head><body> -<h3>What is e-TeX?</h3> -<p/>While Knuth has declared that TeX will never -<a href="FAQ-TeXfuture.html">change in any substantial way</a>, there remain -things that one might wish had been done differently, or indeed -implemented at all. -<p/>The NTS project set out to produce an advanced replacement for -TeX, to provide a basis for developing such modifications: this -“New Typesetting System” would share Knuth’s aims, but would -implement the work in a modern way taking account of the lessons -learned with TeX. While a first demonstrator NTS did -appear, it wasn’t practically useful, and the project seems no longer -active. -<p/>In parallel with its work on NTS itself, the project developed -a set of extensions that can be used with a (“true”) TeX system. -Such a modified system is known as an e-TeX system, and the concept -has proved widely successful. Indeed, current TeX distributions -are delivered with most formats built with an e-TeX-based system (for -those who don’t want them, e-TeX’s extensions can be disabled, leaving -a functionally standard TeX system). -<p/>The extensions range from the seemingly simple (increasing the number -of available registers from 256 to 32768) through to extremely subtle -programming support. -<p/><a href="FAQ-context.html">ConTeXt</a> has required e-TeX for its operation -for some time. -<p/>Some LaTeX packages already specify the use of e-TeX. Some such -packages may not work at all on a non-e-TeX system; others will -work, but not as well as on an e-TeX system. The -<a href="FAQ-LaTeX3.html">LaTeX team</a> has announced that future LaTeX -packages (specifically those from the team, as opposed to those -individually contributed) may require e-TeX for optimum performance. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=etex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=etex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-euro.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-euro.html deleted file mode 100644 index 353ecc6f12f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-euro.html +++ /dev/null @@ -1,84 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label euro</title> -</head><body> -<h3>Typesetting the Euro sign</h3> -<p/>The European currency “Euro” is represented by a symbol of somewhat -dubious design, but it’s an important currency and (La)TeX users -need to typeset it. -<p/>Note that the Commission of the European Community at first deemed -that the Euro symbol should always be set in a sans-serif font; -fortunately, this eccentric ruling has now been rescinded, and one may -apply best typesetting efforts to making it appear at least slightly -“respectable” (typographically). -<p/>The TS1-encoded TC fonts provided as part of the EC font -distribution provide Euro glyphs. The fonts are called Text Companion -(TC) fonts, and offer the same range -of faces as do the EC fonts themselves. The -<i>textcomp</i> package provides a <code>\</code><code>texteuro</code> command for -accessing the symbol, which selects a symbol to match the surrounding -text. The design of the symbol in the TC fonts is not -universally loved... -Nevertheless, use the TC font version of the symbol if you are -producing documents using Knuth’s Computer Modern Fonts. -<p/>The <i>latin9</i> input encoding defined by the <i>inputenc</i> -package has a euro character defined (character position 164, occupied -in other ISO Latin character sets by the “currency symbol”). -The encoding uses the command <code>\</code><code>texteuro</code> for the character; at -present that command is <em>only</em> available from the -<i>textcomp</i> package. There is a Microsoft code page position, -too, but standardisation of such things proceeds via rather different -routes and the LaTeX project hasn’t yet been given details of the -change. -<p/>Outline fonts which contain nothing but Euro symbols are available -(free) from -<a href="ftp://ftp.adobe.com/pub/adobe/type/win/all/eurofont.exe">Adobe</a> — -the file is packaged as a <i>Windows</i> self-extracting -executable, but it may be decoded as a <code>.zip</code> format archive -on other operating systems. -The <i>euro</i> bundle contains metrics, <i>dvips</i> map -files, and macros (for Plain TeX and LaTeX), for using these -fonts in documents. LaTeX users will find two packages in the -bundle: <i>eurosans</i> only offers the sans-serif version (to -conform with the obsolete ruling about sans-serif-only symbols; the -package provides the -command <code>\</code><code>euro</code>), whereas <i>europs</i> matches the Euro symbol -with the surrounding text (providing the command <code>\</code><code>EUR</code>). To use -either package -with the <i>latin9</i> encoding, you need to define <code>\</code><code>texteuro</code> -as an alias for the euro command the package defines. -<p/>The Adobe fonts are probably the best bet for use in non-Computer -Modern environments. They are apparently designed to fit with Adobe -Times, Helvetica and Courier, but can probably fit with a wider range -of modern fonts. -<p/>The <i>eurofont</i> package provides a compendious analysis of the -“problem of the euro symbol” in its documentation, and offers macros -for configuring the source of the glyphs to be used; however, it seems -rather large for everyday use. -<p/>The <i>euro-ce</i> bundle is a rather pleasing Metafont-only design -providing Euro symbols in a number of shapes. The file -<i>euro-ce.tex</i>, in the distribution, offers hints as to how a -Plain TeX user might make use of the fonts. -<p/>Euro symbols are found in several other places, which we list here for -completeness. -<p/>The <i>marvosym</i> fonts contain a Euro symbol among many other -good things. - - - - - -<p/>Other Metafont-based bundles containing Euro symbols are to be found in -<i>china2e</i> (whose primary aim is Chinese dates and suchlike -matters) and the <i>eurosym</i> fonts. -<dl> -<dt><tt><i>china2e bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/china2e.zip">macros/latex/contrib/china2e</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/china2e.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/china2e/">browse</a>) -<dt><tt><i>EC fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ec.zip">fonts/ec</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ec.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ec/">browse</a>) -<dt><tt><i>euro fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/euro.zip">fonts/euro</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/euro.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/euro/">browse</a>) -<dt><tt><i>euro-ce fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/euro-ce.zip">fonts/euro-ce</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/euro-ce.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/euro-ce/">browse</a>) -<dt><tt><i>eurofont.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/eurofont.zip">macros/latex/contrib/eurofont</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/eurofont.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/eurofont/">browse</a>) -<dt><tt><i>eurosym fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/eurosym.zip">fonts/eurosym</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/eurosym.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/eurosym/">browse</a>) -<dt><tt><i>marvosym fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/psfonts/marvosym.zip">fonts/psfonts/marvosym</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/psfonts/marvosym.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/psfonts/marvosym/">browse</a>) -<dt><tt><i>textcomp.sty</i></tt><dd>Part of the LaTeX distribution. -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=euro">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=euro</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-exscale.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-exscale.html deleted file mode 100644 index fb1431f03c4..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-exscale.html +++ /dev/null @@ -1,22 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label exscale</title> -</head><body> -<h3>Maths symbols don’t scale up</h3> -<p/>By default, the “large” maths symbols stay at the same size -regardless of the font size of the text of the document. There’s good -reason for this: the <i>cmex</i> fonts aren’t really designed to -scale, so that TeX’s maths placement algorithms don’t perform as -well as they might when the fonts are scaled. -<p/>However, this behaviour confounds user expectations, and can lead to -slightly odd-looking documents. If you want the fonts to scale, -despite the warning above, use the <i>exscale</i> package — just -loading it is enough. - - - - -<dl> -<dt><tt><i>exscale.sty</i></tt><dd>Part of the LaTeX distribution. -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=exscale">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=exscale</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extex.html deleted file mode 100644 index 79c17ffe680..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extex.html +++ /dev/null @@ -1,22 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label extex</title> -</head><body> -<h3>The ExTeX project</h3> -<p/><a href="http://www.extex.org/">The ExTeX project</a> is -building on the experience of the many existing TeX development and -extension projects, to develop a new TeX-like system. The system -is to be developed in Java (like the ill-fated <i>NTS</i> project). -<p/>While ExTeX will implement all of TeX’s primitives, some may be -marked as obsolete, and “modern” alternatives provided (an obvious -example is the primitive <code>\</code><code>input</code> command, whose syntax inevitably -makes life difficult for users of modern operating system file -paths). Desirable extensions from <a href="FAQ-etex.html">e-TeX</a>, -<a href="FAQ-whatpdftex.html">PDFTeX</a> and <a href="FAQ-omegaleph.html">Omega</a> -have been identified. -<p/>Usability will be another focus of the work: debugging support and log -filtering mechanisms will please those who have long struggled with -TeX macros. -<p/>ExTeX will accept Unicode input, from the start. In the longer -term, drawing primitives are to be considered. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extrabrace.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extrabrace.html deleted file mode 100644 index 1f68cf4bd74..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extrabrace.html +++ /dev/null @@ -1,65 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label extrabrace</title> -</head><body> -<h3>An extra ‘<code>}</code>’??</h3> -<!-- caption heading --> -<p/>You’ve looked at your LaTeX source and there’s no sign of a misplaced -<code>}</code> on the line in question. -<p/>Well, no: this is TeX’s cryptic way of hinting that you’ve put a -<a href="FAQ-protect.html">fragile command</a> in a moving argument. - -<p/>For example, <code>\</code><code>footnote</code> is fragile, and if we put that in the -moving argument of a <code>\</code><code>section</code> command, as -<blockquote> - -<pre> -\section{Mumble\footnote{I couldn't think of anything better}} -</pre> -</blockquote><p> -we get told -<blockquote> -<pre> -! Argument of \@sect has an extra }. -</pre> -</blockquote><p> -The same happens with captions (the following is a simplification of a -<i>comp.text.tex</i> post): -<blockquote> -<pre> -\caption{Energy: \[e=mc^2\]} -</pre> -</blockquote><p> -giving us the error message -<blockquote> -<pre> -! Argument of \@caption has an extra }. -</pre> -</blockquote><p> -The solution is usually to use a robust command in place of the one -you are using, or to force your command to be robust by prefixing it -with <code>\</code><code>protect</code>, which in the <code>\</code><code>section</code> case would show as -<blockquote> - -<pre> -\section{Mumble\protect\footnote{I couldn't think of anything better}} -</pre> -</blockquote><p> -In both the <code>\</code><code>section</code> case and the <code>\</code><code>caption</code> case, you can -separate the moving argument, as in -<code>\</code><code>section[</code><em>moving</em><code>]{</code><em>static</em><code>}</code>; this gives us another standard -route — simply to omit (or otherwise sanitise) the fragile command -in the moving argument. So, one might rewrite the <code>\</code><code>caption</code> -example as: -<blockquote> - -<pre> -\caption[Energy: $E=mc^2$]{Energy: \[E=mc^2\]} -</pre> -</blockquote><p> -for, after all, even if you want display maths in a caption, you -surely don’t want it in the list of figures. -<p/>The case of footnotes is somewhat more complex; -“<a href="FAQ-ftnsect.html">footnotes in LaTeX section headings</a>” -deals specifically with that issue. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extrabrace">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extrabrace</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extref.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extref.html deleted file mode 100644 index c38d4bf0af9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extref.html +++ /dev/null @@ -1,72 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label extref</title> -</head><body> -<h3>Referring to labels in other documents</h3> -<p/>When producing a set of inter-related documents, you’ll often want to -refer to labels in another document of the set; but LaTeX, of its -own accord, doesn’t permit this. -<p/>So the package <i>xr</i> was written: if you say -<blockquote> -<pre> -\usepackage{xr} -\externaldocument{volume1} -</pre> -</blockquote><p> -will load all the references from <i>volume1</i> into your present -document. -<p/>But what if the documents both have a section labelled -“<code>introduction</code>” (likely enough, after all)? The -package provides a means to transform all the imported labels, so you -don’t have to change label names in either document. For example: -<blockquote> -<pre> -\usepackage{xr} -\externaldocument[V1-]{volume1} -</pre> -</blockquote><p> -loads the references from <i>volume1</i>, but prefixes every one with -the string <code>V1-</code>. So you would refer to the introduction to volume 1 -as: - -<blockquote> -<pre> -\usepackage{xr} -\externaldocument[V1-]{volume1} -... -... the introduction to volume1 (\ref{V1-introduction})... -</pre> -</blockquote><p> -To have the facilities of <i>xr</i> working with -<i>hyperref</i>, you need <i>xr-hyper</i>. For simple -hyper-cross-referencing (i.e., to a local PDF file you’ve just -compiled), write: -<blockquote> -<pre> -\usepackage{xr-hyper} -\usepackage{hyperref} -\externaldocument[V1-]{volume1} -... -... the \nameref{V1-introduction})... -</pre> -</blockquote><p> -and the name reference will appear as an active link to the -“introduction” chapter of <i>volume1.pdf</i>. -<p/>To link to a PDF document on the Web, for which you happen to -have the .aux file, write: -<blockquote> -<pre> -\usepackage{xr-hyper} -\usepackage{hyperref} -\externaldocument[V1-]{volume1}[http://mybook.com/volume1.pdf] -... -... the \nameref{V1-introduction})... -</pre> - -</blockquote><p> -<dl> -<dt><tt><i>xr.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>xr-hyper.sty</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extref</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extsizes.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extsizes.html deleted file mode 100644 index 20f9d86dafe..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-extsizes.html +++ /dev/null @@ -1,29 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label extsizes</title> -</head><body> -<h3>Other “document font” sizes?</h3> -<p/>The LaTeX standard classes have a concept of a (base) “document -font” size; this size is the basis on which other font sizes (those -from <code>\</code><code>tiny</code> to <code>\</code><code>Huge</code>) are determined. The classes are designed -on the assumption that they won’t be used with sizes other than the -set that LaTeX offers by default (10–12pt), but people regularly -find they need other sizes. The proper response to such a requirement -is to produce a new design for the document, but many people don’t -fancy doing that. -<p/>A simple solution is to use the <i>extsizes</i> bundle. This -bundle offers “extended” versions of the article, report, book and -letter classes, at sizes of 8, 9, 14, 17 and 20pt as well as the -standard 10–12pt. Since little has been done to these classes other -than to adjust font sizes and things directly related to them, they -may not be optimal — but they’re certainly practical. -<p/>More satisfactory are the <em>KOMA-script</em> classes, which are -designed to work properly with the class option files that come with -<i>extsizes</i>, and the <i>memoir</i> class that has its own -options for document font sizes 9pt, 14pt and 17pt. -<dl> -<dt><tt><i>extsizes bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/extsizes.zip">macros/latex/contrib/extsizes</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/extsizes.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/extsizes/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extsizes">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=extsizes</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fancyhdr.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fancyhdr.html deleted file mode 100644 index a07ae879e1d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fancyhdr.html +++ /dev/null @@ -1,38 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fancyhdr</title> -</head><body> -<h3>Alternative head- and footlines in LaTeX</h3> -<p/>The standard LaTeX document classes define a small set of ‘page -styles’ which specify head- and footlines for your document (though -they can be used for other purposes, too). The standard set is very -limited, but LaTeX is capable of much more. The internal -LaTeX coding needed to change page styles is not particularly -challenging, but there’s no need — there are packages that provide -useful abstractions that match the way we typically think about these -things. -<p/>The <i>fancyhdr</i> package provides -simple mechanisms for defining pretty much every head- or footline -variation you could want; the directory also contains some -documentation and one or two smaller packages. <i>Fancyhdr</i> -also deals with the tedious behaviour of the standard styles with -<a href="FAQ-psatempty.html">initial pages</a>, by enabling you to define -different page styles for initial and for body pages. -<p/>While <i>fancyhdr</i> will work with <i>KOMA-script</i> classes, -an alternative package, <i>scrpage2</i>, eases integration with the -classes. <i>Scrpage2</i> may also be used as a <i>fancyhdr</i> -replacement, providing similar facilities. The <i>KOMA-script</i> -classes themselves permit some modest redefinition of head- and -footlines, without the use of the extra package. -<p/><i>Memoir</i> also contains the functionality of <i>fancyhdr</i>, -and has several predefined styles. -<p/>Documentation of <i>fancyhdr</i> is distributed with the package, -in a separate file; documentation of <i>scrpage2</i> is integrated -with the <i>scrgui*</i> documentation files that are distributed with -the <i>KOMA-script</i> classes. -<dl> -<dt><tt><i>fancyhdr.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.zip">macros/latex/contrib/fancyhdr</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyhdr/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fancyhdr">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fancyhdr</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fig.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fig.html deleted file mode 100644 index 8573b218546..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fig.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fig</title> -</head><body> -<h3>Fig, a (La)TeX-friendly drawing package</h3> -<p/><i>(X)Fig</i> is a menu driven tool that allows you to -draw objects on the screen of an X workstation; <i>transfig</i> -is a set of tools which translate the code <i>fig</i>. The list -of export formats is very long, and includes Metafont and MetaPost, -Encapsulated PostScript and PDF, as well as combinations that wrap -a graphics format in a LaTeX import file. -<p/>There’s no explicit port of <i>xfig</i> to windows (although it is -believed to work under <i>cygwin</i> with their X-windows system). -However, the program -<a href="http://tech-www.informatik.uni-hamburg.de/applets/javafig/"><i>jfig</a></i> -is thought by many to be an acceptable substitute, written in Java. -<dl> -<dt><tt><i>xfig</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/xfig.zip">graphics/xfig</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/xfig.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/xfig/">browse</a>) -<dt><tt><i>transfig</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/transfig.zip">graphics/transfig</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/transfig.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/transfig/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fig">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fig</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-figurehere.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-figurehere.html deleted file mode 100644 index e5b38703e2e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-figurehere.html +++ /dev/null @@ -1,57 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label figurehere</title> -</head><body> -<h3>Figure (or table) <em>exactly</em> where I want it</h3> -<p/>This is of course a contradiction: <code>figure</code> and -<code>table</code> are <em>designed</em> to float, and will always have -the potential to appear away from where you asked for them. Therefore -you have to find a means of getting the caption and other effects -without allowing the figure or table to float. -<p/>The most straightforward way is to use the <i>float</i> package; it -gives you a <code>[H]</code> float placement option that prevents -floating: -<blockquote> -<pre> -\begin{figure}[H] - \centering - \includegraphics{foo} - \caption{caption text} - \label{fig:nonfloat} -\end{figure} -</pre> -</blockquote><p> -As the example shows, these <code>[H]</code> figures (and correspondingly, -tables) offer all you need to cross-reference as well as typeset. -<p/>However, you don’t actually <em>have</em> to use <i>float</i> since -it is, in fact, doing rather little for you. You can place your -figure as you please, with a sequence like -<blockquote> -<pre> -\begin{center} - \includegraphics{foo} - \captionof{figure}{caption text} - \label{fig:nonfloat} -\end{center} -</pre> -</blockquote><p> -which relies on the <code>\</code><code>captionof</code> command to place a caption in -ordinary running text. That command may be had from the extremely -simple-minded package <i>capt-of</i> or from the highly -sophisticated <i>caption</i> package. -<p/>Using either method, you have to deal with the possibility of the -figure or table being too large for the page. (Floating objects will -float away in this circumstance; “doing it by hand”, like this, you -take upon yourself the responsibility for avoiding -‘<i>Overfull <code>\</code><code>vbox</code></i>’ errors. -<p/>A further problem is the possibility that such “fixed floats” will -overtake “real floats”, so that the numbers of figures will be out -of order: figure 6 could be on page 12, while figure 5 had floated to -page 13. It’s best, therefore, either to stay with floating figures -throughout a document, or to use fixed figures throughout. -<dl> -<dt><tt><i>capt-of.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/capt-of.sty">macros/latex/contrib/misc/capt-of.sty</a> -<dt><tt><i>caption.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/caption.zip">macros/latex/contrib/caption</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/caption.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/caption/">browse</a>) -<dt><tt><i>float.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.zip">macros/latex/contrib/float</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=figurehere</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-filename.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-filename.html deleted file mode 100644 index 3937df6fbcc..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-filename.html +++ /dev/null @@ -1,94 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label filename</title> -</head><body> -<h3>What’s the name of this file</h3> -<p/>One might want this so as to automatically generate a page header or -footer recording what file is being processed. It’s not easy... -<p/>TeX retains what it considers the name of the <em>job</em>, only, in -the primitive <code>\</code><code>jobname</code>; this is the name of the file first -handed to TeX, stripped of its directory name and of any extension -(such as <code>.tex</code>). If no file was passed (i.e., you’re using -TeX interactively), <code>\</code><code>jobname</code> has the value <code>texput</code> -(the name that’s given to <code>.log</code> files in this case). -<p/>This is fine, for the case of a small document, held in a single file; -most significant documents will be held in a bunch of files, and -TeX makes no attempt to keep track of files input to the -<em>job</em>. So the user has to keep track, himself — the only way -is to patch the input commands and cause them to retain details of the -file name. This is particularly difficult in the case of Plain TeX, -since the syntax of the <code>\</code><code>input</code> command is so peculiar. -<p/>In the case of LaTeX, the input commands have pretty regular -syntax, and the simplest <a href="FAQ-patch.html">patching techniques</a> can be -used on them. -<p/>If you’re not inputting things from a file that’s already been input, -the job is almost trivial: -<blockquote> -<pre> -\def\ThisFile{\jobname} -\let\OldInput\input -\renewcommand{\input}[1]{% - \renewcommand{\ThisFile}{#1}% - \OldInput{#1}% -} -</pre> -</blockquote><p> -With that, the macro <code>\</code><code>ThisFile</code> always contains the last thing -input: it starts pointing at the base file of your document -(<code>\</code><code>jobname</code>), and thereafter changes every time you use -<code>\</code><code>input{</code><em>file</em><code>}</code>. -<p/>Most ordinary users will quickly become irritated with the simplicity -of of the <code>\</code><code>ThisFile</code> mechanism above. The following code is more -cunning: it maintains details of the files you’ve ‘come through’ to -get to where you are, and it restores <code>\</code><code>ThisFile</code> to what the -previous file was before returning. -<blockquote> -<pre> -\def\ThisFile{\jobname} -\newcounter{FileStack} -\let\OrigInput\input -\renewcommand{\input}[1]{% - \stackinput{#1}{\OrigInput}% -} -\newcommand{\stackinput}[2]{% - \stepcounter{FileStack}% - \expandafter\let - \csname NameStack\theFileStack\endcsname - \ThisFile - \def\ThisFile{#1}% - #2{#1}% - \expandafter\let\expandafter - \ThisFile - \csname NameStack\theFileStack\endcsname - \addtocounter{FileStack}{-1}% -} -</pre> -</blockquote><p> -To do the same for <code>\</code><code>include</code>, we need the simple addition: -<blockquote> -<pre> -\let\OrigInclude\include -\renewcommand{\include}[1]{% - \stackinput{#1}{\OrigInclude}% -} -</pre> -</blockquote><p> -Both examples of patching <code>\</code><code>input</code> assume you always use -LaTeX syntax, i.e., always use braces around the argument. -<p/>The <i>FiNK</i> (“File Name Keeper”) package provides a -regular means of keeping track of the current file name (with its -extension), in a macro <code>\</code><code>finkfile</code>. If you need the unadorned file -name (without its ‘<code>.tex</code>’), use the commands: -<blockquote> -<pre> -\def\striptexext#1.tex{#1} -... -\edef\ThisFile{\expandafter\stripext\finkfile} -</pre> -</blockquote><p> -The <i>FiNK</i> bundle includes a <i>fink.el</i> that provides -support under <i>emacs</i> with AUC-TeX. -<dl> -<dt><tt><i>fink.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fink.zip">macros/latex/contrib/fink</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fink.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fink/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=filename">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=filename</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-filesused.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-filesused.html deleted file mode 100644 index 9a10f936df3..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-filesused.html +++ /dev/null @@ -1,42 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label filesused</title> -</head><body> -<h3>All the files used by this document</h3> -<p/>When you’re sharing a document with someone else (perhaps as part of a -co-development cycle) it’s as well to arrange that both correspondents -have the same set of auxiliary files, as well as the document in -question. Your correspondent obviously needs the same set of files -(if you use the <i>url</i> package, she has to have <i>url</i> -too, for example). But suppose you have a bug-free version of the -<i>shinynew</i> package but her copy is still the unstable -original; until you both realise what is happening, such a situation -can be very confusing. -<p/>The simplest solution is the LaTeX <code>\</code><code>listfiles</code> command. This -places a list of the files used and their version numbers in the log -file. If you extract that list and transmit it with your file, it can -be used as a check-list in case that problems arise. -<p/>Note that <code>\</code><code>listfiles</code> only registers things that are input by the -“standard” LaTeX mechanisms (<code>\</code><code>documentclass</code>, <code>\</code><code>usepackage</code>, -<code>\</code><code>input</code>, <code>\</code><code>include</code>, <code>\</code><code>includegraphics</code> and so on). But if you -use TeX primitive syntax, as in -<pre> - \input mymacros -</pre> -<i>mymacros.tex</i> <em>won’t</em> be listed by <code>\</code><code>listfiles</code>, since -you’ve bypassed the mechanism that records its use. -<p/>The <i>snapshot</i> package helps the owner of a LaTeX document -obtain a list of the external dependencies of the document, in a form -that can be embedded at the top of the document. The intended use of -the package is the creation of archival copies of documents, but it -has application in document exchange situations too. -<p/>The <i>bundledoc</i> system uses the <i>snapshot</i> to produce an -archive (e.g., <code>.tar.gz</code> or <code>.zip</code>) of the files needed by your -document; it comes with configuration files for use with -<i>teTeX</i> and <i>MiKTeX</i>. It’s plainly useful when -you’re sending the first copy of a document. -<dl> -<dt><tt><i>bundledoc</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/bundledoc.zip">support/bundledoc</a> (<a href="ftp://cam.ctan.org/tex-archive/support/bundledoc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/bundledoc/">browse</a>) -<dt><tt><i>snapshot.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/snapshot.zip">macros/latex/contrib/snapshot</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/snapshot.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/snapshot/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=filesused">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=filesused</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findfiles.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findfiles.html deleted file mode 100644 index 929facbf9f2..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findfiles.html +++ /dev/null @@ -1,61 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label findfiles</title> -</head><body> -<h3>Finding (La)TeX files</h3> -<p/>Modern TeX distributions contain a huge array of support files of -various sorts, but sooner or later most people need to find something -that’s not in their present system (if nothing else, because they’ve -heard that something has been updated). -<p/>But how to find the files? -<p/>Some sources, such as these FAQ answers, provide links to -files: so if you’ve learnt about a package here, you should be able to -retrieve it without too much fuss. -<p/>Otherwise, the CTAN sites provide searching facilities, via the web. -The simplest search, locating files by name, is to be found on the -Dante CTAN -at <a href="http://www.dante.de/cgi-bin/ctan-index">http://www.dante.de/cgi-bin/ctan-index</a>; the script scans a -list of files (<i>FILES.byname</i> — see below) and returns a list -of matches, arranged very neatly as a series of links to directories -and to individual files. -<p/>The <a href="http://www.tex.ac.uk/search">UK</a> and -<a href="http://www.ctan.org/search.html">USA</a> CTANs offer a -search page that provides -<ul> -<li> a file-name search similar to the Dante machine’s (above); -<li> a keyword search of the archive catalogue (see below): this is a - pretty powerful tool: the results include links to the catalogue - “short descriptions”, so you can assure yourself that the package - you’ve found is the one you want; and -<li> a search form that allows you to use <i>Google</i> to search - CTAN. -</ul> -<p/>An alternative way to scan the catalogue is to use the catalogue’s - -<a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/bytopic.html">“by topic” index</a>; -this lists a series of topics, and (La)TeX projects that are worth -considering if you’re working on matters related to the topic. -<p/>In fact, <i>Google</i>, and other search engines, can be useful -tools. Enter your search keywords, and you may pick up a package that -the author hasn’t bothered to submit to CTAN. If you’re using -<i>Google</i>, you can restrict your search to CTAN by -entering -<blockquote> - <code>site:ctan.org tex-archive <<i>search term(s)</i>></code> -</blockquote><p> -in <i>Google</i>’s “search box”. You can also enforce the -restriction using <i>Google</i>’s “advanced search” mechanism; -other search engines (presumably) have similar facilities. -<p/>Many people avoid the need to go over the network at all, for their -searches, by downloading the file list that the archives’ web -file searches use. This file, <i>FILES.byname</i>, -presents a unified listing of the archive (omitting directory names and -cross-links). Its companion <i>FILES.last07days</i> is also useful, to -keep an eye on the changes on the archive. Since these files are -updated only once a day, a nightly automatic download (perhaps using -<i>rsync</i>) makes good sense. -<dl> -<dt><tt><i>FILES.byname</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/FILES.byname">FILES.byname</a> -<dt><tt><i>FILES.last07days</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/FILES.last07days">FILES.last07days</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=findfiles">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=findfiles</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findfont.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findfont.html deleted file mode 100644 index 240ad8b393d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findfont.html +++ /dev/null @@ -1,27 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label findfont</title> -</head><body> -<h3>Finding new fonts</h3> -<p/>A comprehensive list of Metafont fonts used to be posted to -<i>comp.fonts</i> and to <i>comp.text.tex</i>, roughly -every six weeks, by Lee Quin. -Nowadays, authors of new material in Metafont are few and far between -(and mostly designing highly specialised things with limited appeal to -ordinary users); as a result, no-one has taken over maintenance of the -list of fonts. If you need a font for some esoteric purpose, it may -be worth <a href="FAQ-findfiles.html">searching CTAN</a> using your purpose -as a search keyword. -<p/>Most new fonts that appear are prepared in some scalable outline form -or other, and a large proportion is distributed under commercial -terms. However, once you have acquired such a font, converting it to -a form usable by your (La)TeX distribution is not (in principle) a -serious problem. -<p/>The answer “<a href="FAQ-psfchoice.html">choice of scalable fonts</a>” discusses -fonts that are configured for general (both textual and mathematical) -use with (La)TeX. The list of such fonts is sufficiently short that -they <em>can</em> all be discussed in one answer here. -<dl> -<dt><tt><i>Metafont font list</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/metafont-list">info/metafont-list</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=findfont">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=findfont</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findwidth.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findwidth.html deleted file mode 100644 index c381aed0824..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findwidth.html +++ /dev/null @@ -1,27 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label findwidth</title> -</head><body> -<h3>Finding the width of a letter, word, or phrase</h3> -<p/>Put the word in a box, and measure the width of the box. For example, -<blockquote> -<pre> -\newdimen\stringwidth -\setbox0=\hbox{hi} -\stringwidth=\wd0 -</pre> -</blockquote><p> -Note that if the quantity in the <code>\</code><code>hbox</code> is a phrase, the actual -measurement only approximates the width that the phrase will occupy in -running text, since the inter-word glue can be adjusted in paragraph -mode. -<p/>The same sort of thing is expressed in LaTeX by: -<blockquote> -<pre> -\newlength{\gnat} -\settowidth{\gnat}{\textbf{small}} -</pre> -</blockquote><p> -This sets the value of the length command <code>\gnat</code> to the width of “small” -in bold-face text. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=findwidth">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=findwidth</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html deleted file mode 100644 index d62c6f8a162..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixnam.html +++ /dev/null @@ -1,54 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fixnam</title> -</head><body> -<h3>How to change LaTeX’s “fixed names”</h3> -<p/>LaTeX document classes define several typographic operations that -need ‘canned text’ (text not supplied by the user). In the earliest -days of LaTeX 2.09 these bits of text were built in to the body of -LaTeX’s macros and were rather difficult to change, but “fixed -name” macros were introduced for the benefit of those wishing to use -LaTeX in languages other than English. -For example, the special section produced by the <code>\</code><code>tableofcontents</code> -command is always called <code>\</code><code>contentsname</code> (or rather, what -<code>\</code><code>contentsname</code> is defined to mean). -Changing the canned text is now one of the easiest customisations a -user can do to LaTeX. -<p/>The canned text macros are all of the form -<code>\</code><code><<i>thing</code>name</i>>, and changing them is simplicity -itself. Put: -<blockquote> -<code>\</code><code>renewcommand{<code>\</code><code><<i>thing</code>name</i>>}{Res minor}</code> -</blockquote><p> -in the preamble of your document, and the job is done. -(However, beware of the <i>babel</i> package, which requires you to -use a different mechanism: be sure to check - -<a href="FAQ-latexwords.html">changing <i>babel</i> names</a> if -you’re using it.) -<p/>The names that are defined in the standard LaTeX classes (and the -<i>makeidx</i> package) are listed -below. Some of the names are only defined in a subset of the classes -(and the <i>letter</i> class has a set of names all of its own); -the list shows the specialisation of each name, where appropriate. -<p/><table rules="groups" border="0" cellpadding="3"><tbody><tr><td> -<code>\</code><code>abstractname</code> <td> Abstract<tr><td> -<code>\</code><code>alsoname</code> <td> see also (<i>makeidx</i> package)<tr><td> -<code>\</code><code>appendixname</code> <td> Appendix<tr><td> -<code>\</code><code>bibname</code> <td> Bibliography (<i>report</i>,<i>book</i>)<tr><td> -<code>\</code><code>ccname</code> <td> cc (<i>letter</i>)<tr><td> -<code>\</code><code>chaptername</code> <td> Chapter (<i>report</i>,<i>book</i>)<tr><td> -<code>\</code><code>contentsname</code> <td> Contents<tr><td> -<code>\</code><code>enclname</code> <td> encl (<i>letter</i>)<tr><td> -<code>\</code><code>figurename</code> <td> Figure (for captions)<tr><td> -<code>\</code><code>headtoname</code> <td> To (<i>letter</i>)<tr><td> -<code>\</code><code>indexname</code> <td> Index<tr><td> -<code>\</code><code>listfigurename</code> <td> List of Figures<tr><td> -<code>\</code><code>listtablename</code> <td> List of Tables<tr><td> -<code>\</code><code>pagename</code> <td> Page (<i>letter</i>)<tr><td> -<code>\</code><code>partname</code> <td> Part<tr><td> -<code>\</code><code>refname</code> <td> References (<i>article</i>)<tr><td> -<code>\</code><code>seename</code> <td> see (<i>makeidx</i> package)<tr><td> -<code>\</code><code>tablename</code> <td> Table (for caption) -</tbody></table> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixwidtab.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixwidtab.html deleted file mode 100644 index f72016b2eb1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fixwidtab.html +++ /dev/null @@ -1,53 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fixwidtab</title> -</head><body> -<h3>Fixed-width tables</h3> -<p/>There are two basic techniques for making fixed-width tables in -LaTeX: you can make the gaps between the columns stretch, or you -can stretch particular cells in the table. -<p/>Basic LaTeX can make the gaps stretch: the <code>tabular*</code> -environment takes an extra argument (before the <code>clpr</code> layout one) -which takes a length specification: you can say things like “<code>15cm</code>” -or “<code>\</code><code>columnwidth</code>” here. You must also have an <code>\</code><code>extracolsep</code> -command in the <code>clpr</code> layout argument, inside an <code>@</code> -directive. So, for example, one might have -<pre> -\begin{tabular*}{\columnwidth}{@{\extracolsep{\fill}}lllr} -</pre> - -The <code>\</code><code>extracolsep</code> applies to all inter-column gaps to its right as -well; if you don’t want all gaps stretched, add -<code>\</code><code>extracolsep{0pt}</code> to cancel the original. -<p/>The <i>tabularx</i> package defines an extra <code>clpr</code> column -specification, <code>X</code>; <code>X</code> columns behave as <code>p</code> -columns which expand to fill the space available. If there’s more -than one <code>X</code> column in a table, the spare space is distributed -between them. -<p/>The <i>tabulary</i> package (by the same author) provides a way of -“balancing” the space taken by the columns of a table. The package -defines column specifications <code>C</code>, <code>L</code>, <code>R</code> and -<code>J</code>, giving, respectively, centred, left, right and -fully-justified versions of space-sharing columns. The package -examines how long each column would be “naturally” (i.e., on a piece of paper of unlimited width), and -allocates space to each column accordingly. There are “sanity -checks” so that really large entries don’t cause everything else to -collapse into nothingness (there’s a “maximum width” that any column -can exert), and so that tiny entries can’t get smaller than a -specified minimum. Of course, all this work means that the package -has to typeset each row several times, so things that leave -“side-effects” (for example, a counter used to produce a row-number -somewhere) are inevitably unreliable, and should not even be tried. -<p/>The <i>ltxtable</i> package combines the features of the -<i>longtable</i> and <i>tabularx</i> packages. It’s important -to read the documentation, since usage is distinctly odd; the -distribution contains no more than a file <i>ltxtable.tex</i>, which you -should process using LaTeX. Processing will give you a <i>.sty</i> -file as well as the <i>.dvi</i> or <i>.pdf</i> output containing the -documentation. -<dl> -<dt><tt><i>ltxtable.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle.zip">macros/latex/contrib/carlisle</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/carlisle/">browse</a>) -<dt><tt><i>tabularx.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>tabulary.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tabulary.zip">macros/latex/contrib/tabulary</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tabulary.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/tabulary/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixwidtab">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixwidtab</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fllost.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fllost.html deleted file mode 100644 index 9d2d936517b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fllost.html +++ /dev/null @@ -1,28 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fllost</title> -</head><body> -<h3>Float(s) lost</h3> -<p/>The error -<blockquote> -<pre> -! LaTeX Error: Float(s) lost. -</pre> -</blockquote><p> -seldom occurs, but always seems deeply cryptic when it <em>does</em> -appear. -<p/>The message means what it says: one or more figures, tables, etc., or -marginpars has not been typeset. (Marginpars are treated internally -as floats, which is how they come to be lumped into this error -message.) -<p/>The most likely reason is that you placed a float or a <code>\</code><code>marginpar</code> -command inside another float or marginpar, or inside a -<code>minipage</code> environment, a <code>\</code><code>parbox</code> or <code>\</code><code>footnote</code>. -Note that the error may be detected a long way from the problematic -command(s), so the techniques of -<a href="FAQ-erroradvice.html">tracking down elusive errors</a> all need to be -called into play. -<p/>This author has also encountered the error when developing macros that -used the LaTeX internal float mechanisms. Most people doing that -sort of thing are expected to be able to work out their own problems... -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fllost">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fllost</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-floatpages.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-floatpages.html deleted file mode 100644 index 79c7a8812ec..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-floatpages.html +++ /dev/null @@ -1,33 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label floatpages</title> -</head><body> -<h3>Floats on their own on float pages</h3> -<p/>It’s sometimes necessary to force a float to live on a page by itself. -(It’s sometimes even necessary for <em>every</em> float to live on a -page by itself.) When the float fails to ‘set’, and waits for the end -of a chapter or of the document, the natural thing to do is to declare -the float as -<blockquote> - <code>\</code><code>begin{figure}[p!]</code> -</blockquote><p> -but the overriding <code>!</code> modifier has no effect on float page floats; so -you have to make the float satisfy the parameters. -<a href="FAQ-floats.html">Moving tables and figures</a> offers some -suggestions, but doesn’t solve the one-float-per-page question. -<p/>The ‘obvious’ solution, using the counter <code>totalnumber</code> -(“total number of floats per page”) doesn’t work: -<code>totalnumber</code> only applies to floats on ‘text’ pages (pages -containing text as well as one or more float). So, to allow any -size float to take a whole page, set <code>\</code><code>floatpagefraction</code> really -small, and to ensure that no more than one float occupies a page, make -the separation between floats really big: -<blockquote> -<pre> -\renewcommand\floatpagefraction{.001} -\makeatletter -\setlength\@fpsep{\textheight} -\makeatother -</pre> -</blockquote><p> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floatpages">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floatpages</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-floats.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-floats.html deleted file mode 100644 index 118069a5b39..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-floats.html +++ /dev/null @@ -1,91 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label floats</title> -</head><body> -<h3>Moving tables and figures in LaTeX</h3> -<p/>Tables and figures have a tendency to surprise, by <em>floating</em> -away from where they were specified to appear. This is in fact -perfectly ordinary document design; any professional typesetting -package will float figures and tables to where they’ll fit without -violating the certain typographic rules. Even if you use the -placement specifier <code>h</code> for ‘here’, the figure or table will not be -printed ‘here’ if doing so would break the rules; the rules themselves -are pretty simple, and are given on page 198, section C.9 of the -LaTeX manual. In the worst case, LaTeX’s rules can cause the -floating items to pile up to the extent that you get an error message -saying <a href="FAQ-tmupfl.html">“Too many unprocessed floats”</a>. -What follows is a simple checklist of things to do to solve these -problems (the checklist talks throughout about figures, but applies -equally well to tables, or to “non-standard” floats defined by the -<i>float</i> or other packages). -<ul> -<li> Do your figures need to float at all? If not, look at the - recommendations for “<a href="FAQ-figurehere.html">non-floating floats</a>” -<li> Are the placement parameters on your figures right? The - default (<code>tbp</code>) is reasonable, but you can reasonably change it (for - example, to add an <code>h</code>). Whatever you do, <em>don’t</em> - omit the ‘<code>p</code>’: doing so could cause LaTeX to believe that if you - can’t have your figure <em>here</em>, you don’t want it - <em>anywhere</em>. (LaTeX does try hard to avoid being confused in - this way...) -<li> LaTeX’s own float placement parameters could be preventing - placements that seem entirely “reasonable” to you — they’re - notoriously rather conservative. To encourage LaTeX not to move - your figure, you need to loosen its demands. (The most important - ones are the ratio of text to float on a given page, but it’s - sensible to have a fixed set that changes the whole lot, to meet - every eventuality.) -<pre> -\renewcommand{\topfraction}{.85} -\renewcommand{\bottomfraction}{.7} -\renewcommand{\textfraction}{.15} -\renewcommand{\floatpagefraction}{.66} -\renewcommand{\dbltopfraction}{.66} -\renewcommand{\dblfloatpagefraction}{.66} -\setcounter{topnumber}{9} -\setcounter{bottomnumber}{9} -\setcounter{totalnumber}{20} -\setcounter{dbltopnumber}{9} -</pre> - The meanings of these - parameters are described on pages 199–200, section C.9 of the - LaTeX manual. -<li> Are there places in your document where you could ‘naturally’ - put a <code>\</code><code>clearpage</code> command? If so, do: the backlog of floats is - cleared after a <code>\</code><code>clearpage</code>. (Note that the <code>\</code><code>chapter</code> - command in the standard <i>book</i> and <i>report</i> classes - implicitly executes <code>\</code><code>clearpage</code>, so you can’t float past - the end of a chapter.) -<li> Try the <i>placeins</i> package: it defines a - <code>\</code><code>FloatBarrier</code> command beyond which floats may not pass. A - package option allows you to declare that floats may not pass a - <code>\</code><code>section</code> command, but you can place <code>\</code><code>FloatBarrier</code>s wherever - you choose. -<li> If you are bothered by floats appearing at the top of the page - (before they are specified in your text), try the <i>flafter</i> - package, which avoids this problem by insisting that floats should - always appear after their definition. -<li> Have a look at the LaTeX2e <i>afterpage</i> package. - Its documentation gives as an example the idea - of putting <code>\</code><code>clearpage</code> <em>after</em> the current page (where it - will clear the backlog, but not cause an ugly gap in your text), but - also admits that the package is somewhat fragile. Use it as a last - resort if the other possibilities below don’t help. -<li> If you would actually <em>like</em> great blocks of floats at the - end of each of your chapters, try the <i>morefloats</i> package; - this ‘simply’ increases the number of floating inserts that LaTeX - can handle at one time (from 18 to 36). -<li> If you actually <em>wanted</em> all your figures to float to the - end (<em>e.g</em>., for submitting a draft copy of a paper), don’t - rely on LaTeX’s mechanism: get the <i>endfloat</i> package to do - the job for you. -</ul> -<dl> -<dt><tt><i>afterpage.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>endfloat.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/endfloat.zip">macros/latex/contrib/endfloat</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/endfloat.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/endfloat/">browse</a>) -<dt><tt><i>flafter.sty</i></tt><dd>Part of the LaTeX distribution -<dt><tt><i>float.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.zip">macros/latex/contrib/float</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float/">browse</a>) -<dt><tt><i>morefloats.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/morefloats.sty">macros/latex/contrib/misc/morefloats.sty</a> -<dt><tt><i>placeins.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/placeins.zip">macros/latex/contrib/placeins</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/placeins.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/placeins/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-flushboth.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-flushboth.html deleted file mode 100644 index 9627e742196..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-flushboth.html +++ /dev/null @@ -1,44 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label flushboth</title> -</head><body> -<h3>Cancelling <code>\</code><code>ragged</code> commands</h3> -<p/>LaTeX provides commands <code>\</code><code>raggedright</code> and <code>\</code><code>raggedleft</code>, but -none to cancel their effect. The <code>\</code><code>centering</code> command is -implemented in the same way as the <code>\</code><code>ragged*</code> commands, and suffers -in the same way. -<p/>The following code (to be inserted in a package of your own, or as - -<a href="FAQ-atsigns.html">internal LaTeX code</a>) defines a command that -restores flush justification at both margins: -<pre> -\def\flushboth{% - \let\\\@normalcr - \@rightskip\z@skip \rightskip\@rightskip - \leftskip\z@skip - \parindent 1.5em\relax} -</pre> -There’s a problem with the setting of <code>\</code><code>parindent</code> in the code: it’s -necessary because both the <code>\</code><code>ragged</code> commands set <code>\</code><code>parindent</code> to -zero, but the setting isn’t a constant of nature: documents using a -standard LaTeX class with <code>twocolumn</code> option will have -<code>1.0em</code> by default, and there’s no knowing what you (or some -other class) will have done. -<p/>Any but a really old copy of Martin Schröder’s <i>ragged2e</i> -package has a <code>\</code><code>justifying</code> command to match its -<a href="FAQ-ragright.html">versions of the LaTeX ‘ragged’ commands</a>. The -package also provides a <code>justify</code> environment, which -permits areas of justified text in a larger area which is ragged. -<dl> -<dt><tt><i>ragged2e.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.zip">macros/latex/contrib/ms</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ms/">browse</a>) -</dl> - - - - - - - - - -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=flushboth">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=flushboth</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fmtconv.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fmtconv.html deleted file mode 100644 index 347f62ff2ff..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fmtconv.html +++ /dev/null @@ -1,96 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fmtconv</title> -</head><body> -<h3>Other conversions to and from (La)TeX</h3> -<p/><dl> -<dt>troff<dd><i>Tr2latex</i>, assists in the translation of a - <i>troff</i> document into LaTeX 2.09 format. It recognises most - <code>-ms</code> and <code>-man</code> macros, plus most <i>eqn</i> and some - <i>tbl</i> preprocessor commands. Anything fancier needs to be - done by hand. Two style files are provided. There is also a man page - (which converts very well to LaTeX...). - <i>Tr2latex</i> is an enhanced version of the earlier - <i>troff-to-latex</i> (which is no longer available). -<p/> - - -<p/> - - - - -<p/><dt>WordPerfect<dd> <i>wp2latex</i> is actively maintained, and is - available either for MSDOS or for Unix systems. -<dt>RTF<dd> <i>Rtf2tex</i>, by Robert Lupton, is for - converting Microsoft’s Rich Text Format to TeX. There is also a - converter to LaTeX by Erwin Wechtl, called <i>rtf2latex</i>. - The latest converter, by Ujwal Sathyam and Scott Prahl, is - <i>rtf2latex2e</i>; this system seems rather good already, and - is still being improved. -<p/> Translation <em>to</em> RTF may be done (for a somewhat - constrained set of LaTeX documents) by TeX2RTF, which - can produce ordinary RTF, Windows Help RTF (as well as - HTML, <a href="FAQ-LaTeX2HTML.html">conversion to HTML</a>). - TeX2RTF is supported on various Unix platforms and under - Windows 3.1 -<dt>Microsoft Word<dd> A rudimentary (free) program for converting - MS-Word to LaTeX is <i>wd2latex</i>, which runs on MSDOS. - <i>Word2</i><em>TeX</em> and <em>TeX</em><i>2Word</i> are - shareware translators from - <a href="http://www.chikrii.com/">Chikrii Softlab</a>; users’ reports are - very positive. -<p/> The excellent <i>tex4ht</i> will generate OpenOffice ODT - format, which can be used as an intermediate to producing Word - format files. -<p/> If cost is a constraint, the best bet is probably to use an - intermediate format such as RTF or HTML. - <i>Word</i> outputs and reads both, so in principle this route - may be useful. -<p/> You can also use PDF as an intermediate format: Acrobat Reader - for Windows (version 5.0 and later) will output rather feeble - RTF that <i>Word</i> can read. -<dt>Excel<dd> <i>Excel2Latex</i> converts an <i>Excel</i> file - into a LaTeX <code>tabular</code> environment; it comes as a - <code>.xls</code> file which defines some <i>Excel</i> macros to produce - output in a new format. -<dt>runoff<dd> Peter Vanroose’s <i>rnototex</i> - conversion program is written in VMS Pascal. - The sources are distributed with a VAX executable. -<dt>refer/tib<dd> There are a few programs for converting bibliographic - data between BibTeX and <i>refer</i>/<i>tib</i> formats. - The collection includes a shell script converter from BibTeX to - <i>refer</i> format as well. The collection - is not maintained. -<dt>PC-Write<dd><i>pcwritex.arc</i> is a - print driver for PC-Write that “prints” a PC-Write - V2.71 document to a TeX-compatible disk file. It was written by Peter - Flynn at University College, Cork, Republic of Ireland. -</dl> -<p/> -<a href="http://www.tug.org/utilities/texconv/index.html">Wilfried Hennings’ FAQ</a>, -which deals specifically with conversions between TeX-based formats -and word processor formats, offers much detail as well as tables that -allow quick comparison of features. -<p/>A group at Ohio State University (USA) is working on -a common document format based on SGML, with the ambition that any -format could be -translated to or from this one. <i>FrameMaker</i> provides -“import filters” to aid translation from alien formats -(presumably including TeX) to <i>FrameMaker</i>’s own. -<dl> -<dt><tt><i>excel2latex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/excel2latex.zip">support/excel2latex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/excel2latex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/excel2latex/">browse</a>) -<dt><tt><i>pcwritex.arc</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/pcwritex.zip">support/pcwritex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/pcwritex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/pcwritex/">browse</a>) -<dt><tt><i>refer and tib tools</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/refer-tools.zip">biblio/bibtex/utils/refer-tools</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/refer-tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/utils/refer-tools/">browse</a>) -<dt><tt><i>rnototex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/rnototex.zip">support/rnototex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/rnototex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/rnototex/">browse</a>) -<dt><tt><i>rtf2latex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/rtf2latex.zip">support/rtf2latex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/rtf2latex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/rtf2latex/">browse</a>) -<dt><tt><i>rtf2latex2e</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/rtf2latex2e.zip">support/rtf2latex2e</a> (<a href="ftp://cam.ctan.org/tex-archive/support/rtf2latex2e.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/rtf2latex2e/">browse</a>) -<dt><tt><i>rtf2tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/rtf2tex.zip">support/rtf2tex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/rtf2tex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/rtf2tex/">browse</a>) -<dt><tt><i>tex2rtf</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/tex2rtf.zip">support/tex2rtf</a> (<a href="ftp://cam.ctan.org/tex-archive/support/tex2rtf.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/tex2rtf/">browse</a>) -<dt><tt><i>tr2latex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/tr2latex.zip">support/tr2latex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/tr2latex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/tr2latex/">browse</a>) -<dt><tt><i>wd2latex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/wd2latex.zip">support/wd2latex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/wd2latex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/wd2latex/">browse</a>) -<dt><tt><i>wp2latex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/wp2latex.zip">support/wp2latex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/wp2latex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/wp2latex/">browse</a>) -<dt><tt><i>Word processor FAQ (source)</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/help/wp-conv.zip">help/wp-conv</a> (<a href="ftp://cam.ctan.org/tex-archive/help/wp-conv.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/help/wp-conv/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fmtconv">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fmtconv</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fontname.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fontname.html deleted file mode 100644 index 0b6f33c0f47..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fontname.html +++ /dev/null @@ -1,34 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fontname</title> -</head><body> -<h3>What is the “Berry naming scheme”</h3> -<p/>In the olden days, (La)TeX distributions were limited by the -feebleness of file systems’ ability to represent long names. (The -MSDOS file system was a particular bugbear: fortunately any current -Microsoft system allows rather more freedom to specify file names. -Sadly, the ISO 9660 standard for the structure of CDROMs has a -similar failing, but that too has been modified by various extension -mechanisms.) -<p/>One area in which this was a particular problem was that of file names -for Type 1 fonts. These fonts are distributed by their vendors with -pretty meaningless short names, and there’s a natural ambition to -change the name to something that identifies the font somewhat -precisely. Unfortunately, names such as “BaskervilleMT” are -already far beyond the abilities of the typical feeble file system, -and add the specifier of a font shape or variant, and the difficulties -spiral out of control. -<p/>Thus arose the Berry naming scheme. -<p/>The basis of the scheme is to encode the meanings of the various parts -of the file’s specification in an extremely terse way, so that enough -font names can be expressed even in impoverished file name-spaces. The -encoding allocates one letter to the font “foundry”, two to the -typeface name, one to the weight, and so on. The whole scheme is -outlined in the <i>fontname</i> distribution, which includes -extensive documentation and a set of tables of fonts whose names have -been systematised. -<dl> -<dt><tt><i>fontname distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/fontname.zip">info/fontname</a> (<a href="ftp://cam.ctan.org/tex-archive/info/fontname.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/fontname/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fontname">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fontname</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fonts-pln.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fonts-pln.html deleted file mode 100644 index da8f8a82f2b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fonts-pln.html +++ /dev/null @@ -1,96 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fonts-pln</title> -</head><body> -<h3>Using non-standard fonts in Plain TeX</h3> -<p/>Plain TeX (in accordance with its description) doesn’t do anything -fancy with fonts: it sets up the fonts that Knuth found he needed when -writing the package, and leaves you to do the rest. -<p/>To use something other than Knuth’s default, the default mechanism is -to use the <code>\</code><code>font</code> primitive: -<blockquote> -<pre> -\font\foo=nonstdfont -... -\foo -Text set using nonstdfont ... -</pre> -</blockquote><p> -The name you use (<code>nonstdfont</code>, above) is the name of the -<code>.tfm</code> file for the font you want. -<p/>If you want to use an italic version of <code>\</code><code>foo</code>, you need to use -<code>\</code><code>font</code> again: -<blockquote> -<pre> -\font\fooi=nonstdfont-italic -... -\fooi -Text set using nonstdfont italic... -</pre> -</blockquote><p> -<p/>This is all very elementary stuff, and serves for simple use of fonts. -However, there are wrinkles, the most important of which is the matter -of <a href="FAQ-whatenc.html">font encodings</a>. Unfortunately, many fonts that -have appeared recently simply don’t come in versions using Knuth’s -eccentric font encodings — but those encodings are built into -Plain TeX, so that some macros of Plain TeX need to be changed to -use the fonts. LaTeX gets around all these problems by using a -“font selection scheme” — this ‘NFSS’ (‘N’ for -‘new’, as opposed to what LaTeX 2.09 had) carries around with it -separate information about the fonts you use, so the changes to -encoding-specific commands happen automagically. -<p/>If you only want to use the <a href="FAQ-ECfonts.html">EC fonts</a>, you -can in principle use the <i>ec-plain</i> bundle, which gives you a version -of Plain TeX which you can run in the same way that you run -Plain TeX using the original CM fonts, by invoking -<i>tex</i>. (<i>Ec-plain</i> also extends the EC fonts, -for reasons which aren’t immediately clear, but which might cause -problems if you’re hoping to use Type 1 versions of the fonts.) -<p/>The <i>font_selection</i> package provides a sort of halfway house: -it provides font face and size, but not family selection. This gives -you considerable freedom, but leaves you stuck with the original -CM fonts. It’s a compact solution, within its restrictions. -<p/>Other Plain TeX approaches to the problem (packages -<i>plnfss</i>, <i>fontch</i> and <i>ofs</i>) break out of the -Plain TeX model, towards the sort of font selection provided by -ConTeXt and LaTeX — font selection that allows you to change -family, as well as size and face. The remaining packages all make -provision for using encodings other than Knuth’s OT1. -<p/><i>Plnfss</i> has a rather basic set of font family details; -however, it is capable of using font description (<code>.fd</code>) files -created for LaTeX. (This is useful, since most modern mechanisms -for integrating outline fonts with TeX generate <code>.fd</code> files -in their process.) -<p/><i>Fontch</i> has special provision for T1 and TS1 -encodings, which you select by arcane commands, such as: -<blockquote> -<pre> -\let\LMTone\relax -\input fontch.tex -</pre> -</blockquote><p> -for T1. -<p/><i>Ofs</i> seems to be the most thoroughly thought-through of the -alternatives, and can select more than one encoding: as well as -T1 it covers the encoding IL2, which is favoured in the -Czech Republic and Slovakia. <i>Ofs</i> also covers mathematical fonts, -allowing you the dubious pleasure of using fonts such as the -<a href="FAQ-psfchoice.html"><i>pxfonts</i> and <i>txfonts</i></a>. -<p/>The <i>pdcmac</i> Plain TeX macro package aims to be a complete -document preparation environment, like <a href="FAQ-eplain.html">Eplain</a>. One -of its components is a font selection scheme, <i>pdcfsel</i>, which -is rather simple but adequately powerful for many uses. The package -doesn’t preload fonts: the user is required to declare the fonts the -document is going to use, and the package provides commands to select -fonts as they’re needed. The distribution includes a configuration to -use Adobe ‘standard’ fonts for typesetting text. (Eplain itself -seems not to offer a font selection scheme.) -<dl> -<dt><tt><i>ec-plain</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/ec-plain.zip">macros/ec-plain</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/ec-plain.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/ec-plain/">browse</a>) -<dt><tt><i>fontch</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/fontch.zip">macros/plain/contrib/fontch</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/fontch.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/contrib/fontch/">browse</a>) -<dt><tt><i>font_selection</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/font_selection.zip">macros/plain/contrib/font_selection</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/font_selection.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/contrib/font_selection/">browse</a>) -<dt><tt><i>ofs</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/generic/ofs.zip">macros/generic/ofs</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/generic/ofs.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/generic/ofs/">browse</a>) -<dt><tt><i>pdcmac</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/pdcmac.zip">macros/plain/contrib/pdcmac</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/pdcmac.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/contrib/pdcmac/">browse</a>) -<dt><tt><i>plnfss</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/plain/contrib/plnfss/">macros/plain/contrib/plnfss/</a> -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fonts-pln">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fonts-pln</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fontsize.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fontsize.html deleted file mode 100644 index 73a6e47094e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fontsize.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fontsize</title> -</head><body> -<h3>Fonts at arbitrary sizes</h3> -<p/>Almost all fonts, nowadays, are provided with LaTeX control -(<code>.fd</code>) files, so the temptation to risk the -<a href="FAQ-newfontstar.html">problems of <code>\</code><code>newfont</code></a> is usually easy to -resist. -<p/>However, one temptation remains, arising from the way that LaTeX -restricts the sizes of fonts. In fact, the restriction only -significantly applies to the default (Computer Modern) and the -Cork-encoded (T1) EC fonts, but it is widely considered to be -anomalous, nowadays. In recognition of this problem, there is a -package <i>fix-cm</i> which will allow you to use the fonts, within -LaTeX, at any size you choose. If you’re not using scaleable -versions of the fonts, most modern distributions will just generate an -appropriate bitmap for you. -<p/>So, suppose you want to use Computer Modern Roman at 30 points, you -might be tempted to write: -<blockquote> -<pre> -\newfont{\bigfont}{cmr10 at 30pt} -\begin{center} - \bigfont Huge text -\end{center} -</pre> -</blockquote><p> -which will indeed work, but will actually produce a worse result than -<blockquote> -<pre> -\usepackage{fix-cm} -... -\begin{center} - \fontsize{30}{36}\selectfont - Huge text -\end{center} -</pre> -</blockquote><p> -Note that the <i>fix-cm</i> package was not distributed until the -December 2003 edition of LaTeX; if you have an older distribution, -the packages <i>type1cm</i> (for CM fonts) and -<i>type1ec</i> (for EC fonts) are available. -<dl> -<dt><tt><i>fix-cm.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.zip">macros/latex/base</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/base/">browse</a>) (an unpacked - version is available at <a href="ftp://cam.ctan.org/tex-archive/macros/latex/unpacked/fix-cm.sty">macros/latex/unpacked/fix-cm.sty</a>) -<dt><tt><i>type1cm.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/type1cm.zip">macros/latex/contrib/type1cm</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/type1cm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/type1cm/">browse</a>) -<dt><tt><i>type1ec.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super/type1ec.sty">fonts/ps-type1/cm-super/type1ec.sty</a> (the package is actually part of - the <a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.zip">fonts/ps-type1/cm-super</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super/">browse</a>) distribution, but it works happily in - the absence of the scaled fonts) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fontsize">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fontsize</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fontunavail.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fontunavail.html deleted file mode 100644 index b14b1e7e089..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fontunavail.html +++ /dev/null @@ -1,67 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fontunavail</title> -</head><body> -<h3>Warning: “Font shape ... not available”</h3> -<p/>LaTeX’s font selection scheme maintains tables of the font families -it has been told about. These tables list the font families that -LaTeX knows about, and the shapes and series in which those font -families are available. In addition, in some cases, the tables list -the sizes at which LaTeX is willing to load fonts from the family. -<p/>When you specify a font, using one of the LaTeX font selection -commands, LaTeX looks for the font (that is, a font that matches -the encoding, family, shape, series and size that you want) in its -tables. If the font isn’t there at the size you want, you will see a -message like: - -<pre> -LaTeX Font Warning: Font shape `OT1/cmr/m/n' in size <11.5> not available -(Font) size <12> substituted on input line ... -</pre> -There will also be a warning like: - -<pre> -LaTeX Font Warning: Size substitutions with differences -(Font) up to 0.5pt have occurred. -</pre> -after LaTeX has encountered <code>\</code><code>end{document}</code>. -<p/>The message tells you that you’ve chosen a font size that is not in -LaTeX’s list of “allowed” sizes for this font; LaTeX has -chosen the nearest font size it knows is allowed. In fact, you can -tell LaTeX to allow <em>any</em> size: the restrictions come from the -days when only bitmap fonts were available, and they have never -applied to fonts that come in scaleable form in the first place. -Nowadays, most of the fonts that were once bitmap-only are also -available in scaleable (Adobe Type 1) form. If your installation uses -scaleable versions of the Computer Modern or European Computer Modern -(EC) fonts, you can tell LaTeX to remove the restrictions; -use the <i>type1cm</i> or <i>type1ec</i> package as appropriate. -<p/>If the combination of font shape and series isn’t available, LaTeX -will usually have been told of a fall-back combination that may be -used, and will select that: - -<pre> -LaTeX Font Warning: Font shape `OT1/cmr/bx/sc' undefined -(Font) using `OT1/cmr/bx/n' instead on input line 0. -</pre> -<p/>Substitutions may also be “silent”; in this case, there is no more -than an “information” message in the log file. For example, if you -specify an encoding for which there is no version in the current font -family, the ‘default family for the encoding’ is selected. This -happens, for example, if you use command <code>\</code><code>textbullet</code>, which is -normally taken from the maths symbols font, which is in <code>OMS</code> -encoding. My test log contained: - -<pre> -LaTeX Font Info: Font shape `OMS/cmr/m/n' in size <10> not available -(Font) Font shape `OMS/cmsy/m/n' tried instead on input line ... -</pre> -<p/>In summary, these messages are not so much error messages, as -information messages, that tell you what LaTeX has made of your -text. You should check what the messages say, but you will ordinarily -not be surprised at their content. -<dl> -<dt><tt><i>type1cm.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/type1cm.zip">macros/latex/contrib/type1cm</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/type1cm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/type1cm/">browse</a>) -<dt><tt><i>type1ec.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super/type1ec.sty">fonts/ps-type1/cm-super/type1ec.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fontunavail">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fontunavail</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-footintab.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-footintab.html deleted file mode 100644 index b5cf890a453..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-footintab.html +++ /dev/null @@ -1,62 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label footintab</title> -</head><body> -<h3>Footnotes in tables</h3> -<p/>The standard LaTeX <code>\</code><code>footnote</code> command doesn’t work in tables; the table -traps the footnotes and they can’t escape to the bottom of the page. -<p/>If your table is floating, your best bet is (unfortunately) to put the -table in a <code>minipage</code> environment and to put the notes -underneath the table, or to use Donald Arseneau’s package -<i>threeparttable</i> (which implements “table notes” proper). -<p/>The <i>ctable</i> package extends the model of -<i>threeparttable</i>, and also uses the ideas of the -<i>booktabs</i> package. The <code>\</code><code>ctable</code> command does the complete -job of setting the table, placing the caption, and defining the -notes. The “table” may consist of diagrams, and a parameter in -<code>\</code><code>ctable</code>’s optional argument makes the float that is created a -“figure” rather than a “table”. -<p/>Otherwise, if your table is not floating (it’s just a -‘<code>tabular</code>’ in the middle of some text), there are several -things you can do to fix the problem. -<ul> -<li> Use <code>\</code><code>footnotemark</code> to position the little marker - appropriately, and then put in <code>\</code><code>footnotetext</code> commands to fill in - the text once you’ve closed the <code>tabular</code> environment. - This is described in Lamport’s book, but it gets messy if there’s - more than one footnote. -<li> Stick the table in a <code>minipage</code> anyway. This provides all the - ugliness of footnotes in a minipage with no extra effort. -<li> Use <i>threeparttable</i> anyway; the package is intended for - floating tables, and the result might look odd if the table is not - floating, but it will be reasonable. -<li> Use <i>tabularx</i> or <i>longtable</i> from the LaTeX - tools distribution; they’re noticeably less efficient than the - standard <code>tabular</code> environment, but they do allow - footnotes. -<li> Use <i>footnote</i>, which provides an - <code>savenotes</code> which collects all footnotes and emits them - at the end of the environment; thus if you put your - <code>tabular</code> environment inside the environment, the - footnotes will appear as needed. Alternatively, you may use - <code>\</code><code>makesavenoteenv{tabular}</code> in the preamble of your - document, and tables will all behave as if they were inside a - <code>savenotes</code> environment. -<li> Use <i>mdwtab</i> from the same bundle; it will handle - footnotes properly, and has other facilities to increase the beauty - of your tables. Unfortunately, it may be incompatible with other - table-related packages, though not those in the standard ‘tools’ - bundle. -</ul> -<p/>The documentation of <i>threeparttable</i> appears in the package -file itself; that of <i>ctable</i> is distributed as a PDF -file (for convenience’s sake). -<dl> -<dt><tt><i>ctable.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ctable.zip">macros/latex/contrib/ctable</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ctable.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ctable/">browse</a>) -<dt><tt><i>footnote.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse</a>) -<dt><tt><i>longtable.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>mdwtab.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse</a>) -<dt><tt><i>threeparttable.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/threeparttable.sty">macros/latex/contrib/misc/threeparttable.sty</a> -<dt><tt><i>tabularx.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-footnpp.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-footnpp.html deleted file mode 100644 index 160a51f0534..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-footnpp.html +++ /dev/null @@ -1,38 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label footnpp</title> -</head><body> -<h3>Footnotes numbered “per page”</h3> -<p/>The obvious solution is to make the footnote number reset whenever the -page number is stepped, using the -<a href="FAQ-addtoreset.html">LaTeX internal mechanism</a>. Sadly, the place -in the document where the page number is stepped is unpredictable, not -(“tidily”) at the end of the printed page; so the link only ever -works by luck. -<p/>As a result, resetting footnotes is inevitably a complicated process, -using labels of some sort. It’s nevertheless important, given the -common requirement for footnotes marked by symbols (with painfully -small symbol sets). There are three packages that manage it, one way -or another. -<p/>The <i>perpage</i> package provides a general mechanism for -resetting counters per page, so can obviously be used for this task. -The interface is pretty simple: <code>\</code><code>MakePerPage{footnote}</code> will -do the job. If you want to restart the counter at something other -than 1 (for example to avoid something in the LaTeX footnote symbol -list), you can use: <code>\</code><code>MakePerPage[2]{footnote}</code>. It’s a -first-rate package, small and efficient -<p/>The <i>footmisc</i> package provides a variety of means of -controlling footnote appearance, among them a package option -<code>perpage</code> that adjusts the numbering per page; if you’re -doing something else odd about footnotes, it means you may only need -the one package to achieve your ends. -<p/>The <i>footnpag</i> package also does per-page footnotes (and -nothing else). With the competition from <i>perpage</i>, it’s -probably not particularly useful any more. (Documentation is -<i>footnpag-user.pdf</i> in the distribution.) -<dl> -<dt><tt><i>footmisc.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.zip">macros/latex/contrib/footmisc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/footmisc/">browse</a>) -<dt><tt><i>footnpag.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footnpag.zip">macros/latex/contrib/footnpag</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footnpag.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/footnpag/">browse</a>) -<dt><tt><i>perpage.sty</i></tt><dd>Distributed as part <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bigfoot.zip">macros/latex/contrib/bigfoot</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bigfoot.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bigfoot/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footnpp">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footnpp</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-formatstymy.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-formatstymy.html deleted file mode 100644 index 46463ed2b18..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-formatstymy.html +++ /dev/null @@ -1,42 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label formatstymy</title> -</head><body> -<h3>“Fatal format file error; I’m stymied”</h3> -<p/>(La)TeX applications often fail with this error when you’ve been -playing with the configuration, or have just installed a new version. -<p/>The format file contains the macros that define the system you want to -use: anything from the simplest (Plain TeX) all the way to the most -complicated, such as LaTeX or ConTeXt. From the command you -issue, TeX knows which format you want. -<p/>The error message -<pre> - Fatal format file error; I'm stymied -</pre> -means that TeX itself can’t understand the format you want. -Obviously, this could happen if the format file had got corrupted, but -it usually doesn’t. The commonest cause of the message, is that a new -binary has been installed in the system: no two TeX binaries on the -same machine can -understand each other’s formats. So the new version of TeX you -have just installed, won’t understand the format generated by the one -you installed last year. -<p/>Resolve the problem by regenerating the format; of course, this -depends on which system you are using. -<ul> -<li> On a teTeX-based system, run -<pre> - fmtutil --all -</pre> - or -<pre> - fmtutil --byfmt=<format name> -</pre> - to build only the format that you are interested in. -<li> On a MiKTeX system, click <code>Start</code>-> -<code>Programs</code>-> -<code>MiKTeX <em>version</em></code>-> -<code>MiKTeX Options</code>, and in the options window, click - <code>Update now</code>. -</ul> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=formatstymy">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=formatstymy</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-formbiblabel.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-formbiblabel.html deleted file mode 100644 index aa9b41b0c40..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-formbiblabel.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label formbiblabel</title> -</head><body> -<h3>Format of numbers in the bibliography</h3> -<p/>By default, LaTeX makes entries in the bibliography look like: -<blockquote> - [1] Doe, Joe et al. Some journal. 2004.<br> - [2] Doe, Jane et al. Some journal. 2003. -</blockquote><p> -while many documents need something like: -<blockquote> - 1. Doe, Joe et al. Some journal. 2004.<br> - 2. Doe, Jane et al. Some journal. 2003. -</blockquote><p> -<p/>This sort of change may be achieved by many of the “general” -citation packages; for example, in <i>natbib</i>, it’s as simple as: -<blockquote> -<pre> -\renewcommand{\bibnumfmt}[1]{#1.} -</pre> -</blockquote><p> -but if you’re not using such a package, the following internal -LaTeX commands, in the preamble of your document, will do the job: -<blockquote> -<pre> -\makeatletter -\renewcommand*{\@biblabel}[1]{\hfill#1.} -\makeatother -</pre> -</blockquote><p> -<dl> -<dt><tt><i>natbib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.zip">macros/latex/contrib/natbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/natbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/natbib/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=formbiblabel">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=formbiblabel</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftncapt.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftncapt.html deleted file mode 100644 index f02c5ebd728..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftncapt.html +++ /dev/null @@ -1,53 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ftncapt</title> -</head><body> -<h3>Footnotes in captions</h3> -<p/>Footnotes in captions are especially tricky: they present problems of -their own, on top of the problems one experiences with -<a href="FAQ-ftnsect.html">footnotes in section titles</a> and with -<a href="FAQ-footintab.html">footnotes in tables</a>. Fortunately, the -requirement for footnotes in captions is extremely rare: if you are -experiencing problems, it is worth reviewing what you are trying to -say by placing this footnote. Note that the <i>threeparttable</i> -scheme (see, again, -<a href="FAQ-footintab.html">footnotes in tables</a>) also applies -to notes in captions, and may very well be preferable to whatever you -were thinking of. -<p/>If you <em>are</em> going to proceed: -<ul> -<li> use an optional argument in your <code>\</code><code>caption</code> command, that - doesn’t have the footnote in it; this prevents the footnote - appearing in the “List of ...”, and -<li> put your whole float in a <code>minipage</code> so as to keep - the footnotes with the float. -</ul> -so we have: -<blockquote> -<pre> -\begin{figure} - \begin{minipage}{\textwidth} - ... - \caption[Caption for LOF]% - {Real caption\footnote{blah}} - \end{minipage} -\end{figure} -</pre> -</blockquote><p> -However, <em>as well as</em> all of the above, one <em>also</em> has to -deal with the tendency of the <code>\</code><code>caption</code> command to produce the -footnote’s text twice. For this last problem, there is no tidy -solution this author is aware of. -<p/>If you’re suffering the problem, a well-constructed <code>\</code><code>caption</code> -command in a <code>minipage</code> environment within a float (as -in the example above) can produce <em>two</em> copies of the footnote -body “blah”. (In fact, the effect only occurs with captions that are -long enough to require two lines to be typeset, and so wouldn’t appear -with such a short caption.) -<p/>The documentation of the <i>ccaption</i> package describes a really -rather awful work-around. -<dl> -<dt><tt><i>ccaption.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ccaption.zip">macros/latex/contrib/ccaption</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ccaption.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ccaption/">browse</a>) -<dt><tt><i>threeparttable.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/threeparttable.sty">macros/latex/contrib/misc/threeparttable.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ftncapt">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ftncapt</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html deleted file mode 100644 index 5461d389a4b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ftnsect.html +++ /dev/null @@ -1,37 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ftnsect</title> -</head><body> -<h3>Footnotes in LaTeX section headings</h3> -<p/>The <code>\</code><code>footnote</code> command is fragile, so that simply placing the -command in <code>\</code><code>section</code>’s arguments isn’t satisfactory. Using -<code>\</code><code>protect</code><code>\</code><code>footnote</code> isn’t a good idea either: the arguments of a -section command are used in the table of contents and (more -dangerously) potentially also in page headers. While footnotes will -work in the table of contents, it’s generally not thought a “good -thing” to have them there; in the page header, footnotes will simply -fail. Whatever the desirability of the matter, there’s no mechanism -to suppress the footnote in the page header while allowing it in the table -of contents, so the footnote may only appear in the section heading itself. -<p/>To suppress the footnote in headings and table of contents: -<ul> -<li> Take advantage of the fact that the mandatory argument doesn’t - ‘move’ if the optional argument is present: -<p/> <code>\</code><code>section[title]</code> - <code>{title</code><code>\</code><code>footnote{title ftnt}</code><code>}</code> -<li> Use the <i>footmisc</i> package, with package option - <code>stable</code> — this modifies footnotes so that they softly and - silently vanish away if used in a moving argument. With this, you - simply need: -<pre> -% in the document preamble -\usepackage[stable]{footmisc} -... -% in the body of the document -\section{title\footnote{title ftnt}} -</pre> -</ul> -<dl> -<dt><tt><i>footmisc.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.zip">macros/latex/contrib/footmisc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/footmisc/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ftnsect">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ftnsect</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fuzzy-T1.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fuzzy-T1.html deleted file mode 100644 index 3c65b2248d0..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fuzzy-T1.html +++ /dev/null @@ -1,34 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fuzzy-T1</title> -</head><body> -<h3>Fonts go fuzzy when you switch to T1</h3> -<!-- crippled blurry --> -<p/>You’ve been having problems with hyphenation, and someone has -suggested that you should use “<code>\</code><code>usepackage[T1]{fontenc}</code>” -to help sort them out. Suddenly you find that your final PDF -has become fuzzy. The problem may arise whether you are using PostScript -output and then distilling it, or you are using PDFTeX for the -whole job. -<p/>In fact, this is the same problem as most others about the -<a href="FAQ-dvips-pdf.html">quality of PDF</a>: you’ve abandoned -your previous setup using Type 1 versions of the CM fonts, and -<i>dvips</i> has inserted Type 3 versions of the EC fonts -into your document output. (See -“<a href="FAQ-adobetypen.html">Adobe font types</a> -for details of these font types; also, note that the font -<em>encoding</em> T1 -has nothing directly to do with the font <em>format</em> Type 1). -<p/>However, as noted in -“<a href="FAQ-type1T1.html">8-bit Type 1 fonts</a>”, -Type 1 versions of CM-like fonts in T1 (or equivalent) encoding -are now available, both as “real” fonts, and as virtual font sets. -One solution, therefore, is to use one of these alternatives. -<p/>The alternative is to switch font family altogether, to something like -<i>Times</i> (as a no-thought default) or one of the many more pleasing -Adobe-encoded fonts. The default action of <i>fontinst</i>, when -creating metrics for such a font, is to create settings for both OT1 -and T1 encodings, so there’s little change in what goes on (at the -user level) even if you have switched to T1 encoding when using the -fonts. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fuzzy-T1">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fuzzy-T1</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fuzzy-gs.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fuzzy-gs.html deleted file mode 100644 index 848da58ff4f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fuzzy-gs.html +++ /dev/null @@ -1,26 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fuzzy-gs</title> -</head><body> -<h3>Fuzzy fonts because <i>Ghostscript</i> too old</h3> -<!-- crippled blurry --> -<p/>So you’ve done everything the FAQ has told you that you need, -correct fonts properly installed and appearing in the <i>dvips</i> -output, but <em>still</em> you get fuzzy character output after -distilling with <i>ghostscript</i>. -<p/>The problem could arise from too old a version of -<i>ghostscript</i>, which you may be using directly, or via a -script such as <i>ps2pdf</i> (distributed with -<i>ghostscript</i> itself), <i>dvipdf</i>, or similar. -Though <i>ghostscript</i> was capable of distillation from -version 5.50, that version could only produce bitmap Type 3 output of -any font other than the fundamental 35 fonts (<i>Times</i>, -<i>Helvetica</i>, etc.). Later versions added ‘complete’ -distillation, but it wasn’t until version 6.50 that one could rely on -it for everyday work. -<p/>So, if your PDF output still looks fuzzy in <i>Acrobat</i> -<i>Reader</i>, upgrade <i>ghostscript</i>. The new version -should be at least version 6.50, of course, but it’s usually good -policy to go to the most recent version (version 8.12 at the time of -writing — 2003). -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fuzzy-gs">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fuzzy-gs</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fuzzy-type3.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fuzzy-type3.html deleted file mode 100644 index 043e7fb8fb9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-fuzzy-type3.html +++ /dev/null @@ -1,67 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label fuzzy-type3</title> -</head><body> -<h3>The wrong type of fonts in PDF</h3> -<!-- crippled blurry --> -<p/>This is far the commonest problem: the symptom is that text in the -document looks “fuzzy”. -<p/>Most people use <i>Adobe</i> <i>Acrobat</i> <i>Reader</i> -to view their PDF: <i>Reader</i> is distributed free of -charge, and is widely available, for all its faults. One of those -faults is its failure to deal with bitmap fonts (at least, in all -versions earlier than the recently released version 6). -<p/>So we don’t want bitmap fonts in our PostScript: with them, characters show -up in <i>Reader</i>’s display as blurred blobs which are often not -recognisable as the original letter, and are often not properly placed -on the line. Nevertheless, even now, most TeX systems have -<i>dvips</i> configured to use -<a href="FAQ-pk.html"><code>.pk</code> files</a> in its output. Even -PDFTeX will use <code>.pk</code> files if it can see no alternative for -a font in the document it is processing. -<p/>Our remedy is to use -“<a href="FAQ-adobetypen.html">Adobe Type 1</a>” -versions of the fonts we need. Since Adobe are in the -business of selling Type 1 fonts, <i>Reader</i> was of course made -to deal with them really rather well, from the very beginning. -<p/>Of course, if your document uses nothing but fonts that came from -Adobe in the first place — fonts such as <i>Times</i> that -appear in pretty much every PostScript printer, or such as Adobe -<i>Sabon</i> that you pay extra for — then there’s no problem. -<p/>But most people use <i>Computer</i> <i>Modern</i> to start -with, and even those relative sophisticates who use something as -exotic as <i>Sabon</i> often find themselves using odd characters -from CM without really intending to do so. Fortunately, rather -good versions of the CM fonts are available from the AMS -(who have them courtesy of -<a href="FAQ-commercial.html">Blue Sky Research</a> and Y&Y). -<p/>Most modern systems have the fonts installed ready to use; and any -system installed less than 3 years ago has a <i>dvips</i> -configuration file ‘<code>pdf</code>’ that signals the use of the -CM fonts, and also sets a few other parameters to improve -<i>dvips</i>’ output. Use this configuration as: -<pre> - dvips -Ppdf myfile -o myfile.ps -</pre> -This may produce a warning message about failing to find the -configuration file: -<pre> - dvips: warning: no config file for `pdf' -</pre> -or something similar, or about failing to find a font file: -<pre> - dvips: ! Couldn't find header file cmr10.pfb -</pre> -Either of these failures signals that your -system doesn’t have the fonts in the first place. -<p/>A way of using the fonts that doesn’t involve the sophistication of -the <code>-Ppdf</code> mechanism is simply to load maps: -<pre> - dvips -Pcmz -Pamz myfile -o myfile.ps -</pre> -You may encounter the same warning messages as listed above. -<p/>If your system does not have the fonts, it won’t have the -configuration file either; however, it might have the configuration -file without the fonts. In either case, you need to -<a href="FAQ-inst1cm.html">install the fonts</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fuzzy-type3">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fuzzy-type3</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-getbitmap.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-getbitmap.html deleted file mode 100644 index dac8d715163..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-getbitmap.html +++ /dev/null @@ -1,56 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label getbitmap</title> -</head><body> -<h3>Acquiring bitmap fonts</h3> -<p/>When CTAN was young, most people would start using TeX -with a 300 dots-per-inch (dpi) laser printer, and sets of Computer -Modern bitmap fonts for this resolution are available on CTAN. -(There are separate sets for write-black and write-white printers, as -well as sets at 120 dpi and 240 dpi.) -<p/>Over the years, there have been regular requests that CTAN should hold -a wider range of resolutions, but they were resisted for two reasons: -<ul> -<li> The need to decide which printers to generate fonts for. The - broad-brush approach taken for 300 dpi printers was (more or less) - justified back then, given the dominance of certain printer - ‘engines’, but nowadays one could not make any such assumption. -<li> Given the above, justifying the space taken up by a huge array - of bitmap fonts. -</ul> -Fortunately, (La)TeX distribution technology has put a stop to these -arguments: most (if not all) current distributions generate bitmap -fonts as needed, and cache them for later re-use. The impatient -user, who is determined that all bitmap fonts should be created once -and for all, may be supported by scripts such as <i>allcm</i> -(distributed with TeX Live, at least; otherwise such a -person should consult “<a href="FAQ-useMF.html">the use of Metafont</a>)”. -<p/>If your output is to a PostScript-capable device, or if your output is -destined to be converted to PDF, you should switch to -using Type 1 versions of the CM fonts. Two free -sets are available; the older (<i>bakoma</i>) is -somewhat less well produced than the <i>bluesky</i> fonts, which were -originally professionally produced and sold, but were then donated to -the public domain by their originators Y&Y and Bluesky Research, -in association with the AMS. The two sets contain slightly -different ranges of fonts, but you are advised to use the -<i>bluesky</i> set except when <i>bakoma</i> is for some reason -absolutely unavoidable. In recent years, several other ‘Metafont’ fonts -have been converted to Type 1 format; it’s common never to need to -generate bitmap fonts for any purpose other than previewing (see - -<a href="FAQ-PSpreview.html">“previewing documents with Type 1 fonts”</a>), -if even then. -<p/>More modern fonts may be used in place of the Computer Modern set. The -<a href="FAQ-ECfonts.html">EC fonts</a> and the -<a href="FAQ-uselmfonts.html">Latin Modern fonts</a> are both close relatives of -Computer Modern with wider ranges of glyphs to offer. -<dl> -<dt><tt><i>BaKoMa fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma.zip">fonts/cm/ps-type1/bakoma</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/cm/ps-type1/bakoma/">browse</a>) -<dt><tt><i>Bluesky fonts</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/fonts/cm/ps-type1/bluesky/">fonts/cm/ps-type1/bluesky/</a> -<dt><tt><i>CM fonts (write-black printers)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/cm/pk/pk300.zip">fonts/cm/pk/pk300.zip</a> -<dt><tt><i>CM fonts (write-white printers)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/cm/pk/pk300w.zip">fonts/cm/pk/pk300w.zip</a> -<dt><tt><i>EC fonts (Type 1 format)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.zip">fonts/ps-type1/cm-super</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super/">browse</a>) -<dt><tt><i>Latin Modern fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/lm.zip">fonts/lm</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/lm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/lm/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=getbitmap">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=getbitmap</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-gethelp.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-gethelp.html deleted file mode 100644 index eaa0377987e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-gethelp.html +++ /dev/null @@ -1,41 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label gethelp</title> -</head><body> -<h3>How to get help</h3> -<p/>So you’ve looked at all relevant <a href="FAQ-whereFAQ.html">FAQs</a> you -can find, you’ve looked in any <a href="FAQ-books.html">books</a> you have, and -scanned relevant <a href="FAQ-tutorialstar.html">tutorials</a>... and still you -don’t know what to do. -<p/>If you are seeking a particular package or program, look on your own -system first: you might already have it — the better TeX -distributions contain a wide range of supporting material. The -CTAN Catalogue can also help: you can -<a href="http://www.tex.ac.uk/search">search it</a>, or you can browse it - -“<a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/bytopic.html">by topic</a>”. -A catalogue entry has a brief description of the package, and links to -any known documentation on the net. In fact, a large proportion of -CTAN package directories now include documentation, so it’s -often worth looking at the catalogue entry for a package you’re considering -using. -<p/>Failing all that, look to see if anyone else has had the problem -before; there are two places where people ask: browse or search the -newsgroup <i>comp.text.tex</i> via -<a href="http://groups.google.com/group/comp.text.tex">Google groups</a>, -and the mailing list <code>texhax</code> via its -<a href="http://tug.org/pipermail/texhax/">archive</a> -<p/>If those “back question” searches fail, you’ll have to ask the world -at large. To ask a question on <i>comp.text.tex</i>, you can use -your own news client (if you have one), or use the “start a new -topic” button on <a href="http://groups.google.com/group/comp.text.tex">http://groups.google.com/group/comp.text.tex</a>. -To ask a question on <code>texhax</code>, you may simply send mail to -<a href="mailto:texhax@tug.org"><i>texhax@tug.org</i></a>, but it’s probably better to subscribe to the -list (via <a href="http://tug.org/mailman/listinfo/texhax">http://tug.org/mailman/listinfo/texhax</a>) -first — not everyone will answer to you as well as to the list. -<p/>Do <b>not</b> try mailing the -<a href="FAQ-LaTeX3.html">LaTeX project team</a> or the maintainers of these -FAQs for help; while both addresses reach experienced (La)TeX -users, no small group can possibly have expertise in every area of -usage so that the “big” lists are a far better bet. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=gethelp">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=gethelp</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-graph-pspdf.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-graph-pspdf.html deleted file mode 100644 index 9ff4a89bdf6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-graph-pspdf.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label graph-pspdf</title> -</head><body> -<h3>Portable imported graphics</h3> -<p/>A regular need is a document to be distributed in more than -one format: commonly both PostScript and PDF. The -following advice is based on a post by one with much experience of -dealing with the problem of dealing with EPS graphics in this -case. -<ul> -<li> Don’t specify a driver when loading loading whichever version of - the <i>graphics</i> package you use. The scheme relies on the - distribution’s ability to decide which driver is going to be used: - the choice is between <i>dvips</i> and PDFTeX, in this case. - Be sure to exclude options <code>dvips</code>, <code>pdftex</code> and - <code>dvipdfm</code> (<i>dvipdfm</i> is not used in this scheme, - but the aspirant PDF-maker may be using it for his output, - before switching to the scheme). -<li> Use <code>\</code><code>includegraphics[...]{filename}</code> without - specifying the extension (i.e., neither <code>.eps</code> nor - <code>.pdf</code>). -<li> For every <code>.eps</code> file you will be including, produce a - <code>.pdf</code> version, as described in - <a href="FAQ-pdftexgraphics.html">Graphics in PDFLaTeX</a>. Having - done this, you will have two copies of each graphic (a <code>.eps</code> - and a <code>.pdf</code> file) in your directory. -<li> Use PDFLaTeX (rather than - LaTeX–<i>dvips</i>–distillation or - LaTeX–<i>dvipdfm</i>) to produce your PDF output. -</ul> -<i>Dvipdfm</i>’s charms are less than attractive here: the -document itself needs to be altered from its default -(<i>dvips</i>) state, before <i>dvipdfm</i> will process it. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=graph-pspdf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=graph-pspdf</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-graphicspath.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-graphicspath.html deleted file mode 100644 index b0f03e19b76..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-graphicspath.html +++ /dev/null @@ -1,63 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label graphicspath</title> -</head><body> -<h3>Importing graphics from “somewhere else”</h3> -<p/>By default, graphics commands like <code>\</code><code>includegraphics</code> look -“wherever TeX files are found” for the graphic file they’re being -asked to use. This can reduce your flexibility if you choose to hold -your graphics files in a common directory, away from your (La)TeX -sources. -<p/>The simplest solution is to patch TeX’s path, by changing the -default path. On most systems, the default path is taken from the -environment variable <code>TEXINPUTS</code>, if it’s present; you can adapt that -to take in the path it already has, by setting the variable to -<blockquote> -<pre> -TEXINPUTS=.:<graphics path(s)>: -</pre> -</blockquote><p> -on a Unix system; on a Windows system the separator will be “<code>;</code>” -rather than “<code>:</code>”. The “<code>.</code>” is there to ensure -that the current directory is searched first; the trailing -“<code>:</code>” says “patch in the value of <code>TEXINPUTS</code> from -your configuration file, here”. -<p/>This method has the merit of efficiency ((La)TeX does <em>all</em> of -the searches, which is quick), but it’s always clumsy and may prove -inconvenient to use in Windows setups (at least). -<p/>The alternative is to use the <i>graphics</i> package command -<code>\</code><code>graphicspath</code>; this command is of course also available to users -of the <i>graphicx</i> and the <i>epsfig</i> packages. The -syntax of <code>\</code><code>graphicspath</code>’s one argument is slightly odd: it’s a -sequence of paths (typically relative paths), each of which is -enclosed in braces. A slightly odd sample, given in the -<i>graphics</i> bundle documentation, is: -<blockquote> -<pre> -\graphicspath{{eps/}{tiff/}} -</pre> -</blockquote><p> -however, if the security checks on your (La)TeX system allow, the -path may be anything you choose (rather than strictly relative, like -those above); note that the trailing “<code>/</code>” <em>is</em> required. -<p/>Be aware that <code>\</code><code>graphicspath</code> does not affect the operations of -graphics macros other than those from the graphics bundle — in -particular, those of the outdated <i>epsf</i> and -<i>psfig</i> packages are immune. -<p/>The disadvantage of the <code>\</code><code>graphicspath</code> method is inefficiency. The -package will call (La)TeX once for each entry in the list, which is -itself slows things. More seriously, TeX remembers the file name, -thus effectively losing memory, every time it’s -asked to look up a file, so a document that uses a huge number of -graphical inputs could be embarrassed by lack of memory. -<p/>If your document is split into a variety of directories, and each -directory has its associated graphics, the <i>import</i> package -may well be the thing for you; see the discussion -in the question “ -<a href="FAQ-docotherdir.html">bits of document in other directories</a> -”. -<dl> -<dt><tt><i>graphics bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/graphics/">browse</a>) -<dt><tt><i>import.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/import.sty">macros/latex/contrib/misc/import.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=graphicspath">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=graphicspath</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-grmaxwidth.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-grmaxwidth.html deleted file mode 100644 index 06edd868751..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-grmaxwidth.html +++ /dev/null @@ -1,34 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label grmaxwidth</title> -</head><body> -<h3>Limit the width of imported graphics</h3> -<p/>Suppose you have graphics which may or may not be able to fit within -the width of the page; if they will fit, you want to set them at their -natural size, but otherwise you want to scale the whole picture so -that it fits within the page width. -<p/>You do this by delving into the innards of the graphics package (which -of course needs a little LaTeX internals programming): -<blockquote> -<pre> -\makeatletter -\def\maxwidth{% - \ifdim\Gin@nat@width>\linewidth - \linewidth - \else - \Gin@nat@width - \fi -} -\makeatother -</pre> -</blockquote><p> -This defines a “variable” width which has the properties you want. -Replace <code>\</code><code>linewidth</code> if you have a different constraint on the width -of the graphic. -<p/>Use the command as follows: -<blockquote> -<pre> -\includegraphics[width=\maxwidth]{figure} -</pre> -</blockquote><p> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=grmaxwidth">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=grmaxwidth</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-gutter.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-gutter.html deleted file mode 100644 index 05ddfdb9a15..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-gutter.html +++ /dev/null @@ -1,47 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label gutter</title> -</head><body> -<h3>Why is the inside margin so narrow?</h3> -<p/>If you give the standard classes the <code>twoside</code> option, the -class sets the margins narrow on the left of odd-numbered pages, and -on the right of even-numbered pages. This is often thought to look -odd, but it is quite right. -<p/>The idea is that the typographic urge for symmetry should also apply -to margins: if you lay an even numbered page to the left of an -odd-numbered one, you will see that you’ve three equal chunks of -un-printed paper: the left margin of the even page, the right margin -of the odd page, and the two abutting margins together. -<p/>This is all very fine in the abstract, but in practical book(let) -production it only works “sometimes”. -<p/>If your booklet is produced on double-width paper and stapled, the -effect will be good; if your book(let) is produced using a so-called -“perfect” binding, the effect will again be good. -<p/>However, almost any “quality” book-binder will need some of your -paper to grab hold of, and a book bound in such a way won’t exhibit -the treasured symmetry unless you’ve done something about the margin -settings. -<p/>The packages recommended in -“<a href="FAQ-marginpkgs.html">setting up margins</a>” mostly have provision for -a “binding offset” or a “binding correction” — search for -“binding” in the manuals (<i>vmargin</i> doesn’t help, here). -<p/>If you’re doing the job by hand (see -<a href="FAQ-marginmanual.html">manual margin setup</a>), the trick is to -calculate your page and margin dimensions as normal, and then: -<ul> -<li> subtract the binding offset from <code>\</code><code>evensidemargin</code>, and -<li> add the binding offset to <code>\</code><code>oddsidemargin</code>. -</ul> -which can be achieved by: -<blockquote> -<pre> -\addtolength{\evensidemargin}{-offset} -\addtolength{\oddsidemargin}{offset} -</pre> -</blockquote><p> -(substituting something sensible like “<code>5mm</code>” for -“<code>offset</code>”, above). -<p/>The above may not be the best you can do: you may well choose to -change the <code>\</code><code>textwidth</code> in the presence of the binding offset; but -the changes do work for constant <code>\</code><code>textwidth</code>. -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=gutter">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=gutter</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hash.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hash.html deleted file mode 100644 index 0d74b368834..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hash.html +++ /dev/null @@ -1,37 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label hash</title> -</head><body> -<h3>Defining macros within macros</h3> -<p/>The way to think of this is that <code>##</code> gets replaced by <code>#</code> in just the -same way that <code>#1</code> gets replaced by ‘whatever is the first argument’. -<p/>So if you define a macro and use it as: -<blockquote> -<pre> -\def\a#1{+++#1+++#1+++#1+++} \a{b} -</pre> -</blockquote><p> -the macro expansion produces ‘+++b+++b+++b+++’, -which people find normal. However, if we now replace part of the macro: -<blockquote> -<pre> -\def\a#1{+++#1+++\def\x #1{xxx#1}} -</pre> -</blockquote><p> -<code>\</code><code>a{b}</code> will expand to ‘+++b+++<code>\def\x b{xxxb}</code>’. This -defines <code>\</code><code>x</code> to be a macro <em>delimited</em> by <code>b</code>, and taking no -arguments, which people may find strange, even though it is just a -specialisation of the example above. If you want <code>\</code><code>a</code> to -define <code>\</code><code>x</code> to be a macro with one argument, you need to write: -<blockquote> -<pre> -\def\a#1{+++#1+++\def\x ##1{xxx##1}} -</pre> -</blockquote><p> -and <code>\</code><code>a{b</code>} will expand to -‘+++b+++<code>\def\x #1{xxx#1}</code>’, because <code>#1</code> gets replaced by ‘b’ -and <code>##</code> gets replaced by <code>#</code>. -<p/>To nest a definition inside a definition inside a definition then -you need <code>####1</code>, as at each stage <code>##</code> is replaced by -<code>#</code>. At the next level you need 8 <code>#</code>s each time, and so on. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hash">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hash</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-howmanypp.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-howmanypp.html deleted file mode 100644 index 1ebcaea92f0..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-howmanypp.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label howmanypp</title> -</head><body> -<h3>How many pages are there in my document?</h3> -<p/>Simple documents (those that start at page 1, and don’t have any -breaks in their page numbering until their last page) present no -problem to the seeker after this truth. The number of pages is -reported by the <i>lastpage</i> package in its <code>LastPage</code> label. -<p/>For more complicated documents (most obviously, books with frontmatter -in a different series of page numbers) this simple approach will not -do. -<p/>The <i>count1to</i> package defines a label <code>TotalPages</code>; this is -the value of its copy of <code>\</code><code>count1</code> (a reserved TeX count -register) at the end of the document. -<p/>Package <i>totpages</i> defines a label <code>TotPages</code>, but it also -makes the register it uses available as a LaTeX counter, -<code>TotPages</code>, which you can also reference via <code>\</code><code>theTotPages</code>. Of -course, the counter <code>TotPages</code> is asynchronous in the same way that -page numbers are, but snapshots may safely be taken in the output -routine. -<p/>The <i>memoir</i> class defines two counters <code>lastpage</code> and -<code>lastsheet</code>, which are set (after the first run of a document) -to the equivalent of the <code>LastPage</code> label and the -<code>TotalPages</code> labels. -<p/>Both <i>count1to</i> and <i>totpages</i> need the support of -the <i>everyshi</i> package. -<dl> -<dt><tt><i>count1to.sty and everyshi.sty</i></tt><dd> - Distributed in <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.zip">macros/latex/contrib/ms</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ms/">browse</a>) -<dt><tt><i>lastpage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lastpage.zip">macros/latex/contrib/lastpage</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lastpage.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/lastpage/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>totpages.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/totpages.zip">macros/latex/contrib/totpages</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/totpages.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/totpages/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=howmanypp">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=howmanypp</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-htmlbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-htmlbib.html deleted file mode 100644 index 1ea5aaf2e27..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-htmlbib.html +++ /dev/null @@ -1,27 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label htmlbib</title> -</head><body> -<h3>Making HTML of your Bibliography</h3> -<p/>A neat solution is offered by the <i>noTeX</i> bibliography style. -This style produces a <code>.bbl</code> file which is in fact a series of -HTML ‘<code>P</code>’ elements of class <code>noTeX</code>, and which -may therefore be included in an HTML file. Provision is made -for customising your bibliography so that its content when processed by -<i>noTeX</i> is different from that presented when it is processed -in the ordinary way by (La)TeX. -<p/>A thorough solution is offered by <i>bib2xhtml</i>; using it, you -make use of one of its modified versions of many common BibTeX -styles, and post-process the output so produced using a -<i>perl</i> script. -<p/>A more conventional translator is the <i>awk</i> script -<i>bbl2html</i>, which translates the <code>.bbl</code> file you’ve generated: -a sample of the script’s output may be viewed on the web, at -<a href="http://rikblok.cjb.net/lib/refs.html">http://rikblok.cjb.net/lib/refs.html</a> -<dl> -<dt><tt><i>bbl2html.awk</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/misc/bbl2html.awk">biblio/bibtex/utils/misc/bbl2html.awk</a> -<dt><tt><i>bib2xhtml</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/bib2xhtml.zip">biblio/bibtex/utils/bib2xhtml</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/bib2xhtml.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/utils/bib2xhtml/">browse</a>) -<dt><tt><i>noTeX.bst</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/misc/noTeX.bst">biblio/bibtex/utils/misc/noTeX.bst</a> -</dl> -<p/> -<p/><p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=htmlbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=htmlbib</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyper.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyper.html deleted file mode 100644 index caaa70653c6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyper.html +++ /dev/null @@ -1,44 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label hyper</title> -</head><body> -<h3>Making hypertext documents from TeX</h3> -<p/>If you want on-line hypertext with a (La)TeX source, probably on the -World Wide Web, there are four technologies to consider: -<ul> -<li> Direct <a href="FAQ-LaTeX2HTML.html">(La)TeX conversion to HTML</a>; - -<li> Use <a href="FAQ-texinfo.html"><i>Texinfo</i></a>, - and use the <i>info</i> viewer, or convert the <i>texinfo</i> - to HTML; -<li> Use Adobe Acrobat, which will preserve your typesetting - perfectly - <a href="FAQ-acrobat.html">Making Acrobat PDF documents from LaTeX</a>; -<li> The hyperTeX conventions (standardised <code>\</code><code>special</code> - commands); there are supporting macro packages for Plain TeX and - LaTeX). -</ul> -<p/>The HyperTeX project extended the functionality of all the -LaTeX cross-referencing commands (including the table of contents) -to produce <code>\</code><code>special</code> commands which are parsed by DVI processors -conforming to the HyperTeX guidelines; -it provides general hypertext links, including those -to external documents. -<p/>The HyperTeX specification says that conformant viewers/translators -must recognize the following set of <code>\</code><code>special</code> commands: -<dl> -<dt>href:<dd> <code>html:<a href = "href_string"></code> -<dt>name:<dd> <code>html:<a name = "name_string"></code> -<dt>end:<dd> <code>html:</a></code> -<dt>image:<dd> <code>html:<img src = "href_string"></code> -<dt>base_name:<dd> <code>html:<base href = "href_string"></code> -</dl> -<p/>The <em>href</em>, <em>name</em> and <em>end</em> commands are used to do -the basic hypertext operations of establishing links between sections -of documents. -<p/>Further details are available on <a href="http://arXiv.org/hypertex/">http://arXiv.org/hypertex/</a>; there -are two commonly-used implementations of the specification, a -modified <i>xdvi</i> and (recent releases of) -<i>dvips</i>. Output from the latter may be used in recent -releases of <i>ghostscript</i> or Acrobat Distiller. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyper">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyper</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyperdupdest.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyperdupdest.html deleted file mode 100644 index 49ca9f2012c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyperdupdest.html +++ /dev/null @@ -1,51 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label hyperdupdest</title> -</head><body> -<h3>PDFTeX destination ... ignored</h3> -<p/>The warning: -<blockquote> -<pre> -! pdfTeX warning (ext4): destination with the same identifier -(name{page.1}) has been already used, duplicate ignored -</pre> - -</blockquote><p> -arises because of duplicate page numbers in your document. The -problem is usually soluble: see -<a href="FAQ-pdfpagelabels.html">PDF page destinations</a> — which -answer also describes the problem in more detail. -<p/>If the identifier in the message is different, for example -<code>name{figure.1.1}</code>, the problem is (usually) due to a problem of -package interaction. Some packages are simply incompatible with -<i>hyperref</i>, but most work simply by ignoring it. In most -cases, therefore, you should load your package before you load -<i>hyperref</i>, and <i>hyperref</i> will patch things up so -that they work, so you can utilise your (patched) package <em>after</em> -loading both: -<blockquote> - <code>\</code><code>usepackage{<em>your package</em>}</code><br> - <code>...</code><br> - <code>\</code><code>usepackage[<em>opts</em>]{hyperref}</code><br> - <code>...</code><br> - <<i>code that uses your package</i>> -</blockquote><p> -For example: -<blockquote> -<pre> -\usepackage{float} % defines \newfloat -... -\usepackage[...]{hyperref} % patches \newfloat -... -\newfloat{...}{...}{...} -</pre> -</blockquote><p> - -You should load packages in this order as a matter of course, unless -the documentation of a package says you <em>must</em> load it after -<i>hyperref</i>. (There aren’t many packages that require to be -loaded after hyperref: one such is <i>memoir</i>’s -“<i>hyperref</i> fixup” package <i>memhfixc</i>.) -<p/>If loading your packages in the (seemingly) “correct” order doesn’t -solve the problem, you need to <a href="FAQ-gethelp.html">seek further help</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyperdupdest">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyperdupdest</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphen.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphen.html deleted file mode 100644 index a7bf8f25ab3..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphen.html +++ /dev/null @@ -1,39 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label hyphen</title> -</head><body> -<h3>How does hyphenation work in TeX?</h3> -<p/>Everyone knows what hyphenation is: we see it in most books we read, -and (if we’re alert) will spot occasional ridiculous mis-hyphenation -(at one time, British newspapers were a fertile source). -<p/>Hyphenation styles are culturally-determined, and the same language -may be hyphenated differently in different countries — for example, -British and American styles of hyphenation of English are very -different. As a result, a typesetting system that is not restricted -to a single language at a single locale needs to be able to change its -hyphenation rules from time to time. -<p/>TeX uses a pretty good system for hyphenation (originally designed -by Frank Liang), and while it’s capable of missing “sensible” -hyphenation points, it seldom selects grossly wrong ones. The -algorithm matches candidates for hyphenation against a set of -“hyphenation patterns”. The candidates for hyphenation must be -sequences of letters (or other single characters that TeX may be -persuaded to think of as letters) — things such as TeX’s -<code>\</code><code>accent</code> primitive interrupt hyphenation. -<p/>Sets of hyphenation patterns are usually derived from analysis of -a list of valid hyphenations (the process of derivation, using a tool -called <i>patgen</i>, is not ordinarily a participatory sport). -<p/>The patterns for the languages a TeX system is going to deal with -may only be loaded when the system is installed. To change the set of -languages, a <a href="FAQ-newlang.html">partial reinstallation</a> is necessary. -<p/>TeX provides two “user-level” commands for control of -hyphenation: <code>\</code><code>language</code> (which selects a hyphenation style), and -<code>\</code><code>hyphenation</code> (which gives explicit instructions to the hyphenation -engine, overriding the effect of the patterns). -<p/>The ordinary LaTeX user need not worry about <code>\</code><code>language</code>, since -it is very thoroughly managed by the <i>babel</i> package; use of -<code>\</code><code>hyphenation</code> is discussed in - the context of - -<a href="FAQ-nohyph.html">hyphenation failure</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphen">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphen</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphenaccents.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphenaccents.html deleted file mode 100644 index 4b1eb28c382..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphenaccents.html +++ /dev/null @@ -1,28 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label hyphenaccents</title> -</head><body> -<h3>Accented words aren’t hyphenated</h3> -<p/>TeX’s algorithm for hyphenation gives up when it encounters an -<code>\</code><code>accent</code> command; there are good reasons for this, but it means -that quality typesetting in non-English languages can be difficult. -<p/>For TeX macro packages, you can avoiding the effect by using an -appropriately encoded font (for example, a Cork-encoded font — see -<a href="FAQ-ECfonts.html">the EC fonts</a>) which contains accented -letters as single glyphs. LaTeX users can achieve this end simply -by adding the command -<pre> - \usepackage[T1]{fontenc} -</pre> -to the preamble of their document. Other encodings (notably -LY1, once promoted by Y&Y inc) may be used -in place of T1. Indeed, most current 8-bit TeX font -encodings will ‘work’ with the relevant sets of hyphenation patterns. -<p/>One might hope that, with the many aspirant successors to TeX such -as - <a href="FAQ-omegaleph.html">Omega</a>, <a href="FAQ-luatex.html">LuaTeX</a> and - <a href="FAQ-extex.html">ExTeX</a>, - -all of which base their operations on Unicode, that the whole basis of -encodings will change. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphenaccents">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphenaccents</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphexcept.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphexcept.html deleted file mode 100644 index 50bcaf4f25e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphexcept.html +++ /dev/null @@ -1,72 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label hyphexcept</title> -</head><body> -<h3>Hyphenation exceptions</h3> -<p/>While TeX’s hyphenation rules are good, they’re not infallible: you -will occasionally find words TeX just gets <em>wrong</em>. So for -example, TeX’s default hyphenation rules (for American English) don’t -know the word “<em>manuscript</em>”, and since it’s a long word you -may find you need to hyphenate it. You <em>can</em> “write the -hyphenation out” each time you use the word: -<blockquote> -<pre> -... man\-u\-script ... -</pre> -</blockquote><p> -Here, each of the <code>\</code><code>-</code> commands is converted to a hyphenated break, -if (<em>and only if</em>) necessary. -<p/>That technique can rapidly become tedious: you’ll probably only accept -it if there are no more than one or two wrongly-hyphenated words in -your document. The alternative is to set up hyphenations in the -document preamble. To do that, for the hyphenation above, you would -write: -<blockquote> -<pre> -\hyphenation{man-u-script} -</pre> -</blockquote><p> -and the hyphenation would be set for the whole document. Barbara -Beeton publishes articles containing lists of these “hyphenation -exceptions”, in <i>TUGboat</i>; the hyphenation ‘man-u-script’ -comes from one of those articles. -<p/>What if you have more than one language in your document? Simple: -select the appropriate language, and do the same as above: -<blockquote> -<pre> -\usepackage[french]{babel} -\selectlanguage{french} -\hyphenation{re-cher-cher} -</pre> -</blockquote><p> -(nothing clever here: this is the “correct” hyphenation of the word, -in the current tables). However, there’s a problem here: just as -words with accents in them won’t break, so <code>\</code><code>hyphenation</code> commands -with accents in them produce an error: -<blockquote> -<pre> -\usepackage[french]{babel} -\selectlanguage{french} -\hyphenation{r\'e-f\'e-rence} -</pre> -</blockquote><p> -tells us that the hyphenation is “improper”, and that it will be “flushed”. -But, just as hyphenation of words is enabled by selecting an 8-bit -font encoding, so <code>\</code><code>hyphenation</code> commands are rendered proper again -by selecting that same 8-bit font encoding. For the hyphenation -patterns provided in the usual distributions, the encoding is -<a href="FAQ-ECfonts.html">Cork</a>, so the complete sequence is: -<blockquote> -<pre> -\usepackage[T1]{fontenc} -\usepackage[french]{babel} -\selectlanguage{french} -\hyphenation{r\'e-f\'e-rence} -</pre> -</blockquote><p> -<p/>The same sort of performance goes for any language for which 8-bit -fonts and corresponding hyphenation patterns are available. Since you -have to select both the language and the font encoding to have your -document typeset correctly, it should not be a great imposition to do -the selections before setting up hyphenation exceptions. -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphexcept">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphexcept</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphoff.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphoff.html deleted file mode 100644 index a2da4df0c21..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphoff.html +++ /dev/null @@ -1,78 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label hyphoff</title> -</head><body> -<h3>Stopping all hyphenation</h3> -<p/>It may seem an odd thing to want to do (after all, one of TeX’s -great advertised virtues is the quality of its hyphenation) but it’s -sometimes necessary. The real problem is, that the quality of -TeX’s output is by default largely dependent on the presence of -hyphenation; if you want to abandon hyphenation, something has to -give. -<p/>TeX (slightly confusingly) offers four possible mechanisms for -suppressing hyphenation (there were only two prior to the extensions -that arrived with TeX version 3). -<p/>First, one can set the hyphenation penalties <code>\</code><code>hyphenpenalty</code> and -<code>\</code><code>exhyphenpenalty</code> to an ‘infinite’ value (that is to say, 10000). -This means that all hyphenations will sufficiently penalise the line -that would contain them, that the hyphenation won’t happen. The -disadvantage of this method is that TeX will re-evaluate any -paragraph for which hyphenations might help, which will slow TeX -down. -<p/>Second, one can select a language for which no hyphenation patterns -exist. Some distributions create a language <code>nohyphenation</code>, -and the <i>hyphenat</i> package uses this technique for its -<code>\</code><code>nohyphens</code> command which sets its argument without any -hyphenation. You can load <i>hyphenat</i> with the command -<blockquote> - <code>\</code><code>usepckage[none]{hyphenat}</code> -</blockquote><p> -to prevent any hyphenation in a single-language document. The -technique cannot work in a document in which <i>babel</i> controls -language selection, since <i>babel</i> incorporates hyphenation -change into its language change facilities. -<p/>Third, one can set <code>\</code><code>left-</code> and/or <code>\</code><code>righthyphenmin</code> to a -sufficiently large value that no hyphenation could possibly succeed, -since the minimum is larger than the length of the longest word -TeX is willing to hyphenate (the appropriate value is 62). -<p/>Fourth, one can suppress hyphenation for all text using the current -font by the command -<blockquote> -<pre> -\hyphenchar\font=-1 -</pre> -</blockquote><p> -This isn’t a particularly practical way for users to suppress -hyphenation — the command has to be issued for every font the -document uses — but it’s how LaTeX itself suppresses hyphenation -in <code>tt</code> and other fixed-width fonts. -<p/>Which of the techniques you should use depends on what you actually -want to do. If the text whose hyphenation is to be suppressed runs -for less than a paragraph, your only choice is the no-hyphens -language: the language value is preserved along with the text (in the -same way that the current font is); the values for penalties and -hyphen minima active at the end of a paragraph are used when -hyphenation is calculated. -<p/>Contrariwise, if you are writing a multilanguage document using the -<i>babel</i> package, you <em>cannot</em> suppress hyphenation -throughout using either the no-hyphens language or the hyphen minima: -all those values get changed at a <i>babel</i> language switch: use -the penalties instead. -<p/>If you simply switch off hyphenation for a good bit of text, the -output will have a jagged edge (with many lines seriously overfull), -and your (La)TeX run will bombard you with warnings about overfull -and underfull lines. To avoid this you have two options. -<p/>The simplest route is to use <code>\</code><code>sloppy</code> (or its environment version -<code>sloppypar</code>), and have TeX stretch what would otherwise -be underfull lines to fill the space offered, while prematurely -wrapping overfull lines and stretching the remainder. -<p/>Alternatively, you may set the text <a href="FAQ-ragright.html">ragged right</a>, -and at least get rid of the overfull lines; this technique is -‘traditional’ (in the sense that typists do it) and may be expected to -appeal to the specifiers of eccentric document layouts (such as those -for dissertations), but for once their sense conforms with typographic -style. (Or at least, style constrained in this curious way.) -<dl> -<dt><tt><i>hyphenat.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyphenat.zip">macros/latex/contrib/hyphenat</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyphenat.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyphenat/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphoff">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphoff</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-i18nbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-i18nbib.html deleted file mode 100644 index 7376c7dfe99..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-i18nbib.html +++ /dev/null @@ -1,53 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label i18nbib</title> -</head><body> -<h3>Non-english bibliographies</h3> -<p/>Like so much of early (La)TeX software, BibTeX’s assumptions were -firmly rooted in what its author knew well, viz., academic papers in -English (particularly those with a mathematical bent). BibTeX’s -standard styles all address exactly that problem, leaving the user who -writes in another language (or who deal with citations in the style of -other disciplines than maths) to strike out into contributed software. -<p/>For the user whose language is not English, there are several -alternatives. The simplest is to provide translations of BibTeX -styles into the required language: the solitary <i>finplain.bst</i> -does that for Finnish; others one can find are for Danish -(<i>dk-bib</i>), French (<i>bib-fr</i>), German -(<i>bibgerm</i>), Norwegian (<i>norbib</i>) and Swedish -(<i>swebib</i>) bundles (of which the <i>bib-fr</i> set is the -most extensive). The <i>spain</i> style implements a traditional -Spanish citation style. -<p/>These static approaches solve the problem, for the languages that have -been covered by them. Unfortunately, with such an approach, a lot of -work is needed for every language involved. Two routes to a solution -of the “general” problem are available — that offered by -<i>babelbib</i>, and the -<a href="FAQ-custbib.html"><i>custom-bib</i> mechanism for generating styles</a>. -<p/><i>Babelbib</i> (which is a development of the ideas of the -<i>bibgerm</i> package) co-operates with <i>babel</i> to control -the language of presentation of citations (potentially at the level of -individual items). The package has a built-in set of languages it -‘knows about’, but the documentation includes instructions on defining -commands for other languages. <i>Babelbib</i> comes with its own -set of bibliography styles, which could be a restriction if there -wasn’t also a link from <i>custom-bib</i>. -<p/>The <i>makebst</i> menu of <i>custom-bib</i> allows you to -choose a language for the BibTeX style you’re generating (there are -14 languages to choose; it looks as if <i>spain.bst</i>, mentioned -above, was generated this way). If, however, you opt not to specify a -language, you are asked whether you want the style to interact with -<i>babelbib</i>; if you do so, you’re getting the best of both -worlds — formatting freedom from <i>custom-bib</i> and linguistic -freedom via the extensibility of <i>babelbib</i> -<dl> -<dt><tt><i>babelbib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/babelbib.zip">biblio/bibtex/contrib/babelbib</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/babelbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/babelbib/">browse</a>) -<dt><tt><i>bib-fr bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/bib-fr.zip">biblio/bibtex/contrib/bib-fr</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/bib-fr.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/bib-fr/">browse</a>) -<dt><tt><i>bibgerm bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/germbib.zip">biblio/bibtex/contrib/germbib</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/germbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/germbib/">browse</a>) -<dt><tt><i>custom-bib bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/custom-bib.zip">macros/latex/contrib/custom-bib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/custom-bib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/custom-bib/">browse</a>) -<dt><tt><i>finplain.bst</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/misc/finplain.bst">biblio/bibtex/contrib/misc/finplain.bst</a> -<dt><tt><i>norbib bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/norbib.zip">biblio/bibtex/contrib/norbib</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/norbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/norbib/">browse</a>) -<dt><tt><i>spain</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/spain.zip">biblio/bibtex/contrib/spain</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/spain.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/spain/">browse</a>) -<dt><tt><i>swebib bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/swebib.zip">biblio/bibtex/contrib/swebib</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/contrib/swebib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/contrib/swebib/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=i18nbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=i18nbib</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ifpdf.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ifpdf.html deleted file mode 100644 index 7f26397e5c5..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ifpdf.html +++ /dev/null @@ -1,80 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ifpdf</title> -</head><body> -<h3>Am I using PDFTeX?</h3> -<p/>It’s often useful to know whether your macros are operating within -PDFTeX or within (“normal”) TeX; getting the right answer is -surprisingly tricky. -<p/>Suppose you need to test whether your output will be PDF or -DVI. The natural thing is to check whether you have access to -some PDFTeX-only primitive; a good one to try (not least because it -was present in the very first releases of PDFTeX) is -<code>\</code><code>pdfoutput</code>. So you try -<blockquote> -<pre> -\ifx\pdfoutput\undefined - <not running PDFTeX> -\else - <running PDFTeX> -\fi -</pre> -</blockquote><p> -Except that neither branch of this conditional is rock-solid. The -first branch can be misleading, since the “awkward” user could have -written: -<blockquote> -<pre> -\let\pdfoutput\undefined -</pre> -</blockquote><p> -so that your test will falsely choose the first alternative. While -this is a theoretical problem, it is unlikely to be a major one. -<p/>More important is the user who loads a package that uses -LaTeX-style testing for the command name’s existence (for example, -the LaTeX <i>graphics</i> package, which is useful even to the -Plain TeX user). Such a package may have gone ahead of you, so the -test may need to be elaborated: -<blockquote> -<pre> -\ifx\pdfoutput\undefined - <not running PDFTeX> -\else - \ifx\pdfoutput\relax - <not running PDFTeX> - \else - <running PDFTeX> - \fi -\fi -</pre> -</blockquote><p> -If you only want to know whether some PDFTeX extension (such as -marginal kerning) is present, you can stop at this point: you know as -much as you need. -<p/>However, if you need to know whether you’re creating PDF -output, you also need to know about the value of <code>\</code><code>pdfoutput</code>: -<blockquote> -<pre> -\ifx\pdfoutput\undefined - <not running PDFTeX> -\else - \ifx\pdfoutput\relax - <not running PDFTeX> - \else - <running PDFTeX, with...> - \ifnum\pdfoutput>0 - <...PDF output> - \else - <...DVI output> - \fi - \fi -\fi -</pre> -</blockquote><p> -The above is, in essence, what Heiko Oberdiek’s <i>ifpdf</i> -package does; the reasoning is the FAQ’s interpretation of -Heiko’s explanation. -<dl> -<dt><tt><i>ifpdf.sty</i></tt><dd>Distributed with Heiko Oberdiek’s packages <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ifpdf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ifpdf</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-impgraph.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-impgraph.html deleted file mode 100644 index 2f7959add31..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-impgraph.html +++ /dev/null @@ -1,96 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label impgraph</title> -</head><body> -<h3>How to import graphics into (La)TeX documents</h3> -<p/>Knuth, when designing the current version of TeX back in the early -1980s, could discern no “standard” way of expressing graphics in -documents. He reasoned that this state could not persist for ever, -but that it would be foolish for him to define TeX primitives that -allowed the import of graphical image definitions. He therefore -deferred the specification of the use of graphics to the writers of -DVI drivers; TeX documents would control the drivers by -means of -<a href="FAQ-specials.html"><code>\</code><code>special</code> commands</a>. -<p/>There is therefore a straightforward way for anyone to import graphics -into their document: read the specification of the <code>\</code><code>special</code> -commands your driver uses, and ‘just’ code them. This is the -hair-shirt approach: it definitely works, but it’s not for everyone. -<p/>Over the years, therefore, “graphics inclusion” packages have sprung -up; most were designed for inclusion of - -<a href="FAQ-eps.html">Encapsulated PostScript graphics</a> — -which has become the <em>lingua franca</em> of graphics inclusion over -the last decade or so. -<p/>Notable examples are the <i>epsf</i> package (distributed with -<i>dvips</i>) and the <i>psfig</i> package. (Both of these -packages were designed to work well with both Plain TeX and -LaTeX 2.09; they are both still available.) All such packages were -tied to a particular DVI driver (<i>dvips</i>, in -the above two cases), but their code could be configured for others. -<p/>The obvious next step was to make the code configurable dynamically. -The LaTeX standard <i>graphics</i> package and its derivatives -made this step: it is strongly preferred for all current work. It can -also be used (with the help of the <i>miniltx</i> “LaTeX -emulator” and the <i>graphicx.tex</i> front-end) in documents -written in Plain TeX. -<p/>The <i>graphics</i> package takes a variety of “driver -options” — package options that select code to generate the -commands appropriate to the DVI driver in use. In most cases, -your (La)TeX distribution will provide a <i>graphics.cfg</i> file -that will select the correct driver for what you’re doing (for -example, a distribution that provides both LaTeX and PDFLaTeX -will usually provide a configuration file that determines whether -PDFLaTeX is running, and selects the definitions for it if so). -<p/>The <i>graphics</i> package provides a toolkit of commands (insert -graphics, scale a box, rotate a box), which may be composed to provide -most facilities you need; the basic command, <code>\</code><code>includegraphics</code>, -takes one optional argument, which specifies the bounding box of the -graphics to be included. -<p/>The <i>graphicx</i> package uses the facilities of of -<i>graphics</i> behind a rather more sophisticated command syntax -to provide a very powerful version of the <code>\</code><code>includegraphics</code> -command. <i>graphicx</i>’s version can combine scaling and -rotation, viewporting and clipping, and many other things. While this -is all a convenience (at some cost of syntax), it is also capable of -producing noticeably more efficient PostScript, and some of its -combinations are simply not possible with the <i>graphics</i> -package version. -<p/>The <i>epsfig</i> package provides the same facilities as -<i>graphicx</i>, but via a <code>\</code><code>psfig</code> command (also known as -<code>\</code><code>epsfig</code>), capable of emulating -the behaviour (if not the bugs) the old <i>psfig</i> package. -<i>Epsfig</i> also supplies homely support for former users of the -<i>epsf</i> package. However, there’s a support issue: if you -declare you’re using <i>epsfig</i>, any potential mailing list or -usenet helper has to clear out of the equation the possibility that -you’re using “old” <i>epsfig</i>, so that support is slower -coming than it would otherwise be. -<p/>There is no rational reason to stick with the old packages, which have -never been entirely satisfactory in the LaTeX context. (One -irrational reason to leave them behind is that their replacement’s -name tends not to imply that it’s exclusively related to PostScript -graphics. The reasoning also excludes <i>epsfig</i>, of course.) -<p/>A wide variety of detailed techniques and tricks have been developed -over the years, and Keith Reckdahl’s <i>epslatex</i> outlines them -in compendious detail: this highly recommendable document is available -from CTAN. An invaluable review of the practicalities of -exchanging graphics between sites, - -“<a href="http://silas.psfc.mit.edu/elec_fig/elec_figures.pdf">Graphics for Inclusion in Electronic Documents</a>” - -has been written by Ian Hutchinson; the document isn’t on CTAN, -but may also be - -<a href="http://silas.psfc.mit.edu/elec_fig/">browsed on the Web</a>. -<dl> -<dt><tt><i>epsf.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/generic/epsf/epsf.tex">macros/generic/epsf/epsf.tex</a> -<dt><tt><i>epsfig.sty</i></tt><dd>Part of the <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/graphics/">browse</a>) bundle -<dt><tt><i>epslatex.pdf</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/epslatex/english/epslatex.pdf">info/epslatex/english/epslatex.pdf</a>; the document is also available - in PostScript format as <a href="ftp://cam.ctan.org/tex-archive/info/epslatex/english/epslatex.ps">info/epslatex/english/epslatex.ps</a> -<dt><tt><i>graphics.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/graphics/">browse</a>) -<dt><tt><i>graphicx.sty</i></tt><dd>Part of the <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/graphics/">browse</a>) bundle -<dt><tt><i>miniltx.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/plain/graphics.zip">macros/plain/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/graphics/">browse</a>) -<dt><tt><i>psfig.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/nonfree/graphics/psfig.zip">nonfree/graphics/psfig</a> (<a href="ftp://cam.ctan.org/tex-archive/nonfree/graphics/psfig.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/nonfree/graphics/psfig/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=impgraph">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=impgraph</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inclplain.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inclplain.html deleted file mode 100644 index 2cccad6434f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inclplain.html +++ /dev/null @@ -1,31 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label inclplain</title> -</head><body> -<h3>Including Plain TeX files in LaTeX</h3> -<p/>LaTeX, though originally <a href="FAQ-LaTeXandPlain.html">based on Plain TeX</a>, does not -contain all of Plain TeX’s commands. Worse, some Plain TeX -command names appear in LaTeX, with different semantics. As a -result, special measures need to be taken to allow general Plain TeX -documents (or parts of documents) to be typeset within LaTeX. -<p/>The truly reliable way is to translate the Plain TeX commands, to -produce an equivalent of the original’s semantics. However, this is -not practical in many circumstances, and for those occasions, the -<i>plain</i> package will often come to your aid. The package -defines a <code>plain</code> environment, in which a Plain TeX -document may be processed: -<blockquote> -<pre> -\begin{plain} - \input{plain-doc} -\end{plain} -</pre> -</blockquote><p> -The package is known to fail, for example, with documents that use -AMSTeX; no doubt it would also fail if asked to load Eplain. -All these things can be overcome (although it’s not often easy), but -the environment saves a lot of work on many occasions. -<dl> -<dt><tt><i>plain.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle.zip">macros/latex/contrib/carlisle</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/carlisle/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inclplain">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inclplain</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-include.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-include.html deleted file mode 100644 index 7a758f34ee1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-include.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label include</title> -</head><body> -<h3>What’s going on in my <code>\</code><code>include</code> commands?</h3> -<p/>The original LaTeX provided the <code>\</code><code>include</code> command to address the -problem of long documents: with the relatively slow computers of the -time, the companion <code>\</code><code>includeonly</code> facility was a boon. With the -vast increase in computer speed, <code>\</code><code>includeonly</code> is less valuable -(though it still has its place in some very large projects). -Nevertheless, the facility is retained in current LaTeX, and causes -some confusion to those who misunderstand it. -<p/>In order for <code>\</code><code>includeonly</code> to work, <code>\</code><code>include</code> makes a separate -<code>.aux</code> file for each included file, and makes a ‘checkpoint’ of -important parameters (such as page, figure, table and footnote -numbers); as a direct result, it <em>must</em> clear the current page -both before and after the <code>\</code><code>include</code> command. What’s more, this -mechanism doesn’t work if a <code>\</code><code>include</code> command appears in a file -that was <code>\</code><code>include</code>d itself: LaTeX diagnoses this as an error. -<p/>So, we can now answer the two commonest questions about <code>\</code><code>include</code>: -<ul> -<li> Why does LaTeX throw a page before and after <code>\</code><code>include</code> - commands? -<p/> Answer: because it has to. If you don’t like it, replace the - <code>\</code><code>include</code> command with <code>\</code><code>input</code> — you won’t be able to use - <code>\</code><code>includeonly</code> any more, but you probably don’t need it anyway, so - don’t worry. -<p/><li> Why can’t I nest <code>\</code><code>include</code>d files? — I always used to be - able to under LaTeX 2.09. -<p/> Answer: in fact, you couldn’t, even under LaTeX 2.09, but the failure - wasn’t diagnosed. However, since you were happy with the behaviour - under LaTeX 2.09, replace the <code>\</code><code>include</code> commands with <code>\</code><code>input</code> - commands (with <code>\</code><code>clearpage</code> as appropriate). -</ul> -<p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=include">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=include</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inputlev.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inputlev.html deleted file mode 100644 index 366d97da0c9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inputlev.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label inputlev</title> -</head><body> -<h3>Capacity exceeded — input levels</h3> -<p/>The error -<pre> -! TeX capacity exceeded, sorry [text input levels=15]. -</pre> - -is caused by nesting your input too deeply. You can provoke it with -the trivial (Plain TeX) file <i>input.tex</i>, which contains -nothing but: -<pre> -\input input -</pre> -In the real world, you are unlikely to encounter the error with a -modern TeX distribution. TeTeX (used to produce the error -message above) allows 15 files open for TeX input at any one time, -which is improbably huge for a document generated by real human -beings. -<p/>However, for those improbable (or machine-generated) situations, -some distributions offer the opportunity to adjust the parameter -<code>max_in_open</code> in a configuration file. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inputlev">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inputlev</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-miktexstar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-miktexstar.html deleted file mode 100644 index 7ffb88aba90..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-miktexstar.html +++ /dev/null @@ -1,38 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label inst-miktex*</title> -</head><body> -<h3>Installation using MiKTeX package manager</h3> -<p/>Packages for use with MiKTeX are maintained very efficiently by the -project managers (new packages and updates on CTAN ordinarily -make their way to the MiKTeX package repository within a week). -Thus it makes sense for the MiKTeX user to take advantage of the -system rather than grinding through the steps of installation. -<p/>MiKTeX maintains a database of packages it “knows about”, -together with (coded) installation instructions that enable it to -install the packages with minimal user intervention; you can update -the database over the internet. -<p/>If MiKTeX does know about a package you need installed, it’s worth -using the system: -first, open the MiKTeX packages window: click on - <code>Start</code>-> - <code>Programs</code>-> - <code>MiKTeX</code>-> - <code>MiKTeX Options</code>, and select the - <code>Packages</code> tab. -<p/>On the tab, there is an Explorer-style display of packages. -Right-click on the root of the tree, “<code>MiKTeX Packages</code>”, -and select “<code>Search</code>”: enter the name of the package you’re -interested in, and press the “<code>Search</code>” button. If -MiKTeX knows about your package, it will open up the tree to show -you a tick box for your package: check that box. -<p/>If you prefer a command-line utility, there’s <i>mpm</i>. Open a -command shell, and type: -<blockquote> -<pre> -mpm --install=<package> -</pre> -</blockquote><p> -(which of course assumes you know the name by which MiKTeX refers to -your package). -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-miktex*">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-miktex*</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-scut.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-scut.html deleted file mode 100644 index 5b1d5a1c03d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-scut.html +++ /dev/null @@ -1,17 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label inst-scut</title> -</head><body> -<h3>Shortcuts to installing files</h3> -<p/><p/>There are circumstances in which most of the fuss of installation can -be bypassed: -<ul> -<li> If you are a MiKTeX user, the - <a href="FAQ-inst-miktexstar.html">MiKTeX package management system</a> - can usually help; - -<li> The package you want may already exist as a ZIP file - formatted for <a href="FAQ-inst-tds-zip.html">direct installation</a>. - -</ul> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-scut">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-scut</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-tds-zip.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-tds-zip.html deleted file mode 100644 index b5317c52051..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-tds-zip.html +++ /dev/null @@ -1,46 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label inst-tds-zip</title> -</head><body> -<h3>Installing using preformatted ZIP files</h3> -<p/>Installing packages, as they (“traditionally”) appear on -CTAN, involves: -<ul> -<li> identifying where to put the various files on an TDS - tree, -<li> installing them, and -<li> a few housekeeping operations. -</ul> -Most people, for most packages, find the first two steps onerous, the -last being easy (unless it is forgotten!). -<p/>Preformatted ZIP files (also known as -<a href="FAQ-tds-zip.html">TDS ZIP files</a>) are designed to lighten -the load of performing the first two steps of installation: they -contain all the files that are that’s to be installed for a given -package, in their “correct” locations in a -<a href="FAQ-tds.html">TDS tree</a>. -<p/>To install such a file on a Unix system (we assume that you’ll install -into the local TEXMF tree): -<blockquote> -<pre> -cd $TEXMFLOCAL -unzip $package.tds.zip -</pre> -</blockquote><p> -<p/>On a Windows system that is modern enough that it has a built-in -ZIP unpacker, simply double-click on the file, and browse to -where it’s to be unpacked. (We trust that those using earlier -versions of Windows will already have experience of using -<i>WinZIP</i> or the like.) -<p/>Having unpacked the <code>.zip</code> archive, in most cases the only -remaining chore is to update the file indexes — as in -<a href="FAQ-inst-wlcf.html">normal installation instructions</a>. However, if -the package provides a font, you also need to enable the font’s map, -which is discussed in -“<a href="FAQ-instt1font.html">Installing a Type 1 font</a>” -<p/>At the time of writing, there are rather few <code>.tds.zip</code> -files (by comparison with the huge number of packages that are -available). As packages are updated, the number of files is -steadily increasing, but it will be a long time before the whole set -is covered. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-tds-zip">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-tds-zip</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-tidy.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-tidy.html deleted file mode 100644 index 6678ef7888a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-tidy.html +++ /dev/null @@ -1,22 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label inst-tidy</title> -</head><body> -<h3>Tidying up after installation</h3> -<p/>There’s not usually a lot to do after you’ve completed the steps -above — indeed, if you’re merely installed files direct from the -archive, or whatever, there will be precisely nothing left, by way of -debris. -<p/>Things you might care to clean up are: -<ul> -<li> the archive file, if you retrieved your data from the archive - as a <code>.zip</code> file, or the like; -<li> the <code>.dtx</code> and <code>.ins</code> files, if you chose not - to install them with the documentation; and -<li> the <code>.aux</code>, <code>.log</code>, <code>.idx</code>, etc., - from building the documentation. -</ul> -A simple way of achieving all this is to download to a working -directory that was created for the purpose, and then to delete that -directory and all its contents after you’ve finished installing. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-tidy">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-tidy</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-wlcf.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-wlcf.html deleted file mode 100644 index 2303718154d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst-wlcf.html +++ /dev/null @@ -1,44 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label inst-wlcf</title> -</head><body> -<h3>Installing files “where (La)TeX can find them”</h3> -<p/><p/>In the past, package documentation used always to tell you to put your -files “where LaTeX can find them”; this was always unhelpful — -if you knew where that <em>was</em>, you didn’t need telling, but if you -<em>didn’t</em> know, you were completely stuck. -<p/>It was from this issue that the whole idea of the TDS sprang; -“where to put” questions now come down to “where’s the TDS -tree?”. -<p/>We therefore answer the question by considering: -<ul> -<li> <a href="FAQ-what-TDS.html">what tree to use</a>, and -<li> <a href="FAQ-install-where.html">where in the tree to put the files</a>. -</ul> -<p/>Once we know the answer to both questions, and we’ve created any -directories that are needed, we simply copy files to their rightful -location. -<p/>This has done what the old requirement specified: LaTeX (or -whatever) <em>can</em> (in principle) find the files. However, in order -that the software <em>will</em> find the files, we need to update an -index file. -<p/>On a MiKTeX system, open the window - <code>Start</code>-> - <code>All Programs</code>-> - <code>MiKTeX <<i>version</i>></code>-> - <code>Settings</code>, -and click on <code>Refresh FNDB</code>. -The job may also be done in a command window, using the command: -<blockquote> -<pre> -initexmf --update-fndb -</pre> -</blockquote><p> -The -<a href="http://docs.miktex.org/manual/initexmf.html">MiKTeX documentation</a> -gives further details about <code>initexmf</code>. -<p/>On a teTeX or TeX Live-based system, use the command -<code>texhash</code> (or if that’s not available, <code>mktexlsr</code> — -they ought to be different names for the same program). -<p/>Having done all this, the new package will be available for use. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst1cm.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst1cm.html deleted file mode 100644 index 468e2e503e7..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-inst1cm.html +++ /dev/null @@ -1,72 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label inst1cm</title> -</head><body> -<h3>Installing the Bluesky versions of the CM fonts</h3> -<p/>This is a specialised case of <a href="FAQ-instfont.html">installing a font</a>, -but it comes easier -than most, since the font metrics are installed in every (La)TeX -system before you even start. Indeed, most recent systems will have -the Type 1 fonts themselves already installed, so that the job is -already done, and all you need is to start using them: -so the first thing to do is to just try it. On a system that uses -<i>dvips</i> (most systems nowadays do), try the sequence: -<pre> - latex sample2e - dvips -Pcmz -Pamz -o sample2e.ps sample2e -</pre> -at a “command prompt” (<i>shell</i>, in a Unix-style system, -“DOS box” in a Windows system). -<p/>If the command works at all, the console output of the command will -include a sequence of Type 1 font file names, listed as -<code><cmr10.pfb></code> and so on; -this is <i>dvips</i> telling you it’s including the Type 1 font, -and you need do no more. -<p/>If the test has failed, you need to install your own set of the fonts. -<p/>The CTAN directories listed below contain compressed archives of -the Type 1 -files for various architectures, both for the Computer Modern fonts -and for the AMS fonts of mathematical and other useful things. -Download the archives that are appropriate for your architecture, and -extract the files — you only actually need the contents of the -<i>pfb</i> directories, since you already have the fonts -installed in the “ordinary” way, so that the TFM files are -already present. (You don’t need the PostScript font metric — AFM -and PFM — files in any case.) -<p/>The files should go into your local <code>texmf</code> tree (<i>texmf.local</i>, -<i>texmf-local</i>, <i>localtexmf</i>, or whatever). Create -directories at offsets <i>fonts/type1/bluesky/cm</i> and -<i>fonts/type1/bluesky/ams</i>, and copy the <code>.pfb</code> files into them. -<p/>Now you need to tell <i>dvips</i>, PDFTeX, etc., that the fonts -are available. This is done by use of a <em>map file</em>, which lists -<em>font name</em> (as TeX understands it), <em>font name</em> (as it -appears in the type 1 file itself), and where the program will find -the file. Map files are provided in the download bundles for the -AMS fonts; for the CM fonts, map files are available -separately. -<p/>The set of map files includes files <code>config.*</code>; each of these contains -an instruction to load a single map file. For ordinary use, you -instruct <i>dvips</i> to load the “detailed” map of the -CM fonts by use of the command: -<pre> - dvips -Pcmz myfile -</pre> -The same can be done with the AMS fonts, and you may invoke -both sets of fonts with: -<pre> - dvips -Pcmz -Pamz myfile -</pre> -Alternatively, the contents of <i>config.cmz</i> and <i>config.amz</i> -could be combined into a single file, perhaps <i>config.bluesky</i>, -loaded by the command -<pre> - dvips -Pbluesky myfile -</pre> -<p/>Remember, after all such changes, the -<a href="FAQ-inst-wlcf.html">file-name database must be refreshed</a>. -<dl> -<dt><tt><i>AMS fonts</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/fonts/amsfonts/ps-type1/">fonts/amsfonts/ps-type1/</a> -<dt><tt><i>CM fonts</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/fonts/cm/ps-type1/bluesky/">fonts/cm/ps-type1/bluesky/</a> -<dt><tt><i>CM font maps</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/cm/ps-type1/bluesky-contrib/dvips.zip">fonts/cm/ps-type1/bluesky-contrib/dvips</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/cm/ps-type1/bluesky-contrib/dvips.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/cm/ps-type1/bluesky-contrib/dvips/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst1cm">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst1cm</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-doc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-doc.html deleted file mode 100644 index b0248ad8f6e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-doc.html +++ /dev/null @@ -1,42 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label install-doc</title> -</head><body> -<h3>Generating package documentation</h3> -<p/>We are faced with a range of “normal” provision, as well as several -oddities. One should note that documentation of many packages is -available on CTAN, without the need of any further effort by -the user — such documentation can usually be browsed <em>in situ</em>. -<p/>However, if you find a package that does not offer documentation on -the archive, or if you need the documentation in some other format -than the archive offers, you can usually generate the documentation -yourself from what you download from the archive. -<p/>The standard mechanism, for LaTeX packages, is simply to run -LaTeX on the <i>package.dtx</i> file, as you would any ordinary -LaTeX file (i.e., repeatedly until the warnings go away). -<p/>A variant is that the unpacking process provides a file -<i>package.drv</i>; if such a thing appears, process it in preference -to the <i>package.dtx</i> (it seems that when the documented LaTeX -source mechanism was first discussed, the <i>.drv</i> mechanism was -suggested, but it’s not widely used nowadays). -<p/>Sometimes, the LaTeX run will complain that it can’t find -<i>package.ind</i> (the code line index) and/or <i>package.gls</i> -(the list of change records, not as you might imagine, a glossary). -Both types of file are processed with special <i>makeindex</i> -style files; appropriate commands are: -<blockquote> -<pre> -makeindex -s gind package -makeindex -s gglo -o package.gls package.glo -</pre> -</blockquote><p> -This author finds that the second (the change record) is generally of -limited utility when reading package documentation; it is, however, -valuable if you’re part of the package development team. If you don’t -feel you need it, just leave out that step -<p/>Another common (and reasonable) trick performed by package authors is -to provide a separate file <i>package-doc.tex</i> or even simply -<i>manual.tex</i>; if the file <i>package.dtx</i> doesn’t help, simply -look around for such alternatives. The files are treated in the same -way as any “ordinary” LaTeX file. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-doc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-doc</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-find.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-find.html deleted file mode 100644 index cf04c651947..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-find.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label install-find</title> -</head><body> -<h3>Finding packages to install</h3> -<p/>How did you learn about the package? -<p/>If the information came from these FAQs, you should already -have a link to the file (there are lists at the end of each answer): - - click on that link, -and you can get the file, one way or another. -<p/>If you heard about the file somewhere else, it’s possible that the -source told you where to look; if not, try the CTAN searching -facilities, such as <a href="http://www.tex.ac.uk/search/">http://www.tex.ac.uk/search/</a>. That (rather -simple) search engine can return data from a search of the CTAN -catalogue (which covers most useful packages), or data from a search -of the names of files on the archive. -<p/>Packages come in a variety of different styles of distribution; the -very simplest will actually offer just <i>package.sty</i> — in this -case, just download the file and -<a href="FAQ-inst-wlcf.html">get on with installation</a>. -<p/>Normally, though, you will want <i>foo.sty</i> but that file is distributed -in a LaTeX documented source file <i>foo.dtx</i>; thus you should -search just for <em>foo</em> — <i>foo.sty</i> won’t be visible -anywhere on the archive or in the catalogue. -<p/>Since most packages are distributed in this -<code>.dtx</code>/<code>.ins</code> way, they usually occupy their own -directory on the archive. Even if that directory contains other -packages, you should download everything in the directory: as often as -not, packages grouped in this way depend on each other, so that you -really <em>need</em> the other ones. -<p/>Having acquired the package distribution, -“<a href="FAQ-install-unpack.html">unpacking LaTeX packages</a>” outlines -your next step. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-find">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-find</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-unpack.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-unpack.html deleted file mode 100644 index 600d4b8d617..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-unpack.html +++ /dev/null @@ -1,26 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label install-unpack</title> -</head><body> -<h3>Unpacking LaTeX packages</h3> -<p/>As discussed <a href="FAQ-dtx.html">elsewhere</a>, the ‘ordinary’ way to -distribute a LaTeX package is as a pair of files <i>package.dtx</i> -and <i>package.ins</i>. If you’ve acquired such a pair, you simply -process <i>package.ins</i> with LaTeX, and the files will appear, -ready for installation. -<p/>Other sorts of provision should ordinarily be accompanied by a -<i>README</i> file, telling you what to do; we list a few example -configurations. -<p/>Sometimes, a directory comes with a bunch of <code>.dtx</code> files, but -fewer (often only one) <code>.ins</code> files (LaTeX itself comes -looking like this). If there is more than one <code>.ins</code> file, -and in the absence of any instruction in the <i>README</i> file, simply -process the <code>.ins</code> file(s) one by one. -<p/>If you’re missing the <i>package.ins</i> altogether, you need to play -around until something works. Some <code>.dtx</code> files are -“self-extracting” — they do without an <code>.ins</code> file, and once -you’ve processed the <i>package.dtx</i>, <i>package.sty</i> has -automagically appeared. Various other oddities may appear, but the -archivists aim to have <i>README</i> file in every package, which -should document anything out of the ordinary with the distribution. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-unpack">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-unpack</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-where.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-where.html deleted file mode 100644 index 42ec4dd1199..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-install-where.html +++ /dev/null @@ -1,71 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label install-where</title> -</head><body> -<h3>Where to install packages</h3> -<p/>We assume here that you have decided what tree to put your files in, -after reading -“<a href="FAQ-what-TDS.html">choosing a TDS tree</a>”. We will therefore -write <code>$TEXMF</code> for it, and you need to substitute the tree -you decided on. -<p/>The basic idea is to imitate the directory structure in your -existing tree(s). Here are some examples of where various sorts of -files should go: -<blockquote> -<pre> -.sty, .cls or .fd: $TEXMF/tex/<format>/<package>/ -.mf: $TEXMF/fonts/source/<supplier>/<font>/ -.tfm: $TEXMF/fonts/tfm/<supplier>/<font>/ -.vf: $TEXMF/fonts/vf/<supplier>/<font>/ -.afm: $TEXMF/fonts/afm/<supplier>/<font>/ -.pfb: $TEXMF/fonts/type1/<supplier>/<font>/ -.ttf: $TEXMF/fonts/truetype/<supplier>/<font>/ -.otf: $TEXMF/fonts/opentype/<supplier>/<font>/ -.pool, .fmt, .base or .mem: $TEXMF/web2c -</pre> -</blockquote><p> -and for modern systems (those distributed in 2005 or later, using TDS -v1.1 layouts): -<blockquote> -<pre> -.map: $TEXMF/fonts/map/<syntax>/<bundle>/ -.enc: $TEXMF/fonts/enc/<syntax>/<bundle>/ -</pre> -</blockquote><p> -(Map and encoding files went to directories under -<i>$TEXMF/dvips/</i>, in earlier distributions.) -<p/>In the lists above <<i>format</i>> identifies the format the macros -are designed for — it can be things such as <code>plain</code>, -<code>generic</code> (i.e., any format), <code>latex</code> or -<code>context</code> (or several less common formats). -<p/>For fonts, <<i>font</i>> refers to the font family (such as <code>cm</code> -for Knuth’s Computer Modern, <code>times</code> for Adobe’s Times Roman). -The supplier is usually obvious — the supplier -“public” is commonly used for free fonts. -<p/>The <<i>syntax</i>> (for <code>.map</code> and <code>.enc</code> files) is a -categorisation based on the way the files are written; candidates are -names of programs such as <i>dvips</i> or <i>pdftex</i>. -<p/>“Straight” (La)TeX input can take other forms than the -<code>.sty</code>, <code>.cls</code> or <code>.fd</code> listed above, too -(apart from the ‘obvious’ <code>.tex</code>). Examples are (the -obvious) <code>.tex</code>, <code>.lfd</code> for <i>babel</i> language -definitions, <code>.sto</code> and <code>.clo</code> for package and class -options, <code>.cfg</code> for configuration information, -<code>.def</code> for variants (such as the types of devices -<i>graphics</i> drives). The <i>README</i> of the package should -tell you of any others, though sometimes that information is printed -when the package’s <a href="FAQ-install-unpack.html">comments are stripped</a>. -All of these files should live together with the main package files. -<p/>Note that <<i>font</i>> may stand for a single font or an entire family: -for example, files for all of Knuth’s Computer Modern fonts are to be -found in <code>.../public/cm</code>, with various prefixes as appropriate. -<p/>The font “supplier” <em>public</em> is a sort of hold-all for -“free fonts produced for use with (La)TeX”: as well as Knuth’s -fonts, <em>public</em>’s directory holds fonts designed by others -(originally, but no longer exclusively, in Metafont). -<p/>Documentation for each package should all go, undifferentiated, into a -directory on the <i>doc/</i> subtree of the TDS. The layout of -the subtree is slightly different: <i>doc/latex</i> hosts all -LaTeX documentation directories, but more fundamental things are -covered, e.g., by <i>doc/etex</i> or <i>doc/xetex</i>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-where">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=install-where</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-installthings.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-installthings.html deleted file mode 100644 index 4daeacdbfd9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-installthings.html +++ /dev/null @@ -1,22 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label installthings</title> -</head><body> -<h3>Installing things on a (La)TeX system</h3> -<p/><p/>Installing (or replacing) things on your (La)TeX system has the -potential to be rather complicated; the following questions attempt to -provide a step-by-step approach, starting from the point where you’ve -decided what it is that you want to install: -<ul> -<li> You must <a href="FAQ-install-find.html">find the file you need</a>; -<li> If you are going to install a LaTeX package, you may need to - <a href="FAQ-install-unpack.html">unpack the distributed files</a>; -<li> It may be necessary to - <a href="FAQ-install-doc.html">generate some documentation to read</a>; -<li> You need to - <a href="FAQ-install-where.html">decide where to install the files</a>; -<li> You must now <a href="FAQ-inst-wlcf.html">install the files</a>; and - finally -<li> You may need to <a href="FAQ-inst-tidy.html">tidy up</a> after the installation. -</ul> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instfont.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instfont.html deleted file mode 100644 index e60489af791..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instfont.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label instfont</title> -</head><body> -<h3>Installing a new font</h3> -<p/>Fonts are really “just another package”, and so should be installed -in the same sort of way as packages. However, fonts tend to be more -complicated than the average package, and as a result it’s sometimes -difficult to see the overall structure. -<p/>Font files may appear in any of a large number of different formats; -each format has a different function in a TeX system, and each is -stored in a directory its own sub-tree in the installation’s -TDS tree; all these sub-trees have the directory -<i>$TEXMF/fonts</i> as their root. A sequence of answers - describes the installation of fonts: -follow the list through the “next question” links at the bottom of -this answer to view them all. -Other answers discuss specific font families — for example, - -“<a href="FAQ-concrete.html">using the concrete fonts</a>”. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instfont">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instfont</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instmffont.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instmffont.html deleted file mode 100644 index 325dc388bff..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instmffont.html +++ /dev/null @@ -1,22 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label instmffont</title> -</head><body> -<h3>Installing a font provided as Metafont source</h3> -<p/>Metafont fonts are (by comparison with other sorts of font) rather -pleasingly simple. Nowadays, they are mostly distributed just as the -Metafont source, since modern TeX distributions are able to produce -everything the user needs “on the fly”; however, if the distribution -<em>does</em> include TFM files, install them too, since they -save a little time and don’t occupy much disc space. Always distrust -distributions of PK font bitmap files: there’s no way of -learning from them what printer they were generated for, and naming -schemes under different operating systems are another source of -confusion. -<p/>“<a href="FAQ-install-where.html">Where to install files</a>” -specifies where the files should go. -<p/>Further confusion is introduced by font families whose authors devise rules -for automatic generation of Metafont sources for generating fonts at -particular sizes; the installation has to know about the rules, as -otherwise it cannot generate font files. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instmffont">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instmffont</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instprinterfont.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instprinterfont.html deleted file mode 100644 index 34d170f7891..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instprinterfont.html +++ /dev/null @@ -1,42 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label instprinterfont</title> -</head><body> -<h3>Installing a PostScript printer built-in font</h3> -<p/>There is a “standard” set of fonts that has appeared in every PostScript -printer since the second generation of the type. These fonts -(8 families of four text fonts each, and three special-purpose fonts) -are of course widely used, because of their simple availability. The -set consists of: -<ul> -<li> <i>Times</i> family (4 fonts) -<li> <i>Palatino</i> family (4 fonts) -<li> <i>New</i> <i>Century</i> <i>Schoolbook</i> family (4 fonts) -<li> <i>Bookman</i> family (4 fonts) -<li> <i>Helvetica</i> family (4 fonts) -<li> <i>Avant</i> <i>Garde</i> (4 fonts) -<li> <i>Courier</i> family (4 fonts) -<li> <i>Utopia</i> family (4 fonts) -<li> Zapf <i>Chancery</i> (1 font) -<li> Zapf <i>Dingbats</i> (1 font) -<li> <i>Symbol</i> (1 font) -</ul> -All these fonts are supported, for LaTeX users, by the -<i>psnfss</i> set of metrics and support files in the file -<i>lw35nfss.zip</i> on CTAN. Almost any remotely modern TeX -system will have some version of <i>psnfss</i> installed, but -users should note that the most recent version has much improved -coverage of maths with <i>Times</i> (see package -<i>mathptmx</i>) and with <i>Palatino</i> (see package -<i>mathpazo</i>, as well as a more reliable set of font metrics. -<p/>The archive <i>lw35nfss.zip</i> is laid out according to the -TDS, so in principle, installation consists simply of -“unzipping” the file at the root of a <i>texmf</i> tree. -<p/>Documentation of the <i>psnfss</i> bundle is provided in -<i>psnfss2e.pdf</i> in the distribution. -<dl> -<dt><tt><i>mathpazo.sty</i></tt><dd>Part of the <i>psnfss</i> bundle -<dt><tt><i>mathptmx.sty</i></tt><dd>Part of the <i>psnfss</i> bundle -<dt><tt><i>psnfss bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/psnfss.zip">macros/latex/required/psnfss</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/psnfss.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/psnfss/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instprinterfont">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instprinterfont</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instt1font.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instt1font.html deleted file mode 100644 index 06e84384215..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-instt1font.html +++ /dev/null @@ -1,75 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label instt1font</title> -</head><body> -<h3>Installing a Type 1 font</h3> -<p/>Once you have a prepared Type 1 font, either direct from CTAN -or the like, or having <a href="FAQ-prept1font.html">‘prepared’ it yourself</a>, -you can get on with installation. -<p/>The procedure is merely an extension of that for packages, etc., so -much of what follows will be familiar: -<ul> -<li> Install the files, in your <code>texmf</code> tree. All the - strictures about installing non-standard things apply here: be sure - to put the files in the local tree. The list gives reasonable - destinations for the various files related to a font family <<i>fname</i>>: -<pre> -.pfb, -.pfa .../fonts/type1/<foundry>/<fname> -.tfm .../fonts/tfm/<foundry>/<fname> -.vf .../fonts/vf/<foundry>/<fname> -.sty, -.fd .../tex/latex/<fname> -.map .../fonts/map/dvips/<foundry> -</pre> - but if you are lucky, you will be starting from a distribution from - CTAN and can make use of the corresponding - <code>.tds.zip</code> file, and not care about how to place your files - in the TDS tree. -<li> Regenerate the file indexes (as described in - <a href="FAQ-inst-wlcf.html">package installation</a>). -<li> Update the <i>dvips</i>, PDFTeX and other maps: - <ul> - <li> On any current TeX Live-based system, or a teTeX v3.0 - system, execute the command - <blockquote> -<pre> -updmap-sys --enable Map <fname>.map -</pre> - </blockquote><p> - as root. (You <em>can</em> use plain <i>updmap</i>, but you - will be in danger of creating confusion with different map sets - for different users thereby.) - <li> On a current MiKTeX system, update the system file - <i>updmap.cfg</i>, using the shell command - <blockquote> -<pre> -initexmf --edit-config-file updmap -</pre> - </blockquote><p> - adding a line at the end: - <blockquote> -<pre> -Map <fname>.map -</pre> - </blockquote><p> - for each font family <<i>fname</i>> you are adding to the system. - Now generate revised maps with the shell command - <blockquote> -<pre> -initexmf --mkmaps -</pre> - </blockquote><p> - This, and other matters, are described in MiKTeX - <a href="http://docs.miktex.org/manual/advanced.html">”advanced” documentation</a>. - </ul> -</ul> -Both processes (preparing and installing a font) are very well (and -thoroughly) described in Philipp Lehman’s guide to font installation, -which may be found on CTAN. -<dl> -<dt><tt><i>fontinst.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/fontinst.zip">fonts/utilities/fontinst</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/fontinst.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/utilities/fontinst/">browse</a>) -<dt><tt><i>Type 1 installation guide</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/Type1fonts/fontinstallationguide/fontinstallationguide.pdf">info/Type1fonts/fontinstallationguide/fontinstallationguide.pdf</a> -</dl> -<p/> -<p/><p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instt1font">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instt1font</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-interruptlist.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-interruptlist.html deleted file mode 100644 index 419d3f8d472..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-interruptlist.html +++ /dev/null @@ -1,141 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label interruptlist</title> -</head><body> -<h3>Interrupting enumerated lists</h3> -<p/>It’s often convenient to have commentary text, ‘outside’ the list, -between successive entries of a list. In the case of -<code>itemize</code> lists this is no problem, since there’s never -anything to distinguish successive items, while in the case of -<code>description</code> lists, the item labels are under the user’s -control so there’s no automatic issue of continuity. -<p/>For <code>enumerate</code> lists, the labels are generated -automatically, and are context-sensitive, so the context (in this -case, the state of the enumeration counter) needs to be preserved. -<p/>The belt-and-braces approach is to remember the state of the -enumeration in your own counter variable, and then restore it when -restarting enumerate: -<blockquote> -<pre> -\newcounter{saveenum} - ... -\begin{enumerate} - ... - \setcounter{saveenum}{\value{enumi}} -\end{enumerate} -<Commentary text> -\begin{enumerate} - \setcounter{enumi}{\value{saveenum}} - ... -\end{enumerate} -</pre> -</blockquote><p> -<p/>This is reasonable, in small doses... Problems (apart from sheer -verbosity) are getting the level right (“should I use counter -<code>enumi</code>, <code>enumii</code>, ...”) and remembering not to -nest the interruptions (i.e., not to have a separate list, that is -itself interrupted) in the “commentary text”). -<p/>The <i>mdwlist</i> package defines commands <code>\</code><code>suspend</code> and -<code>\</code><code>resume</code> that simplify the process: -<blockquote> -<pre> -\begin{enumerate} - ... -\suspend{enumerate} -<Commentary text> -\resume{enumerate} - ... -\end{enumerate} -</pre> -</blockquote><p> -The package allows an optional name (as in -<code>\</code><code>suspend[id]{enumerate}</code>) to allow you to identify a -particular suspension, and hence provide a handle for manipulating -nested suspensions. -<p/>If you’re suspending a <a href="FAQ-enumerate.html">fancy-enumeration list</a>, -you need to -re-supply the optional “item label layout” parameters required by -the <i>enumerate</i> package when resuming the list, whether by the -belt-and-braces approach, or by the <i>mdwlist</i> -<code>\</code><code>resume{enumerate}</code> technique. The task is a little tedious -in the <i>mdwlist</i> case, since the optional argument has to be -encapsulated, whole, inside an optional argument to <code>\</code><code>resume</code>, -which requires use of extra braces: -<blockquote> -<pre> -\begin{enumerate}[\textbf{Item} i] - ... -\suspend{enumerate} -<comment> -\resume{enumerate}[{[\textbf{Item} i]}] -... -\end{enumerate} -</pre> -</blockquote><p> -The <i>enumitem</i> package, in its most recent -release, will also allow you to resume lists: -<blockquote> -<pre> -\begin{enumerate} -... -\end{enumerate} -<comment> -\begin{enumerate}[resume] -... -\end{enumerate} -</pre> -</blockquote><p> -which feels just as “natural” as the <i>mdwtools</i> facility, -and has the advantage of playing well with the other excellent -facilities of <i>enumitem</i>. -<p/><i>Expdlist</i> has a neat way of providing for comments, with its -<code>\</code><code>listpart</code> command. The command’s argument becomes a comment -between items of the list: -<blockquote> -<pre> -\begin{enumerate} -\item item 1 -\item item 2 - \listpart{interpolated comment} -\item item 3 -\end{enumerate} -</pre> -</blockquote><p> -This, you will realise, means it doesn’t even have to think about -suspending or resuming the list, and of course it works equally well -in any of the list environments (thought it’s not actually -<em>necessary</em> for any but <code>enumerate</code>). -<p/><i>Enumitem</i> also allows multi-level suspension and resumption -of lists: -<blockquote> -<pre> -\begin{enumerate} -\item outer item 1 -\end{enumerate} -<comment> -\begin{enumerate}[resume] -\item outer item 2 -% nested enumerate -\begin{enumerate} -\item inner item 1 -\end{enumerate} -<nested comment> -% resume nested enumerate -\begin{enumerate}[resume] -\item inner item 2 -\end{enumerate} -\item outer item 3 -% end outer enumerate -\end{enumerate} -</pre> -</blockquote><p> -However, the ‘nested comment’ interpolated in the nested enumeration -appears as if it were a second paragraph to “outer item 2”, which is -hardly satisfactory. -<dl> -<dt><tt><i>enumerate.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>enumitem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.zip">macros/latex/contrib/enumitem</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/enumitem/">browse</a>) -<dt><tt><i>expdlist.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/expdlist.zip">macros/latex/contrib/expdlist</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/expdlist.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/expdlist/">browse</a>) -<dt><tt><i>mdwlist.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=interruptlist">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=interruptlist</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-isdef.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-isdef.html deleted file mode 100644 index beb30d35535..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-isdef.html +++ /dev/null @@ -1,86 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label isdef</title> -</head><body> -<h3>Is this command defined?</h3> -<p/>Macro sets from the earliest days of TeX programming may be -observed to test whether commands exist by using -<blockquote> -<code>\</code><code>ifx</code> csx<code><em>command</em></code> <code>\</code><code>undefined</code> <<i>stuff</i>> ... -</blockquote><p> -(which of course actually tests that the command <em>doesn’t</em> -exist). LaTeX programmers can make use of the internal command -<blockquote> - <code>\</code><code>@ifundefined{</code><em>cmd name</em><code>}{</code><em>action1</em><code>}{</code><em>action2</em><code>}</code> -</blockquote><p> -which executes <code>action1</code> if the command is undefined, and -<code>action2</code> if it is defined -(<em>cmd name</em> is the command name only, omitting the ‘<code>\</code>’ character). -<p/>The <code>\</code><code>@ifundefined</code> command is based on the sequence -<blockquote> - -<pre> -\expandafter \ifx \csname cmd name\endcsname \relax -</pre> -</blockquote><p> -which relies on the way <code>\</code><code>csname</code> works: if the command doesn’t -exist, it simply creates it as an alias for <code>\</code><code>relax</code>. -<p/>So: what is wrong with these techniques? -<p/>Using <code>\</code><code>undefined</code> blithely assumes that the command is indeed not -defined. This isn’t entirely safe; one could make the name more -improbable, but that may simply make it more difficult to spot a -problem when things go wrong. LaTeX programmers who use the -technique will typically employ <code>\</code><code>@undefined</code>, adding a single -level of obscurity. -<p/>The <code>\</code><code>@ifundefined</code> mechanism has the unfortunate property of -polluting the name space: each test that turns out undefined adds a -name to the set TeX is holding, and often all those “<code>\</code><code>relax</code>” -names serve no purpose whatever. Even so (sadly) there are places in -the code of LaTeX where the existence of the <code>\</code><code>relax</code> is relied -upon, after the test, so we can’t get away from <code>\</code><code>@ifundefined</code> -altogether. -<p/>David Kastrup offers the (rather tricky) -<blockquote> -<pre> -{\expandafter}\expandafter\ifx \csname cmd name\endcsname\relax ... -</pre> - -</blockquote><p> -which “creates” the <code>\</code><code>relax</code>-command inside the group of the first -<code>\</code><code>expandafter</code>, therefore forgets it again once the test is done. -The test is about as good as you can do with macros. -<p/>The <a href="FAQ-etex.html">e-TeX system</a> system comes to our help here: it -defines two new primitives: -<ul> -<li> <code>\</code><code>ifdefined</code>, which tests whether a thing is defined (the - negative of comparing with <code>\</code><code>undefined</code>, as it were), and -<li> <code>\</code><code>ifcsname</code> <code>cmd name</code><code>\</code><code>endcsname</code>, which does the - negative of <code>\</code><code>@ifundefined</code> without the <code>\</code><code>relax</code>-command - side-effect. -</ul> -So, in an e-TeX-based system, the following two conditional clauses do -the same thing: -<blockquote> -<pre> -\ifdefined\foo - \message{\string\foo\space is defined}% -\else - \message{no command \string\foo}% -\fi -% -\ifcsname foo\endcsname - \message{\string\foo\space is defined}% -\else - \message{no command \string\foo}% -\fi -</pre> -</blockquote><p> -However, after using the LaTeX -<code>\</code><code>@ifundefined{foo}</code>..., the conditionals will detect the -command as “existing” (since it has been <code>\</code><code>let</code> to <code>\</code><code>relax</code>); -so it is important not to mix mechanisms for detecting the state of a -command. -<p/>Since most distributions nowadays use e-TeX as their base executable -for most packages, these two primitives may be expected appear widely -in new macro packages. -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=isdef">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=isdef</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-isitanum.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-isitanum.html deleted file mode 100644 index b45422f401c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-isitanum.html +++ /dev/null @@ -1,138 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label isitanum</title> -</head><body> -<h3>Is the argument a number?</h3> -<p/>TeX’s own lexical analysis doesn’t offer the macro programmer -terribly much support: while category codes will distinguish letters -(or what TeX currently thinks of as letters) from everything else, -there’s no support for analysing numbers. -<p/>The simple-minded solution is to compare numeric characters with the -characters of the argument, one by one, by a sequence of direct tests, -and to declare the argument “not a number” if any character fails -all comparisons: -<blockquote> -<pre> -\ifx1#1 -\else\ifx2#1 -... -\else\ifx9#1 -\else\isanumfalse -\fi\fi...\fi -</pre> -</blockquote><p> -which one would then use in a tail-recursing macro to gobble an -argument. One could do slightly better by assuming (pretty safely) -that the digits’ character codes are consecutive: -<blockquote> -<pre> -\ifnum`#1<`0 \isanumfalse -\else\ifnum`#1>`9 \isanumfalse - \fi -\fi -</pre> -</blockquote><p> -again used in tail-recursion. However, these forms aren’t very -satisfactory: getting the recursion “right” is troublesome (it has a -tendency to gobble spaces in the argument), and in any case TeX -itself has mechanisms for reading numbers, and it would be nice to use -them. -<p/>Donald Arseneau’s <i>cite</i> package offers the following test -for an argument being a strictly positive integer: -<blockquote> -<pre> -\def\IsPositive#1{% - TT\fi - \ifcat_\ifnum0<0#1 _\else A\fi -} -</pre> -</blockquote><p> -which can be adapted to a test for a non-negative integer thus: -<blockquote> -<pre> -\def\IsNonNegative{% - \ifcat_\ifnum9<1#1 _\else A\fi -} -</pre> -</blockquote><p> -or a test for any integer: -<blockquote> -<pre> -\def\gobbleminus#1{\ifx-#1\else#1\fi} -\def\IsInteger#1{% - TT\fi - \ifcat_\ifnum9<1\gobbleminus#1 _\else A\fi -} -</pre> -</blockquote><p> -but this surely stretches the technique further than is reasonable. -<p/>If we don’t care about the sign, we can use TeX to remove the -entire number (sign and all) from the input stream, and then look at -what’s left: -<blockquote> - -<pre> -\def\testnum#1{\afterassignment\testresult\count255=#1 \end} -\def\testresult#1\end{\ifx\end#1\end\isanumtrue\else\isanumfalse\fi} -</pre> -</blockquote><p> -(which technique is due to David Kastrup); this can provoke errors. -In a later thread on the same topic, Michael Downes offered: -<blockquote> -<pre> -\def\IsInteger#1{% - TT\fi - \begingroup \lccode`\-=`\0 \lccode`+=`\0 - \lccode`\1=`\0 \lccode`\2=`\0 \lccode`\3=`\0 - \lccode`\4=`\0 \lccode`\5=`\0 \lccode`\6=`\0 - \lccode`\7=`\0 \lccode`\8=`\0 \lccode`\9=`\0 - \lowercase{\endgroup - \expandafter\ifx\expandafter\delimiter - \romannumeral0\string#1}\delimiter -} -</pre> - -</blockquote><p> -which relies on <code>\</code><code>romannumeral</code> producing an empty result if its -argument is zero. Sadly, this technique has the unfortunate property -that it accepts simple expressions such as ‘<code>1+2-3</code>’; this -could be solved by an initial <code>\</code><code>gobbleminus</code>-like construction. -<p/>All the complete functions above are designed to be used in TeX -conditionals written “naturally” — for example: -<blockquote> -<pre> -\if\IsInteger{<subject of test>}% - <deal with integer>% -\else - <deal with non-integer>% -\fi -</pre> -</blockquote><p> -The LaTeX <i>memoir</i> class has an internal command of its own, -<code>\</code><code>checkifinteger{</code><em>num</em><code>}</code>, that sets the conditional command -<code>\</code><code>ifinteger</code> according to whether the argument was an integer. -<p/>Of course, all this kerfuffle would be (essentially) void if there was -a simple means of “catching” TeX errors. Imagining an -error-catching primitive <code>\</code><code>ifnoerror</code>, one might write: -<blockquote> -<pre> -\def\IsInteger#1{% - TT% - \ifnoerror - \tempcount=#1\relax -% carries on if no error - \expandafter\iftrue - \else -% here if there was an error - \expandafter\iffalse - \fi -} -</pre> -</blockquote><p> -thus using TeX’s own integer-parsing code to do the check. It’s a -pity that such a mechanism was never defined (it could be that it’s -impossible to program within TeX!). -<dl> -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=isitanum">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=isitanum</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-journalpaper.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-journalpaper.html deleted file mode 100644 index b3da3be3629..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-journalpaper.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label journalpaper</title> -</head><body> -<h3>Setting papers for journals</h3> -<p/>Publishers of journals have a wide range of requirements for the -presentation of papers, and while many publishers do accept electronic -submissions in (La)TeX, they don’t often submit recommended macros to -public archives. -<p/>Nevertheless, there are considerable numbers of macros of one sort or -another available on CTAN; searching for your journal name in -the CTAN catalogue (see -<a href="FAQ-findfiles.html">searching CTAN</a>) -may well turn up what you’re seeking. -<p/>Failing that, you may be well advised to contact the prospective -publisher of your paper; many publishers have macros on their own web -sites, or otherwise available only upon application. -<p/>Check that the publisher is offering you macros suitable to an -environment you can use: a few still have no macros for current -LaTeX, for example, claiming that LaTeX 2.09 is good enough... -<p/>Some publishers rekey anything sent them anyway, so that it doesn’t -really matter what macros you use. Others merely encourage you to use -as few extensions of a standard package as possible, so that they will -find it easy to transform your paper to their own internal form. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=journalpaper">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=journalpaper</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-keepfonts.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-keepfonts.html deleted file mode 100644 index 84234b0e9dd..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-keepfonts.html +++ /dev/null @@ -1,27 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label keepfonts</title> -</head><body> -<h3>Which font files should be kept</h3> -<p/>Metafont produces from its run three files, a metrics (TFM) file, a -generic font (GF) file, and a log file; all of these files have the -same base name as does the input (<em>e.g.</em>, if the input file was -<i>cmr10.mf</i>, the outputs will be <i>cmr10.tfm</i>, -<i>cmr10.nnngf</i> - -and <i>cmr10.log</i>). -<p/>For TeX to use the font, you need a TFM file, so you need -to keep that. However, you are likely to generate the same font -at more than one magnification, and each time you do so you’ll -(incidentally) generate another TFM file; these files are -all the same, so you only need to keep one of them. -<p/>To preview or to produce printed output, the DVI processor will need a -font raster file; this is what the GF file provides. However, while -there used (once upon a time) to be DVI processors that could use -GF files, modern processors use packed raster (PK) files. -Therefore, you need to generate a PK file from the GF file; the -program <i>gftopk</i> does this for you, and once you’ve done that you -may throw the GF file away. -<p/>The log file should never need to be used, unless there was some sort -of problem in the Metafont run, and need not be ordinarily kept. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=keepfonts">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=keepfonts</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelctr.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelctr.html deleted file mode 100644 index c629c881aa0..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelctr.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label labelctr</title> -</head><body> -<h3>Making labels from a counter</h3> -<p/>Suppose we have a LaTeX counter, which we’ve defined with -<code>\</code><code>newcounter{foo}</code>. We can increment the value of the counter -by <code>\</code><code>addtocounter{foo}{1}</code>, but that’s pretty clunky for an -operation that happens so often ... so there’s a command -<code>\</code><code>stepcounter{foo}</code> that does this special case of -increasing-by-one. -<p/>There’s an internal LaTeX variable, the “current label”, that -remembers the last ‘labellable’ thing that LaTeX has processed. -You could (if you were to insist) set that value by the relevant -TeX command (having taken the necessary precautions to ensure that -the internal command worked) — but it’s not necessary. If, instead -of either of the stepping methods above, you say -<code>\</code><code>refstepcounter{foo}</code>, the internal variable is set to the -new value, and (until something else comes along), <code>\</code><code>label</code> will -refer to the counter. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelctr">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelctr</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelfig.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelfig.html deleted file mode 100644 index 2c0757af447..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelfig.html +++ /dev/null @@ -1,74 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label labelfig</title> -</head><body> -<h3>Labelling graphics</h3> -<p/>“Technical” graphics (such as graphs and diagrams) are often -labelled with quite complex mathematical expressions: there are few -drawing or graphing tools that can do such things (the honourable -exception being MetaPost, which allows you to program the labels, in -(La)TeX, in the middle of specifying your graphic). -<p/>Labels on graphics produced by all those <em>other</em> tools is where -the <i>psfrag</i> package can help. Place an unique -text in your graphic, using the normal text features of your tool, and -you can ask <i>psfrag</i> to replace the text with arbitrary -(La)TeX material. <i>Psfrag</i>’s “operative” command is -<code>\</code><code>psfrag{<em>PS text</em>}{<em>Repl text</em>}</code>, which instructs -the system to replace the original (“<code>PS</code>”) text with the -TeX-typeset replacement text. Optional -arguments permit adjustment of position, scale and rotation; full -details may be found in <i>pfgguide</i> in the distribution. -<p/>Since <i>psfrag</i> works in terms of (encapsulated) PostScript files, -it needs extra work for use with PDFLaTeX. The -<a href="FAQ-pdftexgraphics.html"><i>pst-pdf</i> package</a> can support such -usage. In fact, the <i>pst-pdf</i> support package -<i>auto-pst-pdf</i> offers a configuration setting precisely for -use with <i>psfrag</i>. -<p/>On the other hand, - - <a href="FAQ-commercial.html">VTeX</a>’s GeX processor -explicitly deals with <i>psfrag</i>, both in its free and -commercial instances. -<p/>The <i>psfragx</i> package goes one step further than -<i>psfrag</i>: it provides a means whereby you can put the -<i>psfrag</i> commands into the preamble of your EPS file -itself. <i>Psfrag</i> has such a command itself, but deprecates -it; <i>psfragx</i> has cleaned up the facility, and provides a -script <i>laprint</i> for use with <i>Matlab</i> to produce -appropriately tagged output. (In principle, other graphics -applications could provide a similar facility, but apparently none does.) -<p/><i>Emacs</i> users may find the embedded editor <i>iTe</i> a -useful tool for placing labels: it’s a (La)TeX-oriented graphical -editor written in <i>Emacs Lisp</i>. You create -<code>iteblock</code> environments containing graphics and text, and -may then invoke <i>iTe</i> to arrange the elements relative to one -another. -<p/>Another useful approach is <i>overpic</i>, which overlays a -<code>picture</code> environment on a graphic included by use of -<code>\</code><code>includegraphics</code>. This treatment lends itself to ready placement -of texts and the like on top of a graphic. The package can draw a -grid for planning your “attack”; the distribution comes with simple -examples. -<p/><i>Pstricks</i> can of course do everything that <i>overpic</i> -can, with all the flexibility of PostScript programming that it offers -The <i>pstricks</i> web site has a page with several -<a href="http://pstricks.tug.org/main.cgi?file=Examples/overlay">examples of labelling</a> -which will get you started; if <i>pstricks</i> is -<a href="FAQ-drawing.html">an option for you</a>, this route is worth a try. -<p/>The confident user may, of course, do the whole job in a picture -environment which itself includes the graphic. I would recommend -<i>overpic</i> or the <i>pstricks</i> approach, but such things -are plainly little more than a convenience over what is achievable -with the do-it-yourself approach. -<dl> -<dt><tt><i>auto-pst-pdf.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/auto-pst-pdf.zip">macros/latex/contrib/auto-pst-pdf</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/auto-pst-pdf.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/auto-pst-pdf/">browse</a>) -<dt><tt><i>iTe</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/ite.zip">support/ite</a> (<a href="ftp://cam.ctan.org/tex-archive/support/ite.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/ite/">browse</a>) -<dt><tt><i>laprint</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psfragx.zip">macros/latex/contrib/psfragx</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psfragx.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/psfragx/">browse</a>) -<dt><tt><i>overpic.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/overpic.zip">macros/latex/contrib/overpic</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/overpic.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/overpic/">browse</a>) -<dt><tt><i>psfrag.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psfrag.zip">macros/latex/contrib/psfrag</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psfrag.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/psfrag/">browse</a>) -<dt><tt><i>psfragx.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psfragx.zip">macros/latex/contrib/psfragx</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psfragx.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/psfragx/">browse</a>) -<dt><tt><i>pstricks.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/pstricks.zip">graphics/pstricks</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/pstricks.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/pstricks/">browse</a>) -<dt><tt><i>pst-pdf.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pst-pdf.zip">macros/latex/contrib/pst-pdf</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pst-pdf.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pst-pdf/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelfig">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelfig</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelformat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelformat.html deleted file mode 100644 index 1a34c99d57e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labelformat.html +++ /dev/null @@ -1,74 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label labelformat</title> -</head><body> -<h3>How to change the format of labels</h3> -<p/>By default, when a label is created, it takes on the appearance of the -counter labelled, so the label appears as -<code>\</code><code>the</code><code><<i>counter</i>></code> — what would be used if you -asked to typeset the counter in your text. This isn’t always what you -need: for example, if you have nested enumerated lists with the outer -numbered and the inner labelled with letters, one might expect to want -to refer to items in the inner list as “2(c)”. (Remember, you can - -<a href="FAQ-enumerate.html">change the structure of list items</a>.) -The change is of course -possible by explicit labelling of the parent and using that label to -construct the typeset result — something like -<blockquote> -<pre> -\ref{parent-item}(\ref{child-item}) -</pre> -</blockquote><p> -which would be both tedious and error-prone. What’s more, it would be -undesirable, since you would be constructing a visual representation -which is inflexible (you couldn’t change all the references to elements -of a list at one fell swoop). -<p/>LaTeX in fact has a label-formatting command built into every label -definition; by default it’s null, but it’s available for the user to -program. For any label <<i>counter</i>> there’s a LaTeX internal -command <code>\</code><code>p@</code><<i><code>counter</i>></code>; for example, a label definition -on an inner list item is supposedly done using the command -<code>\</code><code>p@enumii{<code>\</code><code>theenumii</code>}</code>. Unfortunately, the internal -workings of this aren’t quite right, and you need to patch the -<code>\</code><code>refstepcounter</code> command: -<blockquote> - -<pre> -\renewcommand*\refstepcounter[1]{\stepcounter{#1}% - \protected@edef\@currentlabel{% - \csname p@#1\expandafter\endcsname - \csname the#1\endcsname - }% -} -</pre> -</blockquote><p> -With the patch in place you can now, for example, change the labels on -all inner lists by adding the following code in your preamble: -<blockquote> -<pre> -\makeatletter -\renewcommand{\p@enumii}[1]{\theenumi(#1)} -\makeatother -</pre> -</blockquote><p> -This would make the labels for second-level enumerated lists appear as -“1(a)” (and so on). The analogous change works for any counter that -gets used in a <code>\</code><code>label</code> command. -<p/>In fact, the <i>fncylab</i> package does all the above (including -the patch to LaTeX itself). With the package, the code above is -(actually quite efficiently) rendered by the command: -<blockquote> -<pre> -\labelformat{enumii}{\theenumi(#1)} -</pre> -</blockquote><p> -In fact, the above example, which we can do in several different ways, -has been rendered obsolete by the appearance of the <i>enumitem</i> -package, which is discussed in the answer about -<a href="FAQ-enumerate.html">decorating enumeration lists</a>. -<dl> -<dt><tt><i>enumitem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.zip">macros/latex/contrib/enumitem</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/enumitem.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/enumitem/">browse</a>) -<dt><tt><i>fncylab.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/fncylab.sty">macros/latex/contrib/misc/fncylab.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelformat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labelformat</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labundef.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labundef.html deleted file mode 100644 index ba3c6c803b8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-labundef.html +++ /dev/null @@ -1,39 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label labundef</title> -</head><body> -<h3>Finding if a label is undefined</h3> -<p/>People seem to want to know (at run time) if a label is undefined (I -don’t actually understand <em>why</em>, particularly: it’s a transient -state, and LaTeX deals with it quite well). -<p/>A resolved label is simply a command: -<code>\</code><code>r@</code><code><<i>label-name</i>></code>; determining if the label is set is -then simply a matter of detecting if the command exists. The usual -LaTeX internal way of doing this is to use the command -<code>\</code><code>@ifundefined</code>: -<blockquote> - <code>\</code><code>@ifundefined{</code><em></em>r@<em>label-name</em><code>}{</code><em>undef-cmds</em><code>}{</code><em>def-cmds</em><code>}</code> -</blockquote><p> -In which, <<i>label-name</i>> is exactly what you would use in -a <code>\</code><code>label</code> command, and the remaining two arguments are command -sequences to be used if the label is undefined -(<<i>undef-cmds</i>>) or if it is defined -(<<i>def-cmds</i>>). -<p/>Note that any command that incorporates <code>\</code><code>@ifundefined</code> is naturally -fragile, so remember to create it with <code>\</code><code>DeclareRobustCommand</code> or to -use it with <code>\</code><code>protect</code> in a moving argument. -<p/>If you’re into this game, you may well not care about LaTeX’s -warning about undefined labels at the end of the document; however, -if you are, include the command <code>\</code><code>G@refundefinedtrue</code> in -<<i><code>undef-cmds</i>></code>. -<p/>And of course, remember you’re dealing in internal commands, and pay -attention to the <a href="FAQ-atsigns.html">at-signs</a>. -<p/>All the above can be avoided by using the <i>labelcas</i> package: -it provides commands that enable you to switch according to the state -of a single label, or the states of a list of labels. The package’s -definition is a bit complicated, but the package itself is pretty -powerful. -<dl> -<dt><tt><i>labelcas.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/labelcas.zip">macros/latex/contrib/labelcas</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/labelcas.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/labelcas/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labundef">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=labundef</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-landscape.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-landscape.html deleted file mode 100644 index f2b910ffd23..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-landscape.html +++ /dev/null @@ -1,83 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label landscape</title> -</head><body> -<h3>Typesetting things in landscape orientation</h3> -<p/>It’s often necessary to typeset part of a document in landscape -orientation; to achieve this, one needs not only to change the page -dimensions, but also to instruct the output device to print the -strange page differently. -<p/>There are two “ordinary” mechanisms for doing two slight variations -of landscape typesetting: -<ul> -<li> If you have a single floating object that is wider than it is - deep, and will only fit on the page in landscape orientation, use - the <i>rotating</i> package; this defines - <code>sidewaysfigure</code> and <code>sidewaystable</code> - environments which create floats that occupy a whole page. -<p/> Note that <i>rotating</i> has problems in a document that also - loads the <i>float</i> package, which recommended in other - answers in these FAQs, for example that on - <a href="FAQ-floats.html">float placement</a>. The <i>rotfloat</i> package - loads <i>rotating</i> for you, and smooths the interaction with - <i>float</i>. -<li> If you have a long sequence of things that need to be typeset in - landscape (perhaps a code listing, a wide <code>tabbing</code> - environment, or a huge table typeset using <i>longtable</i> or - <i>supertabular</i>), use the <i>lscape</i> package (or - <i>pdflscape</i> if you’re generating PDF output, whether - using PDFLaTeX or <i>dvips</i> and generating PDF from - that). Both packages define an environment <code>landscape</code>, which - clears the current page and restarts typesetting in landscape - orientation (and clears the page at the end of the environment - before returning to portrait orientation). -</ul> -No currently available package makes direct provision for typesetting -in both portrait and landscape orientation on the same page (it’s not -the sort of thing that TeX is well set-up to do). If such -behaviour was an absolute necessity, one might use the techniques -described in - -<a href="FAQ-textflow.html">"flowing text around figures"</a>, and would -rotate the landscape portion using the rotation facilities of the -<i>graphics</i> package. (Returning from landscape to portrait -orientation would be somewhat easier: the portrait part of the page -would be a bottom float at the end of the landscape section, with its -content rotated.) -<p/>To set an entire document in landscape orientation, one might use -<i>lscape</i> around the whole document. A better option is the -<code>landscape</code> option of the <i>geometry</i> package; if you -also give it <code>dvips</code> or <code>pdftex</code> option, -<i>geometry</i> also emits the rotation instructions to cause the -output to be properly oriented. The <i>memoir</i> class has the same -facilities, in this respect, as does <i>geometry</i>. -<p/>A word of warning: most current TeX previewers do not honour -rotation requests in DVI files. - - - - - - - - - - - - - -Your best bet is to convert your output to PostScript or to PDF, and -to view these ‘final’ forms with an appropriate viewer. -<dl> -<dt><tt><i>geometry.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/geometry.zip">macros/latex/contrib/geometry</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/geometry.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/geometry/">browse</a>) -<dt><tt><i>graphics.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/graphics/">browse</a>) -<dt><tt><i>longtable.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>lscape.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/graphics/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>pdflscape.sty</i></tt><dd>Distributed with Heiko Oberdiek’s packages - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) -<dt><tt><i>rotating.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/rotating.zip">macros/latex/contrib/rotating</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/rotating.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/rotating/">browse</a>) -<dt><tt><i>rotfloat.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/rotfloat.zip">macros/latex/contrib/rotfloat</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/rotfloat.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/rotfloat/">browse</a>) -<dt><tt><i>supertabular.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/supertabular.zip">macros/latex/contrib/supertabular</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/supertabular.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/supertabular/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=landscape">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=landscape</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latex.html deleted file mode 100644 index 45ebbff0b07..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latex.html +++ /dev/null @@ -1,18 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label latex</title> -</head><body> -<h3>What is LaTeX?</h3> -<p/>LaTeX is a TeX macro package, originally written by Leslie Lamport, that -provides a document processing system. LaTeX allows markup to -describe the structure of a document, so that the user -need not think about presentation. By using document classes and -add-on packages, the same document can be produced in a variety of -different layouts. -<p/>Lamport says that LaTeX -“<em>represents a balance between functionality and ease of use</em>”. -This shows itself as a continual conflict that leads to -the need for such things as FAQs: LaTeX <em>can</em> -meet most user requirements, but finding out <em>how</em> is often -tricky. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latex2e.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latex2e.html deleted file mode 100644 index 52101cdbfe6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latex2e.html +++ /dev/null @@ -1,26 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label latex2e</title> -</head><body> -<h3>What is LaTeX2e?</h3> -<p/>Lamport’s last version of LaTeX (LaTeX 2.09, last updated in 1992) -was superseded in 1994 by a new version (LaTeX2e) provided by -<a href="FAQ-LaTeX3.html">the LaTeX team</a>. -LaTeX2e is now the only readily-available version of -LaTeX, and draws together several threads of LaTeX development -from the later days of LaTeX 2.09. -<p/>LaTeX2e has several enhancements over LaTeX 2.09, but they were all -rather minor, with a view to continuity and stability rather than the -“big push” that some had expected from the team. LaTeX2e -continues to this day to offer a compatibility mode in which most -files prepared for use with LaTeX 2.09 will run (albeit with somewhat -reduced performance, and subject to bitter complaints in the log -file). Differences between LaTeX2e and LaTeX 2.09 are -outlined in a series of ‘guide’ files that are available in every -LaTeX distribution (the same directory also contains “news” about -each new release of LaTeX2e). -<dl> -<dt><tt><i>LaTeX guides and news</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/doc.zip">macros/latex/doc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/doc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/doc/">browse</a>) -</dl> -<p/><p/> -<p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latex2e">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latex2e</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexbug.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexbug.html deleted file mode 100644 index fdc854a2f5d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexbug.html +++ /dev/null @@ -1,61 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label latexbug</title> -</head><body> -<h3>Reporting a LaTeX bug</h3> -<p/>The LaTeX team supports LaTeX, and will deal with - -<em>bona fide</em> bug reports. Note that the LaTeX team does -<em>not</em> deal with contributed packages — just the software that -is part of the LaTeX distribution itself: LaTeX and the -“required” packages. -Furthermore, you need to be slightly -careful to produce a bug report that is usable by the team. The steps -are: -<p/><b>1.</b> Are you still using current LaTeX? Maintenance is only -available for sufficiently up-to-date versions of LaTeX — if your -LaTeX is more than two versions out of date, the bug reporting -mechanisms may reject your report. -<p/><b>2.</b> Has your bug already been reported? Browse the - -<a href="http://www.latex-project.org/cgi-bin/ltxbugs2html?introduction=yes">LaTeX bugs database</a>, -to find any earlier instance of your bug. In many cases, the database -will list a work-around. -<p/><b>3.</b> Prepare a -<a href="FAQ-minxampl.html">“minimum” file</a> that exhibits the problem. -Ideally, such a file should contain no contributed packages — the -LaTeX team as a whole takes no responsibility for such packages (if -they’re supported at all, they’re supported by their authors). The -“minimum” file should be self-sufficient: if a member of the team -should run it in a clean directory, on a system with no contributed -packages, it should replicate your problem. -<p/><b>4.</b> Run your file through LaTeX: the bug -system needs the <code>.log</code> file that this process creates. -<p/>You now have two possible ways to proceed: either create a mail report -to send to the bug processing mechanism (5, below), or submit your bug -report via the web (7, below). -<p/><b>5.</b> Process the bug-report creation file, using LaTeX itself: -<pre> - latex latexbug -</pre> -<i>latexbug</i> asks you some questions, and then lets you describe -the bug you’ve found. It produces an output file <i>latexbug.msg</i>, -which includes the details you’ve supplied, your “minimum” example -file, and the log file you got after running the example. (I always -need to edit the result before submitting it: typing text into -<i>latexbug</i> isn’t much fun.) -<p/><b>6.</b> Mail the resulting file to -<i>latex-bugs@latex-project.org</i>; the subject line of your email -should be the same as the bug title you gave to <i>latexbug</i>. The -file <i>latexbug.msg</i> should be included into your message in-line: -attachments are likely to be rejected by the bug processor. -<p/><b>7.</b> Connect to the - -<a href="http://www.latex-project.org/bugs-upload.html">latex bugs processing web page</a> -and enter details of your bug — category, summary and full -description, and the two important files (source and log file); note -that members of the LaTeX team <em>need</em> your name and email address, as -they may need to discuss the bug with you, or to advise you of a -work-around. -<p/> -<p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexbug">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexbug</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexpronounce.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexpronounce.html deleted file mode 100644 index d06cf474cee..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexpronounce.html +++ /dev/null @@ -1,15 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label latexpronounce</title> -</head><body> -<h3>How should I pronounce “LaTeX(2e)”?</h3> - -<p/>Lamport never recommended how one should pronounce LaTeX, but a lot -of people pronounce it ‘Lay TeX’ or perhaps ‘Lah TeX’ (with -TeX pronounced as the program itself; see -<a href="FAQ-TeXpronounce.html">the rules for TeX</a>). It is definitely -<em>not</em> to be pronounced in the same way as the rubber-tree gum. -<p/>The ‘epsilon’ in ‘LaTeX2e’ is supposed to be suggestive of a small -improvement over the old LaTeX 2.09. Nevertheless, most people -pronounce the name as ‘LaTeX-two-ee’. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexpronounce">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexpronounce</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexqual.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexqual.html deleted file mode 100644 index a13f693fe96..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexqual.html +++ /dev/null @@ -1,38 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label latexqual</title> -</head><body> -<h3>The quality of your LaTeX</h3> -<p/>The <i>l2tabu</i> tutorial (mentioned in -<a href="FAQ-man-latex.html">online introductions</a>) is undoubtedly a -good read. -<p/>However, it’s always difficult to remember the things you should -<em>not</em> do, when there are so many things to remember that you -really must do: some automation is needed.... -<p/>The nicely-named <i>nag</i> allows you to apply a configurable set -of checks to your document, as you run it through LaTeX; you get -messages like: -<blockquote> -<pre> -Package nag Warning: Command \bf is an old LaTeX 2.09 command. -(nag) Use \bfseries or \textbf instead on input line 30. -</pre> - -</blockquote><p> - (the package provides a demo file which contains most of the sorts - of errors you might make — this is one of them). - -<p/>There’s also a web site -<a href="http://www.kohm.name/markus/texidate.html">TeXidate</a> -which will do a static analysis of your document (unfortunately, you -have to paste your document source into a text window). The site -doesn’t seem as comprehensive as <i>nag</i>, but it allows you to -download its script, which you can then juggle with to make it more -draconian. -<dl> -<dt><tt><i>l2tabu</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/info/l2tabu/">info/l2tabu/</a> for a copy in a language that’s - convenient for you -<dt><tt><i>nag.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/nag.zip">macros/latex/contrib/nag</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/nag.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/nag/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexqual">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexqual</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexwords.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexwords.html deleted file mode 100644 index eae9c92a51f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-latexwords.html +++ /dev/null @@ -1,46 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label latexwords</title> -</head><body> -<h3>Changing the words <i>babel</i> uses</h3> -<p/>LaTeX uses symbolic names for many of the automatically-generated -text it produces (special-purpose section headings, captions, etc.). -As noted in <a href="FAQ-fixnam.html">“\LaTeX fixed names”</a> (which -includes a list of the names themselves), -this enables the user to change the -names used by the standard classes, which is particularly useful if -the document is being prepared in some language other than LaTeX’s -default English. So, for example, a Danish author may wish that her -table of contents was called “Indholdsfortegnelse”, and so -would expect to place a command -<pre> -\renewcommand{\contentsname}% - {Indholdsfortegnelse} -</pre> -in the preamble of her document. -<p/>However, it’s natural for a user of a non-English language to use -<i>babel</i>, because it offers many conveniences and typesetting -niceties for those preparing documents in those languages. In -particular, when <i>babel</i> is selecting a new language, it -ensures that LaTeX’s symbolic names are translated appropriately -for the language in question. Unfortunately, <i>babel</i>’s choice -of names isn’t always to everyone’s choice, and there is still a need -for a mechanism to replace the ‘standard’ names. -<p/>Whenever a new language is selected, <i>babel</i> resets all the -names to the settings for that language. In particular, -<i>babel</i> selects the document’s main language when -<code>\</code><code>begin{document}</code> is executed, which immediately destroys -any changes to these symbolic names made in the prologue of a document -that uses <i>babel</i>. -<p/>Therefore, babel defines a command to enable users to change the -definitions of the symbolic names, on a per-language basis: -<code>\</code><code>addto</code><code>\</code><code>captions</code><code><<i>language</i>></code> is the thing -(<code><<i>language</i>></code> being the language option you gave to -<i>babel</i> in the first place). For example: -<pre> -\addto\captionsdanish{% - \renewcommand{\contentsname}% - {Indholdsfortegnelse}% -} -</pre> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-letterclass.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-letterclass.html deleted file mode 100644 index 3daf4d5a2fa..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-letterclass.html +++ /dev/null @@ -1,44 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label letterclass</title> -</head><body> -<h3>Letters and the like</h3> -<p/>LaTeX itself provides a <i>letter</i> document class, which is -widely disliked; the present author long since gave up trying with -it. If you nevertheless want to try it, but are irritated by its way -of vertically-shifting a single-page letter, try the following hack: -<pre> -\makeatletter -\let\@texttop\relax -\makeatother -</pre> -in the preamble of your file. -<p/>Doing-it-yourself is a common strategy; Knuth (for use with -Plain TeX, in the TeXbook), and Kopka and Daly (in their Guide to -LaTeX) offer worked examples. -<p/>Nevertheless, there <em>are</em> contributed alternatives — in fact -there are an awfully large number of them: the following list, of -necessity, makes but a small selection. -<p/>The largest, most comprehensive, class is <i>newlfm</i>; the <code>lfm</code> -part of the name implies that the class can create letters, faxes and -memoranda. The documentation is voluminous, and the package seems -very flexible. -<p/>Axel Kielhorn’s <i>akletter</i> class is the only other one, -recommended for inclusion in this FAQ, whose documentation is -available in English. -<p/>The <i>dinbrief</i> class, while recommended, is only documented in -German. -<p/>There are letter classes in each of the excellent -<i>KOMA-script</i> (<i>scrlttr2</i>: documentation is available in -English) and <i>ntgclass</i> (<i>brief</i>: documentation in Dutch -only) bundles. While these are probably good (since the bundles -themselves inspire trust) they’ve not been specifically recommended by -any users. -<dl> -<dt><tt><i>akletter.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/akletter.zip">macros/latex/contrib/akletter</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/akletter.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/akletter/">browse</a>) -<dt><tt><i>brief.cls</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntgclass.zip">macros/latex/contrib/ntgclass</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntgclass.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ntgclass/">browse</a>) -<dt><tt><i>dinbrief.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/dinbrief.zip">macros/latex/contrib/dinbrief</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/dinbrief.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/dinbrief/">browse</a>) -<dt><tt><i>newlfm.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/newlfm.zip">macros/latex/contrib/newlfm</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/newlfm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/newlfm/">browse</a>) -<dt><tt><i>scrlttr2.cls</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=letterclass">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=letterclass</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-letterspace.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-letterspace.html deleted file mode 100644 index d20e191d767..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-letterspace.html +++ /dev/null @@ -1,45 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label letterspace</title> -</head><body> -<h3>Changing the space between letters</h3> -<p/>A common technique in advertising copy (and other text whose actual -content need not actually be <em>read</em>) is to alter the space -between the letters (otherwise known as the tracking). As a general -rule, this is a very bad idea: it detracts from legibility, which is -contrary to the principles of typesetting (any respectable font you -might be using should already have optimum tracking built into it). -<p/>The great type designer, Eric Gill, is credited with saying “he who -would letterspace lower-case text, would steal sheep”. (The -attribution is probably apocryphal: others are also credited with the -remark. Stealing sheep was, in the 19th century, a capital offence in -Britain.) As the remark suggests, though, letterspacing of upper-case -text is less awful a crime; the technique used also to be used for -emphasis of text set in Fraktur (or similar) fonts. -<p/>Straightforward macros (usable, in principle, with any TeX macro -package) may be found in <i>letterspacing</i> (which is the name of -the <code>.tex</code> file). -<p/> - -<p/>A more comprehensive solution is to be found in the <i>soul</i> -package (which is optimised for use with LaTeX, but also works with -Plain TeX). Soul also permits hyphenation of letterspaced text; -Gill’s view of such an activity is not (even apocryphally) recorded. -(Spacing-out forms part of the name of <i>soul</i>; the other half -is described in <a href="FAQ-underline.html">another question</a>.) -<p/>Possibly the ‘ultimate’ in this field is the <i>microtype</i>, -which uses the micro-typography capabilities of current PDFTeX to -provide a <code>\</code><code>textls</code> command, which operates according to parameters -declared in a <code>\</code><code>SetTracking</code> command. <i>Microtype</i>’s -‘tracking’ facility expands the natural spacing font itself, rather -than inserting space between characters. Ordinarily, letter-spacing -will destroy ligatures; however, this is <em>wrong</em> if the font is -of a fraktur style, and the package provides a means of protecting the -ligatures in a letter-spaced text. -<dl> -<dt><tt><i>letterspacing.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/generic/misc/letterspacing.tex">macros/generic/misc/letterspacing.tex</a> -<dt><tt><i>microtype.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/microtype.zip">macros/latex/contrib/microtype</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/microtype.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/microtype/">browse</a>) -<dt><tt><i>soul.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/soul.zip">macros/latex/contrib/soul</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/soul.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/soul/">browse</a>) - -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=letterspace">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=letterspace</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-limits.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-limits.html deleted file mode 100644 index c09918b890b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-limits.html +++ /dev/null @@ -1,60 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label limits</title> -</head><body> -<h3>Sub- and superscript positioning for operators</h3> -<p/>The commonest hand-written style for expressions is to place the limit -expressions on operators such as <code>\</code><code>sum</code> and <code>\</code><code>int</code> physically -above and below the operator. In (La)TeX, we write these limit -expressions using sub- and superscripts applied to the operator, but -they don’t always appear in the “handwritten” way in TeX’s -output. -<p/>The reason is, that when an expression appears in non-display maths, -in running text (and is therefore in TeX <code>\</code><code>textstyle</code>), placing -the limits thus could lead to ragged line spacing (and hence -difficult-to-read text). It is therefore common (in <code>\</code><code>textstyle</code>) -to place the limits as one would sub- and superscripts of variables. -<p/>This is not universally satisfactory, so the primitive <code>\</code><code>limits</code> is -provided: -<blockquote> -<pre> -$\sum\limits_{n=1}^{m} ...$ -</pre> -</blockquote><p> -which will place the limits right above and below the symbol (and be -blowed to the typography...). -<p/>Contrariwise, you may wish to change the arrangement of the limits -when in <code>\</code><code>displaystyle</code>. For this purpose, there’s a corresponding -<code>\</code><code>nolimits</code>: -<blockquote> -<pre> -\[\sum\nolimits_{n=1}^{m} ...\] -</pre> -</blockquote><p> -which will place the limits as they would be in <code>\</code><code>textstyle</code>. -<p/>Alternatively, one can manipulate the -<code>\</code><code>textstyle</code>/<code>\</code><code>displaystyle</code> state of the mathematics. To get -“<code>\</code><code>limits</code> placement” in inline maths, -<blockquote> -<pre> -$\displaystyle\sum_{n=1}^{m} ...$ -</pre> -</blockquote><p> -and for “<code>\</code><code>nolimits</code> placement” in display maths, -<code>\</code><code>nolimits</code>: -<blockquote> -<pre> -\[\textstyle\sum_{n=1}^{m} ...\] -</pre> -</blockquote><p> -will serve. Either of these forms may have effects other than on the -operator you’re considering, but there are still those who prefer this -formulation. -<p/>Remember, if you’re -<a href="FAQ-newfunction.html">declaring a special operator of your own</a>, the -AMSLaTeX functions (that you ought to be using) allow you to choose -how limits are displayed, at definition time. -<p/>(Note that the macro <code>\</code><code>int</code> normally has <code>\</code><code>nolimits</code> built in to -its definition. There is an example in the TeXbook to show how odd -<code>\</code><code>int</code><code>\</code><code>limits</code> looks when typeset.) -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=limits">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=limits</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linenos.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linenos.html deleted file mode 100644 index ac06276ba38..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linenos.html +++ /dev/null @@ -1,34 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label linenos</title> -</head><body> -<h3>Including line numbers in typeset output</h3> -<p/>For general numbering of lines, there are two packages for use with -LaTeX, <i>lineno</i> (which permits labels attached to -individual lines of typeset output) and <i>numline</i>. -<p/>Both of these packages play fast and loose with the LaTeX output -routine, which can cause problems: the user should beware... -<p/>If the requirement is for numbering verbatim text, <i>moreverb</i>, -<i>memoir</i> or <i>fancyvrb</i> (see -<a href="FAQ-verbfile.html">including files verbatim</a>) may be used. -<p/>One common use of line numbers is in critical editions of texts, and -for this the <i>edmac</i> package offers comprehensive support; -<i>ledmac</i> is a LaTeX port of <i>edmac</i>. -<p/>The <i>vruler</i> package sidesteps many of the problems associated -with line-numbering, by offering (as its name suggests) a rule that -numbers positions on the page. The effect is good, applied to -even-looking text, but is poor in texts that involve breaks such as -interpolated mathematics or figures. Documentation of the package, in -the package itself, is pretty tough going, though there is an example -(also inside the package file). -<dl> -<dt><tt><i>edmac</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/edmac.zip">macros/plain/contrib/edmac</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/edmac.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/contrib/edmac/">browse</a>) -<dt><tt><i>fancyvrb.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyvrb.zip">macros/latex/contrib/fancyvrb</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyvrb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyvrb/">browse</a>) -<dt><tt><i>ledmac.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ledmac.zip">macros/latex/contrib/ledmac</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ledmac.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ledmac/">browse</a>) -<dt><tt><i>lineno.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lineno.zip">macros/latex/contrib/lineno</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lineno.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/lineno/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>moreverb.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/moreverb.zip">macros/latex/contrib/moreverb</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/moreverb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/moreverb/">browse</a>) -<dt><tt><i>numline.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/numline/numline.sty">macros/latex/contrib/numline/numline.sty</a> -<dt><tt><i>vruler.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/vruler.sty">macros/latex/contrib/misc/vruler.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linenos">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linenos</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linespace.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linespace.html deleted file mode 100644 index 459a395ed47..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linespace.html +++ /dev/null @@ -1,41 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label linespace</title> -</head><body> -<h3>Double-spaced documents in LaTeX</h3> -<p/>A quick and easy way of getting inter-line space for copy-editing is -to change <code>\</code><code>baselinestretch</code> — <code>\</code><code>linespread{1.2}</code> (or, -equivalently <code>\</code><code>renewcommand{<code>\</code><code>baselinestretch</code>}{1.2}</code>) may -be adequate. Note that <code>\</code><code>baselinestretch</code> changes don’t take -effect until you select a new font, so make the change in the preamble -before any font is selected. Don’t try changing <code>\</code><code>baselineskip</code>: -its value is reset at any size-changing command so that results will -be inconsistent. -<p/>For preference (and certainly for a production document, such as a -dissertation or an article submission), use a line-spacing package. -The only one currently supported is <i>setspace</i> (do <em>not</em> -be tempted by <i>doublespace</i> — its performance under current -LaTeX is at best problematical). <i>Setspace</i> switches off -double-spacing at places where even the most die-hard official would -doubt its utility (footnotes, figure captions, and so on); it’s very -difficult to do this consistently if you’re manipulating -<code>\</code><code>baselinestretch</code> yourself. -<p/>Of course, the real solution (other than for private copy editing) is -<em>not</em> to use double-spacing at all. Universities, in particular, -have no excuse for specifying double-spacing in submitted -dissertations: LaTeX is a typesetting system, not a -typewriter-substitute, and can (properly used) make single-spaced text -even more easily readable than double-spaced typewritten text. If you -have any influence on your university’s system (for example, through -your dissertation supervisor), it may be worth attempting to get the -rules changed (at least to permit a “well-designed book” format). -<p/>Double-spaced submissions are also commonly required when submitting -papers to conferences or journals. Fortunately (judging by the -questions from users in this author’s department), this demand is -becoming less common. -<p/>Documentation of <i>setspace</i> appears as TeX comments in the -package file itself. -<dl> -<dt><tt><i>setspace.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/setspace/setspace.sty">macros/latex/contrib/setspace/setspace.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linespread.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linespread.html deleted file mode 100644 index 79c57fffa0e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-linespread.html +++ /dev/null @@ -1,39 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label linespread</title> -</head><body> -<h3>Why doesn’t <code>\</code><code>linespread</code> work?</h3> -<p/>The command <code>\</code><code>linespread{</code><em>factor</em><code>}</code> is supposed to multiply -the current <code>\</code><code>baselineskip</code> by <<i>factor</i>>; but, to all -appearances, it doesn’t. -<p/>In fact, the command is equivalent to -<code>\</code><code>renewcommand{<code>\</code><code>baselinestretch</code>}{factor}</code>: written that -way, it somehow feels less surprising that the effect isn’t immediate. -The <code>\</code><code>baselinestretch</code> factor is only used when a font is selected; -a mere change of <code>\</code><code>baselinestretch</code> doesn’t change the font, any -more than does the command -<code>\</code><code>fontsize{</code><em>size</em><code>}{</code><em>baselineskip</em><code>}</code> — you have to follow -either command with <code>\</code><code>selectfont</code>. So: -<blockquote> -<pre> -\fontsize{10}{12}% -\selectfont -</pre> -</blockquote><p> -or: -<blockquote> -<pre> -\linespread{1.2}% -\selectfont -</pre> -</blockquote><p> -Of course, a package such as <i>setspace</i>, whose job is to -manage the baseline, will deal with all this stuff — see -“<a href="FAQ-linespace.html">managing double-spaced documents</a>”. If -you want to avoid <i>setspace</i>, beware the behaviour of -linespread changes within a paragraph: read -“<a href="FAQ-baselinepar.html"><code>\</code><code>baselineskip</code> is a paragraph parameter</a>”. -<dl> -<dt><tt><i>setspace.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/setspace/setspace.sty">macros/latex/contrib/setspace/setspace.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespread">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespread</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-lit.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-lit.html deleted file mode 100644 index 539033c4fd6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-lit.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label lit</title> -</head><body> -<h3>What is Literate Programming?</h3> -<p/>Literate programming is the combination of documentation and source -together in a fashion suited for reading by human beings. -In general, literate programs combine source -and documentation in a single file. Literate programming tools then -parse the file to produce either readable documentation or compilable -source. The WEB style of literate programming was created by -D. E. Knuth during the development of TeX. -<p/> - The “<a href="FAQ-dtx.html">documented LaTeX</a>” style of programming -is regarded by some as a form of literate programming, though it only -contains a subset of the constructs Knuth used. -<p/>Discussion of literate programming is conducted in the newsgroup -<i>comp.programming.literate</i>, whose FAQ is stored on -CTAN. Another good source of information is -<a href="http://www.literateprogramming.com/">http://www.literateprogramming.com/</a> -<dl> -<dt><tt><i>Literate Programming FAQ</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/help/comp.programming.literate_FAQ">help/comp.programming.literate_FAQ</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=lit">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=lit</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-logos.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-logos.html deleted file mode 100644 index f0e08fac9cc..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-logos.html +++ /dev/null @@ -1,46 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label logos</title> -</head><body> -<h3>Typesetting all those TeX-related logos</h3> -<p/>Knuth was making a particular point about the capabilities of TeX -when he defined the logo. Unfortunately, many believe, he thereby -opened floodgates to give the world a whole range of rather silly -‘bumpy road’ logos such as AMSTeX, PicTeX, BibTeX, and so on, -produced in a flurry of different fonts, sizes, and baselines — indeed, -everything one might hope to cause them to obstruct the reading process. -In particular, Lamport invented LaTeX - - (silly enough in itself, with a raised small ‘A’ and a lowered ‘E’) -and marketing input from Addison-Wesley led to the even -stranger current logo - - LaTeX2e, which appends a lowered single-stroke Greek letter - epsilon. -<p/>Sensible users don’t have to follow this stuff wherever it goes, -but, for those who insist, a large collection of logos is defined in -the <i>texnames</i> package (but note that this set of macros isn’t -entirely reliable in LaTeX2e). -The Metafont and MetaPost logos can be set in fonts that LaTeX2e -knows about (so that they scale with the surrounding text) using the -<i>mflogo</i> package; but be aware that booby-traps surround the -use of the Knuthian font for MetaPost (you might get - - - - - something like ‘META O T’). -You needn’t despair, however — the author himself uses just ‘MetaPost’. -<p/>For those who don’t wish to acquire the ‘proper’ logos, the canonical -thing to do is to say <code>AMS-</code><code>\</code><code>TeX</code> - -for AMSTeX, <code>Pic</code><code>\</code><code>TeX</code> - -for PicTeX, <code>Bib</code><code>\</code><code>TeX</code> - -for BibTeX, and so on. -<dl> -<dt><tt><i>mflogo.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mflogo.zip">macros/latex/contrib/mflogo</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mflogo.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mflogo/">browse</a>) -<dt><tt><i>texnames.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/biblio/texnames.sty">info/biblio/texnames.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=logos">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=logos</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-lollipop.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-lollipop.html deleted file mode 100644 index ec9d1b7a1a8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-lollipop.html +++ /dev/null @@ -1,31 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label lollipop</title> -</head><body> -<h3>What is Lollipop?</h3> -<p/>Lollipop is a macro package written by Victor Eijkhout; it was used in -the production of his book “<em>TeX by Topic</em>” (see -<a href="FAQ-ol-books.html">(La)TeX Tutorials</a>). The manual says of -it: -<blockquote> - Lollipop is ‘TeX made easy’. Lollipop is a macro package that - functions as a toolbox for writing TeX macros. It was my - intention to make macro writing so easy that implementing a fully - new layout in TeX would become a matter of less than an hour for - an average document, and that it would be a task that could be - accomplished by someone with only a very basic training in TeX - programming. -<p/> Lollipop is an attempt to make structured text formatting available - for environments where previously only WYSIWYG packages could be - used because adapting the layout is so much more easy with them than - with traditional TeX macro packages. -</blockquote><p> -<p/>The manual goes on to talk of ambitions to “capture some of the -LaTeX market share”; it’s a very witty package, but little sign of - -it taking over from LaTeX is detectable... -An article about Lollipop appeared in <i>TUGboat</i> 13(3). -<dl> -<dt><tt><i>Lollipop distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/lollipop.zip">macros/lollipop</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/lollipop.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/lollipop/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=lollipop">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=lollipop</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-longtab.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-longtab.html deleted file mode 100644 index a749efd9b5c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-longtab.html +++ /dev/null @@ -1,67 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label longtab</title> -</head><body> -<h3>Tables longer than a single page</h3> -<p/>Tables are, by default, set entirely in boxes of their own: as a -result, they won’t split over a page boundary. Sadly, the world keeps -turning up tables longer than a single page that we need to typeset. -<p/>For simple tables (whose shape is highly regular), the simplest -solution may well be to use the <code>tabbing</code> environment, -which is slightly tedious to set up, but which doesn’t force the whole alignment -onto a single page. -<p/>The <i>longtable</i> package builds the whole table (in chunks), in -a first pass, and then uses information it has written to the <code>.aux</code> -file during later passes to get the setting “right” (the package -ordinarily manages to set tables in just two passes). Since the -package has overview of the whole table at the time it’s doing -“final” setting, the table is set “uniformly” over its entire -length, with columns matching on consecutive pages. -<i>longtable</i> has a reputation for failing to interwork with -other packages, but it does work with <i>colortbl</i>, and its -author has provided the <i>ltxtable</i> package to provide (most -of) the facilities of <i>tabularx</i> (see - -<a href="FAQ-fixwidtab.html">fixed-width tables</a>) for long tables: -beware of its rather curious usage constraints — each long table -should be in a file of its own, and included by -<code>\</code><code>LTXtable{</code><em>width</em><code>}{</code><em>file</em><code>}</code>. Since <i>longtable</i>’s -multiple-page tables can’t possibly live inside floats, the package -provides for captions within the <code>longtable</code> environment -itself. -<p/>A seeming alternative to <i>ltxtable</i> is <i>ltablex</i>; but -it is outdated and not fully functional. Its worst problem is its -strictly limited memory capacity (<i>longtable</i> is not so -limited, at the cost of much complication in its code); -<i>ltablex</i> can only deal with relatively small tables, it doesn’t seem -likely that support is available; but its user interface is much -simpler than <i>ltxtable</i>, so if its restrictions aren’t a -problem for you, it may be worth a try. -<p/>The <i>supertabular</i> package starts and stops a -<code>tabular</code> environment for each page of the table. As a -result, each ‘page worth’ of the table is compiled independently, and -the widths of corresponding columns may differ on successive pages. -However, if the correspondence doesn’t matter, or if your columns are -fixed-width, <i>supertabular</i> has the great advantage of doing -its job in a single run. -<p/>Both <i>longtable</i> and <i>supertabular</i> allow definition -of head- and footlines for the table; <i>longtable</i> allows -distinction of the first and last head and foot. -<p/>The <i>xtab</i> package fixes some infelicities of -<i>supertabular</i>, and also provides a “last head” facility -(though this, of course, destroys <i>supertabular</i>’s advantage -of operating in a single run). -<p/>The <i>stabular</i> package provides a simple-to-use “extension to -<code>tabular</code>” that allows it to typeset tables that run over -the end of a page; it also has usability extensions, but doesn’t have -the head- and footline capabilities of the major packages. -<p/>Documentation of <i>ltablex</i> is to be found in the package file. -<dl> -<dt><tt><i>longtable.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>ltablex.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ltablex/ltablex.sty">macros/latex/contrib/ltablex/ltablex.sty</a> -<dt><tt><i>ltxtable.sty</i></tt><dd>Generate by running <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle/ltxtable.tex">macros/latex/contrib/carlisle/ltxtable.tex</a> -<dt><tt><i>stabular.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sttools.zip">macros/latex/contrib/sttools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sttools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sttools/">browse</a>) -<dt><tt><i>supertabular.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/supertabular.zip">macros/latex/contrib/supertabular</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/supertabular.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/supertabular/">browse</a>) -<dt><tt><i>xtab.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/xtab.zip">macros/latex/contrib/xtab</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/xtab.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/xtab/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=longtab">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=longtab</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ltxabbrv.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ltxabbrv.html deleted file mode 100644 index 0602a30cfc6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ltxabbrv.html +++ /dev/null @@ -1,59 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ltxabbrv</title> -</head><body> -<h3>LaTeX internal “abbreviations”, etc.</h3> -<p/>In the deeps of time, when TeX first happened, computers had -extremely limited memory, and were (by today’s standards) painfully -slow. When LaTeX came along, things weren’t much better, and even -when LaTeX2e appeared, there was a strong imperative to save memory -space (and to a lesser extent) CPU time. -<p/>From the very earliest days, Knuth used shortcut macros to speed -things up. LaTeX, over the years, has extended Knuth’s list by a -substantial amount. An interesting feature of the “abbreviations” is -that on paper, they may look longer than the thing they stand for; -however, to (La)TeX they <em>feel</em> smaller... -<p/>The table at the end of this answer lists the commonest of these -“abbreviations”. It is not complete; as always, if the table -doesn’t help, try the LaTeX source. The table lists each -abbreviation’s <em>name</em> and its <em>value</em>, which provide most of -what a user needs to know. The table also lists the abbreviation’s -<em>type</em>, which is a trickier concept: if you need to know, the -only real confusion is that the abbreviations labelled ‘defn’ are -defined using an <code>\</code><code><em>xxx</code>def</em> command. -<p/><table rules="groups" border="0" cellpadding="3"><tbody><tr><td> -Name <td> Type <td> Value <tr><td> -</tbody><tbody><tr><td> -<code>\</code><code>m@ne</code> <td> count <td> -1 <tr><td> -<code>\</code><code>p@</code> <td> dimen <td> 1pt <tr><td> -<code>\</code><code>z@</code> <td> dimen <td> 0pt <tr><td> -<code>\</code><code>z@skip</code> <td> skip <td> 0pt plus 0pt minus 0pt <tr><td> -</tbody><tbody><tr><td> -<code>\</code><code>@ne</code> <td> defn <td> 1 <tr><td> -<code>\</code><code>tw@</code> <td> defn <td> 2<tr><td> -<code>\</code><code>thr@@</code> <td> defn <td> 3 <tr><td> -<code>\</code><code>sixt@@n</code> <td> defn <td> 16 <tr><td> -<code>\</code><code>@cclv</code> <td> defn <td> 255 <tr><td> -<code>\</code><code>@cclvi</code> <td> defn <td> 256 <tr><td> -<code>\</code><code>@m</code> <td> defn <td> 1000 <tr><td> -<code>\</code><code>@M</code> <td> defn <td> 10000 <tr><td> -<code>\</code><code>@MM</code> <td> defn <td> 20000 <tr><td> -</tbody><tbody><tr><td> -<code>\</code><code>@vpt</code> <td> macro <td> 5 <tr><td> -<code>\</code><code>@vipt</code> <td> macro <td> 6 <tr><td> -<code>\</code><code>@viipt</code> <td> macro <td> 7 <tr><td> -<code>\</code><code>@viiipt</code> <td> macro <td> 8 <tr><td> -<code>\</code><code>@ixpt</code> <td> macro <td> 9 <tr><td> -<code>\</code><code>@xpt</code> <td> macro <td> 10 <tr><td> -<code>\</code><code>@xipt</code> <td> macro <td> 10.95 <tr><td> -<code>\</code><code>@xiipt</code> <td> macro <td> 12 <tr><td> -<code>\</code><code>@xivpt</code> <td> macro <td> 14.4 <tr><td> -<code>\</code><code>@xviipt</code> <td> macro <td> 17.28 <tr><td> -<code>\</code><code>@xxpt</code> <td> macro <td> 20.74 <tr><td> -<code>\</code><code>@xxvpt</code> <td> macro <td> 24.88 <tr><td> -</tbody><tbody><tr><td> -<code>\</code><code>@plus</code> <td> macro <td> “<code>plus</code>” <tr><td> -<code>\</code><code>@minus</code> <td> macro <td> “<code>minus</code>” <tr><td> - -</tbody></table> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ltxabbrv">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ltxabbrv</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ltxcmds.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ltxcmds.html deleted file mode 100644 index af41f3f0733..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ltxcmds.html +++ /dev/null @@ -1,122 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ltxcmds</title> -</head><body> -<h3>The definitions of LaTeX commands</h3> -<p/>There are several reasons to want to know the definitions of LaTeX -commands: from the simplest “idle curiosity”, to the pressing need -to patch something to make it “work the way you want it”. None of -these are <em>pure</em> motives, but knowledge and expertise seldom -arrive through the purest of motives. -<p/>The simple answer is to try <code>\</code><code>show</code>, in a run of LaTeX that is -taking commands from the terminal: -<blockquote> -<pre> -*\makeatletter -*\show\protected@edef -> \protected@edef=macro: -->\let \@@protect \protect - \let \protect \@unexpandable@protect - \afterassignment \restore@protect \edef . -</pre> -</blockquote><p> -(I’ve rearranged the output there, from the rather confused version -TeX itself produces.) We may perhaps, now, wonder about -<code>\</code><code>@unexpandable@protect</code>: -<blockquote> -<pre> -*\show\@unexpandable@protect -> \@unexpandable@protect=macro: -->\noexpand \protect \noexpand . -</pre> -</blockquote><p> -and we’re starting to see how one part of the <code>\</code><code>protect</code>ion -mechanism works (one can probably fairly safely guess what -<code>\</code><code>restore@protect</code> does). -<p/>Many kernel commands are declared robust: -<blockquote> -<pre> -*\show\texttt -> \texttt=macro: -->\protect \texttt . -</pre> -</blockquote><p> -so that <code>\</code><code>show</code> isn’t much help. Define a command <code>\</code><code>pshow</code> as -shown below, and use that instead: -<blockquote> -<pre> -*\def\pshow#1{{\let\protect\show #1}} -*\pshow\texttt -> \texttt =\long macro: -#1->\ifmmode \nfss@text {\ttfamily #1}% - \else \hmode@bgroup \text@command {#1}% - \ttfamily \check@icl #1\check@icr - \expandafter \egroup \fi . -</pre> -</blockquote><p> -Note that the command name that is protected is the ‘base’ command, -with a space appended. This is cryptically visible, in a couple of -places above. (Again, the output has been sanitised.) -<p/>If one has a malleable text editor, the same investigation may more -comfortably be conducted by examining the file <i>latex.ltx</i> (which -is usually to be found, in a TDS system, in directory -<i>tex/latex/base</i>). -<p/>In fact, <i>latex.ltx</i> is the product of a <i>docstrip</i> -process on a large number of <a href="FAQ-dtx.html"><code>.dtx</code> files</a>, and -you can refer to those instead. The LaTeX distribution includes a file -<i>source2e.tex</i>, and most systems retain it, again in -<i>tex/latex/base</i>. <i>Source2e.tex</i> may be processed to -provide a complete source listing of the LaTeX kernel (in fact the -process isn’t entirely straightforward, but the file produces messages -advising you what to do). The result is a huge document, with a -line-number index of control sequences the entire kernel and a -separate index of changes recorded in each of the files since the -LaTeX team took over. -<p/>The printed kernel is a nice thing to have, but it’s unwieldy and sits -on my shelves, seldom used. One problem is that the comments are -patchy: the different modules range from well and lucidly documented, -through modules documented only through an automatic process that -converted the documentation of the source of LaTeX 2.09, to modules -that hardly had any useful documentation even in the LaTeX 2.09 original. -<p/>In fact, each kernel module <code>.dtx</code> file will process separately -through LaTeX, so you don’t have to work with the whole of -<i>source2e</i>. You can easily determine which module defines the -macro you’re interested in: use your “malleable text editor” to find -the definition in <i>latex.ltx</i>; then search backwards from that -point for a line that starts -<code>%%% From File:</code> — that line -tells you which <code>.dtx</code> file contains the definition you are interested -in. Doing this for <code>\</code><code>protected@edef</code>, we find: -<blockquote> -<pre> -%%% From File: ltdefns.dtx -</pre> -</blockquote><p> -When we come to look at it, <i>ltdefns.dtx</i> proves to contain -quite a dissertation on the methods of handling <code>\</code><code>protect</code>ion; it -also contains some automatically-converted LaTeX 2.09 documentation. -<p/>And of course, the kernel isn’t all of LaTeX: your command may be -defined in one of LaTeX’s class or package files. For example, we -find a definition of <code>\</code><code>thebibliography</code> in <i>article</i>, but -there’s no <i>article.dtx</i>. Some such files are generated from -parts of the kernel, some from other files in the distribution. You -find which by looking at the start of the file: in <i>article.cls</i>, -we find: -<blockquote> -<pre> -%% This is file `article.cls', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% classes.dtx (with options: `article') -</pre> -</blockquote><p> -so we need to format <i>classes.dtx</i> to see the definition in -context. -<p/>All these .dtx files are on CTAN as part of the main LaTeX -distribution. -<dl> -<dt><tt><i>LaTeX distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.zip">macros/latex/base</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/base/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ltxcmds">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ltxcmds</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ltxhash.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ltxhash.html deleted file mode 100644 index 0e3d777727f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ltxhash.html +++ /dev/null @@ -1,55 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ltxhash</title> -</head><body> -<h3>Defining LaTeX commands within other commands</h3> -<p/>LaTeX command definition is significantly different from the TeX -primitive form discussed in an -<a href="FAQ-hash.html">earlier question</a> about definitions within -macros. -<p/>In most ways, the LaTeX situation is simpler (at least in part -because it imposes more restrictions on the user); however, defining a -command within a command still requires some care. -<p/>The earlier question said you have to double the <code>#</code> signs in command -definitions: in fact, the same rule holds, except that LaTeX -already takes care of some of the issues, by generating argument lists -for you. -<p/>The basic problem is that: -<blockquote> -<pre> -\newcommand{\abc}[1]{joy, oh #1!% - \newcommand{\ghi}[1]{gloom, oh #1!}% -} -</pre> -</blockquote><p> -followed by a call: -<blockquote> -<pre> -\cmdinvoke{abc}{joy} -</pre> -</blockquote><p> -typesets “joy, oh joy!”, but defines a command <code>\</code><code>ghi</code> that takes -one parameter, which it ignores; <code>\</code><code>ghi{gloom}</code> will expand to -“gloom, oh joy!”, which is presumably not what was expected. -<p/>And (as you will probably guess, if you’ve read the earlier question) -the definition: -<blockquote> -<pre> -\newcommand{\abc}[1]{joy, oh #1!% - \newcommand{\ghi}[1]{gloom, oh ##1!}% -} -</pre> -</blockquote><p> -does what is required, and <code>\</code><code>ghi{gloom}</code> will expand to -“gloom, oh gloom!”, whatever the argument to <code>\</code><code>abc</code>. -<p/>The doubling is needed whether or not the enclosing command has an -argument, so: -<blockquote> -<pre> -\newcommand{\abc}{joy, oh joy!% - \newcommand{\ghi}[1]{gloom, oh ##1!}% -} -</pre> -</blockquote><p> -is needed to produce a replica of the <code>\</code><code>ghi</code> we defined earlier. -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ltxhash">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ltxhash</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-luatex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-luatex.html deleted file mode 100644 index bd8af31be3b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-luatex.html +++ /dev/null @@ -1,28 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label luatex</title> -</head><body> -<h3>PDFTeX becomes LuaTeX</h3> -<p/>As is said elsewhere in these FAQs, development of -<a href="FAQ-whatpdftex.html">PDFTeX</a> is “in essence” complete — -development of new facilities continues, but the limitations of the -present structure impose a strong limit on what facilities are -possible. (The PDFTeX team has announced that no further -developments will be added after the release of PDFTeX 1.50.0, -which will be the next major release.) -<p/>In this context, the idea of LuaTeX arose. -<a href="http://www.lua.org/"><i>Lua</a></i> is a script -language, designed to offer an interpreter with a very small -“footprint”, so it is rather easy to build it into other -applications. So LuaTeX was launched as a PDFTeX -executable with a <i>Lua</i> interpreter built into it. -<p/>A <a href="http://www.luatex.org/">LuaTeX project</a> is now proceeding -(with monetary support from various sources) and is pursuing avenues -that many of the other -current projects have in their sights, notably Unicode character -representations and support for OpenType fonts. Work is also in hand -to integrate the extensions pioneered by <a href="FAQ-omegaleph.html">Aleph</a>. -<p/>The next release of TeX Live (due in July 2008) and MiKTeX -version 2.8 (no current release date) will incorporate LuaTeX. -ConTeXt distributions can already make use of it. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=luatex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=luatex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mailliststar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mailliststar.html deleted file mode 100644 index c44c1de89f7..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mailliststar.html +++ /dev/null @@ -1,32 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label maillists*</title> -</head><body> -<h3>Specialist mailing lists</h3> -<p/>The previous question, “<a href="FAQ-gethelp.html">getting help</a>”, talked of -the two major forums in which (La)TeX, Metafont and MetaPost are -discussed; however, these aren’t the only ones available. -<p/>The TUG web site offers many mailing lists other than just -<code>texhax</code> via its -<a href="http://tug.org/mailman/listinfo">mail list management page</a>. -<p/>The French national TeX user group, Gutenberg, offers a Metafont (and, -de facto, MetaPost) mailing list, <a href="mailto:metafont@ens.fr"><i>metafont@ens.fr</i></a>: subscribe to -it by sending a message -<blockquote> -<pre> -subscribe metafont -</pre> -</blockquote><p> -to <a href="mailto:sympa@ens.fr"><i>sympa@ens.fr</i></a> -<p/>(Note that there’s also a MetaPost-specific mailing list available via the -TUG lists; in fact there’s little danger of becoming confused -by subscribing to both.) -<p/>Announcements of TeX-related installations on the CTAN -archives are sent to the mailing list <code>ctan-ann</code>. Subscribe -to the list via its <i>MailMan</i> web-site -<a href="https://lists.dante.de/mailman/listinfo/ctan-ann">https://lists.dante.de/mailman/listinfo/ctan-ann</a>; list archives -are available at the same address. The list archives may also be -browsed via <a href="http://www.mail-archive.com/ctan-ann@dante.de/">http://www.mail-archive.com/ctan-ann@dante.de/</a>, and -an RSS feed is also available: -<a href="http://www.mail-archive.com/ctan-ann@dante.de/maillist.xml">http://www.mail-archive.com/ctan-ann@dante.de/maillist.xml</a> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=maillists*">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=maillists*</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-make.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-make.html deleted file mode 100644 index 18971011cad..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-make.html +++ /dev/null @@ -1,50 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label make</title> -</head><body> -<h3>Makefiles for LaTeX documents</h3> -<p/>LaTeX is a tricky beast for running <i>make</i> on: the need to -instruct LaTeX to run several times for essentially different -reasons (for example, “get the table of contents stable”, “get the -labels stable”, “add the bibliography”, “add the index”) is -actually rather difficult to express in the ‘ordinary’ sort of -dependency graph that one constructs for <i>make</i>. -<p/>For this reason, the only <i>make</i>-like package on CTAN -(for a long time) was <i>latexmk</i>, which is a <i>Perl</i> -script that analyses your LaTeX source for its dependencies, runs -BibTeX or <i>makeindex</i> as and when it notices that those -programs’ input (parts of the <code>.aux</code> file, or the -<code>.idx</code> file, respectively) has changed, and so on. -<i>Latexmk</i> is a fine -solution (and was used in generating printable versions of these -FAQs for a long time); it has recently been upgraded and has -many bells and whistles that allow it to operate as if it were a poor -man’s WYSIWYG system. -<p/>Apparently along the same lines, and currently (2007) under active -development, is AutoLaTeX. The <i>README</i> of the distribution is -actual a Unix-type man-page output, and shows great attention to the -details of the document production process. -<p/>Windows users of the MiKTeX system may use that systems -<i>texify</i> application. <i>Texify</i> deals with basic -LaTeX features, including generating a bibliography and an index; -it makes no claim to deal with other things (such as multiple -bibliographies or indexes, or lists of terminology, etc.), which -AutoLaTeX can be configured to process. -<p/>The <a href="FAQ-texinfo.html"><i>texinfo</i> system</a> comes with a similar -utility called <i>texi2dvi</i>, which is capable of “converting” -either LaTeX or <i>texinfo</i> files into DVI (or into -PDF, using PDFTeX). -<p/>A later contribution is the bundle <i>latexmake</i>, which -offers a set of <i>make</i> rules that invoke <i>texi2dvi</i> -as necessary. -<p/>The curious may examine the rules employed to run the present -FAQ through LaTeX: we don’t present them as a complete -solution, but some of the tricks employed are surely re-usable. -<dl> -<dt><tt><i>AutoLaTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/autolatex.zip">support/autolatex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/autolatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/autolatex/">browse</a>) -<dt><tt><i>FAQ distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/help/uk-tex-faq.zip">help/uk-tex-faq</a> (<a href="ftp://cam.ctan.org/tex-archive/help/uk-tex-faq.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/help/uk-tex-faq/">browse</a>) -<dt><tt><i>latexmake</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/latexmake.zip">support/latexmake</a> (<a href="ftp://cam.ctan.org/tex-archive/support/latexmake.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/latexmake/">browse</a>) -<dt><tt><i>latexmk</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/latexmk.zip">support/latexmk</a> (<a href="ftp://cam.ctan.org/tex-archive/support/latexmk.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/latexmk/">browse</a>) -<dt><tt><i>texi2dvi</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/texinfo/texinfo.zip">macros/texinfo/texinfo</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/texinfo/texinfo.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/texinfo/texinfo/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=make">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=make</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-makebib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-makebib.html deleted file mode 100644 index 80fafa4181e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-makebib.html +++ /dev/null @@ -1,22 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label makebib</title> -</head><body> -<h3>Reconstructing <code>.bib</code> files</h3> -<p/>Perhaps you’ve lost the <code>.bib</code> file you generated your document from, -or have been sent a document without one. Or even, you’ve realised -the error of building a substantial document without the benefit of -BibTeX... -<p/>The <i>Perl</i> script, <i>tex2bib</i> makes a reasonable job -of regenerating <code>.bib</code> files from <code>thebibliography</code> -environments, provided that the original (whether automatically or -manually generated) doesn’t deviate too far from the “standard” -styles. -<p/>You are well-advised to check the output of the script. While it will -not usually destroy information, it can quite reasonably mislabel it. -<p/>Documentation of the script is to be found in the file <i>tex2bib.readme</i> -<dl> -<dt><tt><i>tex2bib</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/tex2bib/tex2bib">biblio/bibtex/utils/tex2bib/tex2bib</a> -<dt><tt><i>tex2bib.readme</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/tex2bib/README">biblio/bibtex/utils/tex2bib/README</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=makebib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=makebib</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-makeindex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-makeindex.html deleted file mode 100644 index f0a1f6ca76d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-makeindex.html +++ /dev/null @@ -1,53 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label makeindex</title> -</head><body> -<h3>Generating an index in (La)TeX</h3> -<p/>Making an index is not trivial; what to index, and how to index it, is -difficult to decide, and uniform implementation is difficult to -achieve. You will need to mark all items to be indexed in your text -(typically with <code>\</code><code>index</code> commands). -<p/>It is not practical to sort a large index within TeX, so a -post-processing program is used to sort the output of one TeX run, -to be included into the document at the next run. -<p/>The following programs are available: -<dl> -<dt>makeindex<dd> Comes with most distributions — a good workhorse, - but is not well-arranged to deal with other sort orders than the - canonical ASCII ordering. -<p/> The <i>makeindex</i> documentation is a good source of - information on how to create your own index. <i>Makeindex</i> can - be used with some TeX - macro packages other than LaTeX, such as - <a href="FAQ-eplain.html">Eplain</a>, and TeX (whose macros can - be used independently with Plain TeX). -<dt>idxtex<dd> for LaTeX under VMS, which comes with a - glossary-maker called <i>glotex</i>. -<dt>texindex<dd> A witty little shell/<i>sed</i>-script-based - utility for LaTeX under Unix. -<p/> The <a href="FAQ-texinfo.html">Texinfo</a> system also uses a program - <i>texindex</i>, whose source is to be found in the - <i>texinfo</i> distribution. The <i>ltxindex</i> package - provides macros to allow LaTeX users to use <em>this</em> - <i>texindex</i>. -<dt>xindy<dd> arose from frustration at the difficulty of making a - multi-language version of <i>makeindex</i>. It is designed to - be a successor to <i>makeindex</i>, by a team that included the - then-current maintainer of <i>makeindex</i>. It successfully - addresses many of <i>makeindex</i>’s shortcomings, including - difficulties with collation order in different languages, and it is - highly flexible. Sadly, its take-up is proving rather slow. -</dl> -<dl> -<dt><tt><i>idxtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/indexing/glo+idxtex.zip">indexing/glo+idxtex</a> (<a href="ftp://cam.ctan.org/tex-archive/indexing/glo+idxtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/indexing/glo+idxtex/">browse</a>) -<dt><tt><i>ltxindex.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ltxindex.zip">macros/latex/contrib/ltxindex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ltxindex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ltxindex/">browse</a>) -<dt><tt><i>makeindex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/indexing/makeindex.zip">indexing/makeindex</a> (<a href="ftp://cam.ctan.org/tex-archive/indexing/makeindex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/indexing/makeindex/">browse</a>) -<dt><tt><i>makeindex (Macintosh)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/mac/macmakeindex2.12.sea.hqx">systems/mac/macmakeindex2.12.sea.hqx</a> -<dt><tt><i>texindex (the script)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/indexing/texindex.zip">indexing/texindex</a> (<a href="ftp://cam.ctan.org/tex-archive/indexing/texindex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/indexing/texindex/">browse</a>) -<dt><tt><i>texindex (the program)</i></tt><dd>Distributed - with <a href="ftp://cam.ctan.org/tex-archive/macros/texinfo/texinfo.zip">macros/texinfo/texinfo</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/texinfo/texinfo.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/texinfo/texinfo/">browse</a>) -<dt><tt><i>texsis (system)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/texsis.zip">macros/texsis</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/texsis.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/texsis/">browse</a>) -<dt><tt><i>texsis (makeindex support)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/texsis/index/index.tex">macros/texsis/index/index.tex</a> -<dt><tt><i>xindy</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/support/xindy/">support/xindy/</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=makeindex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=makeindex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-man-latex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-man-latex.html deleted file mode 100644 index 2840ad9104c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-man-latex.html +++ /dev/null @@ -1,60 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label man-latex</title> -</head><body> -<h3>Online introductions: LaTeX</h3> -<p/>Tobias Oetiker’s ‘(Not so) Short Introduction to LaTeX2e’, is -regularly updated, as people suggest better ways of explaining things, -etc. The introduction is available on CTAN, together with -translations into a rather large set of languages. -<p/>Peter Flynn’s “Beginner’s LaTeX” (which also started as course -material) is a pleasing read. A complete copy may be found on -CTAN, but it may also be browsed over the web -(<a href="http://www.tex.ac.uk/tex-archive/info/beginlatex/html/">http://www.tex.ac.uk/tex-archive/info/beginlatex/html/</a>). -<p/>Harvey Greenberg’s ‘Simplified Introduction to LaTeX’ was written -for a lecture course, and is also available on CTAN (in PostScript -only, unfortunately). -<p/>The fourth edition of George Grätzer’s book “Math into LaTeX” -contains a “short course” in LaTeX itself, and that course has -been made publicly available on CTAN. -<p/>Edith Hodgen’s -<a href="http://www.mcs.vuw.ac.nz/~david/latex/notes.pdf">LaTeX, a Braindump</a> -starts you from the ground up — giving a basic tutorial in the use -of <i>Linux</i> to get you going (rather a large file...). -Its parent site, David Friggens’ -<a href="http://www.mcs.vuw.ac.nz/~david/latex/">documentation page</a> is a -useful collection of links in itself. -<p/> -<a href="http://www.andy-roberts.net/misc/latex/">Andy Roberts’ introductory material</a> -is a pleasing short introduction to the use of (La)TeX; some of the -slides for <em>actual</em> tutorials are to be found on the page, as -well. -<p/>Chris Harrison’s -<a href="http://www.chrisharrison.co.uk/xophbook/mybooks/tex/index.html">TeX book</a> -presents basic LaTeX with useful hints for extensions -<p/>Nicola Talbot’s -<a href="http://theoval.cmp.uea.ac.uk/~nlct/latex/novices/">LaTeX for complete novices</a> -does what it claims: the author teaches LaTeX at the University of -East Anglia. That is one of several of Nicola’s -<a href="http://theoval.cmp.uea.ac.uk/~nlct/latex/">introductory tutorials</a>, -which include exercises (with solutions). Other tutorials include -those for writing theses/dissertations with LaTeX, and for using -LaTeX in administrative work. (The page seems to be an adjunct to -her LaTeX courses — fortunate people, the people of UEA!). -<p/>An interesting (and practical) tutorial about what <em>not</em> to do is -<i>l2tabu</i>, or “A list of sins of LaTeX2e users” by Mark -Trettin, translated into English by Jürgen Fenn. The -tutorial is available from CTAN as a PDF file (though -the source is also available). -<dl> -<dt><tt><i>Beginner’s LaTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/beginlatex/beginlatex-3.6.pdf">info/beginlatex/beginlatex-3.6.pdf</a> -<dt><tt><i>Not so Short Introduction</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/lshort/english/lshort.pdf">info/lshort/english/lshort.pdf</a> - (in English, you may browse for sources and other language versions at - <a href="http://www.tex.ac.uk/tex-archive/info/lshort/">info/lshort/</a>) -<dt><tt><i>Simplified LaTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/simplified-latex/simplified-intro.ps">info/simplified-latex/simplified-intro.ps</a> -<dt><tt><i>Short Course in LaTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/Math_into_LaTeX-4/Short_Course.pdf">info/Math_into_LaTeX-4/Short_Course.pdf</a> - -<dt><tt><i>The sins of LaTeX users</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/l2tabu/english/l2tabuen.pdf">info/l2tabu/english/l2tabuen.pdf</a>; - source also available: <a href="ftp://cam.ctan.org/tex-archive/info/l2tabu/english/l2tabuen.tex">info/l2tabu/english/l2tabuen.tex</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=man-latex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=man-latex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-man-tex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-man-tex.html deleted file mode 100644 index 7b021ea561e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-man-tex.html +++ /dev/null @@ -1,13 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label man-tex</title> -</head><body> -<h3>Online introductions: Plain TeX</h3> -<p/>Michael Doob’s splendid ‘Gentle Introduction’ to Plain TeX -(available on CTAN) has been stable for a very long time. -<p/>Another recommendable document is D. R. Wilkins ‘Getting started with TeX’, -available on the web at <a href="http://www.ntg.nl/doc/wilkins/pllong.pdf">http://www.ntg.nl/doc/wilkins/pllong.pdf</a> -<dl> -<dt><tt><i>Gentle Introduction</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/gentle/gentle.pdf">info/gentle/gentle.pdf</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=man-tex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=man-tex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-manyauthor.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-manyauthor.html deleted file mode 100644 index 8828376fbf1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-manyauthor.html +++ /dev/null @@ -1,56 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label manyauthor</title> -</head><body> -<h3>BibTeX doesn’t understand lists of names</h3> -<p/>BibTeX has a strict syntax for lists of authors’ (or editors’) -names in the BibTeX data file; if you write the list of names in a -“natural”-seeming way, the chances are you will confuse BibTeX, -and the output produced will be quite different from what you had -hoped. -<p/>Names should be expressed in one of the forms -<blockquote> -<pre> -First Last -Last, First -Last, Suffix, First -</pre> -</blockquote><p> -and lists of names should be separated with “<code>and</code>”. -For example: -<blockquote> -<pre> -AUTHOR = {Fred Q. Bloggs, John P. Doe & - Another Idiot} -</pre> -</blockquote><p> -falls foul of two of the above rules: a syntactically significant -comma appears in an incorrect place, and ‘<code>\</code><code>&</code>’ is being used as a -name separator. The output of the above might be something like: -<blockquote> -<pre> -John P. Doe & Another Idiot Fred Q. Bloggs -</pre> - -</blockquote><p> -because “John P. Doe & Another Idiot has become the ‘first name’, -while “Fred Q. Bloggs” has become the ‘last name’ of a single -person. The example should have been written: -<blockquote> - -<pre> -AUTHOR = {Fred Q. Bloggs and John P. Doe and - Another Idiot} -</pre> -</blockquote><p> -Some bibliography styles implement clever acrobatics with very long -author lists. You can force truncation by using the pseudo-name -“<code>others</code>”, which will usually translate to something like -“<em>et al</em>” in the typeset output. So, if Mr. Bloggs wanted to -distract attention from his co-authors, he would write: -<blockquote> -<pre> -AUTHOR = {Fred Q. Bloggs and others} -</pre> -</blockquote><p> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=manyauthor">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=manyauthor</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-manymathalph.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-manymathalph.html deleted file mode 100644 index 349ad41cd8d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-manymathalph.html +++ /dev/null @@ -1,41 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label manymathalph</title> -</head><body> -<h3>Too many math alphabets</h3> -<p/>TeX mathematics is one of its most impressive features, yet the -internal structure of the mechanism that produces it is painfully -complicated and (in some senses) pathetically limited. One area of -limitation is that one is only allowed 16 ”maths alphabets” -<p/>LaTeX offers the user quite a lot of flexibility with allocating -maths alphabets, but few people use the flexibility directly. -Nevertheless, there are many packages that provide symbols, or that -manipulate them, which allocate themselves one or more maths alphabet. -<p/>If you can’t afford to drop any of these packages, there’s -still hope if you’re using the <i>bm</i> package to support -<a href="FAQ-boldgreek.html">bold maths</a>: <i>bm</i> is capable -of gobbling alphabets as if there is no tomorrow. The package defines -two limiter commands: <code>\</code><code>bmmax</code> (for <em>bold</em> symbols; default 4) -and <code>\</code><code>hmmax</code> (for <em>heavy</em> symbols, if you have them; -default 3), which control the number of alphabets to be used. -<p/>Any reduction of the <code>\</code><code><em>xx</code>max</em> variables will slow -<i>bm</i> down — but that’s surely better than the document not -running at all. So unless you’re using maths fonts (such as -<i>Mathtime Plus</i>) that feature a heavy symbol weight, suppress all -use of heavy families by -<blockquote> -<pre> - \renewcommand{\hmmax}{0} -</pre> -</blockquote><p> -and then steadily reduce the bold families, starting with -<blockquote> -<pre> - \renewcommand{\bmmax}{3} -</pre> -</blockquote><p> -until (with a bit of luck) the error goes away. -<dl> -<dt><tt><i>bm.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=manymathalph">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=manymathalph</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-marginmanual.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-marginmanual.html deleted file mode 100644 index 55669eb2d3c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-marginmanual.html +++ /dev/null @@ -1,46 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label marginmanual</title> -</head><body> -<h3>How to set up page layout “by hand”</h3> -<p/>So you’re eager to do it yourself, notwithstanding the cautions - - outlined in “<a href="FAQ-changemargin.html">changing margins</a>”. -<p/>It’s important that you first start by familiarising yourself -with LaTeX’s page layout parameters. For example, see section C.5.3 of the -LaTeX manual (pp. 181-182), or corresponding sections in many of the other -good LaTeX manuals (see <a href="FAQ-books.html">LaTeX books</a>). -<p/>LaTeX controls the page layout with a number of parameters, which -allow you to change the distance from the edges of a page to the left -and top edges of your typeset text, the width and height of the text, -and the placement of other text on the page. However, they are -somewhat complex, and it is easy to get their interrelationships wrong -when redefining the page layout. The layout package defines a -<code>\</code><code>layout</code> command which draws a diagram of your existing page -layout, with the dimensions (but not their interrelationships) shown. -<p/>Even changing the text height and width, <code>\</code><code>textheight</code> and -<code>\</code><code>textwidth</code>, requires more care than you might expect: the height -should be set to fit a whole number of text lines (in terms of -multiples of <code>\</code><code>baselinskip</code>), and the width should be constrained -by the number of characters per line, as mentioned in -“<a href="FAQ-changemargin.html">changing margins</a>”. -<p/>Margins are controlled by two parameters: <code>\</code><code>oddsidemargin</code> and -<code>\</code><code>evensidemargin</code>, whose names come from the convention that -odd-numbered pages appear on the right-hand side (‘recto’) of a -two-page spread and even-numbered pages on the left-hand side -(‘verso’). Both parameters actually refer to the left-hand margin of -the relevant pages; in each case the right-hand margin is specified by -implication, from the value of <code>\</code><code>textwidth</code> and the width of the -paper. (In a one-sided document, which is the default in many -classes, including the standard <i>article</i> and <i>report</i> -classes, <code>\</code><code>oddsidemargin</code> stands for both.) -<p/>The -“origin” (the zero position) on the page is one inch from the top of -the paper and one inch from the left side; positive horizontal -measurements extend right across the page, and positive vertical -measurements extend down the page. Thus, the parameters -<code>\</code><code>evensidemargin</code>, <code>\</code><code>oddsidemargin</code> and <code>\</code><code>topmargin</code>, should -be set to be 1 inch less than the true margin; for margins closer to -the left and top edges of the page than 1 inch, the margin parameters -must be set to negative values. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=marginmanual">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=marginmanual</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-marginparside.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-marginparside.html deleted file mode 100644 index 2746486f12f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-marginparside.html +++ /dev/null @@ -1,31 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label marginparside</title> -</head><body> -<h3>Getting <code>\</code><code>marginpar</code> on the right side</h3> -<p/>In an ideal world, marginal notes would be in “analogous” places on -every page: notes on an even-side page would be in the left margin, -while those on an odd-side page would be in the right margin. A -moment’s thought shows that a marginal note on the left needs to be -typeset differently from a marginal note on the right. The LaTeX -<code>\</code><code>marginpar</code> command therefore takes two arguments in a -<code>twoside</code> documents: -<code>\</code><code>marginpar[</code><em>left text</em><code>]{</code><em>right text</em><code>}</code>. LaTeX uses the -“obvious” test to -get the <code>\</code><code>marginpar</code>s in the correct margin, but a booby-trap arises -because TeX runs its page maker asynchronously. If a -<code>\</code><code>marginpar</code> is processed while page n is being built, but -doesn’t get used until page n+1, then the <code>\</code><code>marginpar</code> will turn -up on the wrong side of the page. This is an instance of a general -problem: see - -“<a href="FAQ-oddpage.html">finding if you’re on an odd or an even page</a>”. -<p/>The solution to the problem is for LaTeX to ‘remember’ which side -of the page each <code>\</code><code>marginpar</code> <em>should</em> be on. The -<i>mparhack</i> package does this, using label-like marks stored in -the <code>.aux</code> file; the <i>memoir</i> class does likewise. -<dl> -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>mparhack.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mparhack.zip">macros/latex/contrib/mparhack</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mparhack.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mparhack/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=marginparside">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=marginparside</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-marginpkgs.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-marginpkgs.html deleted file mode 100644 index a8a81d47fe4..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-marginpkgs.html +++ /dev/null @@ -1,30 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label marginpkgs</title> -</head><body> -<h3>Packages to set up page designs</h3> -<p/>The ‘ultimate’ tool for adjusting the dimensions and position of the -printed material on the page is the <i>geometry</i> package; a very -wide range of adjustments of the layout may be relatively -straightforwardly programmed, and package documentation is good and -comprehensive. -<p/>As is usual, users of the <i>memoir</i> class have built-in -facilities for this task, and users of the <i>KOMA-script</i> classes -are recommended to use an alternative package, <i>typearea</i>. In -either case it is difficult to argue that users should go for -<i>geometry</i>: both alternatives are good. -<p/>The documentation of <i>geometry</i> is a bit overwhelming, and -learning all its capabilities may be more than you ever need. -Somewhat simpler to use is the <i>vmargin</i> package, which has a -canned set of paper sizes (a superset of that provided in LaTeX2e), -provision for custom paper, margin adjustments and provision for -two-sided printing. -<dl> -<dt><tt><i>geometry.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/geometry.zip">macros/latex/contrib/geometry</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/geometry.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/geometry/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>layout.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>typearea.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>vmargin.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/vmargin.zip">macros/latex/contrib/vmargin</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/vmargin.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/vmargin/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=marginpkgs">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=marginpkgs</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-matchbrak.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-matchbrak.html deleted file mode 100644 index 1f7f5f25f3b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-matchbrak.html +++ /dev/null @@ -1,57 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label matchbrak</title> -</head><body> -<h3>My brackets don’t match</h3> -<p/>(La)TeX has a low-level mechanism for matching braces in document -text. This means you can type something like: -<blockquote> -<pre> -\section{All \emph{OK} now.} -</pre> -</blockquote><p> -and know that the first brace (for the argument of <code>\</code><code>section</code>) will -be matched with the last brace, and the internal pair of braces (for -the argument of <code>\</code><code>emph</code>) will be matched with each other. It’s all -very simple. -<p/>However, LaTeX has a convention of enclosing optional arguments in -brackets, as in: -<blockquote> -<pre> -\section[OK]{All \emph{OK} now.} -</pre> -</blockquote><p> -These brackets are not matched by TeX mechanisms, despite the -superficial similarity of their use. As a result, -straightforward-looking usages like: -<blockquote> -<pre> -\section[All [OK] now]{All \emph{OK} now.} -</pre> -</blockquote><p> -aren’t OK at all — the optional argument comes to consist of -“All [OK”, and <code>\</code><code>section</code> takes the single character “n” (of -the first “now”) as its argument. -<p/>Fortunately, TeX’s scanning mechanisms helps us by accepting the -syntax “<code>{]}</code>” to ‘hide’ the closing bracket from the -scanning mechanism that LaTeX uses. In practice, the commonest way -to use this facility is: -<blockquote> -<pre> -\section[All {[OK]} now]{All \emph{OK} now.} -</pre> -</blockquote><p> -since bracing the bracket on its own “looks odd”. -<p/>LaTeX has another argument syntax, even less regular, where the -argument is enclosed in parentheses, as in: -<blockquote> -<pre> -\put(1,2){foo} -</pre> -</blockquote><p> -(a picture environment command). -<p/>This mechanism is also prone to problems with matching closing -parentheses, but the issue seldom arises since such arguments rarely -contain text. If it were to arise, the same solution (enclosing the -confused characters in braces) would solve the problem. -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=matchbrak">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=matchbrak</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathlips.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathlips.html deleted file mode 100644 index 6308b2a33a8..00000000000 --- a/Master/texmf-doc/doc/english/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’s range is not adequate to -everyone’s requirements, and at least three packages provide -extensions to the set. -<p/>The AMSLaTeX bundle provides a range of “semantically-named” -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 -“missing font” substitution warning message if you haven’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 “inverse diagonal” ellipsis <code>\</code><code>iddots</code> (doing the same -job as <i>yhmath</i>’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="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -<dt><tt><i>graphics.sty</i></tt><dd>Part of the <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/graphics/">browse</a>) bundle -<dt><tt><i>mathdots.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/generic/mathdots.zip">macros/generic/mathdots</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/generic/mathdots.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/generic/mathdots/">browse</a>) -<dt><tt><i>yhmath (fonts)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/yhmath.zip">fonts/yhmath</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/yhmath.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/yhmath/">browse</a>) -<dt><tt><i>yhmath (macros)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/yhmath.zip">macros/latex/contrib/yhmath</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/yhmath.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/yhmath/">browse</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> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathml.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathml.html deleted file mode 100644 index 39bdeb00df9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathml.html +++ /dev/null @@ -1,104 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label mathml</title> -</head><body> -<h3>Future WWW technologies and (La)TeX</h3> -<p/>An earlier answer -(<a href="FAQ-LaTeX2HTML.html">“converting to HTML”</a>) -addresses the issue of converting existing (La)TeX documents for -viewing on the Web as HTML. All the present techniques are -somewhat flawed: the answer explains why. -<p/>However, things are changing, with -better font availability, cunning HTML programming and the -support for new Web standards. -<dl> -<dt>Font technologies<dd> Direct representation of mathematics in - browsers has been hampered up to now by the limited range of symbols - in the fonts one can rely on being available. Some existing - (La)TeX to HTML converters provide maths symbols by - hitching them to alternate font face specifications for standard - code points in a non-standard way. This does nothing for the - universality of the HTML so generated. -<p/> In the near future, we can expect rather wide availability of - Unicode fonts with good coverage of symbols, which should make life - easier for those who need to represent mathematics. -<dt>XML<dd> The core of the range of new standards is - XML, which provides a framework for better structured markup; - limited support for it has already appeared in some browsers. -<p/> Conversion of (La)TeX source to XML is already available - (through TeX4ht at least), and work continues in that arena. The - alternative, authoring in XML (thus producing documents that - are immediately Web-friendly, if not ready) and using (La)TeX to - typeset is also well advanced. One useful technique is - <a href="FAQ-SGML2TeX.html"><em>transforming</em> the XML to LaTeX</a>, - using an XSLT stylesheet or code for an XML library, - and then simply using LaTeX; alternatively, one may - <a href="FAQ-readML.html">typeset direct from the XML source</a>. -<dt>Direct representation of mathematics<dd> - MathML is a standard for representing maths on the Web; its - original version was distinctly limited, but version 2 of MathML - has had major browser support since 2002 with richness of mathematical - content for online purposes approaching that of TeX for print. - Browser support for MathML is provided by <i>amaya</i>, the - ‘Open Source’ browser <i>mozilla</i> (and its derivatives - including <i>NetScape</i>, <i>Firefox</i> and <i>Galeon</i>) and - <i>Internet Explorer</i> when equipped with a suitable plug-in - such as <i>MathPlayer</i>. - There’s evidence that (La)TeX users are starting to use such - browsers. Some believe that XHTML+MathML now provides - better online viewing than PDF. - Work to produce XHTML+MathML is well advanced in both the - TeX4ht and <i>TtH</i> projects for (La)TeX conversion. - - - -<p/> An approach different from (La)TeX conversion is taken by - the <a href="http://www.albany.edu/~hammond/gellmu/"><em>GELLMU</em> Project</a>. - Its <em>article</em> XML document type, which has a markup vocabulary - close to LaTeX that can be edited using LaTeX-like markup - (even though it is not LaTeX — so far), comes with translators - that make both PDF (via <em>pdflatex</em>) and - XHTML+MathML. Such an approach avoids the inherent - limitations of the “traditional” (La)TeX translation processes, - which have traps that can be sprung by unfettered use of (La)TeX - markup. -<dt>Graphics<dd> - SVG is a standard for graphics representation on the web. - While the natural use is for converting existing figures, - representations of formulas are also possible, in place of the separate - bitmaps that have been used in the past (and while we wait for the - wider deployment of MathML). -<p/> Browser plug-ins, that deal with SVG are already available - (Adobe offer one, for example). More recently, the open source - graphics editor <a href="http://www.inkscape.org/"><i>Inkscape</a></i> - has appeared, and has been reported to be useful for - SVG-related work in at least one TeX-related project. Be - aware that the developers of <i>Inkscape</i> have no illusions - about being able to replace commercial software, yet... -<dt>Direct use of TeX markup<dd> - Some time back, IBM developed a browser plug-in called - TechExplorer, which would display (La)TeX documents direct in a - browser. Over the years, it developed into a MathML browser - plug-in, while still retaining its (La)TeX abilities, but it’s now - distributed (free for Linux and Windows platforms) by - <a href="http://www.integretechpub.com/">Integre Technical Publishing</a>. -<p/> The disadvantage of the TechExplorer approach is that it places the - onus on the browser user; and however technically proficient - <em>you</em> are, it’s never safe to assume too much of your readers. - An interesting alternative is - <a href="http://www.forkosh.com/mimetex.html">MimeTeX</a>, which sits - on your server as a CGI script, and you use it to include - your TeX, in your HTML, as if it were an image: -<blockquote> -<pre> -<img src="../cgi-bin/mimetex.cgi?f(x)=\int\limits_{-\infty}^xe^{-t^2}dt"> -</pre> - -</blockquote><p> -</dl> -<dl> -<dt><tt><i>GELLMU</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/gellmu.zip">support/gellmu</a> (<a href="ftp://cam.ctan.org/tex-archive/support/gellmu.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/gellmu/">browse</a>) -<dt><tt><i>MimeTeX</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/mimetex.zip">support/mimetex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/mimetex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/mimetex/">browse</a>) -<dt><tt><i>TeX4HT</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/TeX4ht/tex4ht-all.zip">support/TeX4ht/tex4ht-all.zip</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathml">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathml</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathonlyref.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathonlyref.html deleted file mode 100644 index 317eb2cd798..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathonlyref.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label mathonlyref</title> -</head><body> -<h3>Numbers for referenced equations only</h3> -<p/>There are those who consider that papers look untidy with numbers on -every equation; there is also a school of thought that claims that -there should be numbers everywhere, in case some reader wants to make -reference an equation to which the author made no cross-reference. -<p/>If you hold to the “only cross-referenced” school of thought, you -can (using the <code>\</code><code>nonumber</code> command on the relevant equations, or by -using the AMSLaTeX unnumbered environments such as -<code>equation*</code>) mark those of your equations to which you -make no reference. In a long or complex paper, this procedure could -well become deeply tedious. -<p/>Fortunately, help is at hand: the <i>mh</i> bundle’s -<i>mathtools</i> package offers a ‘<code>showonlyrefs</code>’ -switch through its <code>\</code><code>mathtoolsset</code> command; when that’s in -operation, only those equations to which you make reference will be -numbered in the final output. See the package’s documentation for -details of how to make references when the switch is in effect. -<dl> -<dt><tt><i>mathtools.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mh.zip">macros/latex/contrib/mh</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mh.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mh/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathonlyref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathonlyref</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathsize.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathsize.html deleted file mode 100644 index c24a7c06895..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathsize.html +++ /dev/null @@ -1,58 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label mathsize</title> -</head><body> -<h3>Adjusting maths font sizes</h3> -<p/>In Plain TeX, when you introduce a new font size you must also -declare what size fonts are to be used in mathematics with it. This -is done by declaring <code>\</code><code>textfont</code>, <code>\</code><code>scriptfont</code> and -<code>\</code><code>scriptscriptfont</code> for the maths families you’re using; all such -things are described in chapter 17 of the -<a href="FAQ-books.html">TeXbook</a> and in other books and -<a href="FAQ-man-tex.html">tutorials</a> that discuss Plain TeX in sufficient -detail. -<p/>In LaTeX, of course, all this stuff is automated: there is a scheme -that, for each (text) font size, determines what maths font sizes are -to be used. The scheme first checks a set of “known” text sizes, -for each of which maths sizes are declared in advance. If the text -size isn’t “known”, the script- and scriptscriptfont sizes are -calculated as fixed ratios of the tex font size. (The values used are -<code>\</code><code>defaultscriptratio</code>=0.7, and -<code>\</code><code>defaultscriptscriptratio</code>=0.5.) -<p/>The fixed-ratio formula is capable of producing inconvenient results -(particularly if you are using fonts which LaTeX believes are only -available in a fixed set of sizes). You may also want to replace -LaTeX’s ideas altogether, for example by setting maths noticeably -larger or smaller than its surrounding text. For this purpose, the -LaTeX command -<code>\</code><code>DeclareMathSizes{<<i>tfs</i>>}{<<i>ts</i>>}{<<i>ss</i>>}{<<i>sss</i>>}</code> -may be used (this is the same command that LaTeX itself uses to -define its own set of sizes). This establishes (or re-establishes) -the maths font sizes to be used when the surrounding text font size is -<code><<i>tfs</i>></code>; (<code><<i>ts</i>></code> being the size used for -<code>\</code><code>textfont</code>, <code><<i>ss</i>></code> for <code>\</code><code>scriptfont</code> and -<code><<i>sss</i>></code> for <code>\</code><code>scriptscriptfont</code>). -<p/>For example, you might want to use a font with a smaller body height -than Computer Modern, but still prefer CM math to any of the -alternatives. In this case, you might use: -<blockquote> -<pre> -\DeclareMathSizes{10}{9}{7}{5} -</pre> -</blockquote><p> -to get 9pt maths when the surrounding body text is (nominal) 10pt. -<p/><code>\</code><code>DeclareMathSizes</code> may only be used in the preamble of the -document: only one association is available for each text font size -for the whole document. The default settings are specified in -<i>fontdef.dtx</i> in the latex distribution, and are compiled into -<i>fontmath.ltx</i>; the arguments to the command are just numbers -(‘<code>pt</code>’ is assumed), but some of them are written using -<a href="FAQ-ltxabbrv.html">LaTeX abbreviations</a> for standard font sizes. -Beware simply copying (parts of) the LaTeX definitions — since -they contain those internal abbreviations, they need to be treated as -<a href="FAQ-atsigns.html">internal commands</a>. -<dl> -<dt><tt><i>fontdef.dtx</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base/fontdef.dtx">macros/latex/base/fontdef.dtx</a> -<dt><tt><i>fontmath.ltx</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/unpacked/fontmath.ltx">macros/latex/unpacked/fontmath.ltx</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathsize">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathsize</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathstext.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathstext.html deleted file mode 100644 index 777930ef9f9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mathstext.html +++ /dev/null @@ -1,124 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label mathstext</title> -</head><body> -<h3>Text inside maths</h3> -<p/>When we type maths in (La)TeX, the letters from which we make up -ordinary text assume a special significance: they all become -single-letter variable names. The letters appear in italics, but it’s -not the same sort of italics that you see when you’re typing ordinary -text: a run of maths letters (for example “here”) looks oddly -“lumpy” when compared with the word written in italic text. The -difference is that the italic text is kerned to make the letters fit -well together, whereas the maths is set to look as if you’re -multiplying <em>h</em> by <em>e</em> by <em>r</em> by <em>e</em>. The other -way things are odd in TeX maths typing is that spaces are ignored: -at best we can write single words in this oddly lumpy font. -<p/>So, if we’re going to have good-looking text in amongst maths we’re -writing, we have to take special precautions. If you’re using -LaTeX, the following should help. -<p/>The simplest is to use <code>\</code><code>mbox</code> or <code>\</code><code>textrm</code>: -<blockquote> -<pre> -$e = mc^2 \mbox{here we go again}$ -</pre> -</blockquote><p> -The problem is that, with either, the size of the text remains firmly -at the surrounding text size, so that -<blockquote> -<pre> -$z = a_{\mbox{other end}}$ -</pre> -</blockquote><p> -looks quite painfully wrong. -<p/>The other simple technique, <code>\</code><code>textrm</code>, is more promising: -<blockquote> -<pre> -$z = a_{\textrm{other end}}$ -</pre> -</blockquote><p> -is definitely right. However, the surrounding text may not be in your -roman font; if you care about matching text, you need to choose -between <code>\</code><code>textrm</code>, <code>\</code><code>textsf</code>, and so on. -<p/>(The maths-mode instance of your roman font (<code>\</code><code>mathrm</code>) gets the -size right, but since it’s intended for use in maths, its spaces get -ignored — use <code>\</code><code>mathrm</code> for upright roman alphabetic variable -names, but not otherwise.) -<p/>You can correct these problems with size selectors in the text, as: -<blockquote> -<pre> -$z = a_{\mbox{\scriptsize other end}}$ -</pre> -</blockquote><p> -which works if your surrounding text is at default document size, but -gives you the wrong size otherwise. -<p/>These short cuts are (just about) OK for the “occasional” -mathematician, but serious mathematics calls for a technique that -relieves the typist of the sort of thought required. As usual, the -AMSLaTeX system provides what’s necessary — the <code>\</code><code>text</code> -command. The command is actually provided by the <i>amstext</i> -package, but the “global” <i>amsmath</i> package loads it, so -anyone using AMSLaTeX proper has the command available, so even -joke mathematicians can write: -<blockquote> -<pre> -\usepackage{amsmath} -... -$z = a_{\text{other end}}$ -</pre> -</blockquote><p> -and the text will be at the right size, and in the same font as -surrounding text. -<p/>AMSLaTeX also makes provision for interpolated comments in the -middle of one of its multi-line display structures, through the -<code>\</code><code>intertext</code> command. For example: -<blockquote> - -<pre> -\begin{align} - A_1&=N_0(\lambda;\Omega')-\phi(\lambda;\Omega'),\\ - A_2&=\phi(\lambda;\Omega')-\phi(\lambda;\Omega),\\ - \intertext{and} A_3&=\mathcal{N}(\lambda;\omega). -\end{align} -</pre> -</blockquote><p> -places the text “and” on a separate line before the last line of the -display. If the interjected text is short, or the equations -themselves are light-weight, you may find that <code>\</code><code>intertext</code> leaves -too much space. Slightly more modest is the <code>\</code><code>shortintertext</code> -command from the <i>mathtools</i> package: -<blockquote> -<pre> -\begin{align} - a =& b - \shortintertext{or} - c =& b -\end{align} -</pre> -</blockquote><p> -To have the text on the same line as the second equation, one can use -the <code>flalign</code> environment (from <i>amsmath</i>) -with lots of dummy equations (represented by the double <code>&</code> -signs): -<blockquote> -<pre> -\begin{flalign} - && a =& b && \\ - \text{or} && c =& b && -\end{flalign} -</pre> -</blockquote><p> -<p/>Comprehensive documentation of AMSLaTeX is to be found in -<i>amsldoc</i>, in the distribution; it is also available on the web -at <a href="ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf">ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf</a> -<dl> -<dt><tt><i>amsldoc.tex</i></tt><dd>Distributed as part of AMSLaTeX - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -<dt><tt><i>amsmath.sty</i></tt><dd>Distributed as part of AMSLaTeX - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -<dt><tt><i>amstext.sty</i></tt><dd>Distributed as part of AMSLaTeX - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -<dt><tt><i>mathtools.sty</i></tt><dd>Distributed as part of the <i>mh</i> bundle - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mh.zip">macros/latex/contrib/mh</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mh.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mh/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathstext">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mathstext</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcfloat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcfloat.html deleted file mode 100644 index 8184f2d9ad3..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcfloat.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label mcfloat</title> -</head><body> -<h3>Floats in multicolumn setting</h3> -<p/>If you use -<blockquote> -<pre> -\begin{figure} - ... -\end{figure} -</pre> -</blockquote><p> -in a <code>multicols</code> environment, the figure won’t appear. If -instead you use -<blockquote> -<pre> -\begin{figure*} - ... -\end{figure*} -</pre> -</blockquote><p> -the figure will stretch right across the page (just the same as a -<code>figure*</code> in standard LaTeX’s <code>twocolumn</code> option). -<p/>It’s possible to have single-column figures and tables with captions, -using the ‘<code>[H]</code>’ placement option introduced by the <i>float</i> -package but you might have to fiddle with the placement because they -won’t ‘float’, and exhibit other strange behaviours (such as silently -running off the end of the column at the end of the -<code>multicols</code> environment). -<dl> -<dt><tt><i>float.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.zip">macros/latex/contrib/float</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float/">browse</a>) -<dt><tt><i>multicol.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mcfloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mcfloat</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html deleted file mode 100644 index 4a577b1dabc..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mcite.html +++ /dev/null @@ -1,48 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label mcite</title> -</head><body> -<h3>Multiple citations</h3> -<p/>A convention sometimes used in physics journals is to “collapse” a group of -related citations into a single entry in the bibliography. BibTeX, -by default, can’t cope with this arrangement, but the <i>mcite</i> -package deals with the problem. -<p/>The package overloads the <code>\</code><code>cite</code> command to recognise a -“<code>*</code>” at the start of a key, so that citations of the form -<blockquote> -<pre> -\cite{paper1,*paper2} -</pre> -</blockquote><p> -appear in the document as a single citation, and appear arranged -appropriately in the bibliography itself. You’re not limited to -collapsing just two references. You can mix “collapsed” references -with “ordinary” ones, as in -<blockquote> -<pre> -\cite{paper0,paper1,*paper2,paper3} -</pre> -</blockquote><p> -Which will appear in the document as 3 citations “[4,7,11]” -(say) — citation ‘4’ will refer to paper 0, ‘7’ will refer to a -combined entry for paper 1 and paper 2, and ‘11’ will refer to -paper 3. -<p/>You need to make a small change to the bibliography style -(<code>.bst</code>) file you use; the <i>mcite</i> package -documentation tells you how to do that. -<p/>Unfortunately, the <i>revtex</i> system doesn’t play with -<i>mcite</i>. As a result, for that (primarily physics-targeted -system) you need to play silly games like: -<blockquote> -<pre> -\cite{paper0,paper1,paper3} -\nocite{paper2} -</pre> -</blockquote><p> -and then edit the <code>.bbl</code> file to merge the two citations, to -achieve the effects of <i>mcite</i>. -<dl> -<dt><tt><i>mcite.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mcite.zip">macros/latex/contrib/mcite</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mcite.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mcite/">browse</a>) -<dt><tt><i>revtex bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/revtex.zip">macros/latex/contrib/revtex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/revtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/revtex/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mcite">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mcite</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-metrics.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-metrics.html deleted file mode 100644 index 06dd0d2de82..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-metrics.html +++ /dev/null @@ -1,57 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label metrics</title> -</head><body> -<h3>TeX font metric files for PostScript fonts</h3> -<p/>Reputable font vendors such as Adobe supply metric files for each -font, in AFM (Adobe Font Metric) form; these can be converted -to TFM (TeX Font Metric) form. Most modern distributions have -prebuilt metrics which will be more than enough for many people; but you may -need to do the conversion yourself if you have special needs or -acquire a new font. One important question is the <em>encoding</em> of -(Latin character) fonts; while we all more or less agree about the -position of about 96 characters in fonts (the basic ASCII set), the -rest of the (typically) 256 vary. The most obvious problems are with -floating accents and special characters such as the ‘pounds sterling’ -sign. There are three ways of dealing with this: either you change the -TeX macros which reference the characters (not much fun, and -error-prone); or you change the encoding of the font (easier than you -might think); or you use <a href="FAQ-virtualfonts.html">virtual fonts</a> to -<em>pretend</em> to TeX that the encoding is the same as it is used to. -LaTeX2e has facilities for dealing with fonts in different -encodings; read the <a href="FAQ-books.html"><em>LaTeX Companion</em></a> for -more details. In practice, if you do much non-English (but Latin -script) typesetting, you are strongly recommended to use the -<i>fontenc</i> package with option ‘<code>T1</code>’ to select -<a href="FAQ-ECfonts.html">‘Cork’</a> encoding. -A useful alternative is Y&Y’s “private” LY1 encoding, -which is designed to sit well with “Adobe standard” encoded fonts. -Basic support of LY1 is available on CTAN: note that the -“relation with Adobe’s encoding” means that there are no -virtual fonts in the LY1 world. -<p/>Alan Jeffrey’s <i>fontinst</i> package is an AFM to -TFM converter written in TeX; it is used to generate the -files used by LaTeX2e’s PSNFSS package to support use of -PostScript fonts. It is a sophisticated package, not for the faint-hearted, -but is powerful enough to cope with most needs. Much of its power -relies on the use of <a href="FAQ-virtualfonts.html">virtual fonts</a>. -<p/>For slightly simpler problems, Rokicki’s <i>afm2tfm</i>, -distributed with <i>dvips</i>, is fast and -efficient; note that the metrics and styles that come with -<i>dvips</i> are <em>not</em> currently LaTeX2e compatible. -<p/>For the Macintosh (classic), there is a program called -<i>EdMetrics</i> which does the job (and more). -<i>EdMetrics</i> comes with the (commercial) -<a href="FAQ-commercial.html">Textures</a> distribution, but is itself free -software, and is available on CTAN. - - - - -<dl> -<dt><tt><i>dvips</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/dvips.zip">dviware/dvips</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dvips.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dvips/">browse</a>) -<dt><tt><i>EdMetrics</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/mac/textures/utilities/EdMetrics.sea.hqx">systems/mac/textures/utilities/EdMetrics.sea.hqx</a> -<dt><tt><i>fontinst</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/fontinst.zip">fonts/utilities/fontinst</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/fontinst.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/utilities/fontinst/">browse</a>) -<dt><tt><i>LY1 support</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psnfssx/ly1.zip">macros/latex/contrib/psnfssx/ly1</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psnfssx/ly1.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/psnfssx/ly1/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=metrics">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=metrics</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mfptutorials.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mfptutorials.html deleted file mode 100644 index a43366b900e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mfptutorials.html +++ /dev/null @@ -1,49 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label mfptutorials</title> -</head><body> -<h3>Metafont and MetaPost Tutorials</h3> -<p/>Apart from Knuth’s book, there seems to be only one publicly-available -<a href="http://metafont.tutorial.free.fr/">tutorial for Metafont</a>, by -Christophe Grandsire (a copy in PDF form may be downloaded). -Geoffrey Tobin’s <i>Metafont for Beginners</i> -(see <a href="FAQ-useMF.html">using Metafont</a>) describes how the Metafont -system works and how to avoid some of the potential pitfalls. -<p/>There is also an article on how to run both Metafont and MetaPost (the -programs). Peter Wilson’s -<i>Some Experiences in Running Metafont and MetaPost</i> -offers the benefit of Peter’s experience (he has designed a number of -‘historical’ fonts using Metafont). For Metafont the article is geared -towards testing and installing new Metafont fonts, while its MetaPost -section describes how to use MetaPost illustrations in LaTeX and -PDFLaTeX documents, with an emphasis on how to use appropriate -fonts for any text or mathematics. -<p/> - - - -<p/>Other MetaPost tutorials that have appeared are two in English by -<a href="http://remote.science.uva.nl/~heck/Courses/mptut.pdf">André Heck</a> -and <a href="http://www.tlhiv.org/MetaPost/tutorial/">Urs Oswald</a>, -and one in French (listed here because it’s clearly enough written -that even this author understands it), by -<a href="http://pauillac.inria.fr/~cheno/metapost/metapost.pdf">Laurent Chéno</a>; -both have been recommended for inclusion in the FAQ -<p/>Urs Oswald’s tutorial is accompanied by a super tool (by Troy -Henderson) for testing little bits of MetaPost, which is an invaluable -aid to the learner: <a href="http://www.tlhiv.org/mppreview">http://www.tlhiv.org/mppreview</a> -<p/>Vincent Zoonekynd’s massive set of example MetaPost files is available on -CTAN; the set includes a <i>Perl</i> script to convert the -set to html, and the set may be -<a href="http://zoonek.free.fr/LaTeX/Metapost/metapost.html">viewed on the web</a>. -While these examples don’t exactly constitute a “tutorial”, they’re -most certainly valuable learning material. Urs Oswald presents a -<a href="http://www.ursoswald.ch/metapost/tutorial.pdf">similar document</a>, -written more as a document, and presented in PDF. -<dl> -<dt><tt><i>Beginners’ guide</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/metafont/beginners/metafont-for-beginners.pdf">info/metafont/beginners/metafont-for-beginners.pdf</a> -<dt><tt><i>Peter Wilson’s “experiences”</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/metafont/metafp/metafp.pdf">info/metafont/metafp/metafp.pdf</a> - (PDF format) -<dt><tt><i>Vincent Zoonekynd’s examples</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/metapost/examples.zip">info/metapost/examples</a> (<a href="ftp://cam.ctan.org/tex-archive/info/metapost/examples.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/metapost/examples/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mfptutorials">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mfptutorials</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html deleted file mode 100644 index 75fec2d9e7a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minitoc.html +++ /dev/null @@ -1,42 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label minitoc</title> -</head><body> -<h3>Table of contents, etc., per chapter</h3> -<p/>The common style, of a “small” table of contents for each part, -chapter, or even section, is supported by the <i>minitoc</i> -package. The package also supports mini-lists of tables and figures; -but, as the documentation observes, mini-bibliographies are a -different problem — see -<a href="FAQ-chapbib.html">bibliographies per chapter</a>. -<p/>The package’s basic scheme is to generate a little <code>.aux</code> file for -each chapter, and to process that within the chapter. Simple usage -would be: -<blockquote> -<pre> -\usepackage{minitoc} -... -\begin{document} -... -\dominitoc \tableofcontents -\dominilof \listoffigures -... -\chapter{blah blah} -\minitoc \mtcskip \minilof -... -</pre> -</blockquote><p> -though a lot of elaborations are possible (for example, you don’t need -a <code>\</code><code>minitoc</code> for every chapter). -<p/><i>Babel</i> doesn’t know about <i>minitoc</i>, but -<i>minitoc</i> makes provision for other document languages than -English — a wide variety is available. Fortunately, the current -version of the <i>hyperref</i> package does know about -<i>minitoc</i> and treats <code>\</code><code>minitoc</code> tables in the -same way as “real” tables of contents. -<dl> -<dt><tt><i>babel.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/babel.zip">macros/latex/required/babel</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/babel.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/babel/">browse</a>) -<dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -<dt><tt><i>minitoc.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/minitoc.zip">macros/latex/contrib/minitoc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/minitoc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/minitoc/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minitoc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minitoc</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minxampl.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minxampl.html deleted file mode 100644 index 75e9c7b1b0f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-minxampl.html +++ /dev/null @@ -1,75 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label minxampl</title> -</head><body> -<h3>How to make a “minimum example”</h3> -<p/><a href="FAQ-askquestion.html">Our advice on asking questions</a> -suggests that you prepare a “minimum example” (also commonly known -as a “<em>minimal</em> example”) of failing behaviour, -as a sample to post with your question. If you have a problem in a -two hundred page document, it may be unclear how to proceed from this -problem to a succinct demonstration of your problem. -<p/>There are two valid approaches to this task: building up, and hacking -down. -<p/> -<b><em>Building up</em></b> starts -with a basic document structure -(for LaTeX, this would have <code>\</code><code>documentclass</code>, -<code>\</code><code>begin{document}</code>, <code>\</code><code>end{document}</code>) and adds -things. First to add is a paragraph or so around the actual point -where the problem occurs. (It may prove difficult to find the actual -line that’s provoking the problem. If the original problem is an -error, reviewing -<a href="FAQ-errstruct.html">“the structure of TeX errors”</a> -may help.) -<p/>Note that there are things that can go wrong in one part of the -document as a result of something in another part: the commonest is -problems in the table of contents (from something in a section title, -or whatever), or the list of <<i>something</i>> (from something in a -<code>\</code><code>caption</code>). In such a case, include the section title or caption -(the caption probably needs the <code>figure</code> or -<code>table</code> environment around it, but it <em>doesn’t</em> need -the figure or table itself). -<p/>If this file you’ve built up shows the problem already, then you’re done. -Otherwise, try adding packages; the optimum is a file with only one -package in it, but you may find that the guilty package won’t even load -properly unless another package has been loaded. (Another common case -is that package <i>A</i> only fails when package <i>B</i> has been -loaded.) -<p/> -<b><em>Hacking down</em></b> starts -with your entire document, and -removes bits until the file no longer fails (and then of course -restores the last thing removed). Don’t forget to hack out any -unnecessary packages, but mostly, the difficulty is choosing what to -hack out of the body of the document; this is the mirror of the -problem above, in the “building up” route. -<p/>If you’ve added a package (or more than one), add <code>\</code><code>listfiles</code> to -the preamble too: that way, LaTeX will produce a list of the -packages you’ve used and their version numbers. This information may -be useful evidence for people trying to help you. -<p/>What if your document simply doesn’t fail in any of these cut-down -scenarios? Whatever you do, don’t post the whole of the document: if -you can, it may be useful to make a copy available on the web -somewhere: people will probably understand if it’s impossible ... -or inadvisable, in the case of something confidential. -<p/>If the whole document is necessary, it could be that it’s an overflow -of some sort; the best you can do is to post the code “around” the -error, and (of course) the full text of the error. -<p/>It may seem that all this work is rather excessive for preparing a -simple post. There are two responses to that, both based on the -relative inefficiency of asking a question on the internet. -<p/>First, preparing a minimum document very often leads <em>you</em> to the -answer, without all the fuss of posting and looking for responses. -<p/>Second, your prime aim is to get an answer as quickly as possible; a -well-prepared example stands a good chance of attracting an answer -“in a single pass”: if the person replying to your post finds she -needs more information, you have to find that request, post again, and -wait for your benefactor to produce a second response. -<p/>All things considered, a good example file can save you a day, for -perhaps half an hour’s effort invested. -<p/>The above advice, differently phrased, may also be read on the web at -<a href="http://www.minimalbeispiel.de/mini-en.html">http://www.minimalbeispiel.de/mini-en.html</a>; source of that -article may be found at <a href="http://www.minimalbeispiel.de/">http://www.minimalbeispiel.de/</a>, in -both German and English. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-missbegdoc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-missbegdoc.html deleted file mode 100644 index 75ea3442415..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-missbegdoc.html +++ /dev/null @@ -1,27 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label missbegdoc</title> -</head><body> -<h3>Missing <code>\</code><code>begin</code><code>{document}</code></h3> -<p/>Give it a file of plain text, or a LaTeX file that really does have no -<code>\</code><code>begin{document}</code> command in it, and LaTeX will produce -this error, quite correctly. LaTeX <em>needs</em> -<code>\</code><code>begin{document}</code> so as to know when to execute the commands -that finish off the document preamble. -<p/>Other than that, the error can occur as a result of an error of yours, -of a corrupt <code>.aux</code> file, or of a buggy class or package. -<p/>The errors you might commit are absent-mindedly typing a document -command (such as <code>\</code><code>section</code>) in the preamble of your document, -missing the comment marker from the beginning of a line, or giving too -many arguments to one of the setup commands related to the class or a -package that you have loaded. -<p/>A corrupt <code>.aux</code> file might be due to any number of things; -delete the file and to run LaTeX again, twice. If the error -recurs, it’s probably due to a buggy class or package. -<p/>If the error occurs while LaTeX is reading a class or package, then -there’s probably a bug in the file. The author of the class or -package stands the best chance of finding the bug, but with luck you -(or someone you ask on a mailing list or on <i>comp.text.tex</i>) -will be able to spot the problem and provide a work-around. Always -report such bugs, even if you have found a work-around. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=missbegdoc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=missbegdoc</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misschar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misschar.html deleted file mode 100644 index cef0b600977..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misschar.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label misschar</title> -</head><body> -<h3>Where have my characters gone?</h3> -<p/>You’ve typed some apparently reasonable text and processed it, but the -result contains no sign of some of the characters you typed. A likely -reason is that the font you selected just doesn’t have a -representation for the character in question. -<p/>For example, if I type “that will be £44.00” into an ordinary -(La)TeX document, or if I select the font <code>rsfs10</code> (which contains -uppercase letters only) and type pretty much anything, the £ -sign, or any lowercase letters or digits will not appear in the -output. There’s no actual error message, either: you have to read the -log file, where you’ll find cryptic little messages like -<blockquote> -<pre> -Missing character: There is no ^^a3 in font cmr10! -Missing character: There is no 3 in font rsfs10! -</pre> - -</blockquote><p> -(the former demonstrating my TeX’s unwillingness to deal in characters -which have the eighth bit set, while the <code>rsfs10</code> example shows that -TeX will log the actual character in error, if it thinks it’s -possible). -<p/>Somewhat more understandable are the diagnostics you may get from -<i>dvips</i> when using the OT1 and T1 versions of -fonts that were supplied in Adobe standard encoding: -<blockquote> -<pre> -dvips: Warning: missing glyph `Delta' -</pre> -</blockquote><p> -The process that generates the metrics for using the fonts generates -an instruction to <i>dvips</i> to produce these diagnostics, so -that their non-appearance in the printed output is less surprising -than it might be. Quite a few glyphs provided in Knuth’s text -encodings and in the Cork encoding are not available in the Adobe -fonts. In these cases, there <em>is</em> a typeset sign of the -character: <i>dvips</i> produces a black rectangle of whatever -size the concocted font file has specified. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=misschar">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=misschar</a> -</body> 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 deleted file mode 100644 index 24165ca886b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-misssymb.html +++ /dev/null @@ -1,17 +0,0 @@ -<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> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-moren9.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-moren9.html deleted file mode 100644 index 20669160583..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-moren9.html +++ /dev/null @@ -1,64 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label moren9</title> -</head><body> -<h3>How to break the 9-argument limit</h3> -<p/>If you think about it, you will realise that Knuth’s command -definition syntax: -<blockquote> -<pre> -\def\blah#1#2 ... #9{<macro body>} -</pre> -</blockquote><p> -is intrinsically limited to just 9 arguments. There’s no direct way -round this: how would you express a 10th argument? — and ensure that -the syntax didn’t gobble some other valid usage? -<p/>If you really must have more than 9 arguments, the way to go is: -<blockquote> -<pre> -\def\blah#1#2 ... #9{% - \def\ArgI{{#1}}% - \def\ArgII{{#2}}% - ... - \def\ArgIX{{#9}}% - \BlahRelay -} -\def\BlahRelay#1#2#3{% - % arguments 1-9 are now in - % \ArgI-\ArgIX - % arguments 10-12 are in - % #1-#3 - <macro body>% -} -</pre> -</blockquote><p> -This technique is easily extendible by concert pianists of the TeX -keyboard, but is really hard to recommend. -<p/>LaTeX users have the small convenience of merely giving a number of -arguments in the <code>\</code><code>newcommand</code> that defines each part of the -relaying mechanism: Knuth’s restriction applies to <code>\</code><code>newcommand</code> -just as it does to <code>\</code><code>def</code>. However, LaTeX users also have the -way out of such barbarous command syntax: the <i>keyval</i> -package. With <i>keyval</i>, and a bit of programming, one can -write really quite sophisticated commands, whose invocation might look -like: -<blockquote> -<pre> -\flowerinstance{species=Primula veris, - family=Primulaceae, - location=Coldham's Common, - locationtype=Common grazing land, - date=1995/04/24, - numplants=50, - soiltype=alkaline -} -</pre> -</blockquote><p> -The merit of such verbosity is that it is self-explanatory: the typist -doesn’t have to remember that argument twelve is <code>soiltype</code>, and so -on: the commands may be copied from field notes quickly and -accurately. -<dl> -<dt><tt><i>keyval.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.zip">macros/latex/required/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/graphics/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=moren9">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=moren9</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mpprologues.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mpprologues.html deleted file mode 100644 index 848e6932446..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-mpprologues.html +++ /dev/null @@ -1,84 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label mpprologues</title> -</head><body> -<h3>Displaying MetaPost output in <i>ghostscript</i></h3> -<p/>MetaPost ordinarily expects its output to be included in some context -where the ‘standard’ Metafont fonts (that you’ve specified) are already -defined — for example, as a figure in TeX document. If you’re -debugging your MetaPost code, you may want to view it in -<i>ghostscript</i> (or some other PostScript previewer). However, -the PostScript ‘engine’ in <i>ghostscript</i> <em>doesn’t</em> -ordinarily have the fonts loaded, and you’ll experience an error such -as -<blockquote> -<pre> -Error: /undefined in cmmi10 -</pre> -</blockquote><p> -There is provision in MetaPost for avoiding this problem: issue the -command <code>prologues := 2;</code> at the start of the <code>.mp</code> file. -<p/>Unfortunately, the PostScript that MetaPost inserts in its output, -following this command, is incompatible with ordinary use of the -PostScript in inclusions into (La)TeX documents, so it’s best to -make the <code>prologues</code> command optional. Furthermore, MetaPost takes a -very simple-minded approach to font encoding: since TeX font -encodings regularly confuse sophisticated minds, this can prove -troublesome. If you’re suffering such problems (the symptom is that -characters disappear, or are wrongly presented) the only solution is -to view the ‘original’ MetaPost output after processing through -LaTeX and <i>dvips</i>. -<p/>Conditional compilation may be done either -by inputting <i>MyFigure.mp</i> indirectly from a simple wrapper -<i>MyFigureDisplay.mp</i>: -<blockquote> -<pre> -prologues := 2; -input MyFigure -</pre> -</blockquote><p> -or by issuing a shell command such as -<blockquote> -<pre> -mp '\prologues:=2; input MyFigure' -</pre> -</blockquote><p> -(which will work without the quote marks if you’re not using a Unix -shell). -<p/>A suitable LaTeX route would involve processing -<i>MyFigure.tex</i>, which contains: -<blockquote> -<pre> -\documentclass{article} -\usepackage{graphicx} -\begin{document} -\thispagestyle{empty} -\includegraphics{MyFigure.1} -\end{document} -</pre> -</blockquote><p> -Processing the resulting DVI file with the <i>dvips</i> -command -<blockquote> -<pre> -dvips -E -o MyFigure.eps MyFigure -</pre> -</blockquote><p> -would then give a satisfactory Encapsulated PostScript file. This -procedure may be automated using the <i>Perl</i> script -<i>mps2eps</i>, thus saving a certain amount of tedium. -<p/>The Plain TeX user may use an adaptation of a jiffy of Knuth’s, by -Dan Luecking. Dan’s version <i>mpsproof.tex</i> will work under -TeX to produce a DVI file for use with <i>dvips</i>, or -under PDFTeX to produce a PDF file, direct. The output is -set up to look like a proof sheet. -<p/>A script application, <i>mptopdf</i>, is available in recent -(La)TeX distributions: it seems fairly reliably to produce -PDF from MetaPost, so may reasonably be considered an answer to -the question... -<dl> -<dt><tt><i>mps2eps</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/mps2eps.zip">support/mps2eps</a> (<a href="ftp://cam.ctan.org/tex-archive/support/mps2eps.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/mps2eps/">browse</a>) -<dt><tt><i>mpsproof.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/metapost/contrib/misc/mpsproof.tex">graphics/metapost/contrib/misc/mpsproof.tex</a> -<dt><tt><i>mptopdf</i></tt><dd>Part of <a href="ftp://cam.ctan.org/tex-archive/macros/pdftex/graphics.zip">macros/pdftex/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/pdftex/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/pdftex/graphics/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mpprologues">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=mpprologues</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-msxy.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-msxy.html deleted file mode 100644 index c6ab8fb6c7f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-msxy.html +++ /dev/null @@ -1,30 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label msxy</title> -</head><body> -<h3>Where are the <code>msx</code> and <code>msy</code> fonts?</h3> -<p/>The <i>msx</i> and <i>msy</i> fonts were designed by the -American Mathematical Society in the very early days of TeX, for -use in typesetting papers for mathematical journals. They were -designed using the ‘old’ Metafont, which wasn’t portable and is no longer -available; for a long time they were only available in 300dpi versions -which only imperfectly matched modern printers. The AMS has -now redesigned the fonts, using the current version of Metafont, and the -new versions are called the <i>msa</i> and <i>msb</i> -families. -<p/>Nevertheless, <i>msx</i> and <i>msy</i> continue to turn up to -plague us. There are, of course, still sites that haven’t got around -to upgrading; but, even if everyone upgraded, there would still be the -problem of old documents that specify them. -<p/>If you have a <code>.tex</code> source that requests <i>msx</i> and -<i>msy</i>, the best technique is to edit it so that it requests -<i>msa</i> and <i>msb</i> (you only need to change the single -letter in the font names). -<p/>If you have a DVI file that requests the fonts, there is a package -of <a href="FAQ-virtualfonts.html">virtual fonts</a> to map the old to the new series. -<dl> -<dt><tt><i>msa and msb 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>) -<dt><tt><i>virtual font set</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/vf-files/msx2msa.zip">fonts/vf-files/msx2msa</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/vf-files/msx2msa.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/vf-files/msx2msa/">browse</a>) -</dl> -<p/> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=msxy">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=msxy</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html deleted file mode 100644 index 1105a43ecc9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html +++ /dev/null @@ -1,144 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label multbib</title> -</head><body> -<h3>Multiple bibliographies?</h3> -<p/>If you’re thinking of multiple bibliographies tied to some part of -your document (such as the chapters within the document), please see -<a href="FAQ-chapbib.html">bibliographies per chapter</a>. -<p/>For more than one bibliography, there are three options. -<p/>The <i>multibbl</i> package offers a very simple interface: you use -a command <code>\</code><code>newbibliography</code> to define a bibliography “tag”. The package -redefines the other bibliography commands so that each time you use any one -of them, you give it the tag for the bibliography where you want the -citations to appear. The <code>\</code><code>bibliography</code> command itself also takes -a further extra argument that says what title to use for the resulting -section or chapter (i.e., it patches - -<a href="FAQ-fixnam.html"><code>\</code><code>refname</code> and <code>\</code><code>bibname</code></a> in a -<i>babel</i>-safe way). So one might write: - -<blockquote> -<pre> -\usepackage{multibbl} -\newbibliography{bk} -\bibliographystyle{bk}{alpha} -\newbibliography{art} -\bibliographystyle{art}{plain} -... -\cite[pp.~23--25]{bk}{milne:pooh-corner} -... -\cite{art}{einstein:1905} -... -\bibliography{bk}{book-bib}{References to books} -\bibliography{art}{art-bib}{References to articles} -</pre> -</blockquote><p> -(Note that the optional argument of <code>\</code><code>cite</code> appears <em>before</em> the -new tag argument, and that the <code>\</code><code>bibliography</code> commands may list -more than one <code>.bib</code> file — indeed all <code>\</code><code>bibliography</code> commands -may list the same set of files.) -<p/>The <code>\</code><code>bibliography</code> data goes into files whose names are -<<i>tag-name</i>><em>.aux</em>, so you will need to run -<blockquote> -<pre> -bibtex bk -bibtex art -</pre> -</blockquote><p> -after the first run of LaTeX, to get the citations in the correct -place. -<p/>The <i>multibib</i> package allows you to define a series of -“additional topics”, each of which comes with its own series of -bibliography commands. So one might write: -<blockquote> -<pre> -\usepackage{multibib} -\newcites{bk,art}% - {References from books,% - References from articles} -\bibliographystylebk{alpha} -\bibliographystyleart{plain} -... -\citebk[pp.~23--25]{milne:pooh-corner} -... -\citeart{einstein:1905} -... -\bibliographybk{book-bib} -\bibliographyart{art-bib} -</pre> -</blockquote><p> -Again, as for <i>multibbl</i>, any <code>\</code><code>bibliography...</code> command may -scan any list of <code>.bib</code> files. -<p/>BibTeX processing with <i>multibib</i> is much like that with -<i>multibbl</i>; with the above example, one needs: -<blockquote> -<pre> -bibtex bk -bibtex art -</pre> -</blockquote><p> -Note that, unlike <i>multibbl</i>, <i>multibib</i> allows a -simple, unmodified bibliography (as well as the “topic” ones). -<p/>The <i>bibtopic</i> package allows you separately to cite several -different bibliographies. At the appropriate place in your document, -you put a sequence of <code>btSect</code> environments (each of which -specifies a bibliography database to scan) to typeset the separate -bibliographies. Thus, one might have a file <i>diss.tex</i> containing: -<blockquote> -<pre> -\usepackage{bibtopic} -\bibliographystyle{alpha} -... -\cite[pp.~23--25]{milne:pooh-corner} -... -\cite{einstein:1905} -... -\begin{btSect}{book-bib} -\section{References from books} -\btPrintCited -\end{btSect} -\begin{btSect}[plain]{art-bib} -\section{References from articles} -\btPrintCited -\end{btSect} -</pre> -</blockquote><p> -Note the different way of specifying a bibliographystyle: if you want -a different style for a particular bibliography, you may give it as an -optional argument to the <code>btSect</code> environment. -<p/>Processing with BibTeX, in this case, uses <code>.aux</code> files whose names -are derived from the name of the base document. So in this example -you need to say: -<blockquote> -<pre> -bibtex diss1 -bibtex diss2 -</pre> -</blockquote><p> -<p/>There is also a command <code>\</code><code>btPrintNotCited</code>, which gives the rest of -the content of the database (if nothing has been cited from the -database, this is equivalent to LaTeX standard <code>\</code><code>nocite{*}</code>). -<p/>However, the <em>real</em> difference from <i>multibbl</i> and -<i>multibib</i> is that selection of what appears in each -bibliography section is determined in <i>bibtopic</i> by what’s in -the <code>.bib</code> files. -<p/>An entirely different approach is taken by the <i>splitbib</i> -package. You provide a <code>category</code> environment, in the -preamble of your document, for each category you want a separate -citation list for. In each environment, you list the <code>\</code><code>cite</code> keys -that you want listed in each category. The <code>\</code><code>bibliography</code> command -(or, more precisely, the <code>thebibliography</code> environment it -uses) will sort the keys as requested. (Keys not mentioned in a -<code>category</code> appear in a “misc” category created in the -sorting process.) A code example appears in the package documentation -(a PDF file in the CTAN directory, - which you can browse to, from the link, below). - -<dl> -<dt><tt><i>bibtopic.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bibtopic.zip">macros/latex/contrib/bibtopic</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bibtopic.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bibtopic/">browse</a>) -<dt><tt><i>multibbl.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multibbl.zip">macros/latex/contrib/multibbl</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multibbl.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multibbl/">browse</a>) -<dt><tt><i>multibib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multibib.zip">macros/latex/contrib/multibib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multibib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multibib/">browse</a>) -<dt><tt><i>splitbib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/splitbib.zip">macros/latex/contrib/splitbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/splitbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/splitbib/">browse</a>) -</dl> -<p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multbib</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multfoot.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multfoot.html deleted file mode 100644 index 0d2441aa7df..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multfoot.html +++ /dev/null @@ -1,28 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label multfoot</title> -</head><body> -<h3>More than one sequence of footnotes</h3> -<p/>The need for more than one series of footnotes is common in critical -editions (and other literary criticism), but occasionally arises in -other areas. -<p/>Of course, the canonical critical edition package, <i>edmac</i>, -offers the facility, as does its LaTeX port, the <i>ledmac</i> -package. -<p/>Multiple ranges of footnotes are offered to LaTeX users by the -<i>manyfoot</i> package. The package provides a fair array of -presentation options, as well. Another critical edition -<i>ednotes</i> package is built upon a basis that includes -<i>manyfoot</i>, as its mechanism for multiple sets of footnotes. -<p/>The <i>bigfoot</i> package also uses <i>manyfoot</i> as part of -its highly sophisticated structure of footnote facilities, which was -also designed to support typesetting critical editions. -<dl> -<dt><tt><i>bigfoot</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bigfoot.zip">macros/latex/contrib/bigfoot</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bigfoot.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bigfoot/">browse</a>) -<dt><tt><i>edmac</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/edmac.zip">macros/plain/contrib/edmac</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/contrib/edmac.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/contrib/edmac/">browse</a>) -<dt><tt><i>ednotes</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ednotes.zip">macros/latex/contrib/ednotes</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ednotes.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ednotes/">browse</a>) -<dt><tt><i>ledmac</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ledmac.zip">macros/latex/contrib/ledmac</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ledmac.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ledmac/">browse</a>) -<dt><tt><i>manyfoot.sty</i></tt><dd>Distributed as part of the <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ncctools.zip">macros/latex/contrib/ncctools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ncctools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ncctools/">browse</a>) - bundle -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multfoot">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multfoot</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multidoc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multidoc.html deleted file mode 100644 index f5ee627147b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multidoc.html +++ /dev/null @@ -1,54 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label multidoc</title> -</head><body> -<h3>A ‘report’ from lots of ‘article’s</h3> -<p/>This is a requirement, for example, if one is preparing the -proceedings of a conference whose papers were submitted in LaTeX. -<p/>The nearest things to canned solutions are Peter Wilson’s -<i>combine</i> and Federico Garcia’s <i>subfiles</i> classes. -<p/><i>Combine</i> defines the means to ‘<code>\</code><code>import</code>’ entire documents, -and provides means of specifying significant features of the layout of -the document, as well as a global table of contents, and so on. An -auxiliary package, <i>combinet</i>, allows use of the <code>\</code><code>title</code>s -and <code>\</code><code>author</code>s (etc.) of the <code>\</code><code>import</code>ed documents to appear in -the global table of contents. -<p/><i>Subfiles</i> is used in the component files of a multi-file -project, and the corresponding <i>subfiles</i> is used in the -master file; arrangements may be made so that the component files will -be typeset using different page format, etc., parameters than those -used when they are typeset as a part of the main file. -<p/>A more ‘raw’ toolkit is offered by Matt Swift’s <i>includex</i> and -<i>newclude</i> packages, both part of the <i>frankenstein</i> -bundle. Note that Matt believes <i>includex</i> is obsolete -(though it continues to work for this author); furthermore, its -replacement, <i>newclude</i> remains “in development”, as it has -been since 1999. -<p/>Both <i>includex</i> and <i>newclude</i> enable you to -‘<code>\</code><code>includedoc</code>’ complete articles (in the way that you -‘<code>\</code><code>include</code>’ chapter files in an ordinary report). The preamble -(everything up to <code>\</code><code>begin{document}</code>), and everything after -<code>\</code><code>end{document}</code>, is ignored by both packages. Thus the -packages don’t “do the whole job” for you, though: you need to -analyse the package use of the individual papers, and ensure that a -consistent set is loaded in the preamble of the main report. (Both -packages require <i>moredefs</i>, which is also part of the bundle.) -<p/>A completely different approach is to use the <i>pdfpages</i> -package, and to include articles submitted in PDF format into a -a PDF document produced by PDFLaTeX. The package -defines an <code>\</code><code>includepdf</code> command, which takes arguments similar to -those of the <code>\</code><code>includegraphics</code> command. With keywords in the -optional argument of the command, you can specify which pages you want -to be included from the file named, and various details of the layout -of the included pages. -<dl> -<dt><tt><i>combine.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/combine.zip">macros/latex/contrib/combine</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/combine.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/combine/">browse</a>) -<dt><tt><i>combinet.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/combine.zip">macros/latex/contrib/combine</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/combine.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/combine/">browse</a>) -<dt><tt><i>includex.sty</i></tt><dd>Distributed in the “unsupported” part of - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/frankenstein.zip">macros/latex/contrib/frankenstein</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/frankenstein.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/frankenstein/">browse</a>) -<dt><tt><i>moredefs.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/frankenstein.zip">macros/latex/contrib/frankenstein</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/frankenstein.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/frankenstein/">browse</a>) -<dt><tt><i>newclude.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/frankenstein.zip">macros/latex/contrib/frankenstein</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/frankenstein.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/frankenstein/">browse</a>) -<dt><tt><i>pdfpages.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pdfpages.zip">macros/latex/contrib/pdfpages</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pdfpages.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pdfpages/">browse</a>) -<dt><tt><i>subfiles.cls, etc.</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/subfiles.zip">macros/latex/contrib/subfiles</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/subfiles.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/subfiles/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multidoc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multidoc</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html deleted file mode 100644 index 8dad6c9943a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multind.html +++ /dev/null @@ -1,126 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label multind</title> -</head><body> -<h3>Multiple indexes</h3> -<p/>LaTeX’s standard indexing capabilities (those provided by the -<i>makeidx</i> package) only provide for one index in your -document; even quite modest documents can be improved by indexes for -separate topics. -<p/>The <i>multind</i> package provides simple and straightforward -multiple indexing. You tag each <code>\</code><code>makeindex</code>, <code>\</code><code>index</code> and -<code>\</code><code>printindex</code> command with a file name, and indexing commands are -written to (or read from) the name with the appropriate (<code>.idx</code> or -<code>.ind</code>) extension appended. The <code>\</code><code>printindex</code> command is modified -from the LaTeX standard so that it doesn’t create its own chapter -or section heading; you therefore decide what names (or sectioning -level, even) to use for the indexes, and -<a href="FAQ-fixnam.html"><code>\</code><code>indexname</code></a> is completely ignored. -<p/>To create a “general” and an “authors” index, one might write: -<blockquote> -<pre> -\usepackage{multind} -\makeindex{general} -\makeindex{authors} -... -\index{authors}{Another Idiot} -... -\index{general}{FAQs} -... -\printindex{general}{General index} -\printindex{authors}{Author index} -</pre> -</blockquote><p> -To complete the job, run LaTeX on your file enough times that -labels, etc., are stable, and then execute the commands -<blockquote> -<pre> -makeindex general -makeindex authors -</pre> -</blockquote><p> -before running LaTeX again. Note that the names of the index files -to process are not necessarily related to the name of the LaTeX -file you’re processing, at all. (There’s no documentation that comes -with the package: what you see above is as good as you will -get...) -<p/>The <i>index</i> package provides a comprehensive set of indexing -facilities, including a <code>\</code><code>newindex</code> command that allows the -definition of new styles of index. <code>\</code><code>newindex</code> takes a ‘tag’ (for -use in indexing commands), replacements for the <code>.idx</code> and -<code>.ind</code> file extensions, and a title for the index when it’s -finally printed; it can also change the item that’s being indexed -against (for example, one might have an index of artists referenced by -the figure number where their work is shown). -<p/>Using <i>index</i>, to create an author index together with a -“normal” index, one would start with preamble commands: -<blockquote> -<pre> -\usepackage{index} -\makeindex -\newindex{aut}{adx}{and}{Name Index} -</pre> -</blockquote><p> -which load the package, define a “main” (original-style) index, and -then define an author index. Then, in the body of the document, we -might find commands like: -<blockquote> -<pre> -\index[aut]{Another Idiot} -... -\index{FAQs} -</pre> -</blockquote><p> -Which place an entry in the author index, and then one in the main -index. At the end of the document, we have two commands: -<blockquote> -<pre> -\printindex -\printindex[aut] -</pre> -</blockquote><p> -Which will print the main index and then the author index. Supposing -this lot to be in <i>myfile.tex</i>, after enough runs through -LaTeX that labels are stable, execute the following commands -(Unix-style shell commands shown here, but the principle is the same -whatever system you’re using): -<blockquote> -<pre> -makeindex myfile -makeindex myfile.adx -o myfile.and -</pre> -</blockquote><p> -and rerun LaTeX. The <i>makeindex</i> commands process -<i>myfile.idx</i> to <i>myfile.ind</i> (the default action), and then -<i>myfile.adx</i> to <i>myfile.and</i>, the two files needed as input -by the two <code>\</code><code>printindex</code> commands in <i>myfile.tex</i>. -<p/>The <i>splitidx</i> package can operate in the same way as the -others: load the package with the <code>split</code> option, and -declare each index with a <code>\</code><code>newindex</code> command: -<blockquote> - <code>\</code><code>newindex[<<i>index name</i>>]{<<i>shortcut</i>>}</code> -</blockquote><p> -and <i>splitidx</i> will generate a file -<code>\</code><code>jobname</code><code>.<<i>shortcut</i>></code> to receive index entries -generated by commands like <code>\</code><code>sindex[<<i>shortcut</i>>]{<<i>item</i>>}</code>. -As with the other packages, this method is limited by TeX’s total -number of output files. However, <i>splitindex</i> also comes with -a small executable <i>splitindex</i> (available for a variety of -operating systems); if you use this auxiliary program (and don’t use -<code>split</code>), there’s no limit to the number of indexes. Apart -from this trick, <i>splitidx</i> supports the same sorts of things -as does <i>index</i>. An example of use appears in -the documentation. -<p/>The <i>memoir</i> class has its own multiple-index functionality (as -well as its own index layout options, which other packages delegate to -the index style used by <i>makeindex</i>). -<dl> -<dt><tt><i>index.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/index.zip">macros/latex/contrib/index</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/index.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/index/">browse</a>) -<dt><tt><i>makeidx.sty</i></tt><dd>Part of the LaTeX distribution -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>multind.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/misc/multind.sty">macros/latex209/contrib/misc/multind.sty</a> -<dt><tt><i>splitidx.sty and splitindex</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/splitindex.zip">macros/latex/contrib/splitindex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/splitindex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/splitindex/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multind</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multirow.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multirow.html deleted file mode 100644 index 4c651bfec35..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multirow.html +++ /dev/null @@ -1,98 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label multirow</title> -</head><body> -<h3>Merging cells in a column of a table</h3> -<p/>It’s easy to come up with a table design that requires a cell that -spans several rows. An example is something where the left-most -column labels the rest of the table; this can be done (in simple -cases) by using -<a href="FAQ-slashbox.html">diagonal separation in corner cells</a>, but that -technique rather strictly limits what can be used as the content of -the cell. -<p/>The <i>multirow</i> package enables you to construct such multi-row -cells, in a very simple manner. For the simplest possible use, one -might write: -<blockquote> -<pre> -\begin{tabular}{|c|c|} -\hline -\multirow{4}{*}{Common g text} - & Column g2a\\ - & Column g2b \\ - & Column g2c \\ - & Column g2d \\ -\hline -\end{tabular} -</pre> -</blockquote><p> -and <i>multirow</i> will position “Common g text” at the vertical -centre of the space defined by the other rows. Note that the rows -that don’t contain the “multi-row” specification must have empty -cells where the multi-row is going to appear. -<p/>The “<code>*</code>” may be replaced by a column width specification. In this -case, the argument may contain forced line-breaks: -<blockquote> -<pre> -\begin{tabular}{|c|c|} -\hline -\multirow{4}{25mm}{Common\\g text} - & Column g2a\\ - & Column g2b \\ - & Column g2c \\ - & Column g2d \\ -\hline -\end{tabular} -</pre> -</blockquote><p> -A similar effect (with the possibility of a little more -sophistication) may be achieved by putting a smaller table that lines -up the text into a <code>*</code>-declared <code>\</code><code>multirow</code>. -<p/>The <code>\</code><code>multirow</code> command may also used to write labels vertically -down one or other side of a table (with the help of the -<i>graphics</i> or <i>graphicx</i> package, which provide the -<code>\</code><code>rotatebox</code> command): -<blockquote> -<pre> -\begin{tabular}{|l|l|} -\hline -\multirow{4}{*}{\rotatebox{90}{hi there}} - & Column g2a\\ - & Column g2b \\ - & Column g2c \\ - & Column g2d \\ -\hline -\end{tabular} -</pre> -</blockquote><p> -(which gives text going upwards; use angle <code>-90</code> for text going -downwards, of course). -<p/>To make a <code>\</code><code>multicolumn</code> multi-row “cell” in a table, you have to -enclose a <code>\</code><code>multirow</code> inside a <code>\</code><code>multicolumn</code> — the other way -around does not work, so: -<blockquote> -<pre> -\begin{tabular}{|c|c|c|}\hline -\multicolumn{2}{|c|}{\multirow{2}{*}{combined cells}} - &top right\\ \cline{3-3} -\multicolumn{2}{|c|}{} - &middle right\\ \hline -bottom left - &bottom center - &bottom right\\ \hline -\end{tabular} -</pre> - -</blockquote><p> -<i>Multirow</i> is set up to interact with the <i>bigstrut</i> -package (which is also discussed in the answer to -<a href="FAQ-struttab.html">spacing lines in tables</a>). You use an -optional argument to the <code>\</code><code>multirow</code> command to say how many of the -rows in the multi-row have been opened up with <code>\</code><code>bigstrut</code>. -<p/>The documentation of both <i>multirow</i> and <i>bigstrut</i> is -to be found, as comments, in the package files themselves. -<dl> -<dt><tt><i>bigstrut.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.zip">macros/latex/contrib/multirow</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow/">browse</a>) -<dt><tt><i>multirow.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.zip">macros/latex/contrib/multirow</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multirow">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multirow</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-music.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-music.html deleted file mode 100644 index 5b29906117c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-music.html +++ /dev/null @@ -1,61 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label music</title> -</head><body> -<h3>Typesetting music in TeX</h3> -<p/>In the early days, a simple music package called MuTeX was -written by Angelika Schofer and Andrea Steinbach, which demonstrated -that music typesetting was possible; the package was very limited, and is -hardly ever used nowadays. Daniel Taupin took up the baton, and -developed MusicTeX, which allows the typesetting of polyphonic and -other multiple-stave music; MusicTeX remains available, but is most -definitely no longer recommended. -<p/>MusicTeX has been superseded by its successor MusiXTeX, which is -a three-pass system (with a processor program that computes values for -the element spacing in the music), and achieves finer control than is -possible in the unmodified TeX-based mechanism that MusicTeX -uses. Daniel Taupin’s is the only version of MusiXTeX currently -being developed (the original author, Andreas Egler, had an -alternative version, but he is now working on a different package -altogether). -<p/>Input to MusixTeX is extremely tricky stuff, and Don Simons’ -preprocessor <i>pmx</i> is the preferred method of creating input -for Taupin’s version. <i>Pmx</i> greatly eases use of -MusixTeX, but it doesn’t support the full range of MusixTeX’s -facilities directly; however, it does allow in-line MusixTeX code -in <i>pmx</i> sources. -<p/>Dirk Laurie’s <i>M-Tx</i> allows preparation of music with lyrics; -it operates “on top of” <i>pmx</i> -<p/>Another simple notation is supported by <i>abc2mtex</i>; this is a -package designed to notate tunes stored in an ASCII format -(<code>abc</code> notation). It was designed primarily for folk and traditional -tunes of Western European origin (such as Irish, English and Scottish) -which can be written on one stave in standard classical notation, and -creates input intended for MusicTeX. However, it should be -extendable to many other types of music. -<p/>Digital music fans can typeset notation for their efforts by using -<i>midi2tex</i>, which translates MIDI data files into -MusicTeX source code. -<p/>There is a mailing list (<i>TeX-music@icking-music-archive.org</i>) -for discussion of typesetting music in TeX; it mostly covers -MusixTeX and related systems. To subscribe, use -<a href="http://icking-music-archive.org/mailman/listinfo/tex-music/">http://icking-music-archive.org/mailman/listinfo/tex-music/</a> -<p/>An alternative (free) means of embedding music examples into (La)TeX -documents is <a href="http://www.lilypond.org">Lilypond</a>. Lilypond is -(at heart) a batch music typesetting system with plain text input that -does most of its work without TeX. Lilypond’s input syntax is far -less cryptic than is MusixTeX’s, and it handles much more stuff -automatically, yielding the same or better quality with less effort. -Lilypond can also produce basic MIDI output. -<dl> -<dt><tt><i>abc2mtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/abc2mtex.zip">support/abc2mtex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/abc2mtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/abc2mtex/">browse</a>) -<dt><tt><i>M-Tx</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/mtx.zip">support/mtx</a> (<a href="ftp://cam.ctan.org/tex-archive/support/mtx.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/mtx/">browse</a>) -<dt><tt><i>midi2tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/midi2tex.zip">support/midi2tex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/midi2tex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/midi2tex/">browse</a>) -<dt><tt><i>musictex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/musictex.zip">macros/musictex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/musictex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/musictex/">browse</a>) - -<dt><tt><i>musixtex (Taupin’s version)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/musixtex/taupin.zip">macros/musixtex/taupin</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/musixtex/taupin.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/musixtex/taupin/">browse</a>) -<dt><tt><i>musixtex (Egler’s version)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/musixtex/egler.zip">macros/musixtex/egler</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/musixtex/egler.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/musixtex/egler/">browse</a>) -<dt><tt><i>mutex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/mtex.zip">macros/mtex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/mtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/mtex/">browse</a>) -<dt><tt><i>pmx</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/pmx.zip">support/pmx</a> (<a href="ftp://cam.ctan.org/tex-archive/support/pmx.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/pmx/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=music">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=music</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nameref.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nameref.html deleted file mode 100644 index cc1f61d9071..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nameref.html +++ /dev/null @@ -1,66 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nameref</title> -</head><body> -<h3>Referring to things by their name</h3> -<p/>LaTeX’s labelling mechanism is designed for the impersonal world of -the academic publication, in which everything has a number: an -extension is necessary if we are to record the <em>name</em> of things -we’ve labelled. The two packages available extend the LaTeX -sectioning commands to provide reference by the name of the section. -<p/>The <i>titleref</i> package is a simple extension which provides -the command <code>\</code><code>titleref</code>; it is a stand-alone package — don’t use it -in a document in which you also need to use <i>hyperref</i>. -<p/>The <i>byname</i> package is part of the <i>smartref</i> bundle -and works well with <i>smartref</i>, and works (to an extent) with -<i>hyperref</i>, but the links it defines are not hyperlinks. -<p/>The <i>memoir</i> class incorporates the functionality of -<i>titleref</i>, but doesn’t work with <i>byname</i> (though a -search of <i>comp.text.tex</i> on <a href="groups.google.com">groups.google.com</a> will -find a patch to <i>byname</i> to remedy the problem). -<p/>The <i>hyperref</i> bundle includes a package <i>nameref</i>, -which will work standing alone (i.e., without <i>hyperref</i>: of -course, in this mode its references are not hyperlinked). If you load -<i>hyperref</i> itself, <i>nameref</i> is automatically loaded. -<i>Memoir</i> requires the <i>memhfixc</i> when running with -<i>hyperref</i>; following the sequence: -<blockquote> -<pre> -\documentclass[...]{memoir} -... -\usepackage[...]{hyperref} -\usepackage{memhfixc} -</pre> -</blockquote><p> -<i>nameref</i> commands may be used in a <i>memoir</i> document. -<p/><i>Zref</i> defines a proposed replacement for all of the LaTeX -reference mechanisms, and among other things provides -name-referencing mechanisms: -<blockquote> -<pre> -\usepackage[user,titleref]{zref} -... -\section{hello}\zlabel{sec:one} -The section name is: \ztitleref{sec:one}. -</pre> -</blockquote><p> -(One might hope that something of this sort would be the “way of the -future”, but things move slowly in the LaTeX world: don’t hold -your breath.) -<p/>Each of <i>titleref</i>, <i>byname</i> and <i>nameref</i> -defines a reference command with the same name as the package: -<code>\</code><code>titleref</code>, <code>\</code><code>byname</code> and <code>\</code><code>nameref</code>. The <i>nameref</i> -package also defines a command <code>\</code><code>byshortnameref</code>, which uses the -optional ‘short’ title argument to the chapter and section commands. -(Although it comes from the same author, <i>zref</i> <em>doesn’t</em> -define a short-name variant.) -<dl> -<dt><tt><i>byname.sty</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/smartref.zip">macros/latex/contrib/smartref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/smartref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/smartref/">browse</a>) -<dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>nameref.sty</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -<dt><tt><i>smartref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/smartref.zip">macros/latex/contrib/smartref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/smartref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/smartref/">browse</a>) -<dt><tt><i>titleref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/titleref.sty">macros/latex/contrib/misc/titleref.sty</a> -<dt><tt><i>zref.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nameref">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nameref</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newans.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newans.html deleted file mode 100644 index 00b8df11947..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newans.html +++ /dev/null @@ -1,32 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label newans</title> -</head><body> -<h3>Submitting new material for the FAQ</h3> -<p/>The FAQ will never be complete, and we always expect that -there will be people out there who know better than we do about -something or other. We always need to be put right about whatever -we’ve got wrong, and suggestions for improvements, particularly -covering areas we’ve missed, are always needed: mail anything you have -to the - <a href="mailto:faq-devel@tex.ac.uk">maintainers</a> - -<p/>If you have actual material to submit, your contribution is more than -ever welcome. Submission in plain text is entirely acceptable, but -if you’re really willing, you may feel free to mark up your submission -in the form needed for the FAQ itself. The markup is a -strongly-constrained version of LaTeX — the constraints come from -the need to translate the marked-up text to HTML on the fly -(and hence pretty efficiently). There is a file <i>markup-syntax</i> -in the FAQ distribution that describes the structure of the -markup, but there’s no real substitute for reading at least some of -the source (<i>faqbody.tex</i>) of the FAQ itself. If you -understand <i>Perl</i>, you may also care to look at the -translation code in <i>texfaq2file</i> and <i>sanitize.pl</i> in the -distribution: this isn’t the code actually used on the Web site, but -it’s a close relation and is kept -up to date for development purposes. -<dl> -<dt><tt><i>FAQ distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/help/uk-tex-faq.zip">help/uk-tex-faq</a> (<a href="ftp://cam.ctan.org/tex-archive/help/uk-tex-faq.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/help/uk-tex-faq/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newans">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newans</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfontstar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfontstar.html deleted file mode 100644 index 70ce959aeee..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfontstar.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label newfont*</title> -</head><body> -<h3>What’s wrong with <code>\</code><code>newfont</code>?</h3> -<p/>If all else fails, you <em>can</em> specify a font using the LaTeX -<code>\</code><code>newfont</code> command. The font so specified doesn’t fit into the -LaTeX font selection mechanism, but the technique can be tempting -under several circumstances. The command is merely the thinnest of -wrappers around the <code>\</code><code>font</code> primitive, and doesn’t really fit with -LaTeX at all. A simple, but really rather funny, example of the -problems it poses, may be seen in: -<blockquote> -<pre> -\documentclass[10pt]{article} -\begin{document} -\newfont{\myfont}{cmr17 scaled 2000} -\myfont -\LaTeX -\end{document} -</pre> -</blockquote><p> -(the reader is encouraged to try this). The “A” of <code>\</code><code>LaTeX</code> pretty -much disappears: LaTeX chooses the size on the “A” according to -<em>its</em> idea of the font size (10pt), but positions it according to -the dimensions of “<code>\</code><code>myfont</code>”, which is more than three times -that size. -<p/>Another “<code>\</code><code>myfont</code>” example arises from an entirely different -source. The mini-document: -<blockquote> -<pre> -\documentclass{article} -\begin{document} -\newfont{\myfont}{ecrm1000} -{\myfont voil\`a} -\end{document} -</pre> -</blockquote><p> -gives you “German low double quotes” (under the “a”) in place of -the grave accent. This happens because <i>ecrm1000</i> is in a -different <a href="FAQ-whatenc.html">font encoding</a> than LaTeX is -expecting — if you use the LaTeX <i>fontenc</i> package to -select the EC fonts, all these tiresome encoding issues are -solved for you, behind the scenes. -<p/>There does however remain a circumstance when you will be tempted to -use <code>\</code><code>newfont</code> — viz., to get a font size that doesn’t fall into -the Knuth standard set of sizes: LaTeX (by default) won’t allow you -to use such a size. Don’t despair: see the answer -“<a href="FAQ-fontsize.html">arbitrary font sizes</a>”. -<p/> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newfont*">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newfont*</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfunction.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfunction.html deleted file mode 100644 index 3e6065fe3b8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newfunction.html +++ /dev/null @@ -1,55 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label newfunction</title> -</head><body> -<h3>Defining a new log-like function in LaTeX</h3> -<p/>Use the <code>\</code><code>mathop</code> command, as in: -<blockquote> -<pre> -\newcommand{\diag}{\mathop{\mathrm{diag}}} -</pre> -</blockquote><p> -<p/>Subscripts and superscripts on <code>\</code><code>diag</code> will be placed below and -above the function name, as they are on -<code>\</code><code>lim</code>. If you want your subscripts and superscripts always placed -to the right, do: -<blockquote> - -<pre> -\newcommand{\diag}{\mathop{\mathrm{diag}}\nolimits} -</pre> -</blockquote><p> -<p/>AMSLaTeX (in its <i>amsopn</i> package, which is automatically -loaded by <i>amsmath</i>) provides a command -<code>\</code><code>DeclareMathOperator</code> that takes does the same job as the first -definition above. To create our original <code>\</code><code>diag</code> command, one would -say: -<blockquote> -<pre> -\DeclareMathOperator{\diag}{diag} -</pre> -</blockquote><p> -<code>\</code><code>DeclareMathOperator*</code> declares the operator always to have its -sub- and superscripts in the -“<a href="FAQ-limits.html"><code>\</code><code>limits</code> position</a>”. -<p/>The <i>amsopn</i> command <code>\</code><code>operatorname</code> allows you to -introduce <em>ad hoc</em> operators into your mathematics, so -<blockquote> - <code>\</code><code>[</code> <code>\</code><code>operatorname{foo}</code><code>(bar)</code> <code>\</code><code>]</code> -</blockquote><p> -typesets the same as -<blockquote> -<pre> -\DeclareMathOperator{\foo}{foo} -... -\[ \foo(bar) \] -</pre> -</blockquote><p> -As with <code>\</code><code>DeclareMathOperator</code> there’s a starred version -<code>\</code><code>operatorname*</code> for sub- and superscripts in the limits position. -<p/>(It should be noted that “log-like” was reportedly a <em>joke</em> on -Lamport’s part; it is of course clear what was meant.) -<dl> -<dt><tt><i>amsopn.sty</i></tt><dd>In the AMSLaTeX distribution <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newfunction">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newfunction</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newlang.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newlang.html deleted file mode 100644 index 035348f0359..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newlang.html +++ /dev/null @@ -1,101 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label newlang</title> -</head><body> -<h3>Using a new language with Babel</h3> -<p/><i>Babel</i> is capable of working with a large range of -languages, and a new user often wants to use a language that her -TeX installation is not set up to employ. Simply asking Babel to -use the language, with the command -<pre> - \usepackage[catalan]{babel} -</pre> -provokes the warning message -<pre> -Package babel Warning: No hyphenation patterns were loaded for -(babel) the language `Catalan' -(babel) I will use the patterns loaded for \language=0 instead. -</pre> - -<p/>The problem is that your TeX system doesn’t know how to hyphenate -Catalan text: you need to tell it how before Babel can do its work -properly. To do this, for LaTeX installations, one needs to change -<i>language.dat</i> (which is part of the Babel installation); it will -contain a line -<pre> -%catalan cahyphen.tex -</pre> -which, if you remove the comment marker, is supposed to instruct -LaTeX to load Catalan hyphenation patterns when you tell it to build -a new format. -<p/>Unfortunately, in many Babel distributions, the line just isn’t -right — you need to check the name of the file containing the -patterns you’re going to use. As you can see, in the author’s system, -the name is supposed to be <i>cahyphen.tex</i>; however the file -actually present on the system is <i>cahyph.tex</i> — fortunately, -the error should prove little more than an inconvenience (most of the -files are in better distributions anyway, but an elusive one -may be found on CTAN; if you have to retrieve -a new file, ensure that it’s correctly installed, for which see -<a href="FAQ-inst-wlcf.html">installing a new package</a>). -<p/>Finally, you need to regenerate the formats used (in fact, most users -of Babel are using it in their LaTeX documents, so regenerating the -LaTeX-related formats will ordinarily be enough; however, the -author always generates the lot, regardless). -<dl> -<dt>teTeX<dd>It’s possible to do the whole operation in one go, by - using the <i>texconfig</i> command: -<pre> -texconfig hyphen latex -</pre> - which first enters an editor for you to edit <i>language.dat</i>, - and then regenerates the format you specify (<i>latex</i> in - this case). -<p/> Otherwise, to regenerate all formats, do: <br> - <code>fmtutil --all</code> -<p/> If you’re willing to think through what you’re doing (this is - <em>not</em> for the faint-hearted), you can select a sequence of - formats and for each one, run: <br> - <code>fmtutil --byfmt <<i>formatname</i>></code><br> - where <em><code>formatname</em></code> is something like ‘<code>latex</code>’, - or: <br> - <code>fmtutil --byhyphen <<i>hyphenfile</i>></code><br> - where <em><code>hyphenfile</em></code> is the file specifying hyphenation - to the format — usually <code>language.dat</code> -<dt>MiKTeX<dd> On a <i>MiKTeX</i> distribution earlier than v2.0, do: <br> - <code>Start</code>-> - <code>Programs</code>-> - <code>MiKTeX</code>-> - <code>Maintenance</code>-> - <code>Create all format files</code> - -<p/> or get a DOS window and run:<br> - <code>initexmf --dump</code> -<p/> On a <i>MiKTeX</i> distribution v2.0 or later, the whole - procedure can be done via the GUI. To select the new - language, do:<br> - <code>Start</code>-> - <code>Programs</code>-> - <code>MiKTeX 2</code>-> - <code>MiKTeX Options</code>, and select the <code>Languages</code> tab. - Select your language from the list, press the <code>Apply</code> button, - and then the <code>OK</code> button. Then select the <code>General</code> - tab and press the <code>Update Now</code> button. -<p/> Otherwise, edit the <i>language.dat</i> file (as outlined above), - and then run:<br> - <code>initexmf --dump</code><br> - just as for a pre-v2.0 system. -</dl> -<p/><b><em>Caveat</em>:</b> It is (just) possible that -your TeX system may run out of “pattern memory” while generating -the new format. Most TeX implementations have fixed-size arrays -for storing the details of hyphenation patterns, but although their -size is adjustable in most modern distributions, actually changing the -size is a fiddle. If you <em>do</em> find you’ve run out of memory, -it may be worth scanning the list of languages in your -<i>language.dat</i> to see whether any could reasonably be removed. -<dl> -<dt><tt><i>babel</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/babel.zip">macros/latex/required/babel</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/babel.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/babel/">browse</a>) -<dt><tt><i>hyphenation patterns</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/language/hyphenation.zip">language/hyphenation</a> (<a href="ftp://cam.ctan.org/tex-archive/language/hyphenation.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/language/hyphenation/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newlang">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newlang</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newlineargs.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newlineargs.html deleted file mode 100644 index ea8b6608c1d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-newlineargs.html +++ /dev/null @@ -1,58 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label newlineargs</title> -</head><body> -<h3>Start of line goes awry</h3> -<!-- asterisk square bracket start line --> -<p/>This answer concerns two sorts of problems: errors of the form -<blockquote> -<pre> -! Missing number, treated as zero. -<to be read again> - g -<*> [grump] -</pre> -</blockquote><p> -and those where a single asterisk at the start of a line mysteriously -fails to appear in the output. -<p/>Both problems arise because <code>\</code><code>\</code> takes optional arguments. The -command <code>\</code><code>\*</code> means “break the line here, and inhibit page break -following the line break”; the command <code>\</code><code>\[</code><<i>dimen</i>><code>]</code> -means “break the line here and add <<i>dimen</i>> extra vertical space -afterwards”. -<p/>So why does <code>\</code><code>\</code> get confused by these things at the start of a -line? It’s looking for the first non-blank thing, and in the test it -uses ignores the end of the line in your input text. -<p/>The solution is to enclose the stuff at the start of the new line in -braces: -<blockquote> -<pre> -{\ttfamily - /* C-language comment\\ - {[grump]} I don't like this format\\ - {*}/ -} -</pre> -</blockquote><p> -(The above text derives from an actual post to -<i>comp.text.tex</i>; this particular bit of typesetting could -plainly also be done using the <code>verbatim</code> environment.) -<p/>The problem also appears in maths mode, in arrays and so on. In this -case, large-scale bracketing of things is <em>not</em> a good idea; the -TeX primitive <code>\</code><code>relax</code> (which does nothing except to block -searches of this nature) may be used. From another -<i>comp.text.tex</i> example: -<blockquote> -<pre> -\begin{eqnarray} - [a] &=& b \\ - \relax[a] &=& b -\end{eqnarray} -</pre> -</blockquote><p> -which is a usage this FAQ would not recommend, anyway: refer -to the <a href="FAQ-eqnarray.html">reason not to use <code>eqnarray</code></a>. -<p/>Note that the <i>amsmath</i> package modifies the behaviour of -<code>\\</code> in maths. With <i>amsmath</i>, the <code>eqnarray</code> -example doesn’t need any special measures. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newlineargs">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newlineargs</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-noans.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-noans.html deleted file mode 100644 index 2970987925d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-noans.html +++ /dev/null @@ -1,24 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label noans</title> -</head><body> -<h3>You don’t understand the answer</h3> -<p/>While the FAQ maintainers don’t offer a ‘help’ service, they’re -very keen that you understand the answers they’ve already written. -They’re (almost) written “in a vacuum”, to provide something to -cover a set of questions that have arisen; it’s always possible that -they’re written in a way that a novice won’t understand them. -<p/>Which is where you can help the community. Mail the - <a href="mailto:faq-devel@tex.ac.uk">maintainers</a> - -to report the answer that you find unclear, and (if you can) suggest -what we need to clarify. Time permitting (the team is small and all -its members are busy), we’ll try and clarify the answer. This way, -with a bit of luck, we can together improve the value of this resource -to the whole community. -<p/>Note that the FAQ development email address is not for -answering questions: it’s for you to suggest which questions we should -work on, or new questions we should answer in future editions. -<p/>Those who simply ask questions at that address will be referred to -<a href="mailto:texhax@tug.org"><i>texhax@tug.org</i></a> or to <i>comp.text.tex</i>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noans">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noans</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nocitestar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nocitestar.html deleted file mode 100644 index 3e0337627c9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nocitestar.html +++ /dev/null @@ -1,31 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nocite*</title> -</head><body> -<h3>Listing all your BibTeX entries</h3> -<p/>LaTeX and BibTeX co-operate to offer special treatment of this -requirement. The command <code>\</code><code>nocite{*}</code> is specially treated, -and causes BibTeX to generate bibliography entries for every entry -in each <code>.bib</code> file listed in your <code>\</code><code>bibliography</code> statement, so -that after a LaTeX–BibTeX–LaTeX sequence, you have a -document with the whole thing listed. -<p/>Note that LaTeX <em>doesn’t</em> produce - -“<code>Citation ... undefined</code>” or -“<code>There were undefined references</code>” warnings in respect of -<code>\</code><code>nocite{*}</code>. This isn’t a problem if you’re running -LaTeX “by hand” (you <em>know</em> exactly how many times you have -to run things), but the lack might confuse automatic processors that -scan the log file to determine whether another run is necessary. -<p/>A couple of packages are available, that aim to reduce the impact of -<code>\</code><code>nocite{*}</code> of a large citation database. <i>Biblist</i> -was written for use under LaTeX 2.09, but seems to work well enough; -<i>listbib</i> is more modern. Both provide their own -<code>.bst</code> files. (The impact of large databases was significant -in the old days of LaTeX systems with very little free memory; this -problem is less significant now than it once was.) -<dl> -<dt><tt><i>biblist.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/biblist.zip">macros/latex209/contrib/biblist</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/biblist.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex209/contrib/biblist/">browse</a>) -<dt><tt><i>listbib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/listbib.zip">macros/latex/contrib/listbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/listbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/listbib/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nocite*">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nocite*</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nodollar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nodollar.html deleted file mode 100644 index 4c0b9128d29..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nodollar.html +++ /dev/null @@ -1,29 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nodollar</title> -</head><body> -<h3>“Missing <code>$</code> inserted”</h3> -<p/>There are certain things that <em>only</em> work in maths mode. If your -document is not in maths mode and you have an <code>_</code> or a <code>^</code> character, -TeX (and by inheritance, LaTeX too) will say -<pre> -! Missing $ inserted -</pre> -as if you couldn’t possibly have misunderstood the import of what you -were typing, and the only possible interpretation is that you had -committed a typo in failing to enter maths mode. TeX, therefore, -tries to patch things up by inserting the <code>$</code> you ‘forgot’, so that -the maths-only object will work; as often as not this will land you in -further confusion. -<p/>It’s not just the single-character maths sub- and superscript -operators: anything that’s built in or declared as a maths operation, -from the simplest lower-case <code>\</code><code>alpha</code> through the inscrutable -<code>\</code><code>mathchoice</code> primitive, and beyond, will provoke the error if -misused in text mode. -<p/>LaTeX offers a command <code>\</code><code>ensuremath</code>, which will put you in maths -mode for the execution of its argument, if necessary: so if you want -an <code>\</code><code>alpha</code> in your running text, say -<code>\</code><code>ensuremath{<code>\</code><code>alpha</code>}</code>; if the bit of running text somehow -transmutes into a bit of mathematics, the <code>\</code><code>ensuremath</code> will become -a no-op, so it’s pretty much always safe. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nodollar">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nodollar</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nofm.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nofm.html deleted file mode 100644 index 311acf2188a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nofm.html +++ /dev/null @@ -1,20 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nofm</title> -</head><body> -<h3>Page numbering “<<i>n</i>> of <<i>m</i>>”</h3> - -<p/>Finding the page number of the last page of a document, from within -the document, is somewhat tricky. The <i>lastpage</i> package is -therefore supplied to make life easy for us all; it defines a label -<code>LastPage</code> whose number is <em>right</em> (after sufficiently many -passes through LaTeX, of course). The <i>memoir</i> class also -defines a “last page” label. -<p/>The documentation of the <i>fancyhdr</i> package spells out exactly -how one might actually use this information to produce page numbering -as suggested in the question. -<dl> -<dt><tt><i>fancyhdr documentation</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.zip">macros/latex/contrib/fancyhdr</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyhdr/">browse</a>) -<dt><tt><i>lastpage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lastpage.zip">macros/latex/contrib/lastpage</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/lastpage.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/lastpage/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nofm">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nofm</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nohyph.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nohyph.html deleted file mode 100644 index 793582fa4f6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nohyph.html +++ /dev/null @@ -1,65 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nohyph</title> -</head><body> -<h3>My words aren’t being hyphenated</h3> -<p/>Let’s assume you’ve selected the right TeX ‘language’ — as -explained in <a href="FAQ-hyphen.html">“how hyphenation works”</a>, -you’re not likely to get the correct results typesetting one language -using the hyphenation rules of another. (Select the proper language, -using <i>babel</i> if you’re a LaTeX user. This may reveal that -you need another set of hyphenation patterns; see - -<a href="FAQ-newlang.html">“using a new language”</a> for advice on how -to install it.) -<p/>So what else can go wrong? -<ul> -<li> Since TeX version 3.0, the limits on how near to either end - of a word hyphenation may take place have been programmable (see - <a href="FAQ-weirdhyphen.html">“weird hyphenation”</a>), and for some - reason the values in question may have been corrupted in some macros - you are using. TeX won’t hyphenate less than <code>\</code><code>lefthyphenmin</code> - characters after the start of a word, nor less than - <code>\</code><code>righthyphenmin</code> before the end of a word; thus it won’t - hyphenate a word shorter than the sum of the two minima, at all. - For example, since the minima are 2 and 3 for English, TeX won’t - hyphenate a word shorter than 5 letters long, if it believes the - word to be English. -<li> TeX won’t hyphenate a word that’s already been hyphenated. - For example, the (caricature) English surname Smyth-Postlethwaite - wouldn’t hyphenate, which could be troublesome. This is correct - English typesetting style (it may not be correct for other - languages), but if needs must, you can replace the hyphen in the - name with a <code>\</code><code>hyph</code> command, defined -<blockquote> -<pre> -\def\hyph{-\penalty0\hskip0pt\relax} -</pre> -</blockquote><p> - This is <em>not</em> the sort of thing this FAQ would - ordinarily recommend... The <i>hyphenat</i> package defines a - bundle of such commands (for introducing hyphenation points at - various punctuation characters). -<li> There may be accents in the word. The causes of and remedies - for this effect are discussed in - - <a href="FAQ-hyphenaccents.html">accents and hyphens</a>. -<li> The hyphenation may simply not have been spotted; while TeX’s - algorithm is good, it’s not infallible, and it does miss perfectly - good hyphenations in some languages. When this happens, you need to - give TeX <em>explicit</em> instructions on how to hyphenate. -</ul> -The <code>\</code><code>hyphenation</code> command allows you to give explicit instructions. -Provided that the word will hyphenate at all (that is, it is not -prevented from hyphenating by any of the other restrictions above), -the command will override anything the hyphenation patterns might -dictate. The command takes one or more hyphenated words as -argument — <code>\</code><code>hyphenation{ana-lysis pot-able}</code>; note that -(as here, for analysis) you can use the command to overrule TeX’s -choice of hyphenation (ana-lysis is the British etymological -hyphenation; some feel the American hyphenation feels -‘unfortunate’...). -<dl> -<dt><tt><i>hyphenat.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyphenat.zip">macros/latex/contrib/hyphenat</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyphenat.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyphenat/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nohyph">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nohyph</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-noline.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-noline.html deleted file mode 100644 index cd7e610c6c2..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-noline.html +++ /dev/null @@ -1,84 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label noline</title> -</head><body> -<h3>No line here to end</h3> -<p/>The error -<blockquote> -<pre> -! LaTeX Error: There's no line here to end. - -See the LaTeX manual or LaTeX Companion for explanation. -</pre> - -</blockquote><p> -comes in reaction to you giving LaTeX a <code>\</code><code>\</code> command at a time -when it’s not expecting it. The commonest case is where you’ve -decided you want the label of a list item to be on a line of its own, -so you’ve written (for example): -<blockquote> -<pre> -\begin{description} -\item[Very long label] \\ - Text... -\end{description} -</pre> -</blockquote><p> -<code>\</code><code>\</code> is actually a rather bad command to use in this case (even if -it worked), since it would force the ‘paragraph’ that’s made up of the -text of the item to terminate a line which has nothing on it but the -label. This would lead to an “<code>Underfull \hbox</code>” warning message -(usually with ‘infinite’ badness of 10000); while this message doesn’t -do any actual harm other than slowing down your LaTeX run, any -message that doesn’t convey any information distracts for no useful -purpose. -<p/>The proper solution to the problem is to write a new sort of -<code>description</code> environment, that does just what you’re after. (The - -<a href="FAQ-books.html"><em>LaTeX Companion</em></a> offers a -rather wide selection of variants of these things.) -<p/>The quick-and-easy solution, which avoids the warning, is to write: -<blockquote> -<pre> -\begin{description} -\item[Very long label] \hspace*{\fill} \\ - Text... -\end{description} -</pre> -</blockquote><p> -which fills out the under-full line before forcing its closure. The -<i>expdlist</i> package provides the same functionality with its -<code>\</code><code>breaklabel</code> command, and <i>mdwlist</i> provides it via its -<code>\</code><code>desclabelstyle</code> command. -<p/>The other common occasion for the message is when you’re using the -<code>center</code> (or <code>flushleft</code> or <code>flushright</code>) -environment, and have decided you need extra separation between lines -in the environment: -<blockquote> -<pre> -\begin{center} - First (heading) line\\ - \\ - body of the centred text... -\end{center} -</pre> -</blockquote><p> -The solution here is plain: use the <code>\\</code> command in the way it’s -supposed to be used, to provide more than just a single line break -space. <code>\\</code> takes an optional argument, which specifies -how much extra space to add; the required effect in the text above can -be had by saying: -<blockquote> -<pre> -\begin{center} - First (heading) line\\[\baselineskip] - body of the centred text... -\end{center} -</pre> -</blockquote><p> -<dl> -<dt><tt><i>expdlist.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/expdlist.zip">macros/latex/contrib/expdlist</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/expdlist.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/expdlist/">browse</a>) -<dt><tt><i>mdwlist.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse</a>) -</dl> -<p/> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noline">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noline</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonfree.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonfree.html deleted file mode 100644 index 4c62ea60570..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonfree.html +++ /dev/null @@ -1,66 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nonfree</title> -</head><body> -<h3>What’s the CTAN <code>nonfree</code> tree?</h3> -<p/>When CTAN was founded, in the 1990s, it was unusual to publish -the terms under which a TeX-related package was distributed (or, at -any rate, to publish those terms formally). -<p/>With the advent of the TeX <em>distributions</em>, however, people -started to realise the need for such information, to protect those who -create, distribute or sell the discs that hold the packages, etc. -With the licence information available, the distributors can decide -which packages may be distributed. -<p/>The CTAN team decided that it would be useful for users (and -distributors, not to say package authors) to separate packages that -were candidates for distribution, and those that were in some sense -“not free”. Thus was the <code>nonfree</code> tree born. -<p/>From the start, the <code>nonfree</code> tree was controversial: the terms -under which a package would be placed on the tree were hotly -contested, and the CTAN team were only able slowly to populate -the tree. It is now obvious to the team that the project would never -be completed. -<p/>The CTAN catalogue now records the nature of the licences of a -good proportion of the packages it describes (though there remain -several for which the licence is unknown, which is as good, for the -distributors, as a licence forbidding distribution). Since the -catalogue’s coverage of CTAN is good (and slowly improving), -the general rule for distributors has become -<blockquote> -“if the package is listed in the catalogue, check there to see -whether you should distribute; if the package is not listed in the -catalogue, don’t think of distributing it”. -</blockquote><p> -<p/>(The catalogue only has a modest -<a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/licenses.html">list of licences</a>, but it covers the set used -by packages on CTAN, with a wild-card “<code>other-free</code>” -which covers packages that the CTAN administrators believe to -be free even though the authors haven’t used a standard licence.) -<p/>In the light of the above, the <code>nonfree</code> tree is being -dismantled, and its contents moved to the main CTAN tree. So -the answer to the question is, now, “the nonfree tree is a part of -CTAN, and is now being merged with the main tree”. -<p/><p/> - - - - - - - - - - - -<p/> - - - - -<p/> - - - - - -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonfree">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonfree</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonpdfsp.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonpdfsp.html deleted file mode 100644 index aa63ddd54c5..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonpdfsp.html +++ /dev/null @@ -1,37 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nonpdfsp</title> -</head><body> -<h3>Non-PDF special ignored!</h3> -<p/>This is a PDFTeX error: PDFTeX is running in PDF output - -mode, and it has encountered a -<a href="FAQ-specials.html"><code>\</code><code>special</code></a> command. PDFTeX is -able to generate its own output, and in this mode of operation has no -need of <code>\</code><code>special</code> commands (which allow the user to pass -information to the driver being used to generate output). -<p/>Why does this happen? LaTeX users, nowadays, hardly ever use -<code>\</code><code>special</code> commands on their own — they employ packages to do the -job for them. Some packages will generate <code>\</code><code>special</code> commands -however they are invoked: <i>pstricks</i> is an example (it’s very -raison d’être is to emit PostScript code in a sequence of <code>\</code><code>special</code> -commands). <i>Pstricks</i> may be dealt with by other means (the -<i>pdftricks</i> package offers a usable technique). -<p/>More amenable to correction, but more confusing, are packages (such as -<i>color</i>, <i>graphics</i> and <i>hyperref</i>) that -specify a “driver”. These packages have plug-in modules that -determine what <code>\</code><code>special</code> (or other commands) are needed to generate -any given effect: the <code>pdftex</code> driver for such packages knows not to -generate <code>\</code><code>special</code> commands. In most circumstances, you can let -the system itself choose which driver you need; in this case -everything will act properly when you switch to using PDFLaTeX. If -you’ve been using <i>dvips</i> (and specifying the <code>dvips</code> driver) -or <i>dvipdfm</i> (for which you have to specify the driver), and -decide to try PDFLaTeX, you <em>must</em> remove the <code>dvips</code> or -<code>dvipdfm</code> driver specification from the package options, and let the -system recognise which driver is needed. -<dl> -<dt><tt><i>pdftricks.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pdftricks.zip">macros/latex/contrib/pdftricks</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pdftricks.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pdftricks/">browse</a>) -<dt><tt><i>pstricks.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/pstricks.zip">graphics/pstricks</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/pstricks.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/pstricks/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonpdfsp">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonpdfsp</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonum.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonum.html deleted file mode 100644 index 74783f3351c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nonum.html +++ /dev/null @@ -1,48 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nonum</title> -</head><body> -<h3>“Missing number, treated as zero”</h3> -<p/>In general, this means you’ve tried to assign something to a count, -dimension or skip register that isn’t (in TeX’s view of things) a -number. Usually the problem will become clear using the -<a href="FAQ-erroradvice.html">ordinary techniques of examining errors</a>. -<p/>Two LaTeX-specific errors are commonly aired on the newsgroups. -<p/>The commonest arises from attempting to use an example from the -<a href="FAQ-books.html"><em>The LaTeX Companion</em> (first edition)</a>, and is -exemplified by the following error text: -<pre> -! Missing number, treated as zero. -<to be read again> - \relax -l.21 \begin{Ventry}{Return values} -</pre> -The problem arises because, in its first edition, the -<em>Companion</em>’s examples always assumed that the <i>calc</i> -package is loaded: this fact is mentioned in the book, but often not -noticed. The remedy is to load the <i>calc</i> package in any -document using such examples from the <em>Companion</em>. (The problem -does not really arise with the second edition; copies of all the -examples are available on the accompanying CDROM, or on -CTAN.) -<p/>The other problem, which is increasingly rare nowadays, arises from -misconfiguration of a system that has been upgraded from LaTeX 2.09: -the document uses the <i>times</i> package, and the error appears -at <code>\</code><code>begin{document}</code>. The file search paths are wrongly set -up, and your <code>\</code><code>usepackage{times}</code> has picked up a LaTeX 2.09 -version of the package, which in its turn has invoked another which -has no equivalent in LaTeX2e. The obvious solution is to rewrite -the paths so that LaTeX 2.09 packages are chosen only as a last resort -so that the startlingly simple LaTeX2e <i>times</i> package will -be picked up. Better still is to replace the whole thing with -something more modern still; current <i>psnfss</i> doesn’t provide -a <i>times</i> package — the alternative <i>mathptmx</i> -incorporates <i>Times</i>-like mathematics, and a sans-serif face -based on <i>Helvetica</i>, but scaled to match <i>Times</i> -text rather better. -<dl> -<dt><tt><i>calc.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>Examples for LaTeX Companion</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/examples/tlc2.zip">info/examples/tlc2</a> (<a href="ftp://cam.ctan.org/tex-archive/info/examples/tlc2.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/examples/tlc2/">browse</a>) -<dt><tt><i>The psnfss bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/psnfss.zip">macros/latex/required/psnfss</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/psnfss.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/psnfss/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonum">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nonum</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopagebrk.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopagebrk.html deleted file mode 100644 index 714fe06c855..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopagebrk.html +++ /dev/null @@ -1,111 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nopagebrk</title> -</head><body> -<h3>Preventing page breaks between lines</h3> -<p/>One commonly requires that a block of typeset material be kept on the -same page; it turns out to be surprisingly tricky to arrange this. -<p/>LaTeX provides a <code>samepage</code> environment which claims it -does this sort of thing for you. It proceeds by setting infinite -penalties for all sorts of page-break situations; but in many -situations where you want to prevent a page break, -<code>samepage</code> doesn’t help. If you’re trying to keep running -text together, you need to end the paragraph inside the environment -(see <a href="FAQ-paraparam.html">preserving paragraph parameters</a>). -Also, if the things you are trying to keep together insert their own -pagebreak hints, <code>samepage</code> has no power over them: a good -example is list items — they suggest page breaks between them. Even -if <code>samepage</code> <em>does</em> work, it’s likely to leave stuff -jutting out at the bottom of the page. -<p/>A convenient trick is to set all the relevant stuff in a <code>\</code><code>parbox</code> -(or a <code>minipage</code> if it contains things like verbatim text -that may not be in the argument of a <code>\</code><code>parbox</code>). The resulting box -certainly <em>won’t</em> break between pages, but that’s not to say that -it will actually do what you want it to do: again, the box may be left -jutting out at the bottom of the page. -<p/>Why do neither of these obvious things work? Because TeX can’t -really distinguish between infinitely awful things. -<code>Samepage</code> will make any possible break point “infinitely -bad” and boxes don’t even offer the option of breaks, but if the -alternative is the leave an infinitely bad few centimetres of blank -paper at the bottom of the page, TeX will take the line of least -resistance and do nothing. -<p/>This problem still arises even if you have <code>\</code><code>raggedbottom</code> in -effect: TeX doesn’t notice the value of <em>that</em> until it starts -actually shipping a page out. One approach is to set: -<blockquote> -<pre> -\raggedbottom -\addtolength{\topskip}{0pt plus 10pt} -</pre> -</blockquote><p> -The <code>10pt</code> offers a hint to the output routine that the column is -stretchable; this will cause TeX to be more tolerant of the need to -stretch while building the page. If you’re doing this as a temporary -measure, cancel the change to <code>\</code><code>topskip</code> by: -<blockquote> -<pre> -\addtolength{\topskip}{0pt plus-10pt} -</pre> -</blockquote><p> -as well as resetting <code>\</code><code>flushbottom</code>. (Note that the <code>10pt</code> never -actually shows up, because it is overwhelmed when the page is shipped -out by the stretchability introduced by <code>\</code><code>raggedbottom</code>; however, it -could well have an effect if <code>\</code><code>flushbottom</code> was in effect.) -<p/>An alternative (which derives from a suggestion by Knuth in the -TeXbook) is the package <i>needspace</i> or the <i>memoir</i> class, -which both define a command <code>\</code><code>needspace</code> whose argument tells it -what space is needed. If the space isn’t available, the current page -is cleared, and the matter that needs to be kept together will be -inserted on the new page. For example, if 4 lines of text need to be -kept together, the sequence -<blockquote> -<pre> -\par -\needspace{4\baselineskip} -% the stuff that must stay together -<text generating lines 1-4> -% now stuff we don't mind about -</pre> -</blockquote><p> -Yet another trick by Knuth is useful if you have a sequence of small -blocks of text that need, individually, to be kept on their own page. -Insert the command <code>\</code><code>filbreak</code> before each small block, and the -effect is achieved. The technique can be used in the case of -sequences of LaTeX-style sections, by incorporating <code>\</code><code>filbreak</code> -into the definition of a command (as in -<a href="FAQ-patch.html">patching commands</a>). A simple and effective -patch would be: -<blockquote> -<pre> -\let\oldsubsubsection=\subsubsection -\renewcommand{\subsubsection}{% - \filbreak - \oldsubsubsection -} -</pre> -</blockquote><p> -While the trick works for consecutive sequences of blocks, it’s -slightly tricky to get out of such sequences unless the sequence is -interrupted by a forced page break (such as <code>\</code><code>clearpage</code>, which may -be introduced by a <code>\</code><code>chapter</code> command, or the end of the document). -If the sequence is not interrupted, the last block is likely to be -forced onto a new page, regardless of whether it actually needs it. -<p/>If one is willing to accept that not everything can be accomplished -totally automatically, the way to go is to typeset the document and to -check for things that have the potential to give trouble. In such a -scenario (which has Knuth’s authority behind it, if one is to believe -the rather few words he says on the subject in the TeXbook) one can -decide, case by case, how to deal with problems at the last -proof-reading stage. The alternatives are to insert <code>\</code><code>clearpage</code> -commands as necessary, or to use <code>\</code><code>enlargethispage</code>. Supposing you -have a line or two that stray: issue the command -<code>\</code><code>enlargethispage{2<code>\</code><code>baselineskip</code>}</code> and two lines are -added to the page you’re typesetting. It depends on the document -whether this looks impossibly awful or entirely acceptable, but the -command remains a useful item in the armoury. -<dl> -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>needspace.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/needspace.sty">macros/latex/contrib/misc/needspace.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopagebrk">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopagebrk</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html deleted file mode 100644 index b755174cb2b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-nopageno.html +++ /dev/null @@ -1,50 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label nopageno</title> -</head><body> -<h3>How to get rid of page numbers</h3> -<p/>The package <i>nopageno</i> will suppress page numbers in a whole -document. -<p/>To suppress page numbers from a single page, use -<code>\</code><code>thispagestyle{empty}</code> somewhere within the text of the -page. (Note that <code>\</code><code>maketitle</code> and <code>\</code><code>chapter</code> both use -<code>\</code><code>thispagestyle</code> internally, so you need to call it after you’ve -called them.) -<p/>To suppress page numbers from a sequence of pages, you may use -<code>\</code><code>pagestyle{empty}</code> at the start of the sequence, and restore -the original page style at the end. Unfortunately, you still have to -use <code>\</code><code>thispagestyle</code> after any <code>\</code><code>maketitle</code> or <code>\</code><code>chapter</code> -command. -<p/>In the <i>memoir</i> class, the troublesome commands (<code>\</code><code>maketitle</code>, -<code>\</code><code>chapter</code>, etc.) invoke their own page style -(<code>title</code>, <code>chapter</code>, etc.), which you may -redefine using the class’s own techniques to be equivalent to -“<code>empty</code>”. The <i>KOMA-script</i> classes have -commands that contain the page style to be used, so one might say: -<blockquote> -<pre> -\renewcommand*{\titlepagestyle}{empty} -</pre> -</blockquote><p> -<p/>An alternative (in all classes) is to use the rather delightful -<code>\</code><code>pagenumbering{gobble}</code>; this has the simple effect that any -attempt to print a page number produces nothing, so there’s no issue -about preventing any part of LaTeX from printing the number. -However, the <code>\</code><code>pagenumbering</code> command does have the side effect that -it resets the page number (to 1), which may be undesirable. -<p/>The <i>scrpage2</i> package separates out the representation from -the resetting; so one can say -<blockquote> -<pre> -\renewcommand*{\pagemark}{} -</pre> -</blockquote><p> -to have the same effect as the <code>gobble</code> trick, without -resetting the page number. -<dl> -<dt><tt><i>nopageno</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle/nopageno.sty">macros/latex/contrib/carlisle/nopageno.sty</a> -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>scrpage2.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopageno">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nopageno</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-normalszmiss.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-normalszmiss.html deleted file mode 100644 index d2605726723..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-normalszmiss.html +++ /dev/null @@ -1,18 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label normalszmiss</title> -</head><body> -<h3><code>\</code><code>normalsize</code> not defined</h3> -<p/>The LaTeX error: -<blockquote> - -<pre> -The font size command \normalsize is not defined: -there is probably something wrong with the class file. -</pre> -</blockquote><p> -is reporting something pretty fundamental (document base font size not -set up). While this <em>can</em>, as the message implies, be due to a -broken class file, the more common cause is that you have simply -forgotten to put a <code>\</code><code>documentclass</code> command in your document. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=normalszmiss">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=normalszmiss</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-noroom.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-noroom.html deleted file mode 100644 index a1f154fd3c2..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-noroom.html +++ /dev/null @@ -1,51 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label noroom</title> -</head><body> -<h3>No room for a new ‘<em>thing</em>’</h3> -<p/>The technology available to Knuth at the time TeX was written is -said to have been particularly poor at managing dynamic storage; as a -result much of the storage used within TeX is allocated as fixed -arrays, in the reference implementations. Many of these fixed arrays -are expandable in modern TeX implementations, but size of the -arrays of “registers” is written into the specification as being 256 -(usually); this number may not be changed if you still wish to call -the result TeX - -(see <a href="FAQ-triptrap.html">testing TeX implementations</a>). -<p/>If you fill up one of these register arrays, you get a TeX error -message saying -<blockquote> -<pre> -! No room for a new \<thing>. -</pre> -</blockquote><p> -The <code>\</code><code>thing</code>s in question may be <code>\</code><code>count</code> (the object underlying -LaTeX’s <code>\</code><code>newcounter</code> command), <code>\</code><code>skip</code> (the object underlying -LaTeX’s <code>\</code><code>newlength</code> command), <code>\</code><code>box</code> (the object underlying -LaTeX’s <code>\</code><code>newsavebox</code> command), or <code>\</code><code>dimen</code>, <code>\</code><code>muskip</code>, -<code>\</code><code>toks</code>, <code>\</code><code>read</code>, <code>\</code><code>write</code> or <code>\</code><code>language</code> (all types of object -whose use is “hidden” in LaTeX; the limit on the number of -<code>\</code><code>read</code> or <code>\</code><code>write</code> objects is just 16). -<p/>There is nothing that can directly be done about this error, as you can’t -extend the number of available registers without extending TeX -itself. - Of course, <a href="FAQ-etex.html">e-TeX</a> and <a href="FAQ-omegaleph.html">Omega</a> - - both do this, as does <a href="FAQ-commercial.html">MicroPress Inc’s VTeX</a>. -<p/>The commonest way to encounter one of these error messages is to have -broken macros of some sort, or incorrect usage of macros (an example -is discussed in <a href="FAQ-epsf.html">epsf problems</a>). -<p/>However, sometimes one just <em>needs</em> more than TeX can offer, -and when this happens, you’ve just got to work out a different way of -doing things. An example is the -<a href="FAQ-usepictex.html">difficulty of loading PicTeX with LaTeX</a>. -In cases like PicTeX, it may be possible to use -<a href="FAQ-etex.html">e-TeX</a> (all modern distributions provide it). The -LaTeX package <i>etex</i> modifies the register allocation -mechanism to make use of e-TeX’s extended register sets (it’s a -derivative of the Plain TeX macro file <i>etex.src</i>, which is -used in building the e-TeX Plain format; both files are part of the -e-TeX distribution). Unfortunately, e-TeX doesn’t help with -<code>\</code><code>read</code> or <code>\</code><code>write</code> objects. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noroom">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=noroom</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-notWYSIWYG.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-notWYSIWYG.html deleted file mode 100644 index 09247c59096..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-notWYSIWYG.html +++ /dev/null @@ -1,62 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label notWYSIWYG</title> -</head><body> -<h3>Why is TeX not a WYSIWYG system?</h3> -<p/>WYSIWYG is a marketing term (“What you see is what you get”) for -a particular style of text processor. WYSIWYG systems are -characterised by two principal claims: that you type what you want to -print, and that what you see on the screen as you type is a close -approximation to how your text will finally be printed. -<p/>The simple answer to the question is, of course, that TeX was -conceived long before the marketing term, at a time when the marketing -imperative wasn’t perceived as significant. However, that was a long -time ago: why has nothing been done with the “wonder text processor” -to make it fit with modern perceptions? -<p/>There are two answers to this. First, the simple “things <em>have</em> -been done” (but they’ve not taken over the TeX world); and second, -“there are philosophical reasons why the way TeX has developed is -ill-suited to the WYSIWYG style”. -Indeed, there is a fundamental problem with applying WYSIWYG techniques -to TeX: the complexity of TeX makes it hard to get the -equivalent of TeX’s output without actually running TeX. -<p/>A celebrated early system offering “WYSIWYG using TeX” came from the -VorTeX project: a pair of (early) Sun workstations worked in -tandem, one handling the user interface while the other beavered away -in the background typesetting the result. VorTeX was quite -impressive for its time, but the two workstations combined had hugely less -power than the average sub-thousand dollar Personal Computer -nowadays, and its code has not proved portable (it never even made the -last ‘great’ TeX version change, at the turn of the 1990s, to -TeX version 3). Modern systems that are similar in -their approach are Lightning Textures (an extension of -Blue Sky’s original TeX system for the Macintosh), and Scientific -Word (which can also cooperate with a computer algebra system); both -these systems are <a href="FAQ-commercial.html">commercially available</a>. -<p/>The issue has of recent years started to attract attention from TeX -developers, and several interesting projects addressing the -“<a href="FAQ-WYGexpts.html">TeX document preparation environment</a>” -are in progress. -<p/>Nevertheless, the TeX world has taken a long time to latch onto the -idea of WYSIWYG. -Apart from simple arrogance (“we’re better, and have no need to -consider the petty doings of the commercial word processor market”), -there is a real conceptual difference between the word processor model -of the world and the model LaTeX and ConTeXt employ — the idea of -“markup”. “Pure” markup expresses a logical model of a document, -where every object within the document is labelled according to what -it is rather than how it should appear: appearance is deduced from the -properties of the type of object. Properly applied, markup can -provide valuable assistance when it comes to re-use of documents. -<p/>Established WYSIWYG systems find the expression of this sort of -structured markup difficult; however, markup <em>is</em> starting to -appear in the lists of the commercial world’s requirements, for two -reasons. First, an element of markup helps impose style on a -document, and commercial users are increasingly obsessed with -uniformity of style; and second, the increasingly pervasive use of -XML-derived document archival formats demands it. The same -challenges must needs be addressed by TeX-based document -preparation support schemes, so we are -observing a degree of confluence of the needs of the two communities: -interesting times may be ahead of us. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=notWYSIWYG">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=notWYSIWYG</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-numbersets.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-numbersets.html deleted file mode 100644 index 57edaa32534..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-numbersets.html +++ /dev/null @@ -1,84 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label numbersets</title> -</head><body> -<h3>Symbols for the number sets</h3> -<p/>It is a good idea to have commands such as <code>\</code><code>R</code> for the real numbers and -other standard number sets. Traditionally these were typeset in bold. -Because, in the ordinary course of events, mathematicians do not have -access to bold chalk, they invented the special symbols that are now -often used for <code>\</code><code>R</code>, <code>\</code><code>C</code>, <em>etc</em>. These symbols are known -as “blackboard bold”. Before insisting on using them, consider -whether going back to the old system of ordinary bold might not be -acceptable (it is certainly simpler). -<p/>A set of blackboard bold capitals is available in the AMS -<i>msbm</i> fonts (<i>msbm</i> is available at a range of -design sizes, with names such as <i>msbm10</i>). The pair of font -families (the other is called <i>msam</i>) have a large number of -mathematical symbols to supplement the ones in the standard TeX -distribution, and are available in Type 1 format with most modern -distributions. Support files for using the fonts, both under -Plain TeX and LaTeX (packages <i>amssymb</i> and -<i>amsfonts</i>), are available. The font shape is a rather -austere sans, which many people don’t like (though it captures the -essence of quickly-chalked writing rather well). -<p/>The <i>bbold</i> family is set of blackboard bold fonts written in -Metafont. This set offers blackboard bold forms of lower-case letters; -the font source directory also contains sources for a LaTeX package -that enables use of the fonts. The fonts are not available in Type 1 format. -<p/>The <i>bbm</i> family claims to provide -‘blackboard’ versions of most of the <i>cm</i> fonts ... including -the bold and bold-extended series. Again, the fonts are designed in -Metafont and are not available in Type 1 format. LaTeX macro support -comes from a package by Torsten Hilbrich. -<p/>The <i>doublestroke</i> family comes in just roman -and sans shapes, at a single weight, and is available both as Metafont -sources and as Type 1; the font covers the uppercase latin letters, -lowercase ‘h’ and ’k’, and the digit ‘1’. -<p/>An alternative source of Type 1 fonts with blackboard bold characters -may be found in the steadily increasing set of complete families, both -commercial and free, that have been prepared for use with (La)TeX -(see -“<a href="FAQ-psfchoice.html">choice of outline fonts</a>”). -Of the free sets, the <i>txfonts</i> and <i>pxfonts</i> families -both come with replicas of <i>msam</i> and <i>msbm</i> -(though, as noted elsewhere, there are other reasons not to use these -fonts). The <i>mathpazo</i> family includes a “mathematically -significant” choice of blackboard bold characters, and the -<i>fourier</i> fonts contain blackboard bold upper-case letters, -the digit ‘1’, and lower-case ‘k’. -<p/>The “lazy person’s” blackboard bold macros: -<blockquote> -<pre> -\newcommand{\R}{{\sf R\hspace*{-0.9ex}% - \rule{0.15ex}{1.5ex}\hspace*{0.9ex}}} -\newcommand{\N}{{\sf N\hspace*{-1.0ex}% - \rule{0.15ex}{1.3ex}\hspace*{1.0ex}}} -\newcommand{\Q}{{\sf Q\hspace*{-1.1ex}% - \rule{0.15ex}{1.5ex}\hspace*{1.1ex}}} -\newcommand{\C}{{\sf C\hspace*{-0.9ex}% - \rule{0.15ex}{1.3ex}\hspace*{0.9ex}}} -</pre> -</blockquote><p> -are almost acceptable at normal size if the surrounding text is -<i>cmr10</i>. However, they are not part of a proper maths font, -and so do not work in sub- and superscripts. Moreover, the size and -position of the vertical bar can be affected by the font of the -surrounding text. As we’ve seen, there are plenty of alternatives: -don’t try the macros, or anything similar using capital ‘I’ (which -looks even worse!). -<dl> -<dt><tt><i>AMS support files (Plain)</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/amsfonts/plaintex.zip">fonts/amsfonts/plaintex</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/amsfonts/plaintex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/amsfonts/plaintex/">browse</a>) -<dt><tt><i>AMS support files (LaTeX)</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>) -<dt><tt><i>AMS symbol fonts in Type 1 format</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/fonts/amsfonts/ps-type1/">fonts/amsfonts/ps-type1/</a> -<dt><tt><i>bbm fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/cm/bbm.zip">fonts/cm/bbm</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/cm/bbm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/cm/bbm/">browse</a>) -<dt><tt><i>bbm macros</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bbm.zip">macros/latex/contrib/bbm</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/bbm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/bbm/">browse</a>) -<dt><tt><i>bbold fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/bbold.zip">fonts/bbold</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/bbold.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/bbold/">browse</a>) -<dt><tt><i>doublestroke fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/doublestroke.zip">fonts/doublestroke</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/doublestroke.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/doublestroke/">browse</a>) -<dt><tt><i>fourier fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/fourier-GUT.zip">fonts/fourier-GUT</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/fourier-GUT.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/fourier-GUT/">browse</a>) -<dt><tt><i>mathpazo fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/mathpazo.zip">fonts/mathpazo</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/mathpazo.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/mathpazo/">browse</a>) -<dt><tt><i>pxfonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/pxfonts.zip">fonts/pxfonts</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/pxfonts.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/pxfonts/">browse</a>) -<dt><tt><i>txfonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/txfonts.zip">fonts/txfonts</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/txfonts.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/txfonts/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=numbersets">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=numbersets</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oarglikesect.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oarglikesect.html deleted file mode 100644 index ee818a6709e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oarglikesect.html +++ /dev/null @@ -1,40 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label oarglikesect</title> -</head><body> -<h3>Optional arguments like <code>\</code><code>section</code></h3> -<p/>Optional arguments, in macros defined using <code>\</code><code>newcommand</code>, don’t -quite work like the optional argument to <code>\</code><code>section</code>. The default -value of <code>\</code><code>section</code>’s optional argument is the value of the -mandatory argument, but <code>\</code><code>newcommand</code> requires that you ‘know’ the -value of the default beforehand. -<p/>The requisite trick is to use a macro in the optional argument: -<blockquote> -<pre> -\documentclass{article} -\newcommand\thing[2][\DefaultOpt]{% - \def\DefaultOpt{#2}% - optional arg: #1, mandatory arg: #2% -} -\begin{document} -\thing{manda}% #1=#2 - -\thing[opti]{manda}% #1="opti" -\end{document} -</pre> -</blockquote><p> -LaTeX itself has a trickier (but less readily understandable) -method, using a macro <code>\</code><code>@dblarg</code>; inside LaTeX, the example -above would have been programmed: -<blockquote> -<pre> -\newcommand\thing{\@dblarg\@thing} -\newcommand\@thing[2][\@error]{% - optional arg: #1, mandatory arg: #2% -} -</pre> -</blockquote><p> -In that code, <code>\</code><code>@thing</code> is only ever called with an optional and a -mandatory argument; if the default from the <code>\</code><code>newcommand</code> is -invoked, a bug in user code has bitten... -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=oarglikesect">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=oarglikesect</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddhyphen.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddhyphen.html deleted file mode 100644 index c7190c78a0a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddhyphen.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label oddhyphen</title> -</head><body> -<h3>(Merely) peculiar hyphenation</h3> -<p/>You may have found that TeX’s famed automatic word-division does -not produce the break-points recommended by your dictionary. This may be -because TeX is set up for American English, whose rules for word -division (as specified, for example, in Webster’s Dictionary) are -completely different from the British ones (as specified, for example, -in the Oxford Dictionaries). This problem is being addressed by the UK -TeX User community (see <i>Baskerville</i>, issue 4.4) but an entirely -satisfactory solution will take time; the current status is to be -found on CTAN (see - -<a href="FAQ-newlang.html">“using a new language”</a> for instructions -on adding this new “language”). -<dl> -<dt><tt><i>UK patterns</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/language/hyphenation/ukhyphen.tex">language/hyphenation/ukhyphen.tex</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=oddhyphen">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=oddhyphen</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html deleted file mode 100644 index 2640db821fe..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oddpage.html +++ /dev/null @@ -1,49 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label oddpage</title> -</head><body> -<h3>Finding if you’re on an odd or an even page</h3> -<p/><a href="FAQ-marginparside.html">Another question</a> discusses the issue -of getting <code>\</code><code>marginpar</code> commands to put their output in the correct -margin of two-sided documents. This is an example of the general -problem of knowing where a particular bit of text lies: the output -routine is asynchronous, and (La)TeX will usually process quite a -bit of the “next” page before deciding to output any page. As a -result, the <code>page</code> counter (known internally in LaTeX as -<code>\</code><code>c@page</code>) is normally only reliable when you’re actually <em>in</em> -the output routine. -<p/>The solution is to use some version of the <code>\</code><code>label</code> mechanism to -determine which side of the page you’re on; the value of the page -counter that appears in a <code>\</code><code>pageref</code> command has been inserted in -the course of the output routine, and is therefore safe. -<p/>However, <code>\</code><code>pageref</code> itself isn’t reliable: one might hope that -<pre> -\ifthenelse{\isodd{\pageref{foo}}}{odd}{even} -</pre> -would do the necessary, but both the <i>babel</i> and -<i>hyperref</i> packages have been known to interfere with the -output of <code>\</code><code>pageref</code>; be careful! -<p/>The <i>changepage</i> package needs to provide this functionality for -its own use, and therefore provides a command <code>\</code><code>checkoddpage</code>; this -sets a private-use label, and the page reference part of that label is -then examined (in a <i>hyperref</i>-safe way) to set a conditional -<code>\</code><code>ifoddpage</code> true if the command was issued on an odd page. The -<i>memoir</i> class has the same command setting a conditional -<code>\</code><code>ifoddpage</code>. Of course, the <code>\</code><code>label</code> contributes to LaTeX’s -“Rerun to get cross-references right” error messages... -<p/>The (older) <i>chngpage</i> provides the same facilities (though it -provides a <code>\</code><code>ifcpoddpage</code> command; <i>changepage</i> (whose -functions are extracted from the author’s <i>memoir</i> class) is the -designated successor to <i>chngpage</i>. -<p/>The Koma-Script classes have an <code>addmargin*</code> environment -that also provides the sorts of facilities that the <i>chngpage</i> -offers. Koma-Script’s supporting command is -<code>\</code><code>ifthispageodd{<true>}{<false>}</code> executes different things -depending on the page number. -<dl> -<dt><tt><i>changepage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/changepage.sty">macros/latex/contrib/misc/changepage.sty</a> -<dt><tt><i>chngpage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/chngpage.sty">macros/latex/contrib/misc/chngpage.sty</a> -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=oddpage">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=oddpage</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ol-books.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ol-books.html deleted file mode 100644 index 84a65fde319..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ol-books.html +++ /dev/null @@ -1,29 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ol-books</title> -</head><body> -<h3>Freely available (La)TeX books</h3> -<p/>People have long argued for (La)TeX books to be made available on -the web, and until relatively recently this demand went un-answered. -<p/>The first to appear was Victor Eijkhout’s excellent “TeX by -Topic” in 2001 (it had been published by Addison-Wesley, but was long -out of print). The book is now available on CTAN; it’s not a -beginner’s tutorial but it’s a fine reference. -<p/>Addison-Wesley have also released the copyright of “TeX for the -Impatient” by Paul W. Abrahams, Karl Berry and Kathryn A. Hargreaves, -another book whose unavailability many have lamented. The authors -have re-released the book under the GNU Free Documentation -Licence, and it is available from CTAN. -<p/>Norm Walsh’s “Making TeX Work” (originally published by O’Reilly) -is also available (free) on the Web, at -<a href="http://makingtexwork.sourceforge.net/mtw/">http://makingtexwork.sourceforge.net/mtw/</a>; the sources of the -Web page are on CTAN. The book was an excellent resource in -its day, but while it is now somewhat dated, it still has its uses, -and is a welcome addition to the list of on-line resources. A project -to update it is believed to be under way. -<dl> -<dt><tt><i>Making TeX Work</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/makingtexwork/mtw-1.0.1-html.tar.gz">info/makingtexwork/mtw-1.0.1-html.tar.gz</a> -<dt><tt><i>TeX by Topic</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/texbytopic.zip">info/texbytopic</a> (<a href="ftp://cam.ctan.org/tex-archive/info/texbytopic.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/texbytopic/">browse</a>) -<dt><tt><i>TeX for the Impatient</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/impatient.zip">info/impatient</a> (<a href="ftp://cam.ctan.org/tex-archive/info/impatient.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/info/impatient/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ol-books">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ol-books</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oldfontnames.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oldfontnames.html deleted file mode 100644 index d53ed253afb..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-oldfontnames.html +++ /dev/null @@ -1,17 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label oldfontnames</title> -</head><body> -<h3>Old LaTeX font references such as <code>\</code><code>tenrm</code></h3> -<p/>LaTeX 2.09 defined a large set of commands for access to the fonts -that it had built in to itself. For example, various flavours of -<code>cmr</code> could be found as <code>\</code><code>fivrm</code>, <code>\</code><code>sixrm</code>, <code>\</code><code>sevrm</code>, -<code>\</code><code>egtrm</code>, <code>\</code><code>ninrm</code>, <code>\</code><code>tenrm</code>, <code>\</code><code>elvrm</code>, <code>\</code><code>twlrm</code>, -<code>\</code><code>frtnrm</code>, <code>\</code><code>svtnrm</code>, <code>\</code><code>twtyrm</code> and <code>\</code><code>twfvrm</code>. -These commands were never documented, but certain packages -nevertheless used them to achieve effects they needed. -<p/>Since the commands weren’t public, they weren’t included in LaTeX2e; -to use the unconverted LaTeX 2.09 packages under LaTeX2e, you need -also to include the <i>rawfonts</i> package (which is part of the -LaTeX2e distribution). -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=oldfontnames">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=oldfontnames</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-omegaleph.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-omegaleph.html deleted file mode 100644 index f8a4d6d829f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-omegaleph.html +++ /dev/null @@ -1,33 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label omegaleph</title> -</head><body> -<h3>Omega and Aleph</h3> -<p/>Omega was developed as an extension of -TeX, to use with multilingual texts, expressed in a variety of -input encodings. Omega uses 16-bit, Unicode-encoded, characters. It -provides many innovative concepts, notably including the “translation -process” that takes a character stream and transforms it according to -various processes that may be internally specified, or be a separate -program. -<p/>While Omega showed a lot of promise at its mid-1990s announcement, its -development was slow, and development was essentially dead by the time -that one of the original developers withdrew (taking with him a bunch -of research students). -<p/>Before that distressing event, a separate thread of development was -started, to produce a program called Aleph -, which merged the facilities of -<a href="FAQ-etex.html">e-TeX</a> into a stable Omega codebase and added other -extensions. Aleph also proved an attractive platform for many people; -but its development, too, has dried up. -<p/>The latest news (from EuroTeX 2006) is that development of Omega is -picking up again, in parallel with research into what the (new) -authors consider a rational scheme for supporting TeX-style -typesetting. The new system is to be known as Omega-2 -(Omega subscript 2), and is being -designed in a modular fashion so that support of new facilities (such -as use of advanced OpenType fonts) can be added in a relatively -straightforward fashion. -<p/>The work done in the Aleph project is also being carried forward in -the <a href="FAQ-luatex.html">LuaTeX</a> project. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=omegaleph">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=omegaleph</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-onecolabs.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-onecolabs.html deleted file mode 100644 index 99f87bc3b2d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-onecolabs.html +++ /dev/null @@ -1,63 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label onecolabs</title> -</head><body> -<h3>1-column abstract in 2-column document</h3> -<p/>One often requires that the abstract of a paper should appear across -the entire page, even in a two-column paper. The required trick is: -<blockquote> -<pre> -\documentclass[twocolumn]{article} -... -\begin{document} -... % \author, etc -\twocolumn[ - \begin{@twocolumnfalse} - \maketitle - \begin{abstract} - ... - \end{abstract} - \end{@twocolumnfalse} - ] -</pre> -</blockquote><p> -Unfortunately, with the above <code>\</code><code>thanks</code> won’t work in the -<code>\</code><code>author</code> list. If you need such specially-numbered footnotes, you -can make them like this: -<blockquote> -<pre> -\title{Demonstration} -\author{Me, You\thanks{}} -\twocolumn[ - ... as above ... -] -{ - \renewcommand{\thefootnote}% - {\fnsymbol{footnote}} - \footnotetext[1]{Thanks for nothing} -} -</pre> -</blockquote><p> -and so on. -<p/>As an alternative, among other facilities the <i>abstract</i> package -provides a -<code>\</code><code>saythanks</code> command and a <code>onecolabstract</code> environment -which remove the need to fiddle with the <code>\</code><code>thanks</code> and -footnoting. They can be used like this: -<blockquote> -<pre> -\twocolumn[ - \maketitle % full width title - \begin{onecolabstract} % ditto abstract - ... text - \end{onecolabstract} -] -\saythanks % typeset any \thanks -</pre> -</blockquote><p> -The <i>memoir</i> class offers all the facilities of <i>abstract</i>. -<dl> -<dt><tt><i>abstract.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/abstract.zip">macros/latex/contrib/abstract</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/abstract.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/abstract/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=onecolabs">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=onecolabs</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-optionclash.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-optionclash.html deleted file mode 100644 index f42f1325341..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-optionclash.html +++ /dev/null @@ -1,104 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label optionclash</title> -</head><body> -<h3>Option clash for package</h3> -<p/>So you’ve innocently added: -<blockquote> -<code>\</code><code>usepackage[draft]{graphics}</code> -</blockquote><p> -to your document, and LaTeX responds with -<blockquote> -<pre> -! LaTeX Error: Option clash for package graphics. -</pre> -</blockquote><p> - -<p/>The error is a complaint about loading a package -<em>with options</em>, more than once (LaTeX doesn’t actually examine -what options there are: it complains because it can’t do anything with -the multiple sets of options). You can load a package -any number of times, with no options, and LaTeX will be happy, but -you may only supply options when you first load the package. -<p/>So perhaps you weren’t entirely innocent — the error would have -occurred on the second line of: -<blockquote> -<code>\</code><code>usepackage[dvips]{graphics}</code><br> -<code>\</code><code>usepackage[draft]{graphics}</code> -</blockquote><p> -which could quite reasonably (and indeed correctly) have been typed: -<blockquote> -<code>\</code><code>usepackage[dvips,draft]{graphics}</code> -</blockquote><p> -<p/>But if you’ve not made that mistake (even with several lines -separating the <code>\</code><code>usepackage</code> commands, it’s pretty easy to spot), -the problem could arise from something else loading the package for -you. How do you find the culprit? The "<code>h</code>" response to the -error message tells you which options were loaded each time. -Otherwise, it’s down to the log analysis games discussed in -“<a href="FAQ-erroradvice.html">How to approach errors</a>”; the trick to remember -is that that the process of loading each file is parenthesised in the -log; so if package <i>foo</i> loads <i>graphics</i>, the log -will contain something like: -<blockquote> -<pre> -(<path>/foo.sty ... -... -(<path>/graphics.sty ... -...) -... -) -</pre> -</blockquote><p> -(the parentheses for <i>graphics</i> are completely enclosed in -those for <i>foo</i>; the same is of course true if your class -<i>bar</i> is the culprit, except that the line will start with the -path to <code>bar.cls</code>). -<p/>If we’re dealing with a package that loads the package you are -interested in, you need to ask LaTeX to slip in options when -<i>foo</i> loads it. Instead of: -<blockquote> -<code>\</code><code>usepackage{foo}</code><br> -<code>\</code><code>usepackage[draft]{graphics}</code> -</blockquote><p> -you would write: -<blockquote> -<code>\</code><code>PassOptionsToPackage{draft}{graphics}</code><br> -<code>\</code><code>usepackage{foo}</code> -</blockquote><p> -The command <code>\</code><code>PassOptionsToPackage</code> tells LaTeX to behave as if -its options were passed, when it finally loads a package. As you would -expect from its name, <code>\</code><code>PassOptionsToPackage</code> can deal with a list -of options, just as you would have in the the options brackets of -<code>\</code><code>usepackage</code>. -<p/>More trickily, instead of: -<blockquote> -<code>\</code><code>documentclass[...]{bar}</code><br> -<code>\</code><code>usepackage[draft]{graphics}</code> -</blockquote><p> -you would write: -<blockquote> -<code>\</code><code>PassOptionsToPackage{draft}{graphics}</code><br> -<code>\</code><code>documentclass[...]{bar}</code> -</blockquote><p> -with <code>\</code><code>PassOptionsToPackage</code> <em>before</em> the <code>\</code><code>documentclass</code> -command. -<p/>However, if the <i>foo</i> package or the <i>bar</i> class loads -<i>graphics</i> with an option of its own that clashes with -what you need in some way, you’re stymied. For example: -<blockquote> -<code>\</code><code>PassOptionsToPackage{draft}{graphics}</code> -</blockquote><p> -where the package or class does: -<blockquote> -<code>\</code><code>usepackage[final]{graphics}</code> -</blockquote><p> -sets <code>final</code> <em>after</em> it’s dealt with option you passed to -it, so your <code>draft</code> will get forgotten. In extreme cases, -the package might generate an error here (<i>graphics</i> doesn’t -go in for that kind of thing, and there’s no indication that -<code>draft</code> has been forgotten). -<p/>In such a case, you have to modify the package or class itself -(subject to the terms of its licence). It may prove useful to contact -the author: she may have a useful alternative to suggest. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=optionclash">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=optionclash</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-otherprinters.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-otherprinters.html deleted file mode 100644 index 86dc97512a8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-otherprinters.html +++ /dev/null @@ -1,22 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label otherprinters</title> -</head><body> -<h3>Output to “other” printers</h3> -<p/>In the early years of TeX, there were masses of DVI drivers -for any (then) imaginable kind of printer, but the steam seems rather -to have gone out of the market for production of drivers for -printer-specific formats. There are several reasons for this, but the -primary one is that few formats offer the flexibility available -through PostScript, and <i>ghostscript</i> is <em>so</em> good, and -has <em>such</em> a wide range of printer drivers (perhaps this is where -the DVI output driver writers have all gone?). -<p/>The general advice, then, is to <a href="FAQ-dvips.html">generate PostScript</a>, and -to process that with <i>ghostscript</i> set to generate the format -for the printer you actually have. If you are using a Unix system of -some sort, it’s generally quite easy to insert <i>ghostscript</i> -into the print spooling process. -<dl> -<dt><tt><i>ghostscript</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/ghostscript/">support/ghostscript/</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=otherprinters">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=otherprinters</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ouparmd.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ouparmd.html deleted file mode 100644 index 40d1c2c3510..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ouparmd.html +++ /dev/null @@ -1,73 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ouparmd</title> -</head><body> -<h3>Not in outer par mode</h3> -<p/>The error: -<blockquote> -<pre> -! LaTeX Error: Not in outer par mode. -</pre> -</blockquote><p> -comes when some “main” document feature is shut up somewhere it -doesn’t like. -<p/>The commonest occurrence is when the user wants a figure somewhere -inside a table: -<blockquote> -<pre> -\begin{tabular}{|l|} - \hline - \begin{figure} - \includegraphics{foo} - \end{figure} - \hline -\end{tabular} -</pre> -</blockquote><p> -a construction that was supposed to put a frame around the diagram, -but doesn’t work, any more than: -<blockquote> -<pre> -\framebox{\begin{figure} - \includegraphics{foo} - \end{figure}% -} -</pre> -</blockquote><p> -The problem is, that the <code>tabular</code> environment, and the -<code>\</code><code>framebox</code> command restrain the <code>figure</code> environment -from its natural métier, which is to float around the document. -<p/>The solution is simply not to use the <code>figure</code> environment -here: -<blockquote> -<pre> -\begin{tabular}{|l|} - \hline - \includegraphics{foo} - \hline -\end{tabular} -</pre> -</blockquote><p> -What was the float for? — as written in the first two examples, it -serves no useful purpose; but perhaps you actually wanted a diagram -and its caption framed, in a float. -<p/>It’s simple to achieve this — just reverse the order of the -environments (or of the <code>figure</code> environment and the -command): -<blockquote> -<pre> -\begin{figure} - \begin{tabular}{|l|} - \hline - \includegraphics{foo} - \caption{A foo} - \hline - \end{tabular} -\end{figure} -</pre> -</blockquote><p> -The same goes for <code>table</code> environments (or any other sort -of float you’ve defined for yourself) inside tabulars or box commands; -you <em>must</em> get the float environment out from inside, one way or -another. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ouparmd">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ouparmd</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-outszwrng.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-outszwrng.html deleted file mode 100644 index 9df037e476c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-outszwrng.html +++ /dev/null @@ -1,30 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label outszwrng</title> -</head><body> -<h3>(La)TeX PDF output prints at wrong size</h3> -<p/>Having got everything <em>else</em> right, you should be aware that the -problem may have nothing to do with (La)TeX and everything to do -with the program you use for printing. A regular cause for such -problems lies with Acrobat Reader, which by default enables its option -to scale pages to fit on the printable area of the paper. Since a -printer can rarely print right to the edge, this means that pdf-files -will be shrunk by some (small) factor (even if the pdf-file is -formatted for A4, and your paper size is set to A4 as well). -<p/>Correcting this silliness is not very hard, but the exact details -depend on the version of Acrobat Reader (or "Adobe Reader" from -version 6.0 onwards) you have installed: -<ul> -<li> Mac OS X, Adobe Reader 6:<br> - in the print dialogue, on the “copies & pages” pane, you’ll find a - popup menu titled “Page Scaling”. Make sure that the menu reads - “None”. -<li> Windows, Adobe Reader 6:<br> - in the print dialogue, select “None” from the drop-down list - “Page Scaling”. -<li> Windows, Linux Acrobat (Reader) 5.0:<br> - In the print dialog, make sure the “Shrink oversized pages to fit” - checkbox is unchecked. It may also be useful to uncheck the - “Expand small pages to fit paper size” checkbox as well. -</ul> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=outszwrng">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=outszwrng</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-overfull.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-overfull.html deleted file mode 100644 index b518a27bc39..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-overfull.html +++ /dev/null @@ -1,133 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label overfull</title> -</head><body> -<h3>(La)TeX makes overfull lines</h3> -<p/>When TeX is building a paragraph, it can make several attempts to -get the line-breaking right; on each attempt it runs the same -algorithm, but gives it different parameters. You can affect the way -TeX’s line breaking works by adjusting the parameters: this answer -deals with the “tolerance” and stretchability parameters. The other -vital ‘parameter’ is the set of hyphenations to be applied: see -“<a href="FAQ-nohyph.html">my words aren’t being hyphenated</a>” -(and the questions it references) for advice. -<p/>If you’re getting an undesired “overfull box”, what has happened is -that TeX has given up: the parameters you gave it don’t allow it to -produce a result that <em>doesn’t</em> overfill. In this circumstance, -Knuth decided the best thing to do was to produce a warning, and to -allow the user to solve the problem. (The alternative, silently to go -beyond the envelope of “good taste” defined for this run of TeX, -would be distasteful to any discerning typographer.) The user can -almost always address the problem by rewriting the text that’s -provoking the problem — but that’s not always possible, and in some -cases it’s impossible to solve the problem without adjusting the -parameters. This answer discusses the approaches one might take to -resolution of the problem, on the assumption that you’ve got the -hyphenation correct. -<p/>The simplest case is where a ‘small’ word fails to break at the end of -a line; pushing the entire word to a new line isn’t going to make much -difference, but it might make things just bad enough that TeX won’t -do it by default. In such a case on can <em>try</em> the LaTeX -<code>\</code><code>linebreak</code> command: it may solve the problem, and if it does, it -will save an awful lot of fiddling. Otherwise, one needs to adjust -parameters: to do that we need to recap the details of TeX’s line -breaking mechanisms. -<p/>TeX’s first attempt at breaking lines is performed without even -trying hyphenation: TeX sets its “tolerance” of line breaking -oddities to the internal value <code>\</code><code>pretolerance</code>, and sees what -happens. If it can’t get an acceptable break, TeX adds the -hyphenation points allowed by the current patterns, and tries again -using the internal <code>\</code><code>tolerance</code> value. If this pass also fails, and -the internal <code>\</code><code>emergencystretch</code> value is positive, TeX will try -a pass that allows <code>\</code><code>emergencystretch</code> worth of extra stretchability -to the spaces in each line. -<p/>In principle, therefore, there are three parameters (other than -hyphenation) that you can change: <code>\</code><code>pretolerance</code>, <code>\</code><code>tolerance</code> -and <code>\</code><code>emergencystretch</code>. Both the <code>tolerance</code> values are -simple numbers, and should be set by TeX primitive count -assignment — for example -<blockquote> -<pre> -\pretolerance=150 -</pre> -</blockquote><p> -For both, an “infinite” tolerance is represented by the value -<code>10</code><code>000</code>, but infinite tolerance is rarely -appropriate, since it can lead to very bad line breaks indeed. -<p/><code>\</code><code>emergencystretch</code> is a TeX-internal ‘dimen’ register, and can -be set as normal for dimens in Plain TeX; in LaTeX, use -<code>\</code><code>setlength</code> — for example: -<blockquote> -<pre> -\setlength{\emergencystretch}{3em} -</pre> -</blockquote><p> -<p/>The choice of method has time implications — each of the -passes takes time, so adding a pass (by changing -<code>\</code><code>emergencystretch</code>) is less desirable than suppressing one (by -changing <code>\</code><code>pretolerance</code>). However, it’s unusual nowadays to find a -computer that’s slow enough that the extra passes are really -troublesome. -<p/>In practice, <code>\</code><code>pretolerance</code> is rarely used other than to manipulate -the use of hyphenation; Plain TeX and LaTeX both set its value -to <code>100</code>. To suppress the first scan of paragraphs, set -<code>\</code><code>pretolerance</code> to <code>-1</code>. -<p/><code>\</code><code>tolerance</code> is often a good method for adjusting spacing; -Plain TeX and LaTeX both set its value to <code>200</code>. LaTeX’s -<code>\</code><code>sloppy</code> command sets it to <code>9999</code>, as does the -<code>sloppypar</code> environment. This value is the largest -available, this side of infinity, and can allow pretty poor-looking -breaks (this author rarely uses <code>\</code><code>sloppy</code> “bare”, though he does -occasionally use <code>sloppypar</code> — that way, the change of -<code>\</code><code>tolerance</code> is confined to the environment). More satisfactory is -to make small changes to <code>\</code><code>tolerance</code>, incrementally, and then to look to -see how the change affects the result; very small increases can often -do what’s necessary. Remember that <code>\</code><code>tolerance</code> is a paragraph -parameter, so you need to ensure it’s actually applied — see -“<a href="FAQ-paraparam.html">ignoring paragraph parameters</a>”. -LaTeX users could use an environment like: -<blockquote> -<pre> -\newenvironment{tolerant}[1]{% - \par\tolerance=#1\relax -}{% - \par -} -</pre> -</blockquote><p> -enclosing entire paragraphs (or set of paragraphs) in it. -<p/>The value of <code>\</code><code>emergencystretch</code> is added to the assumed -stretchability of each line of a paragraph, in a further run of the -paragraph formatter in case that the paragraph can’t be made to look -right any other way. (The extra scan happens if -<code>\</code><code>emergencystretch>0pt</code> — if it’s zero or negative, no gain -could be had from rerunning the paragraph setter.) The example above -set it to <code>3em</code>; the Computer Modern fonts ordinarily fit three -space skips to the <code>em</code>, so the change would allow anything up -to the equivalent of nine extra spaces in each line. In a line with -lots of spaces, this could be reasonable, but with (say) only three -spaces on the line, each could stretch to four times its natural -width. It is therefore clear that <code>\</code><code>emergencystretch</code> needs to be -treated with a degree of caution. -<p/>More subtle (but more tricky to manage) are the microtypographic -extensions provided by PDFTeX. Since PDFTeX is the default -‘engine’ for LaTeX and ConTeXt work in all distributions, -nowadays, the extensions are available to all. There are two -extensions, margin kerning and font expansion; margin kerning only -affects the visual effect of the typeset page, and has little effect -on the ability of the paragraph setter to “get things right”. -Font expansion works like a subtler version of the trick that -<code>\</code><code>emergencystretch</code> plays: PDFTeX ‘knows’ that your current font -may be stretched (or shrunk) to a certain extent, and will do that -“on the fly” to optimise the setting of a paragraph. This is a -powerful tool in the armoury of the typesetter. -<p/>As mentioned above, the microtypographic extensions are tricky beasts -to control; however, the <i>microtype</i> package relieves the user -of the tedious work of specifying how to perform margin adjustments -and how much to scale each font ... for the fonts the package -knows about; it’s a good tool, and users who can take on the -specification of adjustments for yet more fonts are always welcome. -<dl> -<dt><tt><i>microtype.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/microtype.zip">macros/latex/contrib/microtype</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/microtype.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/microtype/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=overfull">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=overfull</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-overstrike.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-overstrike.html deleted file mode 100644 index a167ee447d5..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-overstrike.html +++ /dev/null @@ -1,17 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label overstrike</title> -</head><body> -<h3>Overstriking characters</h3> -<p/>This may be used, for example, to indicate text deleted in the course -of editing. Both the <i>ulem</i> and the <i>soul</i> packages -provide the necessary facilities. -<p/>Overstriking for -<a href="FAQ-cancellation.html">cancellation in maths expressions</a> is achieved -by a different mechanism. -<p/>Documentation of <i>ulem</i> is in the package file. -<dl> -<dt><tt><i>soul.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/soul.zip">macros/latex/contrib/soul</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/soul.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/soul/">browse</a>) -<dt><tt><i>ulem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/ulem.sty">macros/latex/contrib/misc/ulem.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=overstrike">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=overstrike</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pagebychap.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pagebychap.html deleted file mode 100644 index 6ab9fcfe881..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pagebychap.html +++ /dev/null @@ -1,26 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label pagebychap</title> -</head><body> -<h3>Page numbering by chapter</h3> -<p/>When I was a young man, a common arrangement for loose bound technical -manuals is to number pages by chapter. (It’s quite a good scheme, in -those situations: even if your corrections add a whole page to the -chapter, the most you have to redistribute is that chapter.) -<p/>The problem, at first sight, seems pretty much the same as that in -another answer on - -<a href="FAQ-running-nos.html">running numbers within a chapter</a>, -and the basic technique is indeed pretty similar. -<p/>However, tidying-up loose ends, making sure the page number gets reset -to the correct value at the start of each chapter, and so on, is -slightly more challenging. This is why the <i>chappg</i> package -was written: it does the obvious things, and more. -<p/>Users have been known to ask for running page numbers within a -section, but this really doesn’t make sense: you need to run page -numbers within document objects that always start on a fresh page. -<p/>Documentation of <i>chappg</i> is to be found in the package file. -<dl> -<dt><tt><i>chappg.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/chappg.zip">macros/latex/contrib/chappg</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/chappg.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/chappg/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pagebychap">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pagebychap</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-papergeom.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-papergeom.html deleted file mode 100644 index d02dc4cbce4..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-papergeom.html +++ /dev/null @@ -1,90 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label papergeom</title> -</head><body> -<h3>Getting the right paper geometry from (La)TeX</h3> -<p/>If your output is the wrong size, and you’ve checked that it’s not due -to the <a href="FAQ-acroantics.html">ministrations of Adobe <i>Reader</i></a>, -the problem is probably that your (La)TeX system is producing output -that specifies the wrong paper size. Paper sizes can be a pain: -they’re a forgotten backwater — Knuth seems not to have considered -paper size as something the TeX engine needs to know about. As a -result, there is no DVI command to specify the paper on which -the document should be printed, which has led a dichotomy where macros -shape the text according to the needs of the author’s chosen paper -size, and device drivers’ choice happens independently of the macros’ -ideas. -<p/>In practice, one usually finds that macro packages (such as Plain TeX and -LaTeX) assume American “letter” paper size, by default; and since -most distributions nowadays originate in Europe, the drivers usually -default to ISO “A4” paper size. -<p/>This is (of course) pretty unsatisfactory. Users may select a -different paper size for their document (current LaTeX offers a -range of sizes as options in the standard classes), pretty easily. -Nevertheless, the user also has to be sure that each time -<i>xdvi</i>, <i>dvips</i> (or whatever) runs, it uses the -paper size the document was designed for. -<p/>The default paper size for DVI drivers may be changed by a -distribution management command (<i>texconfig</i> for TeX Live, -the <i>Options</i> application for MiKTeX), but this still -doesn’t provide for people using the “wrong” sort of paper for some -reason. -<p/>A different issue arises for users of PDFTeX — the -PDF format <em>does</em> have the means of expressing paper size -and PDFTeX has system variables <code>\</code><code>pdfpagewidth</code> and -<code>\</code><code>pdfpageheight</code>, that are written into the output PDF file. -Unfortunately, most of the core software predates PDFTeX, so not even -PDFLaTeX sets the correct values into those variables, to match the -paper size specified in a <code>\</code><code>documentclass</code> option. -<p/>The DVI drivers <i>dvips</i> and <i>dvipdfm</i> define -<code>\</code><code>special</code> commands for the document to specify its own paper size; -so in those cases, as when PDFTeX or VTeX is being used, the -paper size can be programmed by the document. Users who wish to, may -of course consult the manuals of the various programs to write the -necessary code. -<p/>The <i>geometry</i> package (whose main business is defining -typeset page areas), also takes notice the size of the paper that the -document is going to be printed on, and can issue the commands -necessary to ensure the correct size of paper is used. If -<i>geometry</i> is used when a document is being processed by -PDFLaTeX, it can set the necessary dimensions “in the output”. -If the document is being processed by LaTeX on a TeX or e-TeX -engine, there are package options which instruct <i>geometry</i> -which <code>\</code><code>special</code> commands to use. (Note that the options are -ignored if you are using either PDFLaTeX or VTeX.) -<p/>So, the resolution of the problem is to add -<blockquote> -<pre> -\usepackage[dvixxx,...]{geometry} -</pre> -</blockquote><p> -(where <code>dvixxx</code> is your current favourite DVI -driver — <i>geometry</i> knows about <code>dvips</code> and -<code>dvipdfm</code>), and the document will run correctly with -LaTeX. If you’re using PDFLaTeX, load with -<blockquote> -<pre> -\usepackage[pdftex,...]{geometry} -</pre> -</blockquote><p> -<p/>Needless to say, both the “big” classes (<i>koma-script</i> and -<i>memoir</i>) provide their own ways to get the paper size -“right”. -<p/>The <i>typearea</i> package is the <i>Koma-script</i> -distribution’s way of providing page layout functionality. Load it -with the <code>pagesize</code> option and it will ensure the correct -paper is selected, for PDF output from PDFLaTeX, and for -PostScript output from LaTeX via <i>dvips</i>. -<p/><i>Memoir</i> has the standard classes’ paper-size selections -(<code>a4paper</code>, <code>letterpaper</code> and so on), but also -permits the user to choose an arbitrary paper size, by setting the -length registers <code>\</code><code>stockheight</code> and <code>\</code><code>stockwidth</code>. The commands -<code>\</code><code>fixdvipslayout</code> (for LaTeX processing), and <code>\</code><code>fixpdflayout</code> -(for PDFLaTeX processing) then instruct the processor to produce -output that specifies the necessary paper size. -<dl> -<dt><tt><i>geometry.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/geometry.zip">macros/latex/contrib/geometry</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/geometry.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/geometry/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>typearea.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=papergeom">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=papergeom</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-papersize.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-papersize.html deleted file mode 100644 index ab1fcabda32..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-papersize.html +++ /dev/null @@ -1,34 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label papersize</title> -</head><body> -<h3>The size of printed output</h3> -<p/>The final product of a (La)TeX run is something for a person to -read. Often, nowadays, that product will be read “on-screen”, but -the printed page remains a principal output form. -<p/>When we come to print our output, it is important that the output fits -on the paper; in some cases, for the output to “fit” is good enough. -However, there are circumstances where the actual size of the printed -output, on the page, is crucial to the acceptance of the output. -(This might happen when the output is a book to be published, or when -it’s a dissertation which must match the fancies of some bureaucrat -even to be considered.) -<p/>Sadly, we often find that the printed output doesn’t conform to our -expectations... -<p/>The check-list for such problems has two entries: -<ul> -<li> Your output is generated via Adobe <i>Reader</i> (or - possibly “<i>Acrobat Reader</i>” — older versions of the - program had the qualified name). In this case, it may be that - <i>Reader</i> is willfully changing the size of your output: - read <a href="FAQ-acroantics.html"><i>Reader</i> antics</a>. -<li> Something in your TeX system is producing the wrong size (or - shape) of output: read <a href="FAQ-papergeom.html">paper geometry</a>. -</ul> -<p/>An alternative approach is to use the (excellent) <i>testflow</i> -suite, that provides a detailed outline of the potential problems -together with a sample document and prototype outputs. -<dl> -<dt><tt><i>testflow bundle</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/IEEEtran/testflow/">macros/latex/contrib/IEEEtran/testflow/</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=papersize">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=papersize</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-parallel.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-parallel.html deleted file mode 100644 index b84159458b7..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-parallel.html +++ /dev/null @@ -1,59 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label parallel</title> -</head><body> -<h3>Parallel setting of text</h3> -<p/>It’s commonly necessary to present text in two languages ‘together’ on a -page, or on a two-page spread. For this to be satisfactory, one usually -needs some sort of alignment between the two texts. -<p/>The <i>parallel</i> package satisfies the need, permitting -typesetting in two columns (not necessarily of the same width) on one -page, or on the two opposing pages of a two-page spread. Use can be -as simple as -<blockquote> -<pre> -\usepackage{parallel} -... -\begin{Parallel}{<left-width>}{<right-width} - \ParallelLText{left-text} - \ParallelRText{right-text} - \ParallelPar - ... -\end{Parallel} -</pre> -</blockquote><p> -<i>Parallel</i> can get terribly confused with colour changes, in -PDFTeX; the indefatigable Heiko Oberdiek has a patch for this -issue — the <i>pdfcolparallel</i>, which maintains separate -colour stacks for the columns. -<p/>The <i>parcolumns</i> package can (in principle) deal with any -number of columns: the documentation shows its use with three -columns. Usage is rather similar to that of <i>parallel</i>, -though there is of course a “number of columns to specify”: -<blockquote> -<pre> -\usepackage{parcolumns} -... -\begin{parcolumns}[<options>]{3} - \colchunk{<Column 1 text>} - \colchunk{<Column 2 text>} - \colchunk{<Column 3 text>} - \colplacechunks - ... -\end{parcolumns} -</pre> -</blockquote><p> -The <<i>options</i>> can specify the widths of the columns, whether to -place rules between the columns, whether to set the columns sloppy, etc. -<p/>The <i>ledpar</i> package is distributed with (and integrated with) -the <a href="FAQ-linenos.html"><i>ledmac</i> package</a>. It provides parallel -setting carefully integrated with the needs of a scholarly text, -permitting translation, or notes, or both, to be set in parallel with -the ‘base’ text of the document. -<dl> -<dt><tt><i>ledpar.sty</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ledmac.zip">macros/latex/contrib/ledmac</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ledmac.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ledmac/">browse</a>) -<dt><tt><i>parallel.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/parallel.zip">macros/latex/contrib/parallel</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/parallel.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/parallel/">browse</a>) -<dt><tt><i>parcolumns.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sauerj.zip">macros/latex/contrib/sauerj</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sauerj.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sauerj/">browse</a>) -<dt><tt><i>pdfcolparallel.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=parallel">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=parallel</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-paraparam.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-paraparam.html deleted file mode 100644 index 60ded834d24..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-paraparam.html +++ /dev/null @@ -1,59 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label paraparam</title> -</head><body> -<h3>Why does it ignore paragraph parameters?</h3> -<p/>When TeX is laying out text, it doesn’t work from word to word, or -from line to line; the smallest complete unit it formats is the -paragraph. The paragraph is laid down in a buffer, as it appears, and -isn’t touched further until the end-paragraph marker is processed. -It’s at this point that the paragraph parameters have effect; and it’s -because of this sequence that one often makes mistakes that lead to -the paragraph parameters not doing what one would have hoped (or -expected). -<p/>Consider the following sequence of LaTeX: -<blockquote> -<pre> -{\raggedright % declaration for ragged text -Here's text to be ranged left in our output, -but it's the only such paragraph, so we now -end the group.} - -Here's more that needn't be ragged... -</pre> -</blockquote><p> -TeX will open a group, and impose the ragged-setting parameters within -that group; it will then save a couple of sentences of text and -close the group (thus restoring the previous value of the -parameters that <code>\</code><code>raggedright</code> set). Then TeX encounters a blank -line, which it knows to treat as a <code>\</code><code>par</code> token, so it typesets the -two sentences; but because the enclosing group has now been closed, -the parameter settings have been lost, and the paragraph will be -typeset normally. -<p/>The solution is simple: close the paragraph inside the group, so that -the setting parameters remain in place. An appropriate way of doing -that is to replace the last three lines above with: -<blockquote> -<pre> -end the group.\par} -Here's more that needn't be ragged... -</pre> -</blockquote><p> -In this way, the paragraph is completed while <code>\</code><code>raggedright</code>’s -parameters are still in force within the enclosing group. -<p/>Another alternative is to define an environment that does the -appropriate job for you. For the above example, LaTeX already -defines an appropriate one: -<blockquote> -<pre> -\begin{flushleft} -Here's text to be ranged left... -\end{flushleft} -</pre> -</blockquote><p> -<p/>In fact, there are a number of parameters for which TeX only -maintains one value per paragraph. A tiresome one is the set of upper -case/lower case translations, which (oddly enough) constrains -hyphenation of mutilingual texts. Another that regularly creates -confusion is <a href="FAQ-baselinepar.html"><code>\</code><code>baselineskip</code></a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=paraparam">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=paraparam</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-parskip.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-parskip.html deleted file mode 100644 index 2407453735b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-parskip.html +++ /dev/null @@ -1,36 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label parskip</title> -</head><body> -<h3>Zero paragraph indent</h3> -<p/>The conventional way of typesetting running text has no separation -between paragraphs, and the first line of each paragraph in a block of -text indented. -<p/>In contrast, one common convention for typewritten text was to have no -indentation of paragraphs; such a style is often required for -“brutalist” publications such as technical manuals, and in styles -that hanker after typewritten manuscripts, such as -officially-specified dissertation formats. -<p/>Anyone can see, after no more than a moment’s thought, that if the -paragraph indent is zero, the paragraphs must be separated by blank -space: otherwise it is sometimes going to be impossible to see the -breaks between paragraphs. -<p/>The simple-minded approach to zero paragraph indentation is thus: -<pre> - \setlength{\parindent}{0pt} - \setlength{\parskip}{\baselineskip} -</pre> -and in the very simplest text, it’s a fine solution. -<p/>However, the non-zero <code>\</code><code>parskip</code> interferes with lists and the like, -and the result looks pretty awful. The <i>parskip</i> package -patches things up to look reasonable; it’s not perfect, but it deals -with most problems. -<p/>The Netherlands Users’ Group’s set of classes includes an -<i>article</i> equivalent (<i>artikel3</i>) and a <i>report</i> -equivalent (<i>rapport3</i>) whose design incorporates zero paragraph -indent and non-zero paragraph skip. -<dl> -<dt><tt><i>NTG classes</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntgclass.zip">macros/latex/contrib/ntgclass</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntgclass.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ntgclass/">browse</a>) -<dt><tt><i>parskip.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/parskip.sty">macros/latex/contrib/misc/parskip.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=parskip">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=parskip</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-patch.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-patch.html deleted file mode 100644 index 41ea39fc4c6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-patch.html +++ /dev/null @@ -1,97 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label patch</title> -</head><body> -<h3>Patching existing commands</h3> -<p/>In the general case (possibly sticking something in the middle of an -existing command) this is difficult. However, the common requirement, -to add some code at the beginning or the end of an existing command, -is conceptually quite easy. Suppose we want to define a version of a -command that does some small extension of its original definition: we -would naturally write: -<blockquote> -<pre> -\renewcommand{\splat}{\mumble\splat} -</pre> -</blockquote><p> -However, this would not work: a call to <code>\</code><code>splat</code> would execute -<code>\</code><code>mumble</code>, and the call the redefined <code>\</code><code>splat</code> again; this is an -infinite recursive loop, that will quickly exhaust TeX’s memory. -<p/>Fortunately, the TeX primitive <code>\</code><code>let</code> command comes to our -rescue; it allows us to take a “snapshot” of the current state of a -command, which we can then use in the redefinition of the command. -So: -<blockquote> -<pre> -\let\OldSmooth\smooth -\renewcommand{\smooth}{\mumble\OldSmooth} -</pre> -</blockquote><p> -effects the required patch, safely. Adding things at the end of a -command works similarly. If <code>\</code><code>smooth</code> takes arguments, one must -pass them on: -<blockquote> -<pre> -\renewcommand{\smooth}[2]{\mumble\OldSmooth{#1}{#2}} -</pre> - -</blockquote><p> -<p/>The general case may be achieved in two ways. First, one can use the -LaTeX command <code>\</code><code>CheckCommand</code>; this compares an existing command -with the definition you give it, and issues a warning if two don’t -match. Use is therefore: -<blockquote> - <code>\CheckCommand{\complex}{</code><<i>original definition</i>><code>}</code><br> - <code>\renewcommand{\complex}{</code><<i>new definition</i>><code>}</code> -</blockquote><p> -This technique is obviously somewhat laborious, but if the original -command comes from a source that’s liable to change under the control -of someone else, it does at least warn you that your patch is in -danger of going wrong. -<p/>Otherwise, LaTeX users may use one of the <i>patchcmd</i>, -<i>ted</i> or <i>etoolbox</i> packages. -<p/>The <i>patchcmd</i> package addresses a slightly simpler task, by -restricting the set of commands that you may patch; you mayn’t patch -any command that has an optional argument, though it does deal with -the case of commands defined with <code>\</code><code>DeclareRobustCommand</code>. The -package defines a <code>\</code><code>patchcommand</code> command, that takes three -arguments: the command to patch, stuff to stick at the front of its -definition, and stuff to stick on the end of its definition. So, -after -<blockquote> -<pre> -\def\b{b} -\patchcmd\b{a}{c} -</pre> -</blockquote><p> -we will have a new version of <code>\</code><code>b</code> defined as “<code>abc</code>”. -<p/>The <i>ted</i> package is a ‘token list editor’, and provides a -command <code>\</code><code>Substitute*</code> which will patch the contents of a macro, -putting the result in a token-list, or (optionally) using the result -to (re)define a macro. The package may also be used as a powerful -debugging tool. -<p/>The <i>etoolbox</i> (which provides user access to e-TeX’s -programming facilities) provides a command <code>\</code><code>patchcmd</code> which will -perform a “string substitution” in a macro’s definition. The -package also provides commands that prepend (<code>\</code><code>pretocmd</code>) or append -(<code>\</code><code>apptocmd</code>) to the definition of a command. -<p/>Finally, we’ll briefly consider a package that is (just about) -usable, but not really recommendable. <i>Patch</i> gives you an -ingenious (and difficult to understand) mechanism, and comes as an -old-style LaTeX documented macro file, which can no longer be -processed (as in - - <a href="FAQ-install-doc.html">generating documentation for a new package</a>). -Fortunately, the file (<i>patch.doc</i>) may be input directly, and -“documentation” may found by reading the source of the package. -Roughly speaking, one gives the command a set of instructions -analogous to <i>sed</i> substitutions, and it regenerates the -command thus amended. Unless you can’t do your job any other way, you -had probably best avoid <i>Patch</i>. -<dl> -<dt><tt><i>etoolbox.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/etoolbox.zip">macros/latex/contrib/etoolbox</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/etoolbox.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/etoolbox/">browse</a>) -<dt><tt><i>patch.doc</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/generic/misc/patch.doc">macros/generic/misc/patch.doc</a> -<dt><tt><i>patchcommand.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/patchcmd.zip">macros/latex/contrib/patchcmd</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/patchcmd.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/patchcmd/">browse</a>) -<dt><tt><i>ted.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ted.zip">macros/latex/contrib/ted</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ted.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ted/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=patch">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=patch</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pdfpagelabels.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pdfpagelabels.html deleted file mode 100644 index e217ac4db7f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pdfpagelabels.html +++ /dev/null @@ -1,36 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label pdfpagelabels</title> -</head><body> -<h3><i>Hyperref</i> and repeated page numbers</h3> -<p/>The <i>book</i> class (and its friends and relations) automatically -changes the display of page numbers in the frontmatter of the document -to lower-case roman. This is fine for human readers, but it confuses -<i>hyperref</i> since there are pages which seem (to -<i>hyperref</i>) to have the same page number. Fortunately, there are -configuration options to make <i>hyperref</i> “do the right -thing”. -<p/>The two options in question are: -<dl> -<dt><code>plainpages=false</code><dd> Make page anchors using the - formatted form of the page number. With this option, - <i>hyperref</i> writes different anchors for pages ‘ii’ and ‘2’. - (If the option is set ‘<code>true</code>’ — the default — - <i>hyperref</i> writes page anchors as the arabic form of the - absolute page number, rather than the formatted form.) -<dt><code>pdfpagelabels</code><dd> Set PDF page labels; i.e., - write the value of <code>\</code><code>thepage</code> to the PDF file so that - <i>Acrobat Reader</i> can display the page number as (say) ‘ii (4 - of 40)’ rather than simply ‘4 of 40’. -</dl> -The two should be used whenever page numbering is not just -‘1<code>..</code>n’; they may be used independently, but usually are not. -<p/>The recipe isn’t perfect: it relies on <code>\</code><code>thepage</code> being different -for every page in the document. A common problem arises when there is -an unnumbered title page, after which page numbers are reset: the -PDFTeX warning of “<a href="FAQ-hyperdupdest.html">duplicate destinations</a>” -will happen in this case, regardless of the options. -<dl> -<dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pdfpagelabels">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pdfpagelabels</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pdftexgraphics.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pdftexgraphics.html deleted file mode 100644 index a82acae3585..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pdftexgraphics.html +++ /dev/null @@ -1,59 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label pdftexgraphics</title> -</head><body> -<h3>Imported graphics in PDFLaTeX</h3> -<p/>PDFTeX itself has a rather wide range of formats that it can -“natively” incorporate into its output PDF stream: -JPEG (<code>.jpg</code> files) for photographs and similar images, -PNG files for artificial bitmap images, and PDF for -vector drawings. Old versions of PDFTeX (prior to version 1.10a) -supported TIFF (<code>.tif</code> files) format as an alternative -to PNG files; don’t rely on this facility, even if you -<em>are</em> running an old enough version of PDFTeX... -<p/>In addition to the ‘native’ formats, the standard PDFLaTeX -<i>graphics</i> package setup causes Hans Hagen’s <i>supp-pdf</i> -macros to be loaded: these macros are capable of translating the -output of MetaPost to PDF “on the fly”; thus MetaPost output -(<code>.mps</code> files) may also be included in PDFLaTeX documents. -<p/>The commonest problem users encounter, when switching from TeX, is -that there is no straightforward way to include EPS files: -since PDFTeX is its own “driver”, and since it contains no means -of converting PostScript to PDF, there’s no direct way the job can -be done. -<p/>The simple solution is to convert the EPS to an appropriate -PDF file. The <i>epstopdf</i> program will do this: it’s -available either as a Windows executable or as a <i>Perl</i> -script to run on Unix and other similar systems. A LaTeX package, -<i>epstopdf</i>, can be used to generate the requisite PDF -files “on the fly”; this is convenient, but requires that you -suppress one of TeX’s security checks: don’t allow its use in files -from sources you don’t entirely trust. -<p/>A similar package, <i>pst-pdf</i>, permits other things than ‘mere’ -graphics files in its argument. <i>Pst-pdf</i> operates (the -authors suggest) “like BibTeX” — you process your file using -PDFLaTeX, then use LaTeX, <i>dvips</i> and <i>ps2pdf</i> -in succession, to produce a secondary file to input to your next -PDFLaTeX run. (Scripts are provided to ease the production of the -secondary file.) -<p/>An alternative solution is to use <i>purifyeps</i>, a -<i>Perl</i> script which uses the good offices of -<i>pstoedit</i> and of MetaPost to convert your Encapsulated PostScript to -“Encapsulated PostScript that comes out of MetaPost”, and can therefore be -included directly. Sadly, <i>purifyeps</i> doesn’t work for all -<code>.eps</code> files. -<p/>Good coverage of the problem is to be found in Herbert Voss’ -<a href="http://pstricks.tug.org/main.cgi?file=pdf/pdfoutput">PDF support page</a>, -which is targeted at the use of <i>pstricks</i> in -PDFLaTeX, and also covers the <i>pstricks</i>-specific package -<i>pdftricks</i>. -<dl> -<dt><tt><i>epstopdf</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/epstopdf/">support/epstopdf/</a> -<dt><tt><i>epstopdf.sty</i></tt><dd>Distributed with Heiko Oberdiek’s packages - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) -<dt><tt><i>pdftricks.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pdftricks.zip">macros/latex/contrib/pdftricks</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pdftricks.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pdftricks/">browse</a>) -<dt><tt><i>pst-pdf.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pst-pdf.zip">macros/latex/contrib/pst-pdf</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pst-pdf.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pst-pdf/">browse</a>) -<dt><tt><i>pstoedit</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/pstoedit.zip">support/pstoedit</a> (<a href="ftp://cam.ctan.org/tex-archive/support/pstoedit.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/pstoedit/">browse</a>) -<dt><tt><i>purifyeps</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/purifyeps.zip">support/purifyeps</a> (<a href="ftp://cam.ctan.org/tex-archive/support/purifyeps.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/purifyeps/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pdftexgraphics">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pdftexgraphics</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pk.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pk.html deleted file mode 100644 index e551d954dc3..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pk.html +++ /dev/null @@ -1,17 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label pk</title> -</head><body> -<h3>What are PK files?</h3> -<p/>PK files (packed raster) contain font bitmaps. The output -from <a href="FAQ-useMF.html">Metafont</a> includes a generic font (GF) file -and the utility <i>gftopk</i> produces the PK file from -that. There are a lot of PK files, as one is needed for each -font, that is each magnification (size) of each design (point) size -for each weight for each family. Further, since the PK files -for one printer do not necessarily work well for another, the whole -set needs to be duplicated for each printer type at a site. In a -modern TeX distribution, files are arranged according to the TeX -directory structure <a href="FAQ-tds.html">TDS</a>, which has provision for -all this variety. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pk">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pk</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pkfix.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pkfix.html deleted file mode 100644 index 71fcd491f40..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pkfix.html +++ /dev/null @@ -1,37 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label pkfix</title> -</head><body> -<h3>Replacing Type 3 fonts in PostScript</h3> -<p/>One often comes across a PostScript file generated by -<i>dvips</i> which contains embedded PK fonts; if you try -to generate PDF from such a file, the quality will be poor. -<p/>Of course, the proper solution is to regenerate the PostScript file, -but if neither the sources nor the DVI file are available, one -must needs resort to some sort of patching to replace the bitmap fonts -in the file by outline fonts. -<p/>The program <i>pkfix</i> (by Heiko Oberdiek) will do this -patching, for files created by “not too old versions” of -<i>dvips</i>: it finds the fonts to be replaced by examining the -PostScript comments <i>dvips</i> has put in the file. For each -font, <i>pkfix</i> puts appropriate TeX commands in a file, -which it then processes and runs through <i>dvips</i> (with switch -<code>-Ppdf</code>) to acquire an appropriate copy of the font; these copies are -then patched back into the original file. -<p/>If your source file is older than <i>pkfix</i> can deal with, -there’s still a modicum of hope: <i>pkfix-helper</i> examines the -bitmap fonts in a document, compares them with the metric -(<code>.tfm</code>) fonts on your system and comes to a view of which -font might be which. The program reports on “poor” matches, and -there are options for confirming, or replacing, its guesses. The -technique (which sounds implausible) is successful enough to be worth -a try. -<p/>A further option is Frank Siegert’s (shareware) -<a href="http://www.pstill.com">PStill</a>, which is capable of processing -the PostScript it is distilling, and one option is to replace bitmap fonts -in the file with Type 1 versions. -<dl> -<dt><tt><i>pkfix</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/pkfix.zip">support/pkfix</a> (<a href="ftp://cam.ctan.org/tex-archive/support/pkfix.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/pkfix/">browse</a>) -<dt><tt><i>pkfix-helper</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/pkfix-helper.zip">support/pkfix-helper</a> (<a href="ftp://cam.ctan.org/tex-archive/support/pkfix-helper.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/pkfix-helper/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pkfix">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pkfix</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pkgdoc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pkgdoc.html deleted file mode 100644 index 31c10e1707f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-pkgdoc.html +++ /dev/null @@ -1,73 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label pkgdoc</title> -</head><body> -<h3>Documentation of packages</h3> -<p/>These FAQs regularly suggest packages that will “solve” -particular problems. In some cases, the answer provides a recipe for -the job. In other cases, or when the solution needs elaborating, how -is the poor user to find out what to do? -<p/>If you’re lucky, the package you need is already in your installation. -If you’re particularly lucky, you’re using a distribution that gives -access to package documentation and the documentation is available in -a form that can easily be shown. For example, on many current -distributions, the <i>texdoc</i> command often helps, as in: -<blockquote> -<pre> -texdoc footmisc -</pre> -</blockquote><p> -which opens a DVI viewer window showing documentation of the -<i>footmisc</i> package. According to the type of file -<i>texdoc</i> finds, it will launch a DVI or PostScript viewer -or a PDF reader. -<p/>If <i>texdoc</i> can’t find any documentation, it may launch a Web -browser to look at its copy of the CTAN catalogue. The -catalogue has an entry for package documentation, and since the -CTAN team asks authors documentation of their packages (and -members of the team even occasionally generate documentation that -seems useful), you will more often than not find documentation that -way. -<p/>If your luck (as defined above) doesn’t hold out, you’ve got to find -documentation by other means. This is where you need to exercise your -intelligence: you have to find the documentation for yourself. What -follows offers a range of possible techniques. -<p/>The commonest form of documentation of LaTeX add-ons is within the -<code>.dtx</code> file in which the code is distributed (see -<a href="FAQ-dtx.html">documented LaTeX sources</a>). Such files -are supposedly processable by LaTeX itself, but there are -occasional hiccups on the way to readable documentation. Common -problems are that the package itself is needed to process its own -documentation (so must be unpacked before processing), and that the -<code>.dtx</code> file will <em>not</em> in fact process with LaTeX. In the -latter case, the <code>.ins</code> file will usually produce a -<code>.drv</code> (or similarly-named) file, which you process with -LaTeX instead. (Sometimes the package author even thinks to -mention this wrinkle in a package <code>README</code> file.) -<p/>Another common form is the separate documentation file; particularly -if a package is “conceptually large” (and therefore needs a lot of -documentation), the documentation would prove a cumbersome extension -to the <code>.dtx</code> file. Examples of such cases are the <i>memoir</i> -class (whose documentation, <i>memman</i>, is widely praised as an -introduction to typesetting concepts), the <i>KOMA-script</i> bundle -(whose developers take the trouble to produce detailed documentation -in both German and English), and the <i>fancyhdr</i> package (whose -documentation derives from a definitive tutorial in a mathematical -journal). Even if the documentation is not separately identified in a -<code>README</code> file, it should not be too difficult to recognise its -existence. -<p/>Documentation within the package itself is the third common form. -Such documentation ordinarily appears in comments at the head of the -file, though at least one eminent author regularly places it after the -<code>\</code><code>endinput</code> command in the package. (This is desirable, since -<code>\</code><code>endinput</code> is a ‘logical’ end-of-file, and (La)TeX doesn’t read -beyond it: thus such documentation does not ‘cost’ any package loading time.) -<p/>The above suggestions cover most possible ways of finding -documentation. If, despite your best efforts, you can’t find -it in any of the above places, there’s the awful possibility that the -author didn’t bother to document his package (on the “if it was hard -to write, it should be hard to use” philosophy). Most ordinary -mortals will seek support from some more experienced user at this -stage, though it <em>is</em> possible to proceed in the way that the original -author apparently expected...by reading his code. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pkgdoc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pkgdoc</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-plainvltx.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-plainvltx.html deleted file mode 100644 index ee2ed09f399..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-plainvltx.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label plainvltx</title> -</head><body> -<h3>Should I use Plain TeX or LaTeX?</h3> -<p/>There’s no straightforward answer to this question. Many people swear -by Plain TeX, and produce highly respectable documents using it -(Knuth is an example of this, of course). But equally, many people -are happy to let someone else take the design decisions for them, -accepting a small loss of flexibility in exchange for a saving of -brain power. -<p/>The arguments around this topic can provoke huge amounts of noise and -heat, without offering much by way of light; your best bet is to find -out what those around you are using, and to go with the crowd. Later -on, you can always switch your allegiance; don’t bother about it. -<p/>If you are preparing a manuscript for a publisher or journal, ask them -what markup they want before you -develop your own; many big publishers have developed their own -(La)TeX styles for journals and books, and insist that authors stick -closely to their markup. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=plainvltx">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=plainvltx</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-plninltxstar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-plninltxstar.html deleted file mode 100644 index d99a905e43c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-plninltxstar.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label plninltx*</title> -</head><body> -<h3>Using Plain or primitive commands in LaTeX</h3> -<p/>It’s well-known that LaTeX commands tend to be more complex, and to -run more slowly than, any Plain TeX (or primitive) command that they -replace. There is therefore great temptation not to use LaTeX -commands when macro programming. Nevertheless, the general rule is -that you should use LaTeX commands, if there are seeming -equivalents. The exception is when you are sure you know the -differences between the two commands and you know that you need the -Plain TeX version. So, for example, use <code>\</code><code>mbox</code> in place of <code>\</code><code>hbox</code> -unless you know that the extras that LaTeX provides in <code>\</code><code>mbox</code> -would cause trouble in your application. Similarly, use -<code>\</code><code>newcommand</code> (or one of its relatives) unless you need one of the -constructs that cannot be achieved without the use of <code>\</code><code>def</code> (or friends). -<p/>As a general rule, any LaTeX text command will start a new -paragraph if necessary; this isn’t the case with Plain TeX -commands, a fact which has a potential to confuse. -<p/>The commands <code>\</code><code>smallskip</code>, <code>\</code><code>medskip</code> and <code>\</code><code>bigskip</code> exist both -in Plain TeX and LaTeX, but behave slightly differently: in -Plain TeX they terminate the current paragraph, but in LaTeX they -don’t. The command <code>\</code><code>line</code> is part of picture mode in LaTeX, -whereas it’s defined as “<code>\</code><code>hbox</code><code> to </code><code>\</code><code>hsize</code>” in -Plain TeX. (There’s no equivalent for users of the Plain TeX command in -LaTeX: an equivalent appears as the internal command <code>\</code><code>@@line</code>). -<p/>Maths setting shows a case where the LaTeX version <em>is</em> -essentially equivalent to the TeX primitive commands: the LaTeX -<code>\</code><code>(</code><code> ... </code><code>\</code><code>)</code> does essentially no different to the -TeX <code>$ ... $</code> -(except for checking that you’re not attempting to open a maths -environment when you’re already in one, or vice versa). -However, <code>\</code><code>[</code><code> ... </code><code>\</code><code>]</code> <em>isn’t</em> the same as -<code>$$ ... $$</code>: the TeX version, used -in LaTeX, can miss the effect of the class option <code>fleqn</code>. -<p/>Font handling is, of course, wildly different in Plain TeX and -LaTeX. Plain TeX’s font loading command -(<code>\</code><code>font</code><code>\</code><code>foo=</code><<i>fontname</i>>) and its LaTeX equivalent -(<code>\</code><code>newfont</code>) should be avoided wherever possible. They are only -safe in the most trivial contexts, and are potential sources of great -confusion in many circumstances. Further discussion of this issue -may be found in “<a href="FAQ-newfontstar.html">What’s wrong with <code>\</code><code>newfont</code>?</a>”. - - - - - - - - -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=plninltx*">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=plninltx*</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-poster.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-poster.html deleted file mode 100644 index f94e4158f41..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-poster.html +++ /dev/null @@ -1,62 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label poster</title> -</head><body> -<h3>Creating posters with LaTeX</h3> -<p/>There is no complete “canned solution” to creating a poster (as, for -example, classes like <i>seminar</i>, <i>powerdot</i> and -<i>beamer</i> serve for creating presentations in a variety of -styles). -<p/>The nearest approach to the complete solution is the <i>sciposter</i> -class, which provides the means to produce really rather good posters -according to the author’s required style. A complete worked example -is provided with the distribution -<p/>Otherwise, there is a range of tools, most of which are based on the -<i>a0poster</i> class, which sets up an appropriately-sized piece of -paper, sets font sizes appropriately, and leaves you to your own -devices. -<p/>Having used <i>a0poster</i>, you can of course slog it out, and write -all your poster as an unadorned LaTeX document (presumably in -multiple columns, using the <i>multicol</i> package), but it’s not really -necessary: the (straightforward) <i>textpos</i> package provides a -simple way of positioning chunks of text, or tables or figures, on the -poster page. -<p/>More sophisticated is the <i>flowfram</i> package, whose basic aim -in life is flowing text from one box on the page to the next. One of -the package’s design aims seems to have been the production of -posters, and a worked example is provided. The author of -<i>flowfram</i> has an experimental tool called -<a href="http://theoval.cmp.uea.ac.uk/~nlct/jpgfdraw/">JpgfDraw</a>, which -allows you to construct the outline of frames for use with -<i>flowfram</i>. -<p/>Despite the relative shortage of tools, there are a fair few web pages -that explain the process (mostly in terms of the <i>a0poster</i> -route): -<ul> -<li> from Norman Gray, - <a href="http://nxg.me.uk/docs/posters/">Producing posters using LaTeX</a>; -<li> from Nicola Talbot, - <a href="http://theoval.sys.uea.ac.uk/~nlct/latex/posters/index.html">Creating technical posters with LaTeX</a> -<li> from “<em>awf</em>” and “<em>capes</em>” - <a href="http://www.robots.ox.ac.uk/~awf/latex-posters/">Preparing conference posters in LaTeX</a> - (the page discusses a sample, which you can download); -<li> From Rob Clark - <a href="http://homepages.inf.ed.ac.uk/robert/posters/advanced.html">Advanced LaTeX Posters</a> - (which has links to code samples); -<li> from Brian Wolven, - <a href="http://fuse.pha.jhu.edu/~wolven/posters.html">http://fuse.pha.jhu.edu/~wolven/posters.html</a> (this page also - provides macros and other support suggestions); and -<li> from “<em>pjh</em>” - <a href="http://www.phys.ufl.edu/~pjh/posters/poster_howto_UF.html">Making and printing a poster with LaTeX</a>, - which covers the specific issue of dealing with University of - Florida styled poster (offering supporting material as necessary), - but has hints which are generally useful. -</ul> -<dl> -<dt><tt><i>a0poster.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/a0poster.zip">macros/latex/contrib/a0poster</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/a0poster.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/a0poster/">browse</a>) -<dt><tt><i>flowfram.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/flowfram.zip">macros/latex/contrib/flowfram</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/flowfram.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/flowfram/">browse</a>) -<dt><tt><i>multicol.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>sciposter.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sciposter.zip">macros/latex/contrib/sciposter</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sciposter.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sciposter/">browse</a>) -<dt><tt><i>textpos.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/textpos.zip">macros/latex/contrib/textpos</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/textpos.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/textpos/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=poster">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=poster</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-prept1font.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-prept1font.html deleted file mode 100644 index 0c06f0651b0..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-prept1font.html +++ /dev/null @@ -1,56 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label prept1font</title> -</head><body> -<h3>Preparing a Type 1 font</h3> -<p/>The process of installing a Type 1 font set is rather convoluted, but -it may be separated into a modest set of operations. -<p/>The two basic stages are to prepare the font(s) for installation (this -question) and installing the result (see -<a href="FAQ-instt1font.html">installing a Type 1 font</a>). Each of -these basic stages -<p/>Many fonts are supplied in (La)TeX ready form: such fonts need no -preparation, and may be <a href="FAQ-instt1font.html">installed immediately</a>. -However, if you purchase a font from a Type foundry (either direct or -via one of the web stores), you are likely to need to ‘prepare’ it for -use with (La)TeX. The rest of this answer discusses this preparation. -<ul> -<li> Acquire the font. A very small set of Type 1 fonts is installed - in most PostScript printers you will encounter. For those few (whose use - is covered by the basic PSNFSS package), you don’t need the - Type 1 font itself, to be able to print using the font. -<p/> For all the myriad other Type 1 fonts, to be able to print using - the font you need the Type 1 file itself. Some of these are - available for free (they’ve either been donated to the public - domain, or were developed as part of a free software project), but - the vast majority are commercial products, requiring you to spend - real money. -<li> Acquire the fonts’ AFM files. AFM files contain - information from the font foundry, about the sizes of the characters - in the font, and how they fit together. One measure of the quality - of a font-supplier is that they provide the AFM files by - default: if the files are not available, you are unlikely to be able - to use the font with (La)TeX. -<li> Rename the AFM files and the Type 1 files to match the - <a href="FAQ-fontname.html">Berry font naming scheme</a>. -<li> Generate TeX metric files from the AFM files. The - commonest tool for this task is <i>fontinst</i>; the package - documentation helps, but other guides are available (see below). - The simplest possible script to pass to <i>fontinst</i> is: - <blockquote> -<pre> -\latinfamily{xyz}{} -\bye -</pre> - </blockquote><p> - where <code>xyz</code> is the Berry name of the font family. This - simple script is adequate for most purposes: its output covers the - font family in both T1 and OT1 font encodings. Nevertheless, - with fancier fonts, more elaborate things are possible with - <i>fontinst</i>: see its documentation for details. -<p/> <i>Fontinst</i> also generates map files, and LaTeX font - definition (<code>.fd</code>) files. -</ul> -Having traversed this list, you have a set of font files ready for -installation. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=prept1font">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=prept1font</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-previewers.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-previewers.html deleted file mode 100644 index 85f53efa309..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-previewers.html +++ /dev/null @@ -1,32 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label previewers</title> -</head><body> -<h3>DVI previewers</h3> -<p/>EmTeX for PCs running MSDOS or OS/2, MiKTeX and -XEmTeX for PCs running Windows and OzTeX for the Macintosh, all -come with previewers that can be used on those platforms. EmTeX’s -previewer can also be run under Windows 3.1. -<p/>Commercial PC TeX packages (see -<a href="FAQ-commercial.html">commercial vendors</a>) -have good previewers for PCs running Windows, or for Macintoshes. -<p/>For Unix systems, there is one ‘canonical’ viewer, <i>xdvi</i>. -<i>Xdvik</i> is a version of <i>xdvi</i> using the -<i>web2c</i> libraries; it is now built from the same distribution -as <i>xdvi</i>. The TeX Live distributions for Unix systems -include a version of <i>xdvik</i>. -<p/>Alternatives to previewing include -<ul> -<li> conversion to ‘similar’ ASCII text (see - <a href="FAQ-toascii.html">converting to ASCII</a>) and using a - conventional text viewer to look at that, -<li> generating a PostScript version of your document and viewing it - with a <i>Ghostscript</i>-based previewer (see - <a href="FAQ-PSpreview.html">previewing PostScript files</a>), and -<li> generating PDF output, and viewing that with - <i>Acrobat</i> <i>Reader</i> or one of the substitutes for that. -</ul> -<dl> -<dt><tt><i>xdvi</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/xdvi.zip">dviware/xdvi</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/xdvi.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/xdvi/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=previewers">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=previewers</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-prinvalint.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-prinvalint.html deleted file mode 100644 index b3cd65cb41c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-prinvalint.html +++ /dev/null @@ -1,24 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label prinvalint</title> -</head><body> -<h3>The Principal Value Integral symbol</h3> -<p/>This symbol (an integral sign, ‘crossed’) does not appear in any of -the fonts ordinarily available to (La)TeX users, but it can be -created by use of the following macros: -<pre> -\def\Xint#1{\mathchoice - {\XXint\displaystyle\textstyle{#1}}% - {\XXint\textstyle\scriptstyle{#1}}% - {\XXint\scriptstyle\scriptscriptstyle{#1}}% - {\XXint\scriptscriptstyle\scriptscriptstyle{#1}}% - \!\int} -\def\XXint#1#2#3{{\setbox0=\hbox{$#1{#2#3}{\int}$} - \vcenter{\hbox{$#2#3$}}\kern-.5\wd0}} -\def\ddashint{\Xint=} -\def\dashint{\Xint-} -</pre> - -<code>\</code><code>dashint</code> gives a single-dashed integral sign, <code>\</code><code>ddashint</code> a -double-dashed one. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=prinvalint">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=prinvalint</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-privinst.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-privinst.html deleted file mode 100644 index 3cbdc3ec470..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-privinst.html +++ /dev/null @@ -1,122 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label privinst</title> -</head><body> -<h3>“Private” installations of files</h3> -<p/>It sometimes happens that you need a new version of some macro package -or font, but that the machine you use is maintained by someone who’s -unwilling to update and won’t give you privileges to do the job -yourself. A <a href="FAQ-tempinst.html">“temporary” installation</a> is -sometimes the correct approach, but if there’s the slightest chance -that the installation will be needed on more than one project, -temporary installations aren’t right. -<p/>In circumstances where you have plenty of quota on backed-up media, or -adequate local scratch space, the correct approach is to create a -private installation of (La)TeX which includes the new stuff you -need; this is the ideal, but is not generally possible. -<p/>So, since you can’t install into the public <code>texmf</code> tree, you -have to install into a <i>texmf</i> tree of your own; fortunately, the -TDS standard allows for this, and modern distributions allow -you to do it. The most modern distributions refer to the tree as -<code>$TEXMFHOME</code>, but it used to be called <code>$HOMETEXMF</code>; -so to check that your TeX system does indeed support the mechanism -you should start with -<pre> -kpsewhich -expand-var "\$TEXMFHOME" -</pre> -<p/>If you can confirm that the technique does indeed work, install your -new package (or whatever) in the <a href="FAQ-install-where.html">correct place</a> -in a tree based on <i>$HOME/texmf</i>, and generate an index of that -tree -<blockquote> -<pre> -texhash $HOME/texmf -</pre> -</blockquote><p> -(the argument specifies which tree you are indexing: it’s necessary -since you don’t, by hypothesis, have access to the main tree, and -<i>texhash</i> without the argument would try to write the main -tree. -<p/>There are two wrinkles to this simple formula: first, the installation -you’re using may <em>not</em> define a home TEXMF directory, and second, -there may be some obstruction to using <i>$HOME/texmf</i> as the -default name. In either case, a good solution is to have your own -<i>texmf.cnf</i> — an idea that sounds more frightening that it -actually is. The installation’s existing file may be located with the -command: -<blockquote> -<pre> -kpsewhich texmf.cnf -</pre> -</blockquote><p> -Take a copy of the file and put it into a directory of your own; this -could be any directory, but an obvious choice is the <i>web2c</i> -directory of the tree you want to create, i.e., -<i>$HOME/texmf/web2c</i> or the like. Make an environment variable to -point to this directory: -<blockquote> -<pre> -TEXMFCNF=$HOME/texmf/web2c -export TEXMFCNF -</pre> -</blockquote><p> -(for a Bourne shell style system), or -<blockquote> -<pre> -setenv TEXMFCNF $HOME/texmf/web2c -</pre> -</blockquote><p> -(for a C-shell style system). Now edit the copy of <i>texmf.cnf</i> -<p/>There will be a line in the existing file that defines the tree where -everything searches; the simplest form of the line is: -<blockquote> -<pre> -TEXMF = !!$TEXMFMAIN -</pre> -</blockquote><p> -but, there are likely to be several alternative settings behind -comment markers (“<code>%</code>”), and the person who -installed your system may have left them there. Whatever, you need to -modify the line that’s in effect: change the above to three lines: -<blockquote> -<pre> -HOMETEXMF = $HOME/texmf -TEXMF = {$HOMETEXMF,!!$TEXMFMAIN} -% TEXMF = !!$TEXMFMAIN -</pre> -</blockquote><p> -the important point being that <code>$HOMETEXMF</code> must come before -whatever was there before, inside the braces. For example, if the -original was -<blockquote> -<pre> -TEXMF = {!!$LOCALTEXMF,!!$TEXMFMAIN} -</pre> -</blockquote><p> -it should be converted to: -<blockquote> - -<pre> -HOMETEXMF = $HOME/texmf -TEXMF = {$HOMETEXMF,!!$LOCALTEXMF,!!$TEXMFMAIN} -% TEXMF = {!!$LOCALTEXMF,!!$TEXMFMAIN} -</pre> -</blockquote><p> -(retaining the original, as a comment, is merely an aide-memoir in -case you need to make another change, later). The <code>!!</code> signs -tell the file-searching library that it should insist on a -<i>texhash</i>-ed directory tree; if you can count on yourself -remembering to run <i>texhash</i> on your new tree every time you -change it, then it’s worth adding the marks to your tree: -<blockquote> - -<pre> -TEXMF = {!!$HOMETEXMF,!!$LOCALTEXMF,!!$TEXMFMAIN} -</pre> -</blockquote><p> -as this will make (La)TeX find its files marginally faster. -<p/>Having made all these changes, (La)TeX should “just use” files in -your new tree, in preference to anything in the main tree — you can -use it for updates to packages in the main tree, as well as for -installing new versions of things. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=privinst">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=privinst</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-proof.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-proof.html deleted file mode 100644 index fcd2ef09876..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-proof.html +++ /dev/null @@ -1,39 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label proof</title> -</head><body> -<h3>Proof environment</h3> -<p/>It has long been thought impossible to make a <code>proof</code> -environment which automatically includes an ‘end-of-proof’ symbol. -Some proofs end in displayed maths; others do not. If the input file -contains - -<code>...<code>\</code><code>]</code> </code><code>\</code><code>end{proof}</code> then LaTeX finishes off -the displayed maths and gets ready for a new line before it reads any -instructions connected with ending the proof, so the code is very -tricky. You <em>can</em> insert the symbol by hand, but the -<i>ntheorem</i> package now solves the problem for LaTeX users: -it does indeed provide an automatic way of signalling the end of a -proof. -<p/>The AMSLaTeX package <i>amsthm</i> also provides a -<code>proof</code> environment that does the job; though you need to -insert a <code>\</code><code>qedhere</code> command if the proof ends with a displayed -equation: -<blockquote> -<pre> -\begin{proof} - text... - \begin{equation*} - maths... \tag*{\qedhere} - \end{equation*} -\end{proof} -</pre> -</blockquote><p> -The <code>\</code><code>tag*{<code>\</code><code>qedhere</code>}</code> construction may be used in any of -AMSLaTeX’s numbering environments. -<dl> -<dt><tt><i>amsthm.sty</i></tt><dd>Distributed as part of the AMSLaTeX bundle - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -<dt><tt><i>ntheorem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntheorem.zip">macros/latex/contrib/ntheorem</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntheorem.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ntheorem/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=proof">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=proof</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-protect.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-protect.html deleted file mode 100644 index dd0389f9118..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-protect.html +++ /dev/null @@ -1,85 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label protect</title> -</head><body> -<h3>What’s the reason for ‘protection’?</h3> -<p/>Sometimes LaTeX saves data it will reread later. These data are -often the argument of some command; they are the so-called moving -arguments. (‘Moving’ because data are moved around.) Candidates -are all arguments that may go into table of contents, list of figures, -<em>etc</em>.; namely, data that are written to an auxiliary file and -read in later. Other places are those data that might appear in head- -or footlines. Section headings and figure captions are the most -prominent examples; there’s a complete list in Lamport’s book -(see <a href="FAQ-books.html">TeX-related books</a>). -<p/>What’s going on really, behind the scenes? The commands in moving -arguments are normally expanded to their internal structure during the -process of saving. Sometimes this expansion results in invalid TeX -code, which shows either during expansion or when the code is -processed again. Protecting a command, using -“<code>\</code><code>protect</code><code>\</code><code>cmd</code>” tells LaTeX to save <code>\</code><code>cmd</code> as -<code>\</code><code>cmd</code>, without expanding it at all. -<p/>So, what is a ‘fragile command’? — it’s a command that expands into -illegal TeX code during the save process. -<p/>What is a ‘robust command’? — it’s a command that expands into legal -TeX code during the save process. -<p/>Lamport’s book says in its description of every LaTeX command whether -it is ‘robust’ or ‘fragile’; it also says that every command with an -optional argument is fragile. The list isn’t reliable, and neither -is the assertion about optional arguments; the statements may have -been true in early versions of LaTeX2e but are not any longer -necessarily so: -<ul> -<li> Some fragile commands, such as <code>\</code><code>cite</code>, have been made robust - in later revisions of LaTeX. -<li> Some commands, such as <code>\</code><code>end</code> and <code>\</code><code>nocite</code>, are fragile - even though they have no optional arguments. -<li> The “user’s way” of creating a command with an optional - argument (using <code>\</code><code>newcommand</code> or <code>\</code><code>newcommand*</code>) now always - creates a robust command (though macros without optional arguments - may still be fragile if they do things that are themselves fragile). -<li> There is no reason that a package author should not also make - robust commands with optional arguments as part of the package. -<li> Some robust commands are redefined by certain packages to be - fragile (the <code>\</code><code>cite</code> command commonly suffers this treatment). -</ul> -Further, simply “hiding” a fragile command in another command, has -no effect on fragility. So, if <code>\</code><code>fred</code> is fragile, and you write: -<blockquote> -<pre> -\newcommand{\jim}{\fred} -</pre> -</blockquote><p> -then <code>\</code><code>jim</code> is fragile too. There is, however, the -<code>\</code><code>newcommand</code>-replacement <code>\</code><code>DeclareRobustCommand</code>, which -<em>always</em> creates a robust command (whether or not it has optional -arguments). The syntax of <code>\</code><code>DeclareRobustCommand</code> is substantially -identical to that of <code>\</code><code>newcommand</code>, and if you do the wrapping -trick above as: -<blockquote> -<pre> -\DeclareRobustCommand{\jim}{\fred} -</pre> -</blockquote><p> -then <code>\</code><code>jim</code> is robust. -<p/>Finally, we have the <i>makerobust</i> package, which defines -<code>\</code><code>MakeRobustCommand</code> to convert a command to be robust. With the -package, the “wrapping” above can simply be replaced by: -<blockquote> -<pre> -\MakeRobustCommand\fred -</pre> -</blockquote><p> -Whereafter, <code>\</code><code>fred</code> is robust. Using the package may be reasonable -if you have lots of fragile commands that you need to use in moving -arguments. -<p/>In short, the situation is confusing. No-one believes this is -satisfactory; the LaTeX team have removed the need for -protection of some things, but the techniques available in -current LaTeX mean that this is an expensive exercise. It remains -a long-term aim of the team to remove all need for <code>\</code><code>protect</code>ion. -<dl> -<dt><tt><i>makerobust.sty</i></tt><dd>Distributed with Heiko Oberdiek’s packages - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=protect">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=protect</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-psatempty.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-psatempty.html deleted file mode 100644 index 36d2b34284b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-psatempty.html +++ /dev/null @@ -1,42 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ps@empty</title> -</head><body> -<h3><code>\pagestyle{empty}</code> on first page in LaTeX</h3> -<p/>If you use <code>\</code><code>pagestyle{empty}</code>, but the first page is numbered -anyway, you are probably using the <code>\</code><code>maketitle</code> command too. The -behaviour is not a bug but a feature. The standard LaTeX classes are -written so that initial pages (pages containing a <code>\</code><code>maketitle</code>, -<code>\</code><code>part</code>, or <code>\</code><code>chapter</code>) have a different page style from the rest -of the document; to achieve this, the commands internally issue -<code>\</code><code>thispagestyle{plain}</code>. This is usually not acceptable -behaviour if the surrounding page style is ‘empty’. -<p/>Possible workarounds include: -<ul> -<li> Put <code>\</code><code>thispagestyle{empty</code>} immediately after the - <code>\</code><code>maketitle</code> command, with no blank line between them. -<li> Use the <i>fancyhdr</i> or <i>scrpage2</i> packages, which - allow you to customise the style for initial pages independently of - that for body pages. -<p/> For example, use <i>fancyhdr</i> commands: -<pre> -\fancypagestyle{plain}{% - \fancyhf{}% - \renewcommand{\headrulewidth}{0pt}% - \renewcommand{\footrulewidth}{0pt}% -} -</pre> - and the “<code>empty</code>” page style (invoked by <code>\</code><code>chapter</code> - commands and title pages) will have no header or footer. -<li> If you are using either the <i>memoir</i> class or a - <i>KOMA-script</i> class, use the techniques outlined for them in - “<a href="FAQ-nopageno.html">no page numbers</a>”. -</ul> -<dl> -<dt><tt><i>fancyhdr.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.zip">macros/latex/contrib/fancyhdr</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyhdr/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>nopageno.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle/nopageno.sty">macros/latex/contrib/carlisle/nopageno.sty</a> -<dt><tt><i>scrpage2.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ps@empty">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ps@empty</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-psfchoice.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-psfchoice.html deleted file mode 100644 index 290f4b4e55c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-psfchoice.html +++ /dev/null @@ -1,410 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label psfchoice</title> -</head><body> -<h3>Choice of scalable outline fonts</h3> -<p/>If you are interested in text alone, you can in principle use any of -the huge numbers of text fonts in Adobe Type 1, TrueType or OpenType -formats. The constraint is, of course, that your previewer and -printer driver should support such fonts (TeX itself <em>only</em> -cares about metrics, not the actual character programs). -<p/>If you also need mathematics, then you are severely limited by the -demands that TeX makes of maths fonts (for details, see the papers -by - - <a href="http://tug.org/TUGboat/Articles/tb14-3/tb40horn.pdf">B.K.P. Horn in <i>TUGboat</i> 14(3)</a>, - or by - <a href="http://tug.org/TUGboat/Articles/tb19-2/tb59bouc.pdf">Thierry Bouche in <i>TUGboat</i> 19(2)</a>). - -For mathematics, then, there are relatively few choices (though the list is -at last growing). There are several font families available that are -based on Knuth’s original designs, and some that complement other -commercial text font designs; one set (MicroPress’s ‘informal math’) -stands alone. “Free” font families that will support TeX -mathematics include: -<dl> -<dt>Computer Modern<dd>(75 fonts — optical scaling) Donald E. Knuth<br> - The CM fonts were originally designed in Metafont, but are also - now available in scalable outline form. There are commercial as - well as public domain versions, and there are both Adobe Type 1 and - TrueType versions. A set of outline versions of the fonts was - developed as a commercial venture by Y&Y and Blue Sky Research; - they have since assigned the copyright to the AMS, and the - fonts are now freely available from CTAN. Their quality is - such that they have become the <em>de facto</em> standard for Type 1 - versions of the fonts. -<dt>AMS fonts<dd>(52 fonts, optical scaling) The AMS<br> - This set of fonts offers adjuncts to the CM set, including - two sets of symbol fonts (<i>msam</i> and <i>msbm</i>) and - Euler text fonts. - These are not a self-standing family, but merit discussion here (not - least because several other families mimic the symbol fonts). - Freely-available Type 1 versions of the fonts are available on - CTAN. The <i>eulervm</i> package permits use - of the Euler maths alphabet in conjunction with text fonts that do - not provide maths alphabets of their own (for instance, Adobe - Palatino or Minion). -<dt>mathpazo version 1.003<dd>(5 fonts) Diego Puga<br> - The Pazo Math fonts are a family of type 1 fonts suitable for - typesetting maths in combination with the Palatino family of text - fonts. Four of the five fonts of the distribution are maths - alphabets, in upright and italic shapes, medium and bold weights; - the fifth font contains a small selection of “blackboard bold” - characters (chosen for their mathematical significance). Support - under LaTeX2e is available in - <a href="FAQ-usepsfont.html">PSNFSS</a>; the fonts are - licensed under the GPL, with legalese permitting the use of - the fonts in published documents. -<dt>Fourier/Utopia<dd>(15 fonts) Michel Bovani<br> - <i>Fourier</i> is a family built on Adobe <i>Utopia</i> - (which has been released for usage free of charge by Adobe). The - fonts provide the basic Computer Modern set of mathematical symbols, - and add many of the AMS mathematical symbols (though you are - expected to use some from the AMS fonts themselves). There - are also several other mathematical and decorative symbols. The - fonts come with a <i>fourier</i> package for use with LaTeX; - text support of OT1 encoding is not provided — you are - expected to use T1. -<p/> For a sample, see \url{http://www.tug.dk/FontCatalogue/utopia/} -<dt>Fourier/New Century Schoolbook<dd>Michael Zedler<br> - <i>Fouriernc</i> is a configuration using the Fourier fonts in - the context of New Century Schoolbook text fonts. -<p/> For a sample, see \url{http://www.tug.dk/FontCatalogue/newcent/} -<dt>KP-fonts<dd>The Johannes Kepler project<br> - The <i>kp-fonts</i> family provides a comprehensive set of text - and maths fonts. The set includes replacement fixed-width and sans - fonts (though some reports have suggested that these are less - successful, and their use may be suppressed when loading the fonts’ - <i>kpfonts</i> LaTeX support package). -<p/> For an example, see \url{http://www.tug.dk/FontCatalogue/kpserif/} -<dt>MathDesign<dd>(4 entire families...so far) Paul Pichaureau<br> - This set so far offers mathematics fonts to match Adobe Utopia, URW - Garamond, Bitstream Charter (all of which are separately available, - on CTAN, in Type 1 format) and Fontsite Garamond - (which is a commercial font, available from the - <a href="FontSite Web shop">http://www.fontsite.com/Pages/FFDownloads.html</a>). - - There has been a little comment on these fonts, but none - from actual users posted to the public forums. Users, particularly - those who are willing to discuss their experiences, would obviously - be welcome. Browse the CTAN directory and see which you - want: there is a wealth of documentation and examples. -<p/> For samples of the free variants, see - \url{http://www.tug.dk/FontCatalogue/charter/} for URW Charter, - \url{http://www.tug.dk/FontCatalogue/garamond/} for URW Garamond and - \url{http://www.tug.dk/FontCatalogue/utopia-md/} for Adobe Utopia. -<dt>Belleek<dd>(3 fonts) Richard Kinch<br> - Belleek is the upshot of Kinch’s thoughts on how Metafont might be used - in the future: they were published simultaneously as Metafont source, - as Type 1 fonts, and as TrueType fonts. The fonts act as “drop-in” - replacements for the basic MathTime set (as an example of “what might - be done”). -<p/> The paper outlining Kinch’s thoughts, proceeding from considerations - of the ‘intellectual’ superiority of Metafont to evaluations of why its - adoption is so limited and what might be done about the problem, is - to be found at <a href="http://truetex.com/belleek.pdf">http://truetex.com/belleek.pdf</a> (the paper is a - good read, but is set with Bitmap fonts, and can be difficult - on-screen in Acrobat reader 5 or earlier). -<dt>mathptmx<dd>Alan Jeffrey, Walter Schmidt and others.<br> - This set contains maths italic, symbol, extension, and roman virtual - fonts, built from Adobe Times, Symbol, Zapf Chancery, and the - Computer Modern fonts. The resulting mixture is not entirely - acceptable, but can pass in many circumstances. The real advantage - is that the mathptm fonts are (effectively) free, and the resulting - PostScript files can be freely exchanged. Support under LaTeX2e - is available in <a href="FAQ-usepsfont.html">PSNFSS</a>. -<p/> For a sample, see \url{http://www.tug.dk/FontCatalogue/times/} -<dt>Computer Modern Bright<dd>Free scalable outline versions of these - fonts do exist; they are covered below together with their - commercial parallels. -</dl> -The excellent <em>font catalogue</em> keeps an -<a href="http://www.tug.dk/FontCatalogue/mathfonts.html">up-to-date list</a> -which describes the fonts by giving names and short examples, only. -(At the time of writing — June 2008 — the list has several that -are only scheduled for inclusion here. -<p/>Another useful document is Stephen Hartke’s “Free maths font -survey”, which is available on CTAN in both PDF and -HTML formats. The survey covers most of the fonts mentioned in -the font catalogue, but also mentions some (such as <i>Belleek</i> -that the catalogue omits. -<p/>Fonts capable of setting TeX mathematics, that are available -commercially, include: -<dl> -<dt>BA Math<dd>(13 fonts) MicroPress Inc.<br> - BA Math is a family of serif fonts, inspired by the elegant - and graphically perfect font design of John Baskerville. BA - Math comprises the fonts necessary for mathematical typesetting - (maths italic, math symbols and extensions) in normal and bold - weights. The family also includes all OT1 and T1 - encoded text fonts of various shapes, as well as fonts with most - useful glyphs of the TS1 encoding. Macros for using the - fonts with Plain TeX, LaTeX 2.09 and current LaTeX are - provided. -<p/> - For further details (including samples) see<br> - <a href="http://www.micropress-inc.com/fonts/bamath/bamain.htm">http://www.micropress-inc.com/fonts/bamath/bamain.htm</a> - -<dt>CH Math<dd>(15 fonts) MicroPress Inc.<br> - CH Math is a family of slab serif fonts, designed as a maths - companion for Bitstream Charter. (The distribution includes - four free Bitstream text fonts, in addition to the 15 hand-hinted - MicroPress fonts.) - - For further details (including samples) see<br> - <a href="http://www.micropress-inc.com/fonts/chmath/chmain.htm">http://www.micropress-inc.com/fonts/chmath/chmain.htm</a> - -<dt>Computer Modern Bright<dd>(62 fonts — optical scaling) Walter - Schmidt<br> - CM Bright is a family of sans serif fonts, based on Knuth’s - CM fonts. It comprises the fonts necessary for mathematical - typesetting, including AMS symbols, as well as text and text - symbol fonts of various shapes. The collection comes with its own - set of files for use with LaTeX. The CM Bright fonts are - supplied in Type 1 format by MicroPress, Inc. The - <i>hfbright</i> bundle offers free Type 1 fonts for text using - the OT1 encoding — the <i>cm-super</i> set for - use with T1 texts doesn’t (yet) offer support for mathematics. -<p/> - For further details of Micropress’ offering (including samples) see<br> - <a href="http://www.micropress-inc.com/fonts/brmath/brmain.htm">http://www.micropress-inc.com/fonts/brmath/brmain.htm</a> - -<dt>Concrete Math<dd>(25 fonts — optical scaling) Ulrik Vieth<br> - The Concrete Math font set was derived from the Concrete Roman - typefaces designed by Knuth. The set provides a collection of math - italics, math symbol, and math extension fonts, and fonts of - AMS symbols that fit with the Concrete set, so that Concrete - may be used as a complete replacement for Computer Modern. Since - Concrete is considerably darker than CM, the family may - particularly attractive for use in low-resolution printing or in - applications such as posters or transparencies. Concrete Math - fonts, as well as Concrete Roman fonts, are supplied in Type 1 - format by MicroPress, Inc. -<p/> - For further information (including samples) see<br> - <a href="http://www.micropress-inc.com/fonts/ccmath/ccmain.htm">http://www.micropress-inc.com/fonts/ccmath/ccmain.htm</a> - -<dt>HV Math<dd>(14 fonts) MicroPress Inc.<br> - HV Math is a family of sans serif fonts, inspired by the - Helvetica (TM) typeface. HV Math comprises the fonts - necessary for mathematical typesetting (maths italic, maths symbols - and extensions) in normal and bold weights. The family also - includes all OT1 and T1 encoded text fonts of various - shapes, as well as fonts with most useful glyphs of the TS1 - encoding. Macros for using the fonts with Plain TeX, LaTeX 2.09 - and current LaTeX are provided. Bitmapped copies of the fonts - are available free, on CTAN. -<p/> - For further details (and samples) see<br> - <a href="http://www.micropress-inc.com/fonts/hvmath/hvmain.htm">http://www.micropress-inc.com/fonts/hvmath/hvmain.htm</a> - -<dt>Informal Math<dd>(7 outline fonts) MicroPress Inc.<br> - Informal Math is a family of fanciful fonts loosely based on the - Adobe’s Tekton (TM) family, fonts which imitate handwritten - text. Informal Math comprises the fonts necessary for - mathematical typesetting (maths italic, maths symbols and extensions) - in normal weight, as well as OT1 encoded text fonts in - upright and oblique shapes. Macros for using the fonts with - Plain TeX, LaTeX 2.09 and current LaTeX are provided. -<p/> - For further details (including samples) see<br> - <a href="http://www.micropress-inc.com/fonts/ifmath/ifmain.htm">http://www.micropress-inc.com/fonts/ifmath/ifmain.htm</a> - -<dt>Lucida Bright <em>with</em> Lucida New Math<dd>(25 fonts) Chuck Bigelow and - Kris Holmes<br> - Lucida is a family of related fonts including seriffed, sans serif, - sans serif fixed width, calligraphic, blackletter, fax, Kris Holmes’ - connected handwriting font, <em>etc</em>; they’re not as ‘spindly’ as - Computer Modern, with a large x-height, and include a larger set of - maths symbols, operators, relations and delimiters than CM - (over 800 instead of 384: among others, it also includes the - AMS <i>msam</i> and <i>msbm</i> symbol sets). ‘Lucida - Bright Expert’ - (14 fonts) adds seriffed fixed width, another handwriting font, - smallcaps, bold maths, upright ‘maths italic’, <em>etc</em>., to the - set. Support under LaTeX is available under the auspices of the - PSNFSS, and pre-built metrics are also provided. -<p/> - TUG has the right to distribute these fonts; the web site - - “<a href="http://tug.org/lucida/">Lucida and TUG</a>” - has details. - -<dt>Adobe Lucida, LucidaSans <em>and</em> LucidaMath<dd>(12 fonts)<br> - Lucida and LucidaMath are generally considered to be a bit heavy. - The three maths fonts contain only the glyphs in the CM maths - italic, symbol, and extension fonts. Support for using LucidaMath - with TeX is not very good; you will need to do some work - reencoding fonts <em>etc</em>. (In some sense this set is the - ancestor of the LucidaBright plus LucidaNewMath font set, which are - not currently available.) -<dt>MathTime Pro2<dd>Publish or Perish (Michael Spivak)<br> - This latest instance of the MathTime family covers all the weights - (medium, bold and heavy) and symbols of previous versions of - MathTime. In addition it has a much extended range of symbols, and - many typographic improvements that make for high-quality documents. - The fonts are supported under both Plain TeX and LaTeX2e, and - are exclusively available for purchase from - <a href="FAQ-commercial.html">Personal TeX Inc</a>. - par - - For further details and samples and fliers, see - <a href="http://www.pctex.com/mtpro2.html">http://www.pctex.com/mtpro2.html</a> - -<dt>Minion Pro and MnSymbol<dd>Adobe, LaTeX support and packaging by - Achim Blumensath <em>et al</em>.<br> - <i>Minion Pro</i> derives from the widely-available commercial - OpenType font of the same name by Adobe; scripts are provided to - convert relevant parts of it to Adobe Type 1 format. The - <i>MinionPro</i> package will set up text and maths support using - <i>Minion Pro</i>, but a separate (free) font set - <i>MnSymbol</i> greatly extends the symbol coverage. -<dt>PA Math<dd> PA Math is a family of serif fonts - loosely based on the Palatino (TM) typeface. PA Math - comprises the fonts necessary for mathematical typesetting (maths - italics, maths, calligraphic and oldstyle symbols, and extensions) - in normal and bold weights. The family also includes all OT1, - T1 encoded text fonts of various shapes, as well as fonts - with the most useful glyphs of the TS1 encoding. Macros for - using the fonts with Plain TeX, LaTeX 2.09 and current LaTeX - are provided. -<p/> - For further details (and samples) see<br> - <a href="http://www.micropress-inc.com/fonts/pamath/pamain.htm">http://www.micropress-inc.com/fonts/pamath/pamain.htm</a> - -<dt>TM Math<dd>(14 fonts) MicroPress Inc.<br> - TM Math is a family of serif fonts, inspired by the Times - (TM) typeface. TM Math comprises the fonts necessary for - mathematical typesetting (maths italic, maths symbols and extensions) - in normal and bold weights. The family also includes all OT1 - and T1 encoded text fonts of various shapes, as well as fonts - with most useful glyphs of the TS1 encoding. Macros for - using the fonts with Plain TeX, LaTeX 2.09 and current LaTeX - are provided. Bitmapped copies of the fonts are available free, on - CTAN. -<p/> - For further details (and samples) see<br> - <a href="http://www.micropress-inc.com/fonts/tmmath/tmmain.htm">http://www.micropress-inc.com/fonts/tmmath/tmmain.htm</a> - -</dl> -Two other font sets should be mentioned, even though they don’t -currently produce satisfactory output — their author is no longer -working on them, and several problems have been identified: -<dl> -<dt>pxfonts set version 1.0<dd>(26 fonts) by Young Ryu<br> - The <i>pxfonts</i> set consists of - <ul> - <li> virtual text fonts using <i>Adobe</i> <i>Palatino</i> (or the URW - replacement used by <i>ghostscript</i>) with modified plus, - equal and slash symbols; - <li> maths alphabets using <i>Palatino</i>; - <li> maths fonts of all symbols in the computer modern maths fonts - (<i>cmsy</i>, <i>cmmi</i>, <i>cmex</i> and the Greek - letters of <i>cmr</i>) - <li> maths fonts of all symbols corresponding to the AMS - fonts (<i>msam</i> and <i>msbm</i>); - <li> additional maths fonts of various symbols. - </ul> - The text fonts are available in OT1, T1 and LY1 - encodings, and TS encoded symbols are also available. The - sans serif and monospaced fonts supplied with the <i>txfonts</i> - set (see below) may be used with <i>pxfonts</i>; the - <i>txfonts</i> set should be installed whenever <i>pxfonts</i> - are. LaTeX, <i>dvips</i> and PDFTeX support files are - included. - - <a href="http://www.tex.ac.uk/tex-archive/fonts/pxfonts/doc/pxfontsdocA4.pdf">Documentation</a> - is readily available. -<p/> The fonts are licensed under the GPL; use in published - documents is permitted. -<dt>txfonts set version 3.1<dd>(42 fonts) by Young Ryu<br> - The <i>txfonts</i> set consists of - <ul> - <li> virtual text fonts using <i>Adobe</i> <i>Times</i> (or the URW - replacement used by <i>ghostscript</i>) with modified plus, - equal and slash symbols; - <li> matching sets of sans serif and monospace (‘typewriter’) - fonts (the sans serif set is based on <i>Adobe</i> <i>Helvetica</i>); - <li> maths alphabets using <i>Times</i>; - <li> maths fonts of all symbols in the computer modern maths fonts - (<i>cmsy</i>, <i>cmmi</i>, <i>cmex</i> and the Greek letters of <i>cmr</i>) - <li> maths fonts of all symbols corresponding to the AMS - fonts (<i>msam</i> and <i>msbm</i>); - <li> additional maths fonts of various symbols. - </ul> - The text fonts are available in OT1, T1 and LY1 - encodings, and TS encoded symbols are also available. - - <a href="http://www.tex.ac.uk/tex-archive/fonts/txfonts/doc/txfontsdocA4.pdf">Documentation</a> - is readily available. -<p/> The fonts are licensed under the GPL; use in published - documents is permitted. -</dl> -Finally, one must not forget: -<dl> -<dt>Proprietary fonts<dd>Various sources.<br> - Since having a high quality font set in scalable outline form that - works with TeX can give a publisher a real competitive advantage, - there are some publishers that have paid (a lot) to have such font - sets made for them. Unfortunately, these sets are not available on - the open market, despite the likelihood that they’re more complete - than those that are. -</dl> -We observe a very limited selection of commercial maths font sets; a -maths font has to be explicitly designed for use with TeX, which is -an expensive business, and is of little appeal in other markets. -Furthermore, the TeX market for commercial fonts is minute by -comparison with the huge sales of other font sets. -<p/>Text fonts in Type 1 format are available from many vendors including -Adobe, Monotype and Bitstream. However, be careful with cheap font -“collections”; many of them dodge copyright restrictions by removing -(or crippling) parts of the font programs such as hinting. Such -behaviour is both unethical and bad for the consumer. -The fonts may not render well (or at all, under ATM), may not have the -‘standard’ complement of 228 glyphs, or may not include metric files -(which you need to make TFM files). -<p/>TrueType remains the “native” format for Windows. Some TeX -implementations such as <a href="FAQ-commercial.html">TrueTeX</a> use TrueType -versions of Computer Modern and Times Maths fonts to render TeX -documents in Windows without the need for additional system software like -ATM. (When used on a system running Windows XP, TrueTeX can -also use Type 1 fonts.) -<p/>When choosing fonts, your own system environment may not be the only one of -interest. If you will be sending your finished documents to others for -further use, you should consider whether a given font format will introduce -compatibility problems. Publishers may require TrueType exclusively because -their systems are Windows-based, or Type 1 exclusively, because their systems -are based on the early popularity of that format in the publishing industry. -Many service bureaus don’t care as long as you present them with a finished -print file (PostScript or PDF) for their output device. -<dl> -<dt><tt><i>CM family collection</i></tt><dd> - Browse <a href="http://www.tex.ac.uk/tex-archive/fonts/cm/ps-type1/bluesky/">fonts/cm/ps-type1/bluesky/</a> -<dt><tt><i>AMS font collection</i></tt><dd> - Browse <a href="http://www.tex.ac.uk/tex-archive/fonts/amsfonts/ps-type1/">fonts/amsfonts/ps-type1/</a> -<dt><tt><i>Belleek fonts</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/fonts/belleek/belleek.zip">fonts/belleek/belleek.zip</a> -<dt><tt><i>CM-super collection</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.zip">fonts/ps-type1/cm-super</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super/">browse</a>) -<dt><tt><i>eulervm.sty and supporting metrics</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/fonts/eulervm.zip">fonts/eulervm</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/eulervm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/eulervm/">browse</a>) -<dt><tt><i>fourier (including metrics and other support for utopia</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/fonts/fourier-GUT.zip">fonts/fourier-GUT</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/fourier-GUT.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/fourier-GUT/">browse</a>) -<dt><tt><i>fouriernc</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/fouriernc.zip">fonts/fouriernc</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/fouriernc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/fouriernc/">browse</a>) -<dt><tt><i>hfbright collection</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/hfbright.zip">fonts/ps-type1/hfbright</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/hfbright.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/hfbright/">browse</a>) -<dt><tt><i>hvmath (free bitmapped version)</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/fonts/micropress/hvmath.zip">fonts/micropress/hvmath</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/micropress/hvmath.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/micropress/hvmath/">browse</a>) -<dt><tt><i>kpfonts family</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/kpfonts.zip">fonts/kpfonts</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/kpfonts.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/kpfonts/">browse</a>) -<dt><tt><i>Lucida Bright/Math metrics</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/psfonts/bh/lucida.zip">fonts/psfonts/bh/lucida</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/psfonts/bh/lucida.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/psfonts/bh/lucida/">browse</a>) -<dt><tt><i>Lucida PSNFSS support</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psnfssx/lucidabr.zip">macros/latex/contrib/psnfssx/lucidabr</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/psnfssx/lucidabr.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/psnfssx/lucidabr/">browse</a>) -<dt><tt><i>MathDesign collection</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/fonts/mathdesign/">fonts/mathdesign/</a> -<dt><tt><i>Maths Font Survey</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/Free_Math_Font_Survey/en/survey.pdf">info/Free_Math_Font_Survey/en/survey.pdf</a> - (PDF) or <a href="ftp://cam.ctan.org/tex-archive/info/Free_Math_Font_Survey/en/survey.html">info/Free_Math_Font_Survey/en/survey.html</a> (HTML) -<dt><tt><i>Minion Pro support</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/minionpro.zip">fonts/minionpro</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/minionpro.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/minionpro/">browse</a>) -<dt><tt><i>MnSymbol family</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/mnsymbol.zip">fonts/mnsymbol</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/mnsymbol.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/mnsymbol/">browse</a>) -<dt><tt><i>pxfonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/pxfonts.zip">fonts/pxfonts</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/pxfonts.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/pxfonts/">browse</a>) -<dt><tt><i>tmmath (free bitmapped version)</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/fonts/micropress/tmmath.zip">fonts/micropress/tmmath</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/micropress/tmmath.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/micropress/tmmath/">browse</a>) -<dt><tt><i>txfonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/txfonts.zip">fonts/txfonts</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/txfonts.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/txfonts/">browse</a>) -<dt><tt><i>utopia fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/utopia.zip">fonts/utopia</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/utopia.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/utopia/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=psfchoice">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=psfchoice</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-psfontprob.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-psfontprob.html deleted file mode 100644 index 0a1a8ea52b9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-psfontprob.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label psfontprob</title> -</head><body> -<h3>Deploying Type 1 fonts</h3> -<p/>For the LaTeX user trying to use the -<a href="FAQ-usepsfont.html">PSNFSS</a> package, three questions may arise. -<p/>First, you have to declare to the DVI driver that you are using -PostScript fonts; in the case of <i>dvips</i>, this means adding -lines to the <i>psfonts.map</i> file, so that <i>dvips</i> will know -where the proper fonts are, and won’t try to find PK -files. If the font isn’t built into the printer, you have to acquire -it (which may mean that you need to purchase the font files). -<p/>Second, your previewer must know what to do with the fonts: see -<a href="FAQ-PSpreview.html">previewing type 1 fonts</a>. -<p/>Third, the stretch and shrink between words is a function of the -font metric; it is not specified in AFM files, so different converters -choose different values. The PostScript metrics that come with PSNFSS -used to produce quite tight setting, but they were revised in mid 1995 -to produce a compromise between American and European practice. -Sophisticated users may not find even the new the values to their taste, and -want to override them. Even the casual user may find more -hyphenation or overfull boxes than Computer Modern produces; but CM -is extremely generous. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=psfontprob">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=psfontprob</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ragright.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ragright.html deleted file mode 100644 index bdfdc625eaa..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ragright.html +++ /dev/null @@ -1,28 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ragright</title> -</head><body> -<h3>Setting text ragged right</h3> -<p/>The trick with typesetting ragged right is to be sure you’ve told the -TeX engine “make this paragraph ragged, but never <em>too</em> -ragged”. The LaTeX <code>\</code><code>raggedright</code> command (and the -corresponding <code>flushleft</code> environment) has a tendency to -miss the “never” part, and will often create ridiculously short -lines, for some minor benefit later in the paragraph. The -Plain TeX version of the command doesn’t suffer this failing, but -is rather conservative: it is loath to create too large a gap at the -end of the line, but in some circumstances — such as where -<a href="FAQ-hyphoff.html">hyphenation is suppressed</a> — painfully large gaps -may sometimes be required. -<p/>Martin Schröder’s <i>ragged2e</i> package offers the best of both -worlds: it provides raggedness which is built on the Plain TeX -model, but which is easily configurable. It defines easily-remembered -command (e.g., <code>\</code><code>RaggedRight</code>) and environment (e.g., -<code>FlushLeft</code>) names that are simply capitalised -transformations of the LaTeX kernel originals. The documentation -discusses the issues and explains the significance of the various -parameters of <i>ragged2e</i>’s operation. -<dl> -<dt><tt><i>ragged2e.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.zip">macros/latex/contrib/ms</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ms/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ragright">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ragright</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-readML.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-readML.html deleted file mode 100644 index eb8f31c7835..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-readML.html +++ /dev/null @@ -1,18 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label readML</title> -</head><body> -<h3>Using TeX to read SGML or XML directly</h3> -<p/>This can nowadays be done, with a certain amount of clever macro -programming. David Carlisle’s <i>xmltex</i> is the prime example; -it offers a practical solution to typesetting -XML files. -<p/>One use of a TeX that can typeset XML files is as a backend -processor for XSL formatting objects, serialized as XML. -Sebastian Rahtz’s PassiveTeX uses <i>xmltex</i> to -achieve this end. -<dl> -<dt><tt><i>xmltex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/xmltex/base.zip">macros/xmltex/base</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/xmltex/base.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/xmltex/base/">browse</a>) -<dt><tt><i>passivetex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/xmltex/contrib/passivetex.zip">macros/xmltex/contrib/passivetex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/xmltex/contrib/passivetex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/xmltex/contrib/passivetex/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=readML">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=readML</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-readtex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-readtex.html deleted file mode 100644 index 1968c6d11d9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-readtex.html +++ /dev/null @@ -1,40 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label readtex</title> -</head><body> -<h3>Reading (La)TeX files</h3> -<p/>So you’ve been sent a TeX file: what are you going to do with it? -<p/>You can, of course, “just read it”, since it’s a plain text file, -but the markup tags in the document may prove distracting. Most of -the time, even TeX experts will typeset a TeX file before -attempting to read it. -<p/>So, you need to typeset the document. The good news is that TeX -systems are available, free, for most sorts of computer; the bad news -is that you need a pretty complete TeX system even to read a single -file, and complete TeX systems are pretty large. -<p/>TeX is a typesetting system that arose from a publishing project (see -<a href="FAQ-whatTeX.html">what is TeX</a>), -and its basic source is available free from its author. However, at -its root, it is <em>just</em> a typesetting engine: even to view or to -print the typeset output, you will need ancillary programs. In short, -you need a TeX <em>distribution</em> — a collection of -TeX-related programs tailored to your operating system: for details -of the sorts of things that are available, see - -“<a href="FAQ-TeXsystems.html">TeX distributions</a>” -or - -“<a href="FAQ-commercial.html">commercial TeX distributions</a>”. -<p/>But beware — TeX makes no attempt to look like the sort of -WYSIWYG system you’re probably used to (see - -<a href="FAQ-notWYSIWYG.html">why is TeX not WYSIWYG</a>): -while many modern versions of TeX have a compile–view cycle that -rivals the best commercial word processors in its responsiveness, what -you type is usually <em>markup</em>, which typically defines a logical -(rather than a visual) view of what you want typeset. -<p/>So there’s a balance between the simplicity of the original -(marked-up) document, which can more-or-less be read in <em>any</em> -editor, and the really rather large investment needed to install a -system to read a document “as intended”. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=readtex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=readtex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-reallyblank.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-reallyblank.html deleted file mode 100644 index 47a0a9fe574..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-reallyblank.html +++ /dev/null @@ -1,61 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label reallyblank</title> -</head><body> -<h3>Really blank pages between chapters</h3> -<p/><i>Book</i> (by default) and <i>report</i> (with <code>openright</code> class -option) ensure that each chapter starts on a right-hand (recto) page; -they do this by inserting a <code>\</code><code>cleardoublepage</code> command between -chapters (rather than a mere <code>\</code><code>clearpage</code>). The empty page thus -created gets to have a normal running header, which some people don’t -like. -<p/>The (excellent) <i>fancyhdr</i> manual covers this issue, basically -advising the creation of a command <code>\</code><code>clearemptydoublepage</code>: -<blockquote> -<pre> -\let\origdoublepage\cleardoublepage -\newcommand{\clearemptydoublepage}{% - \clearpage - {\pagestyle{empty}\origdoublepage}% -} -</pre> -</blockquote><p> -The “obvious” thing is then to use this command to replace -<code>\</code><code>cleardoublepage</code> in a patched version of the <code>\</code><code>chapter</code> command. -(Make a package of your own containing a copy -of the command out of the class.) This isn’t particularly difficult, -but you can instead simply subvert <code>\</code><code>cleardoublepage</code> (which isn’t -often used elsewhere): -<blockquote> -<pre> -\let\cleardoublepage\clearemptydoublepage -</pre> -</blockquote><p> -Note: this command works because <code>\</code><code>clearemptydoublepage</code> uses a copy -of <code>\</code><code>cleardoublepage</code>: instructions on macro programming - -<a href="FAQ-patch.html">patching techniques</a> explain the problem and -why this is a solution. -<p/>Note that the <em>KOMA-Script</em> replacements for the -<i>book</i> and <i>report</i> classes (<i>scrbook</i> and -<i>scrreprt</i> offers class options <code>cleardoubleempty</code>, -<code>cleardoubleplain</code> and <code>cleardoublestandard</code> -(using the running page style, as normal) that control the appearance -of these empty pages. The classes also offer do-it-yourself commands -<code>\</code><code>cleardoubleempty</code> (etc.). -<p/>The <i>memoir</i> class (and the <i>nextpage</i> package) -provide commands <code>\</code><code>cleartooddpage</code> and <code>\</code><code>cleartoevenpage</code>, -which both take an optional argument (the first, with no argument, -being an equivalent of <code>\</code><code>cleardoublepage</code>). One can achieve -‘special’ effects by putting commands in the optional argument: the -<code>\</code><code>clearemptydoublepage</code> we’re after would be achieved by -<code>\</code><code>cleartooddpage[</code><code>\</code><code>thispagestyle{empty}</code><code>]</code>. The -commands will also serve if you want the surreal effect of “This page -intentionally left blank” in the centre of an otherwise empty page. -<dl> -<dt><tt><i>fancyhdr</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.zip">macros/latex/contrib/fancyhdr</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyhdr/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>nextpage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/nextpage.sty">macros/latex/contrib/misc/nextpage.sty</a> -<dt><tt><i>scrbook.cls, scrrept.cls</i></tt><dd>Part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=reallyblank">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=reallyblank</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-recovertex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-recovertex.html deleted file mode 100644 index 9d9ae11ad33..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-recovertex.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label recovertex</title> -</head><body> -<h3>Retrieving (La)TeX from DVI, etc.</h3> -<p/>The job just can’t be done automatically: DVI, PostScript and -PDF are “final” formats, supposedly not susceptible to -further editing — information about where things came from has been -discarded. So if you’ve lost your (La)TeX source (or never -had the source of a document you need to work on) you’ve a serious job -on your hands. In many circumstances, the best strategy is to retype -the whole document, but this strategy is to be tempered by -consideration of the size of the document and the potential typists’ -skills. -<p/>If automatic assistance is necessary, it’s unlikely that any more than -text retrieval is going to be possible; the (La)TeX markup that -creates the typographic effects of the document needs to be recreated -by editing. -<p/>If the file you have is in DVI format, many of the techniques -for <a href="FAQ-toascii.html">converting (La)TeX to ASCII</a> are -applicable. Consider <i>dvi2tty</i>, <i>crudetype</i> and -<i>catdvi</i>. Remember that there are likely to be problems -finding included material (such as included PostScript figures, that -don’t appear in the DVI file itself), and mathematics is -unlikely to convert easily. -<p/>To retrieve text from PostScript files, the -<i>ps2ascii</i> tool (part of the <i>ghostscript</i> -distribution) is available. One could try applying this tool to -PostScript derived from an PDF file using <i>pdf2ps</i> (also -from the <i>ghostscript</i> distribution), or <i>Acrobat</i> -<i>Reader</i> itself; an alternative is <i>pdftotext</i>, -which is distributed with <i>xpdf</i>. -<p/>Another avenue available to those with a PDF file they want to -process is offered by Adobe <i>Acrobat</i> (version 5 or later): -you can tag the PDF file into an estructured document, output -thence to well-formed XHTML, and import the results into -Microsoft <i>Word</i> (2000 or later). From there, one may -convert to (La)TeX using one of the techniques discussed in - -“<a href="FAQ-fmtconv.html">converting to and from (La)TeX</a>”. -<p/>The result will typically (at best) be poorly marked-up. Problems may -also arise from the oddity of typical TeX font encodings (notably -those of the maths fonts), which <i>Acrobat</i> doesn’t know how -to map to its standard Unicode representation. -<dl> -<dt><tt><i>catdvi</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/catdvi.zip">dviware/catdvi</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/catdvi.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/catdvi/">browse</a>) -<dt><tt><i>crudetype</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/crudetype.zip">dviware/crudetype</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/crudetype.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/crudetype/">browse</a>) -<dt><tt><i>dvi2tty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/dvi2tty.zip">dviware/dvi2tty</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dvi2tty.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dvi2tty/">browse</a>) -<dt><tt><i>ghostscript</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/ghostscript/">support/ghostscript/</a> -<dt><tt><i>xpdf</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/xpdf/">support/xpdf/</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=recovertex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=recovertex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ref-doc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ref-doc.html deleted file mode 100644 index 6b55c4319d0..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-ref-doc.html +++ /dev/null @@ -1,23 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label ref-doc</title> -</head><body> -<h3>Reference documents</h3> -<p/>For TeX primitive commands a rather nice -<a href="http://www.nmt.edu/tcc/help/pubs/texcrib.pdf">quick reference booklet</a>, -by John W. Shipman, is available; it’s arranged in the same way as the -TeXbook. By contrast, you can view David Bausum’s -<a href="http://www.tug.org/utilities/plain/cseq.html">list of TeX primitives</a> -alphabetically or arranged by “family”. Either way, the list has a -link for each control sequence, that leads you to a detailed -description, which includes page references to the TeXbook. -<p/>There doesn’t seem to be a reference that takes in Plain TeX as -well as the primitive commands. -<p/>Similarly, there’s no completely reliable command-organised reference -to LaTeX, but the NASA -<a href="http://www.giss.nasa.gov/latex/">Hypertext Help with LaTeX</a> is -recently much improved. It still talks in LaTeX 2.09-isms in places, -but it’s been updated for current LaTeX; there are a number of -mirrors of the site, and it may be worth choosing a “local” one if -you’re going to use it a lot. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ref-doc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ref-doc</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repeatgrf.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repeatgrf.html deleted file mode 100644 index 8689aa5a640..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repeatgrf.html +++ /dev/null @@ -1,65 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label repeatgrf</title> -</head><body> -<h3>Repeated graphics in a document</h3> -<p/>A logo or “watermark” image, or any other image that is repeated in -your document, has the potential to make the processed version of the -document unmanageably large. The problem is, that the default -mechanisms of graphics usage add the image at every point it’s to be -used, and when processed, the image appears in the output file at each -such point. -<p/>Huge PostScript files are embarrassing; explaining <em>why</em> such a file -is huge, is more embarrassing still. -<p/>The <a href="FAQ-tutbitslatex.html"><i>epslatex</i> graphics tutorial</a> -describes a technique for avoiding the problem: basically, one -converts the image that’s to be repeated into a PostScript subroutine, and -load that as a <i>dvips</i> prologue file. In place of the image, -you load a file (with the same bounding box as the image) containing -no more than an invocation of the subroutine defined in the prologue. -<p/>The <i>epslatex</i> technique is tricky, but does the job. Trickier -still is the neat scheme of converting the figure to a one-character -Adobe Type 3 outline font. While this technique is for the “real -experts” only (the author of this answer has never even tried it), it has -potential for the same sort of space saving as the <i>epslatex</i> -technique, with greater flexibility in actual use. -<p/>More practical is Hendri Adriaens’ <i>graphicx-psmin</i>; you load -this <em>in place</em> of <i>graphicx</i>, so rather than: -<blockquote> -<pre> -\usepackage[<options>]{graphicx} -</pre> -</blockquote><p> -you will write: -<blockquote> -<pre> -\usepackage[<options>]{graphicx-psmin} -</pre> -</blockquote><p> -and at the start of your document, you write: -<blockquote> -<pre> -\loadgraphics[<bb>]{<list of graphics>} -</pre> -</blockquote><p> -and each of the graphics in the list is converted to an “object” for -use within the resulting PostScript output. (This is, in essence, an -automated version of the <i>epslatex</i> technique described above.) -<p/>Having loaded the package as above, whenever you use -<code>\</code><code>includegraphics</code>, the command checks if the file you’ve asked for -is one of the graphics in <code>\</code><code>loadgraphics</code>’ list. If so, the -operation is converted into a call to the “object” rather than a new -copy of the file; the resulting PostScript can of course be <em>much</em> smaller. -<p/>Note that the package requires a recent <i>dvips</i>, version -5.95b (this version isn’t — yet — widely distributed). -<p/>If your PostScript is destined for conversion to PDF, either by a -<i>ghostscript</i>-based mechanism such as <i>ps2pdf</i> or by -(for example) <i>Acrobat</i> <i>Distiller</i>, the issue isn’t -so pressing, since the distillation mechanism will amalgamate graphics -objects whether or not the PostScript has them amalgamated. PDFTeX does -the same job with graphics, automatically converting multiple uses -into references to graphics objects. -<dl> -<dt><tt><i>graphicx-psmin.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/graphicx-psmin.zip">macros/latex/contrib/graphicx-psmin</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/graphicx-psmin.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/graphicx-psmin/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=repeatgrf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=repeatgrf</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repfootnote.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repfootnote.html deleted file mode 100644 index ae3ebeb8d5f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-repfootnote.html +++ /dev/null @@ -1,85 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label repfootnote</title> -</head><body> -<h3>Footnotes whose texts are identical</h3> -<p/>If the <em>same</em> footnote turns up at several places within a -document, it’s often inappropriate to repeat the footnote in its -entirety over and over again. We can avoid repetition by -semi-automatic means, or by simply labelling footnotes that we know -we’re going to repeat and then referencing the result. There is no -completely automatic solution (that detects and suppresses repeats) -available. -<p/>If you know you only have one footnote, which you want to repeat, the -solution is simple: merely use the optional argument of -<code>\</code><code>footnotemark</code> to signify the repeats: -<blockquote> -<pre> -...\footnote{Repeating note} -... -...\footnotemark[1] -</pre> -</blockquote><p> -... which is very easy, since we know there will only ever be a -footnote number 1. A similar technique can be used once the footnotes -are stable, reusing the number that LaTeX has allocated. This can -be tiresome, though, as any change of typesetting could change the -relationships of footnote and repeat: labelling is inevitably better. -<p/>Simple hand-labelling of footnotes is possible, using a counter dedicated -to the job: -<blockquote> -<pre> -\newcounter{fnnumber} -... -...\footnote{Text to repeat}% -\setcounter{fnnumber}{\thefootnote}% -... -...\footnotemark[\thefnnumber] -</pre> -</blockquote><p> -but this is somewhat tedious. LaTeX’s labelling mechanism can be -summoned to our aid, but there are ugly error messages before the -<code>\</code><code>ref</code> is resolved on a second run through LaTeX: -<blockquote> -<pre> -...\footnote{Text to repeat\label{fn:repeat}} -... -...\footnotemark[\ref{fn:repeat}] -</pre> -</blockquote><p> -Alternatively, one may use the <code>\</code><code>footref</code> command, which has the -advantage of working even when the footnote mark isn’t expressed as a -number. The command is defined in the <i>footmisc</i> package and -in the <i>memoir</i> class (at least); <code>\</code><code>footref</code> reduces the above -example to: -<blockquote> -<pre> -...\footnote{Text to repeat\label{fn:repeat}} -... -...\footref{fn:repeat} -</pre> -</blockquote><p> -This is the cleanest simple way of doing the job. Note that the -<code>\</code><code>label</code> command <em>must</em> be inside the argument of -<code>\</code><code>footnote</code>. -<p/>The <i>fixfoot</i> package takes away some of the pain of the -matter: you declare footnotes you’re going to reuse, typically in the -preamble of your document, using a <code>\</code><code>DeclareFixedFoot</code> command, and -then use the command you’ve ‘declared’ in the body of the document: -<blockquote> -<pre> -\DeclareFixedFootnote{\rep}{Text to repeat} -... -...\rep{} -...\rep{} -</pre> -</blockquote><p> -The package ensures that the repeated text appears at most once per -page: it will usually take more than one run of LaTeX to get rid of -the repeats. -<dl> -<dt><tt><i>fixfoot.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fixfoot.zip">macros/latex/contrib/fixfoot</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fixfoot.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fixfoot/">browse</a>) -<dt><tt><i>footmisc.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.zip">macros/latex/contrib/footmisc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/footmisc/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=repfootnote">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=repfootnote</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-replstdcls.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-replstdcls.html deleted file mode 100644 index 2588d3fcc3f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-replstdcls.html +++ /dev/null @@ -1,37 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label replstdcls</title> -</head><body> -<h3>Replacing the standard classes</h3> -<p/>People are forever concocting classes that replace the standard ones: -the present author produced an <i>ukart</i> class that used the -<i>sober</i> package, and a few British-specific things (such as -appear in the <i>babel</i> package’s British-english -specialisation) in the 1980s, which is still occasionally used. -<p/>Similar public efforts were available well back in the days of -LaTeX 2.09: a notable example, whose pleasing designs seem not to have -changed much over all that time, is the <i>ntgclass</i> bundle. -Each of the standard classes is replaced by a selection of classes, -named in Dutch, sometimes with a single numeric digit attached. So we -have classes <i>artikel2</i>, <i>rapport1</i>, <i>boek3</i> and -<i>brief</i>. These classes are moderately well documented in -English. -<p/>The <i>KOMA-script</i> bundle (classes named <i>scr...</i>) are a -strong current contender. They are actively supported, are -comprehensive in their coverage of significant typesetting issues, -produce good-looking output and are well documented in both English -and German (<i>scrguien</i> in the distribution for English, -<i>scrguide</i> for German). -<p/>The other comparable class is <i>memoir</i>. This aims to replace -<i>book</i> and <i>report</i> classes directly, and (like -<i>KOMA-script</i>) is comprehensive in its coverage of small issues. -<i>Memoir</i>’s documentation (<i>memman</i>) is very highly -spoken of, and its lengthy introductory section is regularly -recommended as a tutorial on typesetting. -<dl> -<dt><tt><i>KOMA-script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>NTGclass bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntgclass.zip">macros/latex/contrib/ntgclass</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntgclass.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ntgclass/">browse</a>) -<dt><tt><i>sober.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/misc/sober.sty">macros/latex209/contrib/misc/sober.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=replstdcls">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=replstdcls</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-rerun.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-rerun.html deleted file mode 100644 index 47c99b6788f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-rerun.html +++ /dev/null @@ -1,32 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label rerun</title> -</head><body> -<h3>“Rerun” messages won’t go away</h3> -<p/>The LaTeX message “Rerun to get crossreferences right” is -supposed to warn the user that the job needs to be processed again, -since labels seem to have changed since the previous run. (LaTeX -compares the labels it has created this time round with what it found -from the previous run when it started; it does this comparison at -<code>\</code><code>end{document}</code>.) -<p/>Sometimes, the message won’t go away: however often you reprocess your -document, LaTeX still tells you that “Label(s) may have -changed”. This can sometimes be caused by a broken package: both -<i>footmisc</i> (with the <code>perpage</code> option) and <i>hyperref</i> -have been known to give trouble, in the past: if you are using either, -check you have the latest version, and upgrade if possible. -<p/>However, there <em>is</em> a rare occasion when this error can happen -as a result of pathological structure of the document itself. Suppose -you have pages numbered in roman, and you add a reference to a label -on page “ix” (9). The presence of the reference pushes the thing -referred to onto page “x” (10), but since that’s a shorter reference -the label moves back to page “ix” at the next run. Such a sequence -can obviously not terminate. -<p/>The only solution to this problem is to make a small change to your -document (something as small as adding or deleting a comma will often -be enough). -<dl> -<dt><tt><i>footmisc.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.zip">macros/latex/contrib/footmisc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/footmisc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/footmisc/">browse</a>) -<dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=rerun">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=rerun</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-resolns.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-resolns.html deleted file mode 100644 index f4e5bcebd24..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-resolns.html +++ /dev/null @@ -1,51 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label resolns</title> -</head><body> -<h3>What are “resolutions”</h3> -<p/>“Resolution” is a word that is used with little concern for its -multiple meanings, in computer equipment marketing. The word suggests -a measure of what an observer (perhaps the human eye) can resolve; yet -we regularly see advertisements for printers whose resolution is -1200dpi — far finer than the unaided human eye can distinguish. The -advertisements are talking about the precision with which the printer -can place spots on the printed image, which affects the fineness of -the representation of fonts, and the accuracy of the placement of -glyphs and other marks on the page. -<p/>In fact, there are two sorts of “resolution” on the printed page -that we need to consider for (La)TeX’s purposes: -<ul> -<li> the positioning accuracy, and -<li> the quality of the fonts. -</ul> -In the case where (La)TeX output is being sent direct to a printer, -in the printer’s “native” language, it’s plain that the DVI -processor must know all such details, and must take detailed account -of both types of resolution. -<p/>In the case where output is being sent to an intermediate distribution -format, that has potential for printing (or displaying) we know not -where, the final translator, that connects to directly to the printer -or display, has the knowledge of the device’s properties: the -DVI processor need not know, and should not presume to guess. -<p/>Both PostScript and PDF output are in this category. While PostScript is -used less frequently for document distribution nowadays, it is -regularly used as the source for distillation into PDF; and -PDF is the workhorse of an enormous explosion of document -distribution. -<p/>Therefore, we need DVI processors that will produce -“resolution independent” PostScript or PDF output; of course, the -independence needs to extend to both forms of independence outlined -above. -<p/>Resolution-independence of fonts was for a long time forced upon the -world by the feebleness of Adobe’s <i>Acrobat</i> -<i>Reader</i> at dealing with bitmap files: a sequence of answers -starting with one aiming at the -<a href="FAQ-dvips-pdf.html">quality of PDF from PostScript</a> addresses -the problems that arise. -<p/>Resolution-independence of positioning is more troublesome: -<i>dvips</i> is somewhat notorious for insisting on positioning to -the accuracy of the declared resolution of the printer. -One commonly-used approach is to declare a resolution of 8000 (“better -than any device”), and this is reasonably successful though it does -have its <a href="FAQ-8000.html">problems</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=resolns">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=resolns</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-reuseq.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-reuseq.html deleted file mode 100644 index 67f62f82ec1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-reuseq.html +++ /dev/null @@ -1,37 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label reuseq</title> -</head><body> -<h3>Re-using an equation</h3> -<p/>To repeat an existing equation, one wants not only to have the same -mathematics in it, one also wants to re-use the original label it had. -The <i>amsmath</i> package comes to our help, here: -<blockquote> -<pre> -\usepackage{amsmath} -... -\begin{equation} - a=b - \label{eq1} -\end{equation} -... -Remember that -\begin{equation} - a=b - \tag{\ref{eq1}} -\end{equation} -</pre> -</blockquote><p> -Here, the second instance of a=b will be -typeset with a copy, made by the <code>\</code><code>tag</code> command, of the label of the -first instance. -<p/>Comprehensive documentation of AMSLaTeX is to be found in -<i>amsldoc</i>, in the distribution; it is also available on the web -at <a href="ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf">ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf</a> -<dl> -<dt><tt><i>amsldoc.tex</i></tt><dd>Distributed as part of AMSLaTeX - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -<dt><tt><i>amsmath.sty</i></tt><dd>Distributed as part of AMSLaTeX - <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=reuseq">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=reuseq</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-rulethk.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-rulethk.html deleted file mode 100644 index 2f56abae1b7..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-rulethk.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label rulethk</title> -</head><body> -<h3>The thickness of rules in LaTeX tables</h3> -<p/>The rules in a LaTeX table are by default <code>0.4pt</code> thick; -this is in fact a default built in at the lowest level, and applies to -all rules (including those separating blocks of running text). -<p/>Sometimes, however, we look at a table and find we want the rules to -stand out — perhaps to separate the text from the rest of the body -text, or to make the sections of the table stand out from one another. -However, a quick review of any LaTeX manual will reveal no -technique for making any one rule stand out, and a little -experimentation shows that it is indeed pretty difficult to prevent -a change “bleeding” out to affect other rules in the same table. -<p/>If you look at what we have to say on the -<a href="FAQ-destable.html">design of tables</a>, elsewhere -among these FAQs, and you may sense that the design of LaTeX -simply skipped the issues surrounding table design: <em>that’s</em> -presumably why there’s no facilities to help you. -<p/>Specifically, the length <code>\</code><code>arrayrulewidth</code> affects the thickness of -the rules (both horizontal and vertical) within both -<code>tabular</code> and <code>array</code> environments. If you -change from the default (see above) only as far as -<blockquote> -<pre> -\setlength{\arrayrulewidth}{1pt} -</pre> -</blockquote><p> -the change is remarkably striking. However, really quite subtle user -level programming proves incapable of changing just <em>one</em> rule: -it’s necessary to delve into the (rather tricky) code of <code>\</code><code>hline</code> -and <code>\</code><code>cline</code> themselves. -<p/>Fortunately, this job has already been done for the community: the -<i>booktabs</i> package defines three different classes of rule -(<code>\</code><code>toprule</code>, <code>\</code><code>midrule</code> and <code>\</code><code>bottomrule</code>), and the package -documentation offers hints on how to use them. You are -<em>strongly</em> advised to read the documentation pretty carefully. -<p/>The <i>memoir</i> class includes the <i>booktabs</i> package, and -repeats the documentation in its compendious manual. -<p/>Note that none of the above mentions the issue of the weight of -vertical rules (except in passing). For the reasons, see the -documentation of the <i>booktabs</i> package (again); vertical -rules in tables are in any case even more trickily coded than are -horizontal rules, and if their lack of configurability makes them -still less attractive, so much the better for the design of your -document. -<dl> -<dt><tt><i>booktabs.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/booktabs.zip">macros/latex/contrib/booktabs</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/booktabs.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/booktabs/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=rulethk">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=rulethk</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-run-fn-nos.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-run-fn-nos.html deleted file mode 100644 index 452c465d1d5..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-run-fn-nos.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label run-fn-nos</title> -</head><body> -<h3>Not resetting footnote numbers per chapter</h3> -<p/>Some classes (for example, <i>book</i> and <i>report</i>) set up a -different set of footnotes per chapter, by resetting the footnote -number at the start of the chapter. This is essentially the same -action as that of -<a href="FAQ-running-nos.html">equation, figure and table numbers</a>, -except that footnote numbers don’t get “decorated” with the chapter -number, as happens with those other numbers. -<p/>The solution is the same: use the <i>chngcntr</i> package; since the -numbers aren’t “decorated” you can use the <code>\</code><code>counterwithout*</code> -variant; the code: -<blockquote> -<pre> -\counterwithout*{footnote}{chapter} -</pre> -</blockquote><p> -is all you need -<dl> -<dt><tt><i>chngcntr.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/chngcntr.sty">macros/latex/contrib/misc/chngcntr.sty</a> -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=run-fn-nos">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=run-fn-nos</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-runheadtoobig.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-runheadtoobig.html deleted file mode 100644 index dd45e61d98b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-runheadtoobig.html +++ /dev/null @@ -1,85 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label runheadtoobig</title> -</head><body> -<h3>My section title is too wide for the page header</h3> -<p/>By default, LaTeX sectioning commands make the chapter or section -title available for use by page headers and the like. Page headers -operate in a rather constrained area, and it’s common for titles too -be too big to fit: the LaTeX sectioning commands therefore take an -optional argument: -<blockquote> -<pre> -\section[short title]{full title} -</pre> -</blockquote><p> -If the <<i>short title</i>> is present, it is used both for the table of -contents and for the page heading. The usual answer to people who -complain that their title is too big for the running head is to -suggest that they the optional argument. -<p/>However, using the same text for the table of contents as for the -running head may also be unsatisfactory: if your chapter titles are -seriously long (like those of a Victorian novel), a valid and rational -scheme is to have a shortened table of contents entry, and a really -terse entry in the running head. -<p/>One of the problems is the tendency of page headings to be set in -capitals (which take up more space); so why not set headings as written -for “ordinary” reading? It’s not possible to do so with unmodified -LaTeX, but the <i>fancyhdr</i> package provides a command -<code>\</code><code>nouppercase</code> for use in its header (and footer) lines to suppress -LaTeX’s uppercasing tendencies. Classes in the <i>KOMA-script</i> -bundle don’t uppercase in the first place. -<p/>In fact, the sectioning commands use ‘mark’ commands to pass -information to the page headers. For example, <code>\</code><code>chapter</code> uses -<code>\</code><code>chaptermark</code>, <code>\</code><code>section</code> uses <code>\</code><code>sectionmark</code>, and so on. With -this knowledge, one can achieve a three-layer structure for chapters: -<blockquote> -<pre> -\chapter[middling version]{verbose version} -\chaptermark{terse version} -</pre> -</blockquote><p> -which should supply the needs of every taste. -<p/>Chapters, however, have it easy: hardly any book design puts a page -header on a chapter start page. In the case of sections, one has -typically to take account of the nature of the <code>\</code><code>*mark</code> commands: -the thing that goes in the heading is the first mark on the page (or, -failing any mark, the last mark on any previous page). As a result -the recipe for sections is more tiresome: -<blockquote> -<pre> -\section[middling version]{verbose version% - \sectionmark{terse version}} -\sectionmark{terse version} -</pre> -</blockquote><p> -(the first <code>\</code><code>sectionmark</code> deals with the header of the page the -<code>\</code><code>section</code> command falls on, and the second deal with subsequent -pages; note that here, you need the optional argument to <code>\</code><code>section</code>, -even if “<em>middling version</em>” is in fact the same text as -“<em>long version”</em>.) -<p/>A similar arrangement is necessary even for chapters if the class -you’re using is odd enough that it puts a page header on a chapter’s -opening page. -<p/>Note that the <i>titlesec</i> package manages the running heads in -a completely different fashion; users of that package should refer to -the documentation. -<p/>The <i>memoir</i> class avoids all the silliness by providing an -extra optional argument for chapter and sectioning commands, for -example: -<blockquote> - -<pre> -\section[middling version][terse version]{verbose version} -</pre> -</blockquote><p> -As a result, it is always possible for users of <i>memoir</i> to -tailor the header text to fit, with very little trouble. -<dl> -<dt><tt><i>fancyhdr.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.zip">macros/latex/contrib/fancyhdr</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyhdr.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyhdr/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>titlesec.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titlesec.zip">macros/latex/contrib/titlesec</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titlesec.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/titlesec/">browse</a>) -</dl> -<p/> -<p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=runheadtoobig">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=runheadtoobig</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-running-nos.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-running-nos.html deleted file mode 100644 index 35460003b8b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-running-nos.html +++ /dev/null @@ -1,79 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label running-nos</title> -</head><body> -<h3>Running equation, figure and table numbering</h3> -<p/>Many LaTeX classes (including the standard <i>book</i> class) -number things per chapter; so figures in chapter 1 are numbered 1.1, -1.2, and so on. Sometimes this is not appropriate for the user’s -needs. -<p/>Short of rewriting the whole class, one may use the <i>chngctr</i> -package, which provides commands <code>\</code><code>counterwithin</code> (which -establishes this nested numbering relationship) and -<code>\</code><code>counterwithout</code> (which undoes it). -<p/>So if you have figures numbered by chapter as 1.1, 1.2, 2.1, ..., -the command -<blockquote> -<pre> -\counterwithout{figure}{chapter} -</pre> -</blockquote><p> -will convert them to figures 1, 2, 3, .... (Note that the command -has also removed the chapter number from the counter’s definition.) -<p/>More elaborate use could change things numbered per section to things -numbered per chapter: -<blockquote> -<pre> -\counterwithout{equation}{section} -\counterwithin{equation}{chapter} -</pre> -</blockquote><p> -(assuming there was a class that did such a thing in the first place...) -<p/>The <i>chngcntr</i> approach doesn’t involve much programming, and -the enthusiastic LaTeX programmer might choose to try the technique -that we had to use before the advent of <i>chngcntr</i>. Each of -the packages <i>removefr</i> and <i>remreset</i> defines a -<code>\</code><code>@removefromreset</code> command, and having included the package one -writes something like: -<blockquote> -<pre> -\makeatletter -\@removefromreset{figure}{chapter} -\makeatother -</pre> -</blockquote><p> -and the automatic renumbering stops. You may then need to redefine the -way in which the figure number (in this case) is printed: -<blockquote> -<pre> -\makeatletter -\renewcommand{\thefigure}{\@arabic\c@figure} -\makeatother -</pre> -</blockquote><p> -(remember to do the whole job, for every counter you want to -manipulate, within <code>\</code><code>makeatletter</code> ... <code>\</code><code>makeatother</code>). -<p/>This technique, too, may be used to change where in a multilevel -structure a counter is reset. Suppose your class numbers figures as -<<i>chapter</i>>.<<i>section</i>>.<<i>figure</i>>, and you want figures -numbered per chapter, try: -<blockquote> -<pre> -\makeatletter -\@removefromreset{figure}{section} -\@addtoreset{figure}{chapter} -\renewcommand{\thefigure}{\thechapter.\@arabic\c@figure} -\makeatother -</pre> - -</blockquote><p> -(the command <code>\</code><code>@addtoreset</code> is a part of LaTeX itself). -<dl> -<dt><tt><i>chngcntr.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/chngcntr.sty">macros/latex/contrib/misc/chngcntr.sty</a> -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>removefr.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fragments/removefr.tex">macros/latex/contrib/fragments/removefr.tex</a> (note, this is constructed as a - “fragment” for use within other packages: load by - <code>\</code><code>input{removefr}</code>) -<dt><tt><i>remreset.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle.zip">macros/latex/contrib/carlisle</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/carlisle.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/carlisle/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=running-nos">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=running-nos</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-scriptfonts.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-scriptfonts.html deleted file mode 100644 index f0b21c4a397..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-scriptfonts.html +++ /dev/null @@ -1,55 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label scriptfonts</title> -</head><body> -<h3>Better script fonts for maths</h3> -<p/>The font selected by <code>\</code><code>mathcal</code> is the only script font ‘built -in’. However, there are other useful calligraphic fonts included with -modern TeX distributions. -<dl> -<dt>Euler<dd> The <i>eucal</i> package (part of most sensible TeX - distributions; the fonts are part of the AMS font set) gives - a slightly curlier font than the default. The package changes the - font that is selected by <code>\</code><code>mathcal</code>. -<p/> Type 1 versions of the fonts are available in the AMS fonts - distribution. -<dt>RSFS<dd> The <i>mathrsfs</i> package uses a really fancy script - font (the name stands for “Ralph Smith’s Formal Script”) which is - already part of most modern TeX distributions. The package - creates a new command <code>\</code><code>mathscr</code>. -<p/> Type 1 versions of the font have been made available by Taco - Hoekwater. -<dt>Zapf Chancery<dd> is the standard PostScript calligraphic font. There - is no package but you can easily make it available by means of the - command -<pre> -\DeclareMathAlphabet{\mathscr}{OT1}{pzc}% - {m}{it} -</pre> - in your preamble. You may find the font rather too big; if so, you - can use a scaled version of it like this: -<pre> -\DeclareFontFamily{OT1}{pzc}{} -\DeclareFontShape{OT1}{pzc}{m}{it}% - {<-> s * [0.900] pzcmi7t}{} -\DeclareMathAlphabet{\mathscr}{OT1}{pzc}% - {m}{it} -</pre> -<p/> Adobe Zapf Chancery (which the above examples use) is distributed in - any but the most basic PostScript printers. A substantially identical - font (to the extent that the same metrics may be used) is - available from URW and is distributed with - <i>ghostscript</i>. -</dl> -Examples of the available styles are available on CTAN. -<dl> -<dt><tt><i>eucal.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/amsfonts/latex/eucal.sty">fonts/amsfonts/latex/eucal.sty</a> -<dt><tt><i>euler fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/amsfonts/sources/euler.zip">fonts/amsfonts/sources/euler</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/amsfonts/sources/euler.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/amsfonts/sources/euler/">browse</a>) -<dt><tt><i>euler fonts, in Type 1 format</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/fonts/amsfonts/ps-type1/">fonts/amsfonts/ps-type1/</a> -<dt><tt><i>ghostscript</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/ghostscript/">support/ghostscript/</a> -<dt><tt><i>mathrsfs.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/jknappen.zip">macros/latex/contrib/jknappen</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/jknappen.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/jknappen/">browse</a>) -<dt><tt><i>rsfs fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/rsfs.zip">fonts/rsfs</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/rsfs.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/rsfs/">browse</a>) -<dt><tt><i>rsfs fonts, in Type 1 format</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/rsfs/ps-type1/hoekwater.zip">fonts/rsfs/ps-type1/hoekwater</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/rsfs/ps-type1/hoekwater.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/rsfs/ps-type1/hoekwater/">browse</a>) -<dt><tt><i>Script font examples</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/symbols/math/scriptfonts.pdf">info/symbols/math/scriptfonts.pdf</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=scriptfonts">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=scriptfonts</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-seccntfmt.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-seccntfmt.html deleted file mode 100644 index 76dcaabad19..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-seccntfmt.html +++ /dev/null @@ -1,71 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label seccntfmt</title> -</head><body> -<h3>Adjusting the presentation of section numbers</h3> -<p/>The general issues of adjusting the appearance of section headings are -pretty complex, and are covered in -the question on -<a href="FAQ-secthead.html">the style of section headings</a>. -<p/>However, people regularly want merely to change the way the section -number appears in the heading, and some such people don’t mind writing -out a few macros. This answer is for <em>them</em>. -<p/>The section number is typeset using the - - <a href="FAQ-atsigns.html">LaTeX internal</a> -<code>\</code><code>@seccntformat</code> command, which is given the “name” (section, -subsection, ...) of the heading, as argument. Ordinarily, -<code>\</code><code>@seccntformat</code> -merely outputs the section number, and then a <code>\</code><code>quad</code> of space. -Suppose you want to put a stop after every section (subsection, -subsubsection, ...) number, a trivial change may be implemented by -simple modification of the command: -<blockquote> -<pre> -\renewcommand*{\@seccntformat}[1]{% - \csname the#1\endcsname.\quad -} -</pre> -</blockquote><p> -<p/>Many people (for some reason) want a stop after a section number, but -not after a subsection number, or any of the others. -To do this, one must make <code>\</code><code>@seccntformat</code> switch according to its -argument. The following technique for doing the job is slightly -wasteful, but is efficient enough for a relatively rare operation: -<blockquote> -<pre> -\let\@@seccntformat\@seccntformat -\renewcommand*{\@seccntformat}[1]{% - \expandafter\ifx\csname @seccntformat@#1\endcsname\relax - \expandafter\@@seccntformat - \else - \expandafter - \csname @seccntformat@#1\expandafter\endcsname - \fi - {#1}% -} -</pre> -</blockquote><p> - -which looks to see if a second-level command has been defined, and -uses it if so; otherwise it uses the original. The second-level -command to define stops after section numbers (only) has the same -definition as the original “all levels alike” version: -<blockquote> -<pre> -\newcommand*{\@seccntformat@section}[1]{% - \csname the#1\endcsname.\quad -} -</pre> -</blockquote><p> -Note that all the command definitions of this answer are dealing in -<a href="FAQ-atsigns.html">LaTeX internal commands</a>, so the above -code should be in a package file, for preference. -<p/>The <i>Koma-script</i> classes have different commands for specifying -changes to section number presentation: <code>\</code><code>partformat</code>, -<code>\</code><code>chapterformat</code> and <code>\</code><code>othersectionlevelsformat</code>, but otherwise -their facilities are similar to those of “raw” LaTeX. -<dl> -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=seccntfmt">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=seccntfmt</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-secindent.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-secindent.html deleted file mode 100644 index ae503fd40c2..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-secindent.html +++ /dev/null @@ -1,15 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label secindent</title> -</head><body> -<h3>Indent after section headings</h3> -<p/>LaTeX implements a style that doesn’t indent the first paragraph -after a section heading. There are coherent reasons for this, but not -everyone likes it. -The <i>indentfirst</i> package -suppresses the mechanism, so that the first paragraph is -indented. -<dl> -<dt><tt><i>indentfirst.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secindent">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secindent</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-secnumdep.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-secnumdep.html deleted file mode 100644 index e708dbdc7ef..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-secnumdep.html +++ /dev/null @@ -1,59 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label secnumdep</title> -</head><body> -<h3>Unnumbered sections in the Table of Contents</h3> -<p/>The way the relevant parts of sectioning commands work is exemplified -by the way the <code>\</code><code>chapter</code> command uses the counter <code>secnumdepth</code> -(described in Appendix C of the LaTeX manual): -<ol> -<li> put something in the <code>.aux</code> file, which will appear in - the <code>.toc</code>; - -<li> if the <code>secnumdepth</code> counter is greater than or equal to - zero, - increase the counter for the chapter and write it out. -<li> write the chapter title. -</ol> -Other sectioning commands are similar, but with other values used in -the test. -<p/>So a simple way to get headings of funny ‘sections’ such as prefaces -in the table of contents is to use the counter: -<blockquote> -<pre> -\setcounter{secnumdepth}{-1} -\chapter{Preface} -</pre> -</blockquote><p> -Unfortunately, you have to set <code>secnumdepth</code> back to its usual -value (which is 2 in the standard styles) before you do any ‘section’ -which you want to be numbered. -<p/>Similar settings are made, automatically, in the LaTeX book class by -the <code>\</code><code>frontmatter</code> and <code>\</code><code>backmatter</code> commands. -<p/>The value of the counter <code>tocdepth</code> controls which headings -will be finally printed in the table of contents. This normally has -to be set in the preamble and is a constant for the document. The -package <i>tocvsec2</i> package provides a convenient interface to -allow you to change the <code>secnumdepth</code> and/or the -<code>tocdepth</code> counter values at any point in the body of the -document; this provides convenient independent controls over the -sectional numbering and the table of contents. -<p/>The package <i>abstract</i> (see -<a href="FAQ-onecolabs.html">one-column abstracts</a>) includes an option -to add the <code>abstract</code> to the table of contents, while the -package <i>tocbibind</i> has options to include the table of -contents itself, the <code>bibliography</code>, <code>index</code>, etc., to -the table of contents. -<p/>The <i>KOMA-Script</i> classes have commands <code>\</code><code>addchap</code> and -<code>\</code><code>addled</code>, which work like <code>\</code><code>chapter</code> and <code>\</code><code>section</code> but -aren’t numbered. The <i>memoir</i> class incorporates the facilities -of all three of the <i>abstract</i>, <i>tocbibind</i> and -<i>tocvsec2</i> packages. -<dl> -<dt><tt><i>abstract.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/abstract.zip">macros/latex/contrib/abstract</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/abstract.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/abstract/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>tocbibind.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocbibind.zip">macros/latex/contrib/tocbibind</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocbibind.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/tocbibind/">browse</a>) -<dt><tt><i>tocvsec2.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocvsec2.zip">macros/latex/contrib/tocvsec2</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocvsec2.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/tocvsec2/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secnumdep">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secnumdep</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-secthead.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-secthead.html deleted file mode 100644 index fd1d5e84288..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-secthead.html +++ /dev/null @@ -1,67 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label secthead</title> -</head><body> -<h3>The style of section headings</h3> -<p/>Suppose that the editor of your favourite journal has specified that section -headings must be centred, in small capitals, and subsection headings ragged -right in italic, but that you don’t want to get involved in the sort of -programming described in section 2.2 of <em>The LaTeX Companion</em> - - (see <a href="FAQ-books.html">TeX-related books</a>; the - <a href="FAQ-atsigns.html">programming</a> itself is discussed elsewhere in this - FAQ). -The following hack will -probably satisfy your editor. Define yourself new commands -<blockquote> -<pre> -\newcommand{\ssection}[1]{% - \section[#1]{\centering\normalfont\scshape #1}} -\newcommand{\ssubsection}[1]{% - \subsection[#1]{\raggedright\normalfont\itshape #1}} -</pre> - -</blockquote><p> -and then use <code>\</code><code>ssection</code> and <code>\</code><code>ssubsection</code> in place of -<code>\</code><code>section</code> and <code>\</code><code>subsection</code>. This isn’t perfect: section numbers -remain in bold, and starred forms need a separate redefinition. -<p/>The <i>titlesec</i> package offers a structured approach to the -problem, based on redefinition of the sectioning and chapter commands -themselves. This approach allows it to offer radical adjustment: its -options provide (in effect) a toolbox for designing your own -sectioning commands’ output. -<p/>The <i>sectsty</i> package provides a more simply structured set of -tools; while it is less powerful than is <i>titlesec</i>, it is -perhaps preferable for minor adjustments, since you can use it after -having read a smaller proportion of the manual. -<p/>The <i>fncychap</i> package provides a nice collection of customised -chapter heading designs. The <i>anonchap</i> package provides a -simple means of typesetting chapter headings “like section headings” -(i.e., without the “Chapter” part of the heading); the -<i>tocbibind</i> package provides the same commands, in pursuit of -another end. Unfortunately, <i>fncychap</i> is not attuned to the -existence of front- and backmatter in <i>book</i> class documents. -<p/>The <i>memoir</i> class includes facilities that match -<i>sectsty</i> and <i>titlesec</i>, as well as a bundle of -chapter heading styles (including an <i>anonchap</i>-equivalent). -The <i>KOMA-script</i> classes also have sets of tools that provide -equivalent functionality, notably formatting specifications <code>\</code><code>partformat</code>, -<code>\</code><code>chapterformat</code>, <code>\</code><code>sectionformat</code>, ..., as well as several -useful overall formatting specifications defined in class options. -<p/>Finally, the indefatigable Vincent Zoonekynd supplies examples of how -to program alternative -<a href="http://zoonek.free.fr/LaTeX/LaTeX_samples_chapter/0.html">chapter heading styles</a> -and -<a href="http://zoonek.free.fr/LaTeX/LaTeX_samples_section/0.html">section heading styles</a>. -The web pages are not useful to users unless they are willing to do -their own LaTeX programming. -<dl> -<dt><tt><i>anonchap.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/anonchap.sty">macros/latex/contrib/misc/anonchap.sty</a> -<dt><tt><i>fncychap.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fncychap.zip">macros/latex/contrib/fncychap</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fncychap.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fncychap/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>sectsty.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sectsty.zip">macros/latex/contrib/sectsty</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sectsty.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sectsty/">browse</a>) -<dt><tt><i>titlesec.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titlesec.zip">macros/latex/contrib/titlesec</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titlesec.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/titlesec/">browse</a>) -<dt><tt><i>tocbibind.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocbibind.zip">macros/latex/contrib/tocbibind</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocbibind.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/tocbibind/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secthead">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secthead</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-semanticnest.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-semanticnest.html deleted file mode 100644 index 13c48eee5fd..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-semanticnest.html +++ /dev/null @@ -1,49 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label semanticnest</title> -</head><body> -<h3>Capacity exceeded [semantic nest ...]</h3> -<p/> -<pre> -! TeX capacity exceeded, sorry [semantic nest size=100]. -... -If you really absolutely need more capacity, -you can ask a wizard to enlarge me. -</pre> -Even though TeX suggests (as always) that enlargement by a wizard -may help, this message usually results from a broken macro or bad -parameters to an otherwise working macro. -<p/>The “semantic nest” TeX talks about is the nesting -of boxes within boxes. A stupid macro can provoke the error pretty -easily: -<blockquote> - -<pre> -\def\silly{\hbox{here's \silly being executed}} -\silly -</pre> -</blockquote><p> -The extended traceback - -(see <a href="FAQ-erroradvice.html"><em>general advice</em> on errors</a>) -<em>does</em> help, though it does rather run on. In the case above, -the traceback consists of -<pre> -\silly ->\hbox { - here's \silly being executed} -</pre> -followed by 100 instances of -<pre> -\silly ->\hbox {here's \silly - being executed} -</pre> -The repeated lines are broken at exactly the offending macro; of -course the loop need not be as simple as this — if <code>\</code><code>silly</code> calls -<code>\</code><code>dopy</code> which boxes <code>\</code><code>silly</code>, the effect is just the same and -alternate lines in the traceback are broken at alternate positions. -<p/>There are in fact two items being consumed when you nest boxes: the -other is the grouping level. Whether you exhaust your -<em>semantic nest</em> or your permitted <em>grouping levels</em> first is -controlled entirely by the relative size of the two different sets of -buffers in your (La)TeX executable. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=semanticnest">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=semanticnest</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-setURL.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-setURL.html deleted file mode 100644 index c9e444ad6a8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-setURL.html +++ /dev/null @@ -1,72 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label setURL</title> -</head><body> -<h3>Typesetting URLs</h3> -<p/>URLs tend to be very long, and contain characters that would -naturally prevent them being hyphenated even if they weren’t typically -set in <code>\</code><code>ttfamily</code>, verbatim. Therefore, without special treatment, -they often produce wildly overfull <code>\</code><code>hbox</code>es, and their typeset -representation is awful. -<p/>There are three packages that help solve this problem: -<ul> -<li> The <i>path</i> package, which defines a <code>\</code><code>path</code> command. - The command defines each potential break character as a - <code>\</code><code>discretionary</code>, and offers the user the opportunity of - specifying a personal list of potential break characters. Its chief - disadvantage is fragility in LaTeX moving arguments. The - - <a href="FAQ-eplain.html">Eplain macros</a> — define a similar <code>\</code><code>path</code> command. -<p/> <i>Path</i>, though it works in simple situations, makes no - attempt to work with LaTeX (it is irremediably fragile). Despite - its long and honourable history, it is no longer recommended for - LaTeX use. -<li> The <i>url</i> package, which defines an <code>\</code><code>url</code> command - (among others, including its own <code>\</code><code>path</code> command). The command - gives each potential break character a maths-mode ‘personality’, and - then sets the URL itself (in the user’s choice of font) in - maths mode. It can produce (LaTeX-style) ‘robust’ commands - - (see <a href="FAQ-protect.html">use of <code>\</code><code>protect</code></a>) for use - within moving arguments. Note that, because the operation is - conducted in maths mode, spaces within the URL argument are - ignored unless special steps are taken. -<p/> It is possible to use the <i>url</i> package in Plain TeX, - with the assistance of the <i>miniltx</i> package (which was - originally developed for using the LaTeX graphics package in - Plain TeX). A small patch is also necessary: the required - sequence is therefore: - -<pre> -\input miniltx -\expandafter\def\expandafter\+\expandafter{\+} -\input url.sty -</pre> -<li> The <i>hyperref</i> package, which uses the typesetting code - of <i>url</i>, in a context where the typeset text forms the - anchor of a link. -</ul> -<p/>The author of this answer prefers the (rather newer) <i>url</i> -package (directly or indirectly); both <i>path</i> and -<i>url</i> work well with Plain TeX (though of course, the fancy -LaTeX facilities of <i>url</i> don’t have much place there). -(<i>hyperref</i> isn’t available in a version for use with Plain TeX.) -<p/>Note that neither <code>\</code><code>path</code> (from package <i>path</i>) nor <code>\</code><code>url</code> (from -package <i>url</i>) is robust (in the LaTeX sense). If you need -a URL to go in a moving argument, you need the command -<code>\</code><code>urldef</code> from the <i>url</i> package. So one might write: -<blockquote> -<pre> -\urldef\faqhome\url{http://www.tex.ac.uk/faq} -</pre> -</blockquote><p> -after which, <code>\</code><code>faqhome</code> is robust. -<p/>Documentation of both package <i>path</i> and package <i>url</i> -is in the package files. -<dl> -<dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -<dt><tt><i>miniltx.tex</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/plain/graphics.zip">macros/plain/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/graphics/">browse</a>) -<dt><tt><i>path.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/path.sty">macros/latex/contrib/misc/path.sty</a> -<dt><tt><i>url.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/url.sty">macros/latex/contrib/misc/url.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=setURL">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=setURL</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-slashbox.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-slashbox.html deleted file mode 100644 index a209eb2eb06..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-slashbox.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label slashbox</title> -</head><body> -<h3>Diagonal separation in corner cells of tables</h3> -<!-- tabular --> -<p/>You want to label both the top or bottom row and the left- or -rightmost column, somewhere at the corner of the table where the row -and column meet. A simple way to achieve the result is to construct -the table with an arrangement of rules (and possibly <code>\</code><code>multicolumn</code> -entries), to look like: -<blockquote> -<pre> ------------------ -x y - -------------- - 1 2 3 4 5 ------------------ -1 -2 -3 -4 -5 ------------------ -</pre> -</blockquote><p> -However, this doesn’t satisfy everyone: many want the labelling in a -single cell at the top left of the table. It sounds a simple enough -requirement, yet it calls for some slightly tricky LaTeX coding. -The <i>slashbox</i> package does the job for you: it defines -commands <code>\</code><code>slashbox</code> and <code>\</code><code>backslashbox</code>, each taking the two -labels as arguments. It draws a picture with the two labels on either -side of a slanting line; the command (and hence the picture) may be -placed in the corner cell, where the labelled row and column meet. -<p/>The package isn’t the world’s neatest: it uses LaTeX -<code>picture</code> mode to draw its line, and picture mode has many -tedious restrictions (and doesn’t, in all honesty, produce -particularly good pictures). Load slashbox with the <i>pict2e</i> -package, and at least the picture quality will be improved. -<p/>Documentation of <i>slashbox</i> is less than satisfactory: a -LaTeX source file of rather startling starkness accompanies the -package file in the distribution. It does, however, process to a -DVI file that gives some idea of how the <code>\</code><code>slashbox</code> may be -expected to look. (The third example in the file shows the effect of -<code>picture</code> mode’s restrictions: the dividing line doesn’t -go from corner to corner in the box: to correct this requires revision -of <i>slashbox</i> — <i>pict2e</i> alone doesn’t help in this -regard.) -<dl> -<dt><tt><i>slashbox.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/slashbox.zip">macros/latex/contrib/slashbox</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/slashbox.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/slashbox/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=slashbox">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=slashbox</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-slidecls.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-slidecls.html deleted file mode 100644 index 2cec4a4dcc4..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-slidecls.html +++ /dev/null @@ -1,87 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label slidecls</title> -</head><body> -<h3>Producing slides</h3> -<p/>Lamport’s original LaTeX had a separate program (SliTeX) for -producing slides; it dates from the age when colour effects were -produced by printing separate slides in different-coloured inks, and -overlaying them, and was just about acceptable back then. When -LaTeX2e came along, the reason SliTeX had to be a separate -program went away, and its functionality was supplied by the -<i>slides</i> class. While this makes life a little easier for -system administrators, it does nothing for the inferior functionality -of the class: no-one “who knows” uses <i>slides</i> nowadays. -<p/>The ‘classic’ alternatives have been <i>seminar</i> and <i>foils</i> -(originally known as FoilTeX). Both were originally designed to -produce output on acetate foils, though subsequent work has provided -environments in which they can be used with screen projectors (see -below). -<p/>The advent of Microsoft <i>PowerPoint</i> (feeble though early -versions of it were) has created a demand for “dynamic” slides — -images that develop their content in a more elaborate fashion than by -merely replacing one foil with the next in the way that was the norm -when <i>slides</i>, <i>foils</i> and <i>seminar</i> were designed. -<p/>The <i>prosper</i> class builds on <i>seminar</i> to provide dynamic -effects and the like; it retains the ability to provide PDF for -a projected presentation, or to print foils for a foil-based -presentation. The add-on package <i>ppr-prv</i> adds “preview” -facilities (that which is commonly called “hand-out printing”). The -<i>HA-prosper</i> package, which you load with <i>prosper</i>, -mends a few bugs, and adds several facilities and slide design styles. -The (relatively new) <i>powerdot</i> class is designed as a -replacement for <i>prosper</i> and <i>HA-prosper</i>, co-authored -by the author of <i>HA-prosper</i>. -<p/><i>Beamer</i> is a relatively easy-to-learn, yet powerful, class that -(as its name implies) was designed for use with projection displays. -It needs the <i>pgf</i> package (for graphics support), which in -turn requires <i>xcolor</i>; while this adds to the tedium of -installing <i>beamer</i> “from scratch”, both are good additions to -a modern LaTeX installation. <i>Beamer</i> has reasonable -facilities for producing printed copies of slides. -<p/><i>Talk</i> is another highly functional, yet easy-to-learn class -which claims to differ from the systems mentioned above, such as -<i>beamer</i>, in that it doesn’t impose a slide style on you. You -get to specify a bunch of slide styles, and you can switch from one to -the other between slides, as you need. (The class itself provides -just the one style, in the package <i>greybars</i>: the author -hopes users will contribute their own styles, based on -<i>greybars</i>.) -<p/><i>Ppower4</i> (commonly known as <i>pp4</i>) is a -<i>Java</i>-based support program that will postprocess -PDF, to ‘animate’ the file at places you’ve marked with -commands from one of the <i>pp4</i> packages. The commands don’t -work on PDF that has come from <i>dvips</i> output; they -work with PDF generated by PDFLaTeX, VTeX LaTeX, or -<i>dvipdfm</i> running on LaTeX output. -<p/><i>Pdfscreen</i> and <i>texpower</i> are add-on packages that -permit dynamic effects in documents formatted in “more modest” -classes; <i>pdfscreen</i> will even allow you to plug -“presentation effects” into an <i>article</i>-class document. -<p/> - -<p/>A more detailed examination of the alternatives (including examples -of code using many of them) may be found at Michael Wiedmann’s fine -<a href="http://www.miwie.org/presentations/presentations.html">http://www.miwie.org/presentations/presentations.html</a> -<p/>ConTeXt users will find that much (if not all) of what they need is -already in ConTeXt itself; there’s a useful summary of what’s -available, with examples, in -<a href="http://wiki.contextgarden.net/Presentation_Styles">http://wiki.contextgarden.net/Presentation_Styles</a> - -<dl> -<dt><tt><i>beamer.cls</i></tt><dd>Download all of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/beamer.zip">macros/latex/contrib/beamer</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/beamer.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beamer/">browse</a>) -<dt><tt><i>foils.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/foiltex.zip">macros/latex/contrib/foiltex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/foiltex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/foiltex/">browse</a>) -<dt><tt><i>greybars.sty</i></tt><dd>distributed with <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/talk.zip">macros/latex/contrib/talk</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/talk.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/talk/">browse</a>) -<dt><tt><i>HA-prosper.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ha-prosper.zip">macros/latex/contrib/ha-prosper</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ha-prosper.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ha-prosper/">browse</a>) - -<dt><tt><i>seminar.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/seminar.zip">macros/latex/contrib/seminar</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/seminar.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/seminar/">browse</a>) -<dt><tt><i>pgf.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/pgf.zip">graphics/pgf</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/pgf.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/pgf/">browse</a>) -<dt><tt><i>powerdot.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/powerdot.zip">macros/latex/contrib/powerdot</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/powerdot.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/powerdot/">browse</a>) -<dt><tt><i>pp4</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/ppower4.zip">support/ppower4</a> (<a href="ftp://cam.ctan.org/tex-archive/support/ppower4.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/ppower4/">browse</a>) -<dt><tt><i>ppr-prv.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ppr-prv.zip">macros/latex/contrib/ppr-prv</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ppr-prv.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ppr-prv/">browse</a>) -<dt><tt><i>prosper.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/prosper.zip">macros/latex/contrib/prosper</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/prosper.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/prosper/">browse</a>) -<dt><tt><i>talk.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/talk.zip">macros/latex/contrib/talk</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/talk.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/talk/">browse</a>) -<dt><tt><i>texpower</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/texpower.zip">macros/latex/contrib/texpower</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/texpower.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/texpower/">browse</a>) -<dt><tt><i>xcolor.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/xcolor.zip">macros/latex/contrib/xcolor</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/xcolor.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/xcolor/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=slidecls">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=slidecls</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-sortbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-sortbib.html deleted file mode 100644 index f39dca0af3d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-sortbib.html +++ /dev/null @@ -1,20 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label sortbib</title> -</head><body> -<h3>Sorting lists of citations</h3> -<p/>BibTeX has a sorting function, and most BibTeX styles sort the -citation list they produce; most people find this desirable. -<p/>However, it is perfectly possible to write a -<code>thebibliography</code> environment that <em>looks</em> as if it -came from BibTeX, and many people do so (in order to save time in -the short term). -<p/>The problem arises when <code>thebibliography</code>-writers decide -their citations need to be sorted. A common misapprehension is to -insert <code>\</code><code>bibliographystyle{alpha}</code> (or similar) and expect -the typeset output to be sorted in some magical way. BibTeX -doesn’t work that way! — if you write <code>thebibliography</code>, -you get to sort its contents. BibTeX will only sort the contents -of a <code>thebibliography</code> environment when it creates it, to -be inserted from a <code>.bbl</code> file by a <code>\</code><code>bibliography</code> command. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=sortbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=sortbib</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html deleted file mode 100644 index d4f7d75150b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html +++ /dev/null @@ -1,17 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label spaftend</title> -</head><body> -<h3>There’s a space added after my environment</h3> -<p/>You’ve written your own environment <code>env</code>, and it works -except that a space appears at the start of the first line of typeset -text after <code>\</code><code>end{env}</code>. This doesn’t happen with similar -LaTeX-supplied environments. -<p/>You could impose the restriction that your users always put a -“<code>%</code>” sign after the environment ... but -LaTeX environments don’t require that, either. -<p/>The LaTeX environments’ “secret” is an internal flag which causes -the unwanted spaces to be ignored. Fortunately, you don’t have to use -the internal form: since 1996, LaTeX has had a user command -<code>\</code><code>ignorespacesafterend</code>, which sets the internal flag. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=spaftend">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=spaftend</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-specials.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-specials.html deleted file mode 100644 index bc6435d4918..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-specials.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label specials</title> -</head><body> -<h3><code>\</code><code>special</code> commands</h3> -<p/>TeX provides the means to express things that device drivers can -do, but about which TeX itself knows nothing. For example, TeX -itself knows nothing about how to include PostScript figures into -documents, or how to set the colour of printed text; but some device -drivers do. -<p/>Instructions for such things are introduced to your document by means -of <code>\</code><code>special</code> commands; all that TeX does with these commands is -to expand their -arguments and then pass the command to the DVI file. In most -cases, there are macro packages provided (often with the driver) that -provide a human-friendly interface to the <code>\</code><code>special</code>; for example, -there’s little point including a figure if you leave no gap for it in -your text, and changing colour proves to be a particularly fraught -operation that requires real wizardry. LaTeX2e -has standard graphics and colour packages that make figure inclusion, -rotation and scaling, and colour typesetting relatively -straightforward, despite the rather daunting <code>\</code><code>special</code> commands -involved. (ConTeXt provides similar support, though not by way of -packages.) -<p/>The allowable arguments of <code>\</code><code>special</code> depend on the device driver -you’re using. Apart from the examples above, there are <code>\</code><code>special</code> -commands in the emTeX drivers (e.g., <i>dvihplj</i>, <i>dviscr</i>, -<em>etc</em>.) that will draw lines at arbitrary orientations, and -commands in <i>dvitoln03</i> that permit the page to be set in -landscape orientation. -<p/>Note that <code>\</code><code>special</code> provides rather different facilities in PDFTeX -operation: since there is no device driver around, in this context. -In PDFTeX, <code>\</code><code>special</code> is only needed to generated PDF for -which there is no existing defined PDFTeX operation. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=specials">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=specials</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spell.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spell.html deleted file mode 100644 index ae6333b3514..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spell.html +++ /dev/null @@ -1,36 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label spell</title> -</head><body> -<h3>Spelling checkers for work with TeX</h3> -<p/>For Unix, <i>ispell</i> was long the program of choice; it is well -integrated with <i>emacs</i>, and deals with some TeX syntax. -However, it has more-or-less been replaced everywhere, by -<i>aspell</i>, which was designed as a successor, and certainly -performs better on most metrics; there remains some question as to its -performance with (La)TeX sources. -<p/>For Windows, there is a good spell checker incorporated into many of -the <a href="FAQ-editors.html">shell/editor</a> combinations that are available. -The spell checker from the (now defunct) 4AllTeX shell remains -available as a separate package, <i>4spell</i>. -<p/>For the Macintosh, <i>Excalibur</i> is the program of choice. It -will run in native mode on both sorts of Macintosh. The distribution -comes with dictionaries for several languages. -<p/>The VMS Pascal program <i>spell</i> makes special cases of -some important features of LaTeX syntax. -<p/>For MSDOS, there are several programs. <i>Amspell</i> can be -called from within an editor, and <i>jspell</i> is an extended -version of <i>ispell</i>. -<dl> -<dt><tt><i>4spell</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/4spell.zip">support/4spell</a> (<a href="ftp://cam.ctan.org/tex-archive/support/4spell.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/4spell/">browse</a>) -<dt><tt><i>amspell</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/amspell.zip">support/amspell</a> (<a href="ftp://cam.ctan.org/tex-archive/support/amspell.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/amspell/">browse</a>) -<dt><tt><i>aspell</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/support/aspell/">support/aspell/</a> — choose just those language - dictionaries (under subdirectory <i>dict/</i>) that you need. -<dt><tt><i>excalibur</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/mac/support/excalibur/Excalibur-4.0.2.sit.hqx">systems/mac/support/excalibur/Excalibur-4.0.2.sit.hqx</a> -<dt><tt><i>ispell</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/ispell/ispell-3.2.06.tar.gz">support/ispell/ispell-3.2.06.tar.gz</a> -<dt><tt><i>jspell</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/jspell.zip">support/jspell</a> (<a href="ftp://cam.ctan.org/tex-archive/support/jspell.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/jspell/">browse</a>) -<dt><tt><i>VMS spell</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/support/vmspell.zip">support/vmspell</a> (<a href="ftp://cam.ctan.org/tex-archive/support/vmspell.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/vmspell/">browse</a>) -<dt><tt><i>winedt</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/systems/win32/winedt/">systems/win32/winedt/</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=spell">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=spell</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spinmacro.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spinmacro.html deleted file mode 100644 index 9dc949a38a4..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spinmacro.html +++ /dev/null @@ -1,109 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label spinmacro</title> -</head><body> -<h3>Spaces in macros</h3> -<p/>It’s very easy to write macros that produce space in the typeset -output where it’s neither desired nor expected. Spaces introduced by -macros are particularly insidious because they don’t amalgamate with -spaces around the macro (unlike consecutive spaces that you -type), so your output can have a single bloated space that proves -to be made up of two or even more spaces that haven’t amalgamated. -And of course, your output can also have a space where none was wanted -at all. -<p/>Spaces are produced, inside a macro as elsewhere, by space or tab -characters, or by end-of-line characters. There are two basic rules -to remember when writing a macro: first, the rules for ignoring spaces -when you’re typing macros are just the same as the rules that apply -when you’re typing ordinary text, and second, rules for ignoring -spaces do <em>not</em> apply to spaces produced while a macro is being -obeyed (“expanded”). -<p/>Spaces are ignored in vertical mode (between paragraphs), at the -beginning of a line, and after a command name. Since sequences of -spaces are collapsed into one, it ‘feels as if’ spaces are ignored if -they follow another space. Space can have syntactic meaning after -certain sorts of non-braced arguments (e.g., <em>count</em> and -<em>dimen</em> variable assignments in Plain TeX) and after certain -control words (e.g., in <code>\</code><code>hbox</code> <code>to</code>, so again we have instances -where it ‘feels as if’ spaces are being ignored when they’re merely -working quietly for their living. -<p/>Consider the following macro, fairly faithfully adapted from one that -appeared on <i>comp.text.tex</i>: - -<blockquote> -<pre> -\newcommand{\stline}[1]{ \bigskip \makebox[2cm]{ \textbf{#1} } } -</pre> -</blockquote><p> -The macro definition contains five spaces: -<ul> -<li> after the opening <code>{</code> of the macro body; this space will be - ignored, not because “because the macro appears at the start of a - line”, but rather because the macro was designed to operate between - paragraphs -<li> after <code>\</code><code>bigskip</code>; this space will be ignored (while the macro - is being defined) because it follows a command name -<li> after the <code>{</code> of the mandatory argument of <code>\</code><code>makebox</code>; even - though this space will inevitably appear at the start of an output - line, it will <em>not</em> be ignored -<li> after the <code>}</code> closing the argument of <code>\</code><code>textbf</code>; this space - will not be ignored, but may be overlooked if the argument is well - within the <code>2cm</code> allowed for it -<li> after the <code>}</code> closing the mandatory argument of <code>\</code><code>makebox</code>; - this space will not be ignored -</ul> -The original author of the macro had been concerned that the starts of -his lines with this macro in them were not at the left margin, and -that the text appearing after the macro wasn’t always properly -aligned. These problems arose from the space at the start of the -mandatory argument of <code>\</code><code>makebox</code> and the space immediately after the -same argument. He had written his macro in that way to emphasise the -meaning of its various parts; unfortunately the meaning was rather -lost in the problems the macro caused. -<p/>The principal technique for suppressing spaces is the use of -<code>%</code> characters: everything after a -<code>%</code> is ignored, even the end of line itself (so -that not even the end of line can contribute an unwanted space). The -secondary technique is to ensure that the end of line is preceded by a -command name (since the end of line behaves like a space, it will be -ignored following a command name). Thus the above command would be -written (by an experienced programmer with a similar eye to -emphasising the structure): -<blockquote> -<pre> -\newcommand{\stline}[1]{% - \bigskip - \makebox[2cm]{% - \textbf{#1}\relax - }% -} -</pre> -</blockquote><p> -Care has been taken to ensure that every space in the revised -definition is ignored, so none appears in the output. The revised -definition takes the “belt and braces” approach, explicitly dealing -with every line ending (although, as noted above, a space introduced -at the end of the first line of the macro would have been ignored in -actual use of the macro. This is the best technique, in fact — it’s -easier to blindly suppress spaces than to analyse at every point -whether you actually need to. Three techniques were used to suppress -spaces: -<ul> -<li> placing a <code>%</code> character at the end of a line - (as in the 1st, 3rd and 5th lines), -<li> ending a line ‘naturally’ with a control sequence, as in line 2, - and -<li> ending a line with an ‘artificial’ control sequence, as in line - 4; the control sequence in this case (<code>\</code><code>relax</code>) is a no-op in many - circumstances (as here), but this usage is deprecated — a - <code>%</code> character would have been better. -</ul> -Beware of the (common) temptation to place a space <em>before</em> a -<code>%</code> character: if you do this you might as well omit -the <code>%</code> altogether. -<p/>In “real life”, of course, the spaces that appear in macros are far -more cryptic than those in the example above. The most common spaces -arise from unprotected line ends, and this is an error that -occasionally appears even in macros written by the most accomplished -programmers. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=spinmacro">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=spinmacro</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-splitfoot.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-splitfoot.html deleted file mode 100644 index a88f7736c8a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-splitfoot.html +++ /dev/null @@ -1,44 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label splitfoot</title> -</head><body> -<h3>Why does LaTeX split footnotes across pages?</h3> -<p/>LaTeX splits footnotes when it can think of nothing better to do. -Typically, when this happens, the footnote mark is at the bottom of -the page, and the complete footnote would overfill the page. LaTeX -could try to salvage this problem by making the page short of both the -footnote and the line with the footnote mark, but its priorities told -it that splitting the footnote would be preferable. -<p/>As always, the best solution is to change your text so that the -problem doesn’t occur in the first place. Consider whether the text -that bears the footnote could move earlier in the current page, or on -to the next page. -<p/>If this isn’t possible, you might want to change LaTeX’s perception -of its priorities: they’re controlled by -<code>\</code><code>interfootnotelinepenalty</code> — the larger it is, the less willing -LaTeX is to split footnotes. -<p/>Setting -<blockquote> -<pre> -\interfootnotelinepenalty=10000 -</pre> -</blockquote><p> -inhibits split footnotes altogether, which will cause ‘<code>Underfull</code> -<code>\</code><code>vbox</code>’ messages unless you also specify <code>\</code><code>raggedbottom</code>. The -default value of the penalty is <code>100</code>, which is rather mild. -<p/>An alternative technique is to juggle with the actual size of the -pages. <code>\</code><code>enlargethispage</code> changes the size of the current page by -its argument (for example, you might say -<code>\</code><code>enlargethispage{<code>\</code><code>baselineskip</code>}</code> to add a single line -to the page, but you can use any ordinary TeX length such as -<code>15mm</code> or <code>-20pt</code> as argument). Reducing the size of -the current page could force the offending text to the next page; -increasing the size of the page may allow the footnote to be included -in its entirety. It may be necessary to change the size of more than -one page. -<p/>The <i>fnbreak</i> package detects (and generates warnings about) -split footnotes. -<dl> -<dt><tt><i>fnbreak.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fnbreak.zip">macros/latex/contrib/fnbreak</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fnbreak.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fnbreak/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=splitfoot">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=splitfoot</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-srchpdf.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-srchpdf.html deleted file mode 100644 index 2ac60dbd765..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-srchpdf.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label srchpdf</title> -</head><body> -<h3>Searching PDF files</h3> -<p/>In principle, you can search a PDF file: the text of the file -is available to the viewer, and at least some viewers provide a search -facility. (It’s not the fastest thing in the world, but it does help -in some circumstances.) -<p/>However, there is a problem: the viewer wants to look at Unicode text, -but no ordinary TeX-based system deals in Unicode text. -Fortunately for us Anglophones, this is is hardly ever a problem for -our text, since even Knuth’s “OT1” encoding matches ASCII (and hence -the lowest 128 characters of Unicode) for most things printable. -However, using the inflected characters of Continental European -languages, or anything that doesn’t use a Latin alphabet, there is -potential for problems, since TeX’s view of what a font is doesn’t -map PDF’s and the reader won’t understand... -<p/>... Unless you use the <i>cmap</i> package with PDFLaTeX, -that is. The package will instruct PDFTeX to load character -maps into your PDF for output fonts encoded according to the T1 -(Western European Languages), T2A, T2B, or T2C (Cyrillic Languages), -or T5 (Vietnamese) encodings. If your document uses such encodings, -viewers that can search will use the maps to interpret what they find -in the file. -<p/>Unfortunately, the package only works with fonts that are directly -encoded, such as the <i>cm-super</i> distribution. Fonts like Adobe -Times Roman (which are encoded for (La)TeX use via virtual fonts) -are not amenable to this treatment. -<dl> -<dt><tt><i>cmap.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/cmap.zip">macros/latex/contrib/cmap</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/cmap.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/cmap/">browse</a>) -<dt><tt><i>cm-super fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.zip">fonts/ps-type1/cm-super</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=srchpdf">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=srchpdf</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-struttab.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-struttab.html deleted file mode 100644 index 670afd22834..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-struttab.html +++ /dev/null @@ -1,79 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label struttab</title> -</head><body> -<h3>Spacing lines in tables</h3> -<p/>(La)TeX mechanisms for maintaining the space between lines (the -“<em>leading</em>”) rely on TeX’s paragraph builder, which compares -the shape of consecutive lines and adjusts the space between them. -<p/>These mechanisms can’t work in exactly the same way when (La)TeX is -building a table, because the paragraph builder doesn’t get to see the -lines themselves. As a result, tables sometimes typeset with lines -uncomfortably close together (or occasionally ridiculously far apart). -<p/>Traditional (moving metal type) typographers would adjust the spacing -between lines of a table by use of a “<em>strut</em>” (a metal -spacer). A TeX user can do exactly the same thing: most macro -packages define a <code>\</code><code>strut</code> command, that defines a space appropriate -to the current size of the text; placing a <code>\</code><code>strut</code> command at the -end of a troublesome row is the simplest solution to the problem — -if it works. Other solutions below are LaTeX-specific, but some -may be simply translated to Plain TeX commands. -<p/>If your table exhibits a systematic problem (i.e., every row is wrong -by the same amount) use <code>\</code><code>extrarowheight</code>, which is defined by the -<i>array</i> package: -<blockquote> -<pre> -\usepackage{array}% in the preamble -... -\setlength{\extrarowheight}{length} -\begin{tabular}{....} -</pre> -</blockquote><p> -<p/>To correct a single row whose maladjustment isn’t corrected by a -<code>\</code><code>strut</code> command, you can define your own, using -<code>\</code><code>rule{0pt}{length}</code> — which is a near approximation to the -command that goes inside a <code>\</code><code>strut</code>. The <i>bigstrut</i> package -defines a strut command that you can use for this purpose: -<code>\</code><code>bigstrut</code> on its own opens up both above and below the current -line; <code>\</code><code>bigstrut[t]</code> opens up above the line, -<code>\</code><code>bigstrut[b]</code> opens up below the line. -<p/>General solutions are available, however. The <i>tabls</i> package -automatically generates an appropriately-sized strut at the end of -each row. Its disadvantages are that it’s really rather slow in -operation (since it gets in the way of everything within tables) and -its (lack of) compatibility with other packages. -<p/>The <i>cellspace</i> package does a (possibly inferior) job by -defining a new table/array column type “S”, which you apply to each -column specification. So, for example, -<blockquote> -<pre> -\cmdinvoke{begin}{tabular}{l l l p{3cm}} -</pre> -</blockquote><p> -would become -<blockquote> -<pre> -\cmdinvoke{begin}{tabular}{Sl Sl Sl Sp{3cm}} -</pre> -</blockquote><p> -and so on. This technique shows -promise of not interfering so much with other packages, but this -author has heard of no reports from the field. -<p/>The <i>booktabs</i> package comes with a thought-provoking essay -about how tables should be designed. Since table row-spacing problems -most often appear in collisions with rules, the author’s thesis, -that LaTeX users tend too often to rule their tables, is -interesting. The package provides rule commands to support the -author’s scheme, but deals with inter-row spacing too. The most -recent release of <i>booktabs</i> sports compatibility with -packages such as <i>longtable</i>. -<p/>Documentation of both <i>bigstrut</i> and <i>tabls</i> may be -found as comments in the package files themselves. -<dl> -<dt><tt><i>array.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>bigstrut.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.zip">macros/latex/contrib/multirow</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multirow.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multirow/">browse</a>) -<dt><tt><i>booktabs.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/booktabs.zip">macros/latex/contrib/booktabs</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/booktabs.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/booktabs/">browse</a>) -<dt><tt><i>cellspace.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/cellspace.zip">macros/latex/contrib/cellspace</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/cellspace.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/cellspace/">browse</a>) -<dt><tt><i>tabls.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/tabls.sty">macros/latex/contrib/misc/tabls.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=struttab">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=struttab</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subsubsub.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subsubsub.html deleted file mode 100644 index b93f11eb629..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subsubsub.html +++ /dev/null @@ -1,33 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label subsubsub</title> -</head><body> -<h3>How to create a <code>\</code><code>subsubsubsection</code></h3> -<p/>LaTeX’s set of “sections” stops at the level of -<code>\</code><code>subsubsection</code>. This reflects a design decision by Lamport — -for, after all, who can reasonably want a section with such huge -strings of numbers in front of it? -<p/>In fact, LaTeX standard classes <em>do</em> define “sectioning” -levels lower than <code>\</code><code>subsubsection</code>, but they don’t format them like -sections (they’re not numbered, and the text is run-in after the -heading). These deeply inferior section commands are <code>\</code><code>paragraph</code> -and <code>\</code><code>subparagraph</code>; you can (if you <em>must</em>) arrange that these -two commands produce numbered headings, so that you can use them as -<code>\</code><code>subsubsubsection</code>s and lower. -<p/>The <i>titlesec</i> allows you to adjust the definitions of the -sectioning macros, and it may be used to -transform a <code>\</code><code>paragraph</code>’s typesetting so that it looks like that -of a <code>\</code><code>section</code>. -<p/>If you want to program the change yourself, you’ll find that the -commands (<code>\</code><code>section</code> all the way down to <code>\</code><code>subparagraph</code>) are -defined in terms of the internal <code>\</code><code>@startsection</code> command, which -takes 6 arguments. Before attempting this sort of work, you are well -advised to read the LaTeX sources (<i>ltsect.dtx</i> in the -LaTeX distribution) and the source of the standard packages -(<i>classes.dtx</i>). The <a href="FAQ-books.html">LaTeX Companion</a> -discusses use of <code>\</code><code>@startsection</code> for this sort of thing. -<dl> -<dt><tt><i>LaTeX source</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.zip">macros/latex/base</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/base.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/base/">browse</a>) -<dt><tt><i>titlesec.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titlesec.zip">macros/latex/contrib/titlesec</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titlesec.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/titlesec/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subsubsub">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subsubsub</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subverttoks.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subverttoks.html deleted file mode 100644 index 6becedead22..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-subverttoks.html +++ /dev/null @@ -1,42 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label subverttoks</title> -</head><body> -<h3>Subverting a token register</h3> -<p/>A common requirement is to “subvert” a token register that other -macros may use. The requirement arises when you want to add something -to a system token register (<code>\</code><code>output</code> or <code>\</code><code>every*</code>), but know -that other macros use the token register, too. (A common requirement -is to work on <code>\</code><code>everypar</code>, but LaTeX changes <code>\</code><code>everypar</code> at -every touch and turn.) -<p/>The following technique, due to David Kastrup, does what you need, and -allows an independent package to play the exact same game: -<blockquote> -<pre> -\let\mypkg@@everypar\everypar -\newtoks\mypkg@everypar -\mypkg@everypar\expandafter{\the\everypar} -\mypkg@@everypar{\mypkgs@ownstuff\the\mypkg@everypar} -\def\mypkgs@ownstuff{% - <stuff to do at the start of the token register>% -} -\let\everypar\mypkg@everypar -</pre> - -</blockquote><p> -As you can see, the package (<i>mypkg</i>) -<ul> -<li> creates an alias for the existing “system” <code>\</code><code>everypar</code> - (which is frozen into any surrounding environment, which will carry - on using the original); -<li> creates a token register to subvert <code>\</code><code>everypar</code> and - initialises it with the current contents of <code>\</code><code>everypar</code>; -<li> sets the “old” <code>\</code><code>everypar</code> to execute its own extra code, - as well as the contents of its own token register; -<li> defines the macro for the extra code; and -<li> points the token <code>\</code><code>everypar</code> at the new token register. -</ul> -and away we go. -<p/>The form <code>\</code><code>mypkg@...</code> is (sort of) blessed for LaTeX package -internal names, which is why this example uses macros of that form. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subverttoks">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=subverttoks</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-symbols.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-symbols.html deleted file mode 100644 index 455acf5f569..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-symbols.html +++ /dev/null @@ -1,27 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label symbols</title> -</head><body> -<h3>Where can I find the symbol for ...</h3> -<!-- assignment circular integral degrees diagonal dots Fourier transform --> -<!-- Laplace greater less complex integer natural real --> -<!-- cent euro --> -<p/>There is a wide range of symbols available for use with TeX, most -of which are not shown (or even mentioned) in (La)TeX books. -<em>The Comprehensive LaTeX Symbol List</em> (by Scott Pakin - -<em>et al.</em>) illustrates over 2000 symbols, and details the -commands and packages needed to produce them. -<p/>Other questions in this FAQ offer specific help on kinds of -symbols: -<ul> -<li> <a href="FAQ-scriptfonts.html">Script fonts for mathematics</a> -<li> <a href="FAQ-numbersets.html">Fonts for the number sets</a> -<li> <a href="FAQ-prinvalint.html">Typesetting the principal value integral</a> -</ul> -<dl> -<dt><tt><i>Symbol List</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/info/symbols/comprehensive/">info/symbols/comprehensive/</a>; there are processed - versions in both PostScript and PDF forms for both A4 and - letter paper. -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=symbols">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=symbols</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-t1enc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-t1enc.html deleted file mode 100644 index e4512fbd8d0..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-t1enc.html +++ /dev/null @@ -1,27 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label t1enc</title> -</head><body> -<h3>Why use <i>fontenc</i> rather than <i>t1enc</i>?</h3> -<p/>In the very earliest days of LaTeX2e, the only way to use the -T1 encoding was <i>t1enc</i>; with the summer 1994 -“production” release, the <i>fontenc</i> package appeared, and -provided comprehensive support for use of the encoding. -<p/>Nevertheless, the <i>t1enc</i> package remains (as part of the -LaTeX 2.09 compatibility code), but it does very little: it merely -selects font encoding T1, and leaves to the user the business -of generating the character codes required. -<p/>Generating such character codes could be a simple matter, <em>if</em> -the T1 encoding matched any widely-supported encoding standard, -since in that case, one might expect one’s keyboard to generate the -character codes. However, the T1 encoding is a mix of several -standard encodings, and includes code points in areas of the table -which standard encodings specifically exclude, so no T1 -keyboards have been (or ever will be) manufactured. -<p/>By contrast, the <i>fontenc</i> package generates the T1 -code points from ordinary LaTeX commands (e.g., it generates the -<code>é</code> character codepoint from the command <code>\’</code><code>e</code>). So, unless you -have program-generated T1 input, use -<code>\</code><code>usepackage[T1]{fontenc}</code> rather than -<code>\</code><code>usepackage{t1enc}</code>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=t1enc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=t1enc</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabacc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabacc.html deleted file mode 100644 index 5b1e5fd09f1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabacc.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tabacc</title> -</head><body> -<h3>Accents misbehave in <code>tabbing</code></h3> -<p/>So you are constructing a <code>tabbing</code> environment, and you -have the need of some diacriticised text — perhaps something as simple -as <code>\</code><code>’{e}</code> — and the accent disappears because it has been -interpreted as a <code>tabbing</code> command, and everything goes -wrong. -<p/>This is really a rather ghastly feature of the <code>tabbing</code> -environment; in order to type accented characters you need to use the -<code>\</code><code>a</code> kludge: so <code>\</code><code>a’{e}</code> inside <code>tabbing</code> for -<code>\</code><code>’{e}</code> outside, and similarly <code>\</code><code>a‘</code> for <code>\</code><code>‘</code> and <code>\</code><code>a=</code> -for <code>\</code><code>=</code>. This whole procedure is of course hideous and -error-prone. -<p/>The simplest alternative is to type in an encoding that has the -diacriticised characters in it, and to use an appropriate encoding -definition file in the <i>inputenc</i> package. So for example, -type: -<blockquote> - <code>\</code><code>usepackage[latin1]{inputenc}</code><br> - <code>...</code><br> - <code>\</code><code>begin{tabbing}</code><br> - <code>...</code><br> - <code>...</code> <code>\</code><code>></code> <code>voilà</code> <code>\</code><code>></code> <code>...</code> -</blockquote><p> -for: -<blockquote> - ...\quad voilà\quad ... -</blockquote><p> -and the internal mechanisms of the <i>inputenc</i> package will put -the right version of the accent command in there. -<p/>A witty reversal of the r\^oles is introduced by the package -<i>Tabbing</i> (note the capital “T”): it provides a -<code>Tabbing</code> environment which duplicates -<code>tabbing</code>, but all the single-character commands become -complicated objects. So <code>tabbing</code>’s <code>\</code><code>></code> becomes -<code>\</code><code>TAB></code>, <code>\</code><code>=</code> becomes <code>\</code><code>TAB=</code>, and so on. The above trivial -example would therefore become: -<blockquote> -<pre> -\usepackage{Tabbing} -... -\begin{Tabbing} - ... ... \TAB> voil\`a \TAB> ... -</pre> -</blockquote><p> -<dl> -<dt><tt><i>Tabbing.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/Tabbing.zip">macros/latex/contrib/Tabbing</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/Tabbing.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/Tabbing/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tabacc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tabacc</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabcellalign.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabcellalign.html deleted file mode 100644 index 5687db12009..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabcellalign.html +++ /dev/null @@ -1,73 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tabcellalign</title> -</head><body> -<h3>How to alter the alignment of tabular cells</h3> -<p/>One often needs to alter the alignment of a tabular <code>p</code> (‘paragraph’) -cell, but problems at the end of a table row are common. With a -<code>p</code> cell that looks like: -<blockquote> -<pre> -... & \centering blah ... \\ -</pre> -</blockquote><p> -one is liable to encounter errors that complain about a “misplaced -<code>\</code><code>noalign</code>” or “<a href="FAQ-altabcr.html">extra alignment tab</a>”, or the like. -The problem is that the command <code>\\</code> means different things in -different circumstances: the <code>tabular</code> environment -switches the meaning to a value for use in the table, and -<code>\</code><code>centering</code>, <code>\</code><code>raggedright</code> and <code>\</code><code>raggedleft</code> all change the -meaning to something incompatible. Note that the problem only -arises in the last cell of a row: since each cell is set into a box, -its settings are lost at the <code>&</code> (or <code>\\</code>) that -terminates it. -<p/><p/>The technique using <code>\</code><code>PBS</code> was developed in the days of LaTeX 2.09 -because the actual value of <code>\\</code> that the <code>tabular</code> -environment uses was only available as an internal command. Nowadays, -the value is a public command, and you can in principle use it -explicitly: -<blockquote> -<pre> -... & \centering blah ... \tabularnewline -</pre> -</blockquote><p> -<p/>The <i>array</i> package provides a command <code>\</code><code>arraybackslash</code> -which restores <code>\\</code> to its correct (within table) meaning; -the command may be used in <i>array</i>’s “field format” preamble -specifications: -<blockquote> - -<pre> -\begin{tabular}{... >{\centering\arraybackslash}p{50mm}} -... -</pre> -</blockquote><p> -<p/>The <code>\</code><code>tabularnewline</code> and <code>\</code><code>arraybackslash</code> commands are -(somewhat) modern additions to LaTeX and the <i>array</i> -package, respectively. If neither is available, the user may try the -(old) solution which preserves the meaning of <code>\\</code>: -<blockquote> -<pre> -\newcommand\PBS[1]{\let\temp=\\% - #1% - \let\\=\temp -} -</pre> -</blockquote><p> -which one uses within a table as: -<blockquote> -<pre> -... & \PBS\centering blah ... \\ -</pre> -</blockquote><p> -or in the preamble as: -<blockquote> -<pre> -\begin{tabular}{...>{\PBS\centering}p{5cm}} -</pre> -</blockquote><p> -<dl> -<dt><tt><i>array.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> - -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tabcellalign">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tabcellalign</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tds-zip.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tds-zip.html deleted file mode 100644 index bb2d5cbea86..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tds-zip.html +++ /dev/null @@ -1,19 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tds-zip</title> -</head><body> -<h3>Prebuilt installation files on the archive</h3> -<p/>The <a href="FAQ-tds.html">TDS</a> is a simple structure, and almost all -files can be installed simply by putting them in the “right” place, -and updating a single index. (Note, this simple idea typically -doesn’t work for fonts, unless they’re distributed as Metafont source.) -<p/>The CTAN network is therefore acquiring “TDS-ZIP” files, -which have a built-in directory structure that matches the TDS. -These files have to be built, and the CTAN team has asked that -package authors supply them (the team will advise, of course, if the -author has trouble). Everyone hopes that the extra work involved will -contrinute to happier lives for package users, which in turn must -surely help keep the TeX community lively and active. -<p/>Use of the files is discussed in -“<a href="FAQ-inst-tds-zip.html">installing using preformatted ZIP files</a>”. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds-zip">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds-zip</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tds.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tds.html deleted file mode 100644 index e02bfeab6fe..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tds.html +++ /dev/null @@ -1,35 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tds</title> -</head><body> -<h3>What is the TDS?</h3> -<p/> TDS stands for the TeX Directory Structure, which is a standard -way of organising all the TeX-related files on a computer system. -<p/> Most modern distributions conform to the TDS, which -provides for both a ‘standard’ and a (set of) ‘local’ hierarchies of -directories containing TeX-related files. The -TDS reserves the name <code>texmf</code> as the name of the root directory -(folder) of the hierarchies. Files supplied as part of the -distribution are put into the standard hierarchy. The location of the -standard hierarchy is system dependent, but on a Unix system it might -be at -<i>/usr/local/texmf</i>, or -<i>/usr/local/share/texmf</i>, or -<i>/opt/texmf</i>, or -a similar location, but in each case the TeX files will be under the -<i>/texmf</i> subdirectory. -<p/>There may be more than on ‘local’ hierarchy in which additional files -can be stored. In the extreme an installation can have a local -hierarchy and each user can also have an individual local hierarchy. The -location of any local hierarchy is not only system dependent but also user -dependent. Again, though, all files should be put under a local <i>/texmf</i> -directory. -<p/>The TDS is published as the output of a TUG -<a href="FAQ-TUGstar.html">Technical Working Group</a>. -You may browse an <a href="http://tug.org/tds/">on-line version</a> of the -standard, and copies in several other formats (including source) are -available on CTAN. -<dl> -<dt><tt><i>TDS specification</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/tds.zip">tds</a> (<a href="ftp://cam.ctan.org/tex-archive/tds.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/tds/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tempinst.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tempinst.html deleted file mode 100644 index 486616de040..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tempinst.html +++ /dev/null @@ -1,57 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tempinst</title> -</head><body> -<h3>“Temporary” installation of (La)TeX files</h3> -<p/>Operating systems and applications need to know where to find files: -many files that they need are “just named” — the user doesn’t -necessarily know <em>where</em> they are, but knows to ask for them. -The commonest case, of course, is the commands whose names you type to -a shell (yes, even Windows’ “MSDOS prompt”) are using a shell to read what -you type: many of the commands simply involve loading and executing a -file, and the <code>PATH</code> variable tells the shell where to find those files. -<p/>Modern TeX implementations come with a bunch of search paths -built in to them. In most circumstances these paths are adequate, but -one sometimes needs to extend them to pick up files in strange -places: for example, we may wish to try a new bundle of packages -before <a href="FAQ-installthings.html">installing them ‘properly’</a>. To do -this, we need to change the relevant path as TeX perceives it. -However, we don’t want to throw away TeX’s built-in path (all of a -sudden, TeX won’t know how to deal with all sorts of things). -<p/>To <em>extend</em> a TeX path, we define an operating system -environment variable in ‘path format’, but leaving a gap which TeX -will fill with its built-in value for the path. The commonest case is -that we want to place our extension in front of the path, so that our -new things will be chosen in preference, so we leave our ‘gap to be -filled’ at the end of the environment variable. The syntax is simple -(though it depends which shell you’re actually using): so on a -Unix-like system, using the <i>bash</i> shell, the job might be -done like: -<pre> - export TEXINPUTS=/tmp: -</pre> -while in a Windows system, within a MSDOS window, it would be: -<pre> - set TEXINPUTS=C:/temp; -</pre> -In either case, we’re asking TeX to load files from the root disc -temporary files directory; in the Unix case, the “empty slot” is -designated by putting the path separator ‘<code>:</code>’ on its own at the end -of the line, while in the Windows case, the technique is the same, but -the path separator is ‘<code>;</code>’. -<p/>Note that in either sort of system, the change will only affect -instances of TeX that are started from the shell where the -environment variable was set. If you run TeX from another window, -it will use the original input path. To make a change of input path -that will “stick” for all windows, set the environment variable in -your login script or profile (or whatever) in a Unix system and log -out and in again, or in <i>autoexec.bat</i> in a Windows system, and -reboot the system. -<p/>While all of the above has talked about where TeX finds its macro -files, it’s applicable to pretty much any sort of file any -TeX-related program reads — there are lots of these paths, and of -their corresponding environment variables. In a -<i>web2c</i>-based system, the copious annotations in the -<i>texmf.cnf</i> system configuration file help you to learn which -path names correspond to which type of file. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tempinst">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tempinst</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texcad.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texcad.html deleted file mode 100644 index 2a000e3c3b6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texcad.html +++ /dev/null @@ -1,20 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label texcad</title> -</head><body> -<h3>TeXCAD, a drawing package for LaTeX</h3> -<p/>TeXCAD is a program for the PC which enables the user to draw diagrams -on screen using a mouse or arrow keys, with an on-screen menu of available -picture-elements. Its output is code for the LaTeX -<code>picture</code> environment. -Optionally, it can be set to include lines at all angles using -the emTeX driver-family - -<a href="FAQ-specials.html"><code>\</code><code>special</code>s</a>. -TeXCAD is part of the emTeX distribution. -<p/>A Unix port of the program (<i>xtexcad</i>) has been made. -<dl> -<dt><tt><i>emtex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/msdos/emtex.zip">systems/msdos/emtex</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/msdos/emtex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/msdos/emtex/">browse</a>) -<dt><tt><i>xtexcad</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/nonfree/graphics/xtexcad/xtexcad-2.4.1.tar.gz">nonfree/graphics/xtexcad/xtexcad-2.4.1.tar.gz</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=texcad">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=texcad</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texinfo.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texinfo.html deleted file mode 100644 index d7149ff4db7..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texinfo.html +++ /dev/null @@ -1,33 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label texinfo</title> -</head><body> -<h3>What is Texinfo?</h3> -<p/>Texinfo is a documentation system that uses one source file to produce -both on-line information and printed output. So instead of writing -two different documents, one for the on-line help and the other for a -typeset manual, you need write only one document source file. When -the work is revised, you need only revise one document. By -convention, Texinfo source file names end with a <code>.texi</code> or -<code>.texinfo</code> extension. -<p/>Texinfo is a macro language, somewhat similar to LaTeX, but with -slightly less expressive power. Its appearance is of course rather -similar to any TeX-based macro language, except that its macros -start with <code>@</code> rather than the <code>\</code> that’s more commonly used in -TeX systems. -<p/>You can write and format Texinfo files into Info files within GNU -<i>emacs</i>, and read them using the <i>emacs</i> Info -reader. You can also format Texinfo files into Info files using -<i>makeinfo</i> and read them using <i>info</i>, so you’re not -dependent on <i>emacs</i>. The distribution includes a -<i>Perl</i> script, <i>texi2html</i>, that will convert -Texinfo sources into HTML: the language is a far better fit to -HTML than is LaTeX, so that the breast-beating agonies of -<a href="FAQ-LaTeX2HTML.html">converting LaTeX to HTML</a> are largely -avoided. -<p/>Finally, of course, you can also print the files, or convert them to -PDF using PDFTeX. -<dl> -<dt><tt><i>Texinfo distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/texinfo/texinfo.zip">macros/texinfo/texinfo</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/texinfo/texinfo.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/texinfo/texinfo/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=texinfo">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=texinfo</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textflow.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textflow.html deleted file mode 100644 index 625db53d66d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textflow.html +++ /dev/null @@ -1,73 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label textflow</title> -</head><body> -<h3>Flowing text around figures in LaTeX</h3> -<p/>There are several LaTeX packages that purport to do this, but they -all have their limitations because the TeX machine isn’t really -designed to solve this sort of problem. Piet van Oostrum has -conducted a survey of the available packages; he recommends: -<dl> -<dt><code>floatflt</code><dd> <i>floatflt</i> is an improved version - (for LaTeX2e) of <i>floatfig.sty</i>, and its syntax is: -<blockquote> -<pre> -\begin{floatingfigure}[options]{width of figure} - figure contents -\end{floatingfigure} -</pre> -</blockquote><p> - -There is a (more or less similar) <code>floatingtable</code> -environment. -<p/>The tables or figures can be set left or right, or alternating on -even/odd pages in a double-sided document. -<p/>The package works with the <code>multicol</code> package, but doesn’t work well -in the neighbourhood of list environments (unless you change your -LaTeX document). -<dt><code>wrapfig</code><dd> <i>wrapfig</i> has syntax: -<blockquote> -<pre> -\begin{wrapfigure}[height of figure in lines]{l,r,...}[overhang]{width} - figure, caption, etc. -\end{wrapfigure} -</pre> -</blockquote><p> - - The syntax of the <code>wraptable</code> environment is similar. -<p/> Height can be omitted, in which case it will be calculated by the - package; the package will use the greater of the specified and the - actual width. The <code>{l,r,<em>etc</em>.}</code> parameter may - also be specified as <code>i</code><em>(nside)</em> or - <code>o</code><em>(utside)</em> for two-sided documents, and uppercase - may be used to indicate that the picture should float. The - overhang allows the figure to be - moved into the margin. The figure or table will entered into the - list of figures or tables if you use the <code>\</code><code>caption</code> command. -<p/> The environments do not work within list environments that end - before the figure or table has finished, but can be used in a - parbox or minipage, and in twocolumn format. - <dt><code>picins</code><dd> <i>Picins</i> is part of a large bundle - that allows inclusion of pictures (e.g., with shadow boxes, - various MSDOS formats, etc.). The command for inserting a - picture at the start of a paragraph is: - <blockquote> - <code>\</code><code>parpic</code><code>(width,height)(x-off,y-off)[Options][Position]{Picture}</code><br> - <em>Paragraph text</em> - </blockquote><p> - - All parameters except the <em>Picture</em> are optional. The picture - can be positioned left or right, boxed with a rectangle, oval, - shadowbox, dashed box, and a caption can be given which will be - included in the list of figures. -<p/> Unfortunately (for those of us whose understanding of German is not - good), the documentation is in German. Piet van Oostrum has written - a summary in English. -</dl> -<dl> -<dt><tt><i>floatflt.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/floatflt.zip">macros/latex/contrib/floatflt</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/floatflt.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/floatflt/">browse</a>) -<dt><tt><i>picins.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/picins.zip">macros/latex209/contrib/picins</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/picins.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex209/contrib/picins/">browse</a>) -<dt><tt><i>picins documentation summary</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/picins/picins.txt">macros/latex209/contrib/picins/picins.txt</a> -<dt><tt><i>wrapfig.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wrapfig.zip">macros/latex/contrib/wrapfig</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wrapfig.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/wrapfig/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=textflow">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=textflow</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textrace.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textrace.html deleted file mode 100644 index 129c1fe5838..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-textrace.html +++ /dev/null @@ -1,41 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label textrace</title> -</head><body> -<h3>Making outline fonts from Metafont</h3> -<p/><i>TeXtrace</i>, originally developed by Péter Szabó, is a -bundle of Unix scripts that use Martin Weber’s freeware boundary -tracing package -<a href="http://autotrace.sourceforge.net"><i>autotrace</a></i> to -generate Type 1 outline fonts from Metafont bitmap -font outputs. The result is unlikely ever to be of the quality of -the commercially-produced Type 1 font, but there’s always the -<a href="http://fontforge.sourceforge.net/"><i>FontForge</a></i> font -editor to tidy things. Whatever, there -remain fonts which many people find useful and which fail to attract -the paid experts, and auto-tracing is providing a useful service here. -Notable sets of -fonts generated using <i>TeXtrace</i> are Péter Szabó’s own -EC/TC font set <i>tt2001</i> and Vladimir Volovich’s -CM-Super set, which covers the EC, TC, and the -Cyrillic LH font sets (for details of both of which sets, see -<a href="FAQ-type1T1.html">“8-bit” type 1 fonts</a>). -<p/>Another system, which arrived slightly later, is -<a href="http://www.cs.uu.nl/~hanwen/mftrace/"><i>mftrace</a></i>: -this is a small <i>Python</i> program that does the same job. -<i>Mftrace</i> may use either <i>autotrace</i> (like -<i>TeXtrace</i>) or Peter Selinger’s -<a href="http://potrace.sourceforge.net"><i>potrace</a></i> to produce -the initial outlines to process. <i>Mftrace</i> is said to be -more flexible, and easier to use, than is <i>TeXtrace</i>, but both systems -are increasingly being used to provide Type 1 fonts to the public domain. -<p/>The <i>MetaType1</i> system aims to use Metafont font sources, by way -of MetaPost and a bunch of scripts and so on, to produce high-quality -Type 1 fonts. The first results, the -<a href="FAQ-type1T1.html"><i>Latin Modern</i> fonts</a>, are now -well-established, and a bunch of existing designs have been reworked -in MetaType1 format. -<dl> -<dt><tt><i>MetaType1</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/metatype1.zip">fonts/utilities/metatype1</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/metatype1.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/utilities/metatype1/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=textrace">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=textrace</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tfm.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tfm.html deleted file mode 100644 index 7b48723f228..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tfm.html +++ /dev/null @@ -1,18 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tfm</title> -</head><body> -<h3>What are TFM files?</h3> -<p/>TFM stands for TeX Font Metrics; TFM files hold -information about the sizes of the characters of the font in question, -and about ligatures and kerns within that font. One TFM file is -needed for each font used by TeX, that is for each design (point) -size for each weight for each family; each TFM file serves for all -magnifications of ‘its’ font, so that there are (typically) fewer -TFM files than there are PK files. TeX (LaTeX, etc.) -itself needs only to know about the sizes of characters and their -interactions with each other, but not what characters look like. By -contrast, TFM files are not, in principle, needed by the -DVI driver, which only needs to know about the glyphs that each -character selects, so as to print or display them. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tfm">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tfm</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-the-commands.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-the-commands.html deleted file mode 100644 index b7180d7fc5c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-the-commands.html +++ /dev/null @@ -1,36 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label the-commands</title> -</head><body> -<h3>Redefining counters’ <code>\</code><code>the-</code>commands</h3> -<p/>Whenever you request a new LaTeX counter, LaTeX creates a bunch -of behind-the-scenes commands, as well as defining the counter -itself. -<p/>Among other things, <code>\</code><code>newcounter{</code><em>fred</em><code>}</code> creates a command -<code>\</code><code>the</code><code><em>fred</em></code>, which expands to “the value of -<code><em>fred</em></code>” when you’re typesetting. -<p/>The definition of <code>\</code><code>the</code><code><em>fred</em></code> should express the -value of the counter: it is almost always always a mistake to use the -command to produce anything else. The value may reasonably be -expressed as an arabic, a roman or a greek number, as an alphabetic -expression, or even as a sequence (or pattern of) symbols. If you -need a decision process on whether to re-define -<code>\</code><code>the</code><code><em>fred</em></code>, consider what might happen when you do -so. -<p/>So, for example, if you want your section numbers to be terminated by -a period, you could make <code>\</code><code>thesection</code> expand with a terminating -period. However, such a change to <code>\</code><code>thesection</code> makes the -definition of <code>\</code><code>thesubsection</code> look distinctly odd: you are going to -find yourself redefining things left, right and centre. Rather, use -the standard techniques for -<a href="FAQ-seccntfmt.html">adjusting the presentation of section numbers</a>. -<p/>Or, suppose you want the page number to appear at the bottom of each -page surrounded by dashes (as in -“<code>-</code><code>-~</code><code>nnn~-</code><code>-</code>”). -If you try to achieve this by redefining <code>\</code><code>thepage</code>, problems will -arise from the use of the page number in the table of contents (each -number will have the dashes attached), and <code>\</code><code>pageref</code> references -will be oddly modified. In this case, the change of appearance is -best done by redefining the page style itself, perhaps using -<a href="FAQ-fancyhdr.html">package <i>fancyhdr</i></a>. -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=the-commands">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=the-commands</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-theoremfmt.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-theoremfmt.html deleted file mode 100644 index ec873f2af47..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-theoremfmt.html +++ /dev/null @@ -1,29 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label theoremfmt</title> -</head><body> -<h3>Theorem bodies printed in a roman font</h3> -<p/>If you want to take advantage of the powerful <code>\</code><code>newtheorem</code> command -without the constraint that the contents of the theorem is in a sloped -font (for example, you may want to use it to create remarks, examples, proofs, -...) then you can use the AMSLaTeX <i>amsthm</i> package -(which now supersedes the <i>theorem</i> package previously -recommended in these answers). -Alternatively, the following sets up an environment -<code>remark</code> whose content is in the default roman font. -<blockquote> - -<pre> -\newtheorem{preremark}{Remark} -\newenvironment{remark}% - {\begin{preremark}\upshape}{\end{preremark}} -</pre> -</blockquote><p> -The <i>ntheorem</i> package provides control of the fonts used by -theorems, directly. -<dl> -<dt><tt><i>amsthm.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.zip">macros/latex/required/amslatex</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/amslatex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/amslatex/">browse</a>) -<dt><tt><i>ntheorem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntheorem.zip">macros/latex/contrib/ntheorem</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ntheorem.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ntheorem/">browse</a>) -<dt><tt><i>theorem.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=theoremfmt">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=theoremfmt</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-thesis.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-thesis.html deleted file mode 100644 index fe7573cc45a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-thesis.html +++ /dev/null @@ -1,18 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label thesis</title> -</head><body> -<h3>Formatting a thesis in LaTeX</h3> -<p/>Thesis styles are usually very specific to your University, so it’s -usually not profitable to ask around for a package outside your own -University. Since many Universities (in their eccentric way) still -require double-spacing, you may care to refer to -<a href="FAQ-linespace.html">the relevant question</a>. -If you want to write your own, a good place to start is the University -of California style, but it’s not worth going to a lot of trouble. (If -officials won’t allow standard typographic conventions, you won’t be -able to produce an æsthetically pleasing document anyway!) -<dl> -<dt><tt><i>UC thesis style</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ucthesis.zip">macros/latex/contrib/ucthesis</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ucthesis.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ucthesis/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=thesis">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=thesis</a> -</body> 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 deleted file mode 100644 index 6617bca3e6e..00000000000 --- a/Master/texmf-doc/doc/english/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 “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 -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’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="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/datetime.zip">macros/latex/contrib/datetime</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/datetime.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/datetime/">browse</a>) -<dt><tt><i>scrtime.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</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> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-titlsty.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-titlsty.html deleted file mode 100644 index 8d30d1c7ef1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-titlsty.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label titlsty</title> -</head><body> -<h3>The style of document titles</h3> -<p/>The <i>titling</i> package provides a number of facilities that -permit manipulation of the appearance of a <code>\</code><code>maketitle</code> command, the -<code>\</code><code>thanks</code> commands within it, and so on. The package also defines a -<code>titlingpage</code> environment, that offers something in between the -standard classes’ <code>titlepage</code> option and the <code>titlepage</code> -environment, and is itself somewhat configurable. -<p/>The memoir class includes all the functionality of the -<i>titling</i> package, while the <i>KOMA-script</i> classes have -their own range of different titling styles. -<p/>Finally, the indefatigable Vincent Zoonekynd supplies examples of how -to program alternative -<a href="http://zoonek.free.fr/LaTeX/LaTeX_samples_title/0.html">title styles</a>. -The web page is not useful to users unless they are willing to do -their own LaTeX programming. -<dl> -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>titling.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titling.zip">macros/latex/contrib/titling</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/titling.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/titling/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=titlsty">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=titlsty</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tmupfl.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tmupfl.html deleted file mode 100644 index 681de21a071..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tmupfl.html +++ /dev/null @@ -1,50 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tmupfl</title> -</head><body> -<h3>“Too many unprocessed floats”</h3> -<p/>If LaTeX responds to a <code>\</code><code>begin{figure}</code> or -<code>\</code><code>begin{table}</code> command with the error message -<pre> -! LaTeX Error: Too many unprocessed floats. - -See the LaTeX manual or LaTeX Companion for explanation. -</pre> - -your figures (or tables) are failing to be placed properly. LaTeX -has a limited amount of storage for ‘floats’ (figures, tables, or -floats you’ve defined yourself with the <i>float</i> package); if -you don’t let it ever actually typeset any floats, it will run out of -space. -<p/>This failure usually occurs in extreme cases of - - -<a href="FAQ-floats.html">floats moving “wrongly”</a>; -LaTeX has found it can’t place a float, and floats of the same type -have piled up behind it. LaTeX’s idea is to ensure that caption -numbers are sequential in the document: the caption number is -allocated when the figure (or whatever) is created, and can’t be -changed, so that placement out of order would mean figure numbers -appearing out of order in the document (and in the list of figures, or -whatever). So a simple failure to place a figure means that no -subsequent figure can be placed; and hence (eventually) the error. -<p/>Techniques for solving the problem are discussed in the - -<a href="FAQ-floats.html">floats question</a> -already referenced. -<p/>The error also occurs in a -long sequence of <code>figure</code> or <code>table</code> -environments, with no intervening -text. Unless the environments will fit “here” (and you’ve allowed -them to go “here”), there will never be a page break, and so there -will never be an opportunity for LaTeX to reconsider placement. -(Of course, the floats can’t all fit “here” if the sequence is -sufficiently prolonged: once the page fills, LaTeX won’t place any -more floats, leading to the error. -<p/>Techniques for resolution may involve redefining the floats using the -<i>float</i> package’s <code>[H]</code> float qualifier, but you are unlikely -to get away without using <code>\</code><code>clearpage</code> from time to time. -<dl> -<dt><tt><i>float.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.zip">macros/latex/contrib/float</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tmupfl">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tmupfl</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-toascii.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-toascii.html deleted file mode 100644 index 39104b0ba0b..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-toascii.html +++ /dev/null @@ -1,58 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label toascii</title> -</head><body> -<h3>Conversion from (La)TeX to plain text</h3> -<p/>The aim here is to emulate the Unix <i>nroff</i>, which formats -text as best it can for the screen, from the same -input as the Unix typesetting program <i>troff</i>. -<p/>Converting DVI to plain text is the basis of many of these -techniques; sometimes the simple conversion provides a good enough -response. Options are: -<ul> -<li> <i>dvi2tty</i> (one of the earliest), -<li> <i>crudetype</i> and -<li> <i>catdvi</i>, which is capable of generating Latin-1 - (ISO 8859-1) or UTF-8 encoded output. <i>Catdvi</i> was - conceived as a replacement for <i>dvi2tty</i>, but can’t (quite) - be recommended as a complete replacement yet. -</ul> -A common problem is the hyphenation that TeX inserts when -typesetting something: since the output is inevitably viewed using -fonts that don’t match the original, the hyphenation usually looks -silly. -<p/>Ralph Droms provides a <i>txt</i> bundle of things in support of -ASCII generation, -but it doesn’t do a good job with tables and mathematics. An -alternative is the <i>screen</i> package. -<p/>Another possibility is to -use the LaTeX-to-ASCII conversion program, <i>l2a</i>, -although this is really more of a de-TeXing program. -<p/>The canonical de-TeXing program is <i>detex</i>, which removes -all comments and control sequences -from its input before writing it to its output. Its original purpose -was to prepare input for a dumb spelling checker, and it’s only usable -for preparing useful ASCII versions of a document in highly -restricted circumstances. -<p/><i>Tex2mail</i> is slightly more than a de-TeXer — it’s a -<i>Perl</i> script that converts TeX files into -plain text files, expanding various mathematical symbols -(sums, products, integrals, sub/superscripts, fractions, square -roots, ...) into “ASCII art” that spreads over -multiple lines if necessary. The result is more readable to human -beings than the flat-style TeX code. -<p/>Another significant possibility is to use one of the -<a href="FAQ-LaTeX2HTML.html">HTML-generation solutions</a>, -and then to use a browser such as <i>lynx</i> to dump the resulting -HTML as plain text. -<dl> -<dt><tt><i>catdvi</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/catdvi.zip">dviware/catdvi</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/catdvi.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/catdvi/">browse</a>) -<dt><tt><i>crudetype</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/crudetype.zip">dviware/crudetype</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/crudetype.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/crudetype/">browse</a>) -<dt><tt><i>detex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/detex.zip">support/detex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/detex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/detex/">browse</a>) -<dt><tt><i>dvi2tty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/dviware/dvi2tty.zip">dviware/dvi2tty</a> (<a href="ftp://cam.ctan.org/tex-archive/dviware/dvi2tty.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/dviware/dvi2tty/">browse</a>) -<dt><tt><i>l2a</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/l2a.zip">support/l2a</a> (<a href="ftp://cam.ctan.org/tex-archive/support/l2a.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/l2a/">browse</a>) -<dt><tt><i>screen.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex209/contrib/misc/screen.sty">macros/latex209/contrib/misc/screen.sty</a> -<dt><tt><i>tex2mail</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/tex2mail.zip">support/tex2mail</a> (<a href="ftp://cam.ctan.org/tex-archive/support/tex2mail.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/tex2mail/">browse</a>) -<dt><tt><i>txt</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/txt.zip">support/txt</a> (<a href="ftp://cam.ctan.org/tex-archive/support/txt.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/txt/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=toascii">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=toascii</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tocbibind.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tocbibind.html deleted file mode 100644 index 4e8fc66bf64..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tocbibind.html +++ /dev/null @@ -1,62 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tocbibind</title> -</head><body> -<h3>Bibliography, index, etc., in TOC</h3> -<p/>The standard LaTeX classes (and many others) use <code>\</code><code>section*</code> or -<code>\</code><code>chapter*</code> for auto-generated parts of the document (the tables of -contents, lists of figures and tables, the bibliography and the index). As a -result, these items aren’t numbered (which most people don’t mind), -and (more importantly) they don’t appear in the table of contents. -<p/>The correct solution (as always) is to have a class of your own that -formats your document according to your requirements. The macro to do -the job (<code>\</code><code>addcontentsline</code>) is fairly simple, but there is always -an issue of ensuring that the contents entry quotes the correct page. -Supposing that our the document is chapter-based (class <i>report</i> -or <i>book</i>, for example), the text: -<blockquote> -<pre> -\bibliography{frooble} -\addcontentsline{toc}{chapter}{Bibliography} -</pre> -</blockquote><p> -will produce the <em>wrong</em> answer if the bibliography is more than -one page long. Instead, one should say: -<blockquote> -<pre> -\cleardoublepage -\addcontentsline{toc}{chapter}{Bibliography} -\bibliography{frooble} -</pre> -</blockquote><p> -(Note that <code>\</code><code>cleardoublepage</code> does the right thing, even if your -document is single-sided — in that case, it’s a synonym for -<code>\</code><code>clearpage</code>). Ensuring that the entry refers to the right place is -trickier still in a <code>\</code><code>section</code>-based class. -<p/>If you are using <i>hyperref</i> (which will link entries in the -table of contents to the relevant place in the file), a slight -adjustment is necessary: -<blockquote> -<pre> -\cleardoublepage -\phantomsection -\addcontentsline{toc}{chapter}{Bibliography} -\bibliography{frooble} -</pre> -</blockquote><p> -The extra command (<code>\</code><code>phantomsection</code>) gives <i>hyperref</i> -something to “hold on to” when making the link. -<p/>The common solution, therefore, is to use the <i>tocbibind</i> -package, which provides many facilities to control the way these -entries appear in the table of contents. -<p/>Classes of the <i>KOMA-script</i> bundle provide this functionality -as a set of class options (e.g., <code>bibtotoc</code> to add the -bibliography to the table of contents); the <i>memoir</i> class includes -<i>tocbibind</i> itself. -<dl> -<dt><tt><i>hyperref.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.zip">macros/latex/contrib/hyperref</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/hyperref.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/hyperref/">browse</a>) -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>tocbibind.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocbibind.zip">macros/latex/contrib/tocbibind</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocbibind.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/tocbibind/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tocbibind">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tocbibind</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tocloft.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tocloft.html deleted file mode 100644 index c82806db738..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tocloft.html +++ /dev/null @@ -1,32 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tocloft</title> -</head><body> -<h3>The format of the Table of Contents, etc.</h3> -<p/>The formats of entries in the table of contents (TOC) are -controlled by a number of internal commands (discussed in section 2.3 -of <a href="FAQ-books.html"><em>The LaTeX Companion</em></a>. The commands -<code>\</code><code>@pnumwidth</code>, <code>\</code><code>@tocrmarg</code> and <code>\</code><code>@dotsep</code> control the space -for page numbers, the indentation of the right-hand margin, and the -separation of the dots in the dotted leaders, respectively. The -series of commands named <code>\</code><code>l@<em>xxx</code></em>, where <code><em>xxx</em></code> -is the name of a sectional heading (such as <code>chapter</code> or -<code>section</code>, ...) control the layout of the corresponding -heading, including the space for section numbers. All these internal -commands may be individually redefined to give the effect that you -want. -<p/>Alternatively, the package <i>tocloft</i> provides a set of -user-level commands that may be used to change the TOC -formatting. Since exactly the same mechanisms are used for the List -of Figures and List of Tables, the layout of these sections may be -controlled in the same way. -<p/>The <i>KOMA-Script</i> classes provides an optional variant structure -for the table of contents, and calculates the space needed for the -numbers automatically. The <i>memoir</i> class includes the functionality -of <i>tocloft</i>. -<dl> -<dt><tt><i>KOMA script bundle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.zip">macros/latex/contrib/koma-script</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/koma-script.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/koma-script/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>tocloft.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocloft.zip">macros/latex/contrib/tocloft</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/tocloft.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/tocloft/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tocloft">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tocloft</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tocloftwrong.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tocloftwrong.html deleted file mode 100644 index 99f465581e9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tocloftwrong.html +++ /dev/null @@ -1,18 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tocloftwrong</title> -</head><body> -<h3>Numbers too large in table of contents, etc.</h3> -<p/>LaTeX constructs the table of contents, list of figures, tables, -and similar tables, on the basis of a layout specified in the class. -As a result, they do <em>not</em> react to the sizes of things in them, -as they would if a <code>tabular</code> environment (or something -similar) was used. -<p/>This arrangement can provoke problems, most commonly with deep section -nesting or very large page numbers: the numbers in question just don’t -fit in the space allowed for them in the class. -<p/>A separate answer discusses - -<a href="FAQ-tocloft.html">re-designing the tables</a> -and those techniques can be employed to make the numbers fit. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tocloftwrong">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tocloftwrong</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-toodeep.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-toodeep.html deleted file mode 100644 index cd84fa8cb06..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-toodeep.html +++ /dev/null @@ -1,58 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label toodeep</title> -</head><body> -<h3>“Too deeply nested”</h3> -<p/>This error appears when you start a LaTeX list. -<p/>LaTeX keeps track of the nesting of one list inside another. There -is a set of list formatting parameters built-in for application to -each of the list nesting levels; the parameters determine indentation, -item separation, and so on. The <code>list</code> environment (the -basis for list environments like <code>itemize</code> and -<code>enumerate</code>) “knows” there are only 6 of these sets. -<p/>There are also different label definitions for the -<code>enumerate</code> and <code>itemize</code> environments at -their own private levels of nesting. Consider this example: -<blockquote> -<pre> -\begin{enumerate} -\item first item of first enumerate - \begin{itemize} - \item first item of first itemize - \begin{enumerate} - \item first item of second enumerate - ... - \end{enumerate} - ... - \end{itemize} -... -\end{enumerate} -</pre> -</blockquote><p> -In the example, -<ul> -<li> the first <code>enumerate</code> has labels as for a - first-level <code>enumerate</code>, and is indented as for a - first-level list; -<li> the first <code>itemize</code> has labels as for a first level - <code>itemize</code>, and is indented as for a second-level list; - and -<li> the second <code>enumerate</code> has labels as for a - second-level <code>enumerate</code>, and is indented as for a - third-level list. -</ul> -Now, as well as LaTeX <em>knowing</em> that there are 6 sets of -parameters for indentation, it also <em>knows</em> that there are only -4 types of labels each, for the environments <code>enumerate</code> -and <code>itemize</code> (this “knowledge” spells out a requirement -for class writers, since the class supplies the sets of parameters). -<p/>From the above, we can deduce that there are several ways we can run -out of space: we can have 6 lists (of any sort) nested, and try to -start a new one; we can have 4 <code>enumerate</code> environments -somewhere among the set of nested lists, and try to add another one; -and we can have 4 <code>itemize</code> environments somewhere among -the set of nested lists, and try to add another one. -<p/>What can be done about the problem? Not much, short of rewriting -LaTeX — you really need to rewrite your document in a slightly -less labyrinthine way. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=toodeep">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=toodeep</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-topgraph.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-topgraph.html deleted file mode 100644 index 05632d25f2f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-topgraph.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label topgraph</title> -</head><body> -<h3>Top-aligning imported graphics</h3> -<p/>When TeX sets a line of anything, it ensures that the base-line of -each object in the line is at the same level as the base-line of the -final object. (Apart, of course, from <code>\</code><code>raisebox</code> commands...) -<p/>Most imported graphics have their base-line set at the bottom of the -picture. When using packages such as <i>subfig</i>, one often -wants to align figures by their tops. The following odd little bit of -code does this: -<blockquote> -<pre> -\vtop{% - \vskip0pt - \hbox{% - \includegraphics{figure}% - }% -} -</pre> -</blockquote><p> -The <code>\</code><code>vtop</code> primitive sets the base-line of the resulting object to -that of the first “line” in it; the <code>\</code><code>vskip</code> creates the illusion -of an empty line, so <code>\</code><code>vtop</code> makes the very top of the box into the -base-line. -<p/>In cases where the graphics are to be aligned with text, there is a -case for making the base-line one ex-height below the top of the box, -as in: -<blockquote> -<pre> -\vtop{% - \vskip-1ex - \hbox{% - \includegraphics{figure}% - }% -} -</pre> -</blockquote><p> -A more LaTeX-y way of doing the job (somewhat inefficiently) uses -the <i>calc</i> package: -<blockquote> -<pre> -\usepackage{calc} -... -\raisebox{1ex-\height}{\includegraphics{figure}} -</pre> -</blockquote><p> -(this has the same effect as the text-align version, above). -<p/>The fact is, <em>you</em> may choose where the base-line ends up. This -answer merely shows you sensible choices you might make. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=topgraph">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=topgraph</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tradesyms.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tradesyms.html deleted file mode 100644 index dfea790f4fb..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tradesyms.html +++ /dev/null @@ -1,30 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tradesyms</title> -</head><body> -<h3>How to get copyright, trademark, etc.</h3> -<p/>The “ -<a href="FAQ-symbols.html">Comprehensive symbol list</a>”, lists -the symbol commands <code>\</code><code>textcopyright</code>, -<code>\</code><code>textregistered</code> and <code>\</code><code>texttrademark</code>, which are available in -TS1-encoded fonts, and which are enabled using the -<i>textcomp</i> package. -<p/>In fact, all three commands are enabled in default LaTeX, but the -glyphs you get aren’t terribly beautiful. In particular, -<code>\</code><code>textregistered</code> behaves oddly when included in bold text (for -example, in a section heading), since it is composed of a small-caps -letter, which typically degrades to a regular shape letter when asked -to set in a bold font. This means that the glyph becomes a circled -“r”, whereas the proper symbol is a circled “R”. -<p/>This effect is of course avoided by use of <i>textcomp</i>. -<p/>Another problem arises if you want <code>\</code><code>textregistered</code> in a -superscript position (to look similar to <code>\</code><code>texttrademark</code>). -Using a maths-mode superscript to do this provokes lots of pointless -errors: you <em>must</em> use -<blockquote> -<pre> -\textsuperscript{\textregistered} -</pre> -</blockquote><p> -<p/> -<p/><p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tradesyms">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tradesyms</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-triptrap.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-triptrap.html deleted file mode 100644 index b08faeb6596..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-triptrap.html +++ /dev/null @@ -1,28 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label triptrap</title> -</head><body> -<h3>How can I be sure it’s really TeX?</h3> -<p/>TeX (and Metafont and MetaPost) are written in a - - <a href="FAQ-lit.html">‘literate’ programming</a> language called Web -which is designed to be portable across a wide range of computer -systems. How, then, is a new version of TeX checked? -<p/>Of course, any sensible software implementor will have his own suite -of tests to check that his software runs: those who port TeX and -its friends to other platforms do indeed perform such tests. -<p/>Knuth, however, provides a ‘conformance test’ for both TeX -(<code>trip</code>) and Metafont (<code>trap</code>). - -He characterises these as ‘torture tests’: they are designed not to -check the obvious things that ordinary typeset documents, or font -designs, will exercise, but rather to explore small alleyways off the -main path through the code of TeX. They are, to the casual reader, -pretty incomprehensible! -<p/>Once an implementation of TeX has passed its <code>trip</code> test, or an -implementation of Metafont has passed its <code>trap</code> test, then it may -in principle be distributed as a working version. (In practice, any -distributor would test new versions against “real” documents or -fonts, too; <code>trip</code> and <code>trap</code> don’t actually test any -for real world problems. -<p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=triptrap">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=triptrap</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tutbitslatex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tutbitslatex.html deleted file mode 100644 index eacc105e158..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tutbitslatex.html +++ /dev/null @@ -1,92 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tutbitslatex</title> -</head><body> -<h3>Specialised (La)TeX tutorials</h3> -<p/>The AMS publishes a “Short Math Guide for LaTeX”, which is -available (in several formats) via -<a href="http://www.ams.org/tex/short-math-guide.html">http://www.ams.org/tex/short-math-guide.html</a> -<p/>Herbert Voss is developing a parallel document, that is also very -useful; it’s part of his “<a href="FAQ-doc-dirs.html">tips and tricks</a>” and -a copy is maintained on CTAN. - -<p/>Two documents written more than ten years apart about font usage in -TeX are worth reading: -<a href="href=’http://www.tug.org/TUGboat/Articles/tb14-2/tb39rahtz-nfss.pdf">Essential NFSS</a> -by Sebastian Rahtz, and -<a href="http://tug.org/pracjourn/2006-1/schmidt/schmidt.pdf">Font selection in LaTeX</a>, -cast in the form of an FAQ, by Walter Schmidt. A general -compendium of font information (including the two above) may be found -on the <a href="http://www.tug.org/fonts/">TUG web site</a>. -<p/>Peter Smith’s - - - “<a href="http://www.phil.cam.ac.uk/teaching_staff/Smith/LaTeX/">LaTeX for Logicians</a>” -covers a rather smaller subject area, but is similarly comprehensive -(mostly by links to documents on relevant topics, rather than as a -monolithic document). -<p/>Keith Reckdahl’s “Using Imported Graphics in LaTeX2e” is an -excellent introduction to graphics use. It’s available on -CTAN, but the sources aren’t available (promised “some time -soon”). -<p/>Kjell Magne Fauske offers a set of examples of the use of the drawing -packages -<a href="FAQ-drawing.html">PGF and TikZ</a>; the -<a href="http://www.fauskes.net/pgftikzexamples/">examples catalogue</a> -includes examples (with output) from the package documentation as well -as code written by the author himself. -<p/>Vincent Zoonekynd provides a set of excellent (and graphic) tutorials -on the programming of -<a href="http://zoonek.free.fr/LaTeX/LaTeX_samples_title/0.html">title page styles</a>, -<a href="http://zoonek.free.fr/LaTeX/LaTeX_samples_chapter/0.html">chapter heading styles</a> -and -<a href="http://zoonek.free.fr/LaTeX/LaTeX_samples_section/0.html">section heading styles</a>. -In each file, there is a selection of graphics representing an output -style, and for each style, the code that produces it is shown. -<p/>An invaluable step-by-step setup guide for establishing a “work -flow” through your (La)TeX system, so that output appears at the -correct size and position on standard-sized paper, and that the print -quality is satisfactory, is Mike Shell’s <i>testflow</i>. The -tutorial consists of a large plain text document, and there is a -supporting LaTeX file together with correct output, both in PostScript and -PDF, for each of A4 and “letter” paper sizes. The -complete kit is available on CTAN (distributed with the -author’s macros for papers submitted for IEEE publications). -The issues are also covered in a later -<a href="FAQ-dvips-pdf.html">FAQ answer</a>. -<p/>Documentation of Japanese TeX use appears at least twice on the web: -Haruhiko Okumura’s page on - -<a href="http://oku.edu.mie-u.ac.jp/~okumura/texfaq/japanese/">typesetting Japanese with Omega</a> -(the parent page is in Japanese, so out of the scope of this -FAQ). -<p/>One “Tim” documents pTeX (a TeX system widely used in Japan) -in his - - - “<a href="http://www.users.waitrose.com/~nihilist/English_Notes_on_pTex.pdf">English notes on pTeX</a>”. -<p/>Some university departments make their local documentation available -on the web. Most straightforwardly, there’s the simple translation of -existing documentation into HTML, for example the INFO -documentation of the (La)TeX installation, of which a sample is the -LaTeX documentation available at -<a href="http://www.tac.dk/cgi-bin/info2www?(latex)">http://www.tac.dk/cgi-bin/info2www?(latex)</a> -<p/>More ambitiously, some university departments have enthusiastic -documenters who -make public record of their (La)TeX support. For example, Tim Love -(of Cambridge University Engineering Department) maintains his -deparment’s pages at -<a href="http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/">http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/</a> - - - - - -<dl> -<dt><tt><i>Graphics in LaTeX2e</i></tt><dd>the - document is available in PostScript and PDF formats as - <a href="ftp://cam.ctan.org/tex-archive/info/epslatex/english/epslatex.ps">info/epslatex/english/epslatex.ps</a> and <a href="ftp://cam.ctan.org/tex-archive/info/epslatex/english/epslatex.pdf">info/epslatex/english/epslatex.pdf</a> respectively -<dt><tt><i>testflow</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/IEEEtran/testflow/">macros/latex/contrib/IEEEtran/testflow/</a> -<dt><tt><i>Herbert Voss’s Maths tutorial</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/math/voss/mathmode/Mathmode.pdf">info/math/voss/mathmode/Mathmode.pdf</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tutbitslatex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tutbitslatex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tutorialstar.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tutorialstar.html deleted file mode 100644 index a40e4a8ec57..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tutorialstar.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tutorials*</title> -</head><body> -<h3>(La)TeX Tutorials, etc.</h3> -<p/>From a situation where every (La)TeX user <em>had</em> to buy a book -if she was not to find herself groping blindly along, we now have what -almost amounts to an embarrassment of riches of online documentation. -The following answers attempt to create lists of sources “by topic”. -<p/>First we have introductory manuals, for -<a href="FAQ-man-tex.html">Plain TeX</a> and <a href="FAQ-man-latex.html">LaTeX</a>. -<p/>Next comes a selection of -<a href="FAQ-tutbitslatex.html">“specialised” (La)TeX tutorials</a>, -each of which concentrates on a single LaTeX topic. -<p/>A couple of reference documents (it would be good to have more) are -listed in an <a href="FAQ-ref-doc.html">answer of their own</a>. -<p/>Next comes the (rather new) field of -<a href="FAQ-doc-wiki.html">TeX-related WIKIs</a>. -<p/>A rather short list gives us a -<a href="FAQ-typo-style.html">Typography style tutorial</a>. -<p/>Finally, we have a set of links to -<a href="FAQ-doc-dirs.html">Directories of (La)TeX information</a>, and details -of some “<a href="FAQ-ol-books.html">books</a>” that were once published -conventionally, but are now available on-line. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tutorials*">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tutorials*</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-twooptarg.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-twooptarg.html deleted file mode 100644 index bb7b1a8208c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-twooptarg.html +++ /dev/null @@ -1,78 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label twooptarg</title> -</head><body> -<h3>More than one optional argument</h3> -<p/>If you’ve already read -“<a href="FAQ-moren9.html">breaking the 9-argument limit</a>”. -you can probably guess the “simple” solution to this problem: -command relaying. -<p/>LaTeX allows commands with a single optional argument thus: -<pre> - \newcommand{\blah}[1][Default]{...} -</pre> -<p/>You may legally call such a command either with its optional argument -present, as -<code>\</code><code>blah[nonDefault]</code> or without, as <code>\</code><code>blah</code>; in the latter -case, the code of <code>\</code><code>blah</code> will have an argument of <code>Default</code>. -<p/>To define a command with two optional arguments, we use the relaying -technique, as follows: -<pre> - \newcommand{\blah}[1][Default1]{% - \def\ArgI{{#1}}% - \BlahRelay - } - \newcommand\BlahRelay[1][Default2]{% - % the first optional argument is now in - % \ArgI - % the second is in #1 - ...% - } -</pre> -Of course, <code>\</code><code>BlahRelay</code> may have as many mandatory arguments as are -allowed, after allowance for the one taken up with its own -optional argument — that is, 8. -<p/>Variants of <code>\</code><code>newcommand</code> (and friends), with names like -<code>\</code><code>newcommandtwoopt</code>, are available in the <i>twoopt</i> package. -However, if you can, it’s probably better to learn to write the commands -yourself, just to see why they’re not even a good idea from the -programming point of view. -<p/>A command with two optional arguments strains the limit of what’s -sensible: obviously you can extend the technique to provide as many -optional arguments as your fevered imagination can summon. However, -see the comments on the use of the <i>keyval</i> package, in -“<a href="FAQ-moren9.html">breaking the 9-argument limit</a>”, -which offers an alternative way forward. -<p/>If you must, however, consider the <i>optparams</i> or -<i>xargs</i> packages. <i>Optparams</i> -provides a <code>\</code><code>optparams</code> command that you use as an intermediate in -defining commands with up to nine optional arguments. The -documentation shows examples of commands with four optional arguments -(and this from an author who has his own key-value package!). -<p/>The <i>xargs</i> package uses a key-value package -(<i>xkeyval</i>) to <em>define</em> the layout of the optional -arguments. Thus -<blockquote> -<pre> -\usepackage{xargs} -... -\newcommandx{\foo}[3][1=1, 3=n]{...} -</pre> -</blockquote><p> -defines a command <code>\</code><code>foo</code> that has an optional first argument -(default 1), a mandatory second argument, and an optional third -argument (default n). -<p/>An alternative approach is offered by Scott Pakin’s -<i>newcommand</i> program, which takes a command name and a -definition of a set of command arguments (in a fairly -readily-understood language), and emits (La)TeX macros which enable -the command to be defined. The command requires that a -<i>Python</i> interpreter (etc.) be installed on your computer. -<dl> -<dt><tt><i>newcommand.py</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/newcommand.zip">support/newcommand</a> (<a href="ftp://cam.ctan.org/tex-archive/support/newcommand.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/newcommand/">browse</a>) -<dt><tt><i>optparams.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sauerj.zip">macros/latex/contrib/sauerj</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/sauerj.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/sauerj/">browse</a>) -<dt><tt><i>twoopt.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) -<dt><tt><i>xargs.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/xargs.zip">macros/latex/contrib/xargs</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/xargs.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/xargs/">browse</a>) -<dt><tt><i>xkeyval.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/xkeyval.zip">macros/latex/contrib/xkeyval</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/xkeyval.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/xkeyval/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=twooptarg">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=twooptarg</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-type1T1.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-type1T1.html deleted file mode 100644 index cf1e34853d4..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-type1T1.html +++ /dev/null @@ -1,106 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label type1T1</title> -</head><body> -<h3>Finding ‘8-bit’ Type 1 fonts</h3> -<!-- eight --> -<p/>Elsewhere, answers to these FAQs recommend that you use an -‘8-bit’ font to permit -<a href="FAQ-hyphenaccents.html">accentuation of inflected languages</a>, -and also recommend the use of Type 1 fonts to ensure that -you get <a href="FAQ-fuzzy-type3.html">good quality PDF</a>. These -recommendations used to be contradictory: one could not just -“switch” from the free CM fonts to free Cork- (or similarly) -encoded Type 1 fonts. The first approach that started to alleviate -these problems, was the development of virtual fonts that make -a good approach to the Cork encoding (see below). Now, however, we -have “true” Type 1 fonts available: as always, we have an -embarrassment of riches with three free alternatives, and one -commercial and one shareware version. -<p/><i>CM-super</i> is an -auto-traced set which encompasses all of the T1 and TS1 -encodings as well as the T2* series (the family of encodings -that cover languages based on Cyrillic alphabets). These fonts are -pretty easy to install (the installation instructions are clear), but -they are huge: don’t try to install them if you’re short of disc -space. -<p/><i>CM-LGC</i> is a similar “super-font” set, but of much more -modest size; it covers T1, TS1 and T2{A} -encodings (as does <i>CM-super</i>, and also covers the LGR -encoding (for typesetting Greek, based on Claudio Beccari’s Metafont -sources). <i>CM-LGC</i> manages to be small by going to the -opposite extreme from <i>CM-super</i>, which includes fonts at all -the sizes supported by the original EC (a huge range); -<i>CM-LGC</i> has one font per font shape, getting other sizes by -scaling. There is an inevitable loss of quality inherent in this -approach, but for the disc-space-challenged machine, <i>CM-LGC</i> -is an obvious choice. -<p/><i>Tt2001</i> is a simple scan of the EC and TC -fonts, and has some virtues — it’s noticeably smaller than -<i>CM-super</i> while being less stark than <i>CM-LGC</i>. -<p/><i>Latin</i> <i>Modern</i> is produced using the -program <a href="FAQ-textrace.html"><i>MetaType1</i></a>. The -<i>Latin</i> <i>Modern</i> set comes with T1, TS1 -LY1 encoded variants (as well as a variant using the Polish -QX encoding); for the glyph set it covers, its outlines seem -rather cleaner than those of <i>CM-super</i>. <i>Latin</i> -<i>Modern</i> is more modest in its disc space demands than is -<i>CM-super</i>, while not being nearly as stark in its range of -design sizes as is <i>CM-LGC</i> — <i>Latin</i> -<i>Modern</i>’s fonts are offered in the same set of sizes as the -original <i>CM</i> fonts. It’s hard to argue with the choice: -Knuth’s range of sizes has stood the test of time, and is one of the -bases on which the excellence of the TeX system rests. -<p/><a href="FAQ-virtualfonts.html">Virtual fonts</a> help us deal with the problem, -since they allow us to map “bits of DVI file” to single -characters in the virtual font; so we can create an “é” character -by recreating the DVI commands that would result from the code -“<code>\</code><code>’</code><code>e</code>”. However, since this involves two characters being -selected from a font, the arrangement is sufficient to fool -<i>Acrobat</i> <i>Reader</i>: you can’t use the program’s -facilities for searching for text that contains inflected characters, -and if you <em>cut</em> text from a window that contains such a -character, you’ll find something unexpected (typically the accent and -the ‘base’ characters separated by a space) when you <i>paste</i> -the result. However, if you can live with this difficulty, virtual -fonts are a useful and straightforward solution to the problem. -<p/>There are two virtual-font offerings of CM-based 8-bit -fonts — the <i>ae</i> (“almost EC”) and -<i>zefonts</i> sets; the <i>zefonts</i> set has wider coverage -(though the <i>ae</i> set may be extended to offer guillemets by -use of the <i>aeguill</i> package). Neither offers characters such -as <code>eth</code> and <code>thorn</code> (used in, for example, in -Icelandic), but the <i>aecompl</i> package works with the -<i>ae</i> fonts to provide the missing characters from the -EC fonts (i.e., as bitmaps). -<p/>The sole remaining commercial CM-like 8-bit font comes from -Micropress, who offer the complete EC set -in Type 1 format, as part of their range of outline versions of fonts -that were originally distributed in Metafont format. See -<a href="FAQ-commercial.html">“commercial distributions”</a>. -<p/>The shareware -<a href="FAQ-TeXsystems.html">BaKoMa TeX distribution</a> offers a -set of Type 1 EC fonts, as an extra shareware option. (As far -as the present author can tell, these fonts are <em>only</em> available -to users of BaKoMa TeX: they are stored in an archive format that -seems not to be publicly available.) -<p/>Finally, you can use one of the myriad text fonts available in Type 1 -format (with appropriate PSNFSS metrics for T1 encoding, -or metrics for some other 8-bit encoding such as LY1). However, -if you use someone else’s text font (even something as simple as -Adobe’s Times family) you have to find a matching family of -mathematical fonts, which is a non-trivial undertaking — -see <a href="FAQ-psfchoice.html">“choice of scalable fonts”</a>. -<dl> -<dt><tt><i>ae fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ae.zip">fonts/ae</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ae.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ae/">browse</a>) -<dt><tt><i>aecompl.sty</i></tt><dd>Distributed with <a href="ftp://cam.ctan.org/tex-archive/fonts/ae.zip">fonts/ae</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ae.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ae/">browse</a>) -<dt><tt><i>aeguill.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/aeguill.zip">macros/latex/contrib/aeguill</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/aeguill.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/aeguill/">browse</a>) -<dt><tt><i>BaKoMa fonts</i></tt><dd>Browse <a href="http://www.tex.ac.uk/tex-archive/systems/win32/bakoma/fonts/">systems/win32/bakoma/fonts/</a> -<dt><tt><i>CM-LGC fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-lgc.zip">fonts/ps-type1/cm-lgc</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-lgc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-lgc/">browse</a>) -<dt><tt><i>CM-super fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.zip">fonts/ps-type1/cm-super</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/cm-super.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super/">browse</a>) (beware: - very large download) -<dt><tt><i>Latin Modern fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/lm.zip">fonts/lm</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/lm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/lm/">browse</a>) -<dt><tt><i>tt2001 fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/tt2001.zip">fonts/ps-type1/tt2001</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/ps-type1/tt2001.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/tt2001/">browse</a>) -<dt><tt><i>zefonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/zefonts.zip">fonts/zefonts</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/zefonts.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/zefonts/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=type1T1">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=type1T1</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-typebooks.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-typebooks.html deleted file mode 100644 index a898295a03c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-typebooks.html +++ /dev/null @@ -1,51 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label typebooks</title> -</head><body> -<h3>Books on Type</h3> -<p/> The following is a partial listing of books on typography in general. -Of these, Bringhurst seems to be the one most often recommended. -<dl> -<dt>The Elements of Typographic Style<dd>by Robert Bringhurst - (Hartley & Marks, 1992, ISBN 0-88179-033-8) -<dt>Finer Points in the Spacing & Arrangement of Type<dd>by Geoffrey Dowding - (Hartley & Marks, 1996, ISBN 0-88179-119-9) -<dt>The Thames & Hudson Manual of Typography<dd>by Ruari McLean - (Thames & Hudson, 1980, ISBN 0-500-68022-1) -<dt>The Form of the Book<dd>by Jan Tschichold - (Lund Humphries, 1991, ISBN 0-85331-623-6) -<dt>Type & Layout<dd>by Colin Wheildon - (Strathmore Press, 2006, ISBN 1-875750-22-3) -<dt>The Design of Books<dd>by Adrian Wilson - (Chronicle Books, 1993, ISBN 0-8118-0304-X) -<dt>Optical Letter Spacing<dd>by David Kindersley and Lida Cardozo Kindersley - - (<a href="http://www.kindersleyworkshop.co.uk/">The Cardozo Kindersley Workshop</a> - 2001, ISBN 1-874426-139) -</dl> -<p/> There are many catalogues of type specimens but the following books provide -a more interesting overall view of types in general and some of their history. -<dl> -<dt>Alphabets Old & New<dd>by Lewis F. Day - (Senate, 1995, ISBN 1-85958-160-9) -<dt>An Introduction to the History of Printing Types<dd>by Geoffrey Dowding - (British Library, 1998, UK ISBN 0-7123-4563-9; USA ISBN 1-884718-44-2) -<dt>The Alphabet Abecedarium<dd>by Richard A. Firmage - (David R. Godine, 1993, ISBN 0-87923-998-0) -<dt>The Alphabet and Elements of Lettering<dd>by Frederick Goudy - (Dover, 1963, ISBN 0-486-20792-7) -<dt>Anatomy of a Typeface<dd>by Alexander Lawson - (David R. Godine, 1990, ISBN 0-87923-338-8) -<dt>A Tally of Types<dd>by Stanley Morison - (David R. Godine, 1999, ISBN 1-56792-004-7) -<dt>Counterpunch<dd>by Fred Smeijers - (Hyphen, 1996, ISBN 0-907259-06-5) -<dt>Treasury of Alphabets and Lettering<dd>by Jan Tschichold - (W. W. Norton, 1992, ISBN 0-393-70197-2) -<dt>A Short History of the Printed Word<dd>by Warren Chappell and - Robert Bringhurst (Hartley & Marks, 1999, ISBN 0-88179-154-7) -</dl> -<p/> The above lists are limited to books published in English. Typographic -styles are somewhat language-dependent, and similarly the ‘interesting’ fonts -depend on the particular writing system involved. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=typebooks">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=typebooks</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-typend.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-typend.html deleted file mode 100644 index 76ef208ec98..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-typend.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label typend</title> -</head><body> -<h3>“Please type a command or say <code>\</code><code>end</code>”</h3> -<p/>Sometimes, when you are running (La)TeX, it will abruptly stop and -present you with a prompt (by default, just a <code>*</code> character). Many -people (including this author) will reflexively hit the ‘return’ -key, pretty much immediately, and of course this is no help at all — -TeX just says: -<pre> -(Please type a command or say `\end') -</pre> -and prompts you again. -<p/>What’s happened is that your (La)TeX file has finished prematurely, -and TeX has fallen back to a supposed including file, from the -terminal. This could have happened simply because you’ve omitted -the <code>\</code><code>bye</code> (Plain TeX), <code>\</code><code>end{document}</code> (LaTeX), or -whatever. Other common errors are failure to close the braces round a -command’s argument, or (in LaTeX) failure to close a verbatim -environment: in such cases you’ve already read and accepted an -error message about encountering end of file while scanning something. -<p/>If the error is indeed because you’ve forgotten to end your document, -you can insert the missing text: if you’re running Plain TeX, the -advice, to “say <code>\</code><code>end</code>” is good enough: it will kill the run; if -you’re running LaTeX, the argument will be necessary: -<code>\</code><code>end{document}</code>. -<p/>However, as often as not this isn’t the problem, and (short of -debugging the source of the document before ending) brute force is -probably necessary. Excessive force (killing the job that’s -running TeX) is to be avoided: there may well be evidence in the -<code>.log</code> file that will be useful in determining what the -problem is — so the aim is to persuade TeX to shut itself down -and hence flush all log output to file. -<p/>If you can persuade TeX to read it, an end-of-file indication -(control-<code>D</code> under Unix, control-<code>Z</code> under Windows) will provoke -TeX to report an error and exit immediately. Otherwise you should -attempt to provoke an error dialogue, from which you can exit (using -the <code>x</code> ‘command’). An accessible error could well be inserting an -illegal character: what it is will depend on what macros you are -running. If you can’t make that work, try a silly command name or -two. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=typend">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=typend</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-typo-style.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-typo-style.html deleted file mode 100644 index 37d738baf04..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-typo-style.html +++ /dev/null @@ -1,25 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label typo-style</title> -</head><body> -<h3>Typography tutorials</h3> -<p/>There’s also (at least one) typographic style tutorial available on -the Web, the excellent -“<a href="http://www.nbcs.rutgers.edu/~hedrick/typography/typography.janson-syntax.107514.pdf">Guidelines for Typography in NBCS</a>”. -In fact, its -<a href="http://www.nbcs.rutgers.edu/~hedrick/typography/index.html">parent page</a> -is also worth a read: among other things, it provides copies of the -“guidelines” document in a wide variety of primary fonts, for -comparison purposes. The author is careful to explain that he has no -ambition to supplant such excellent books as -<a href="FAQ-typebooks.html">Bringhurst’s</a>, but the document (though it does -contain its Rutgers-local matter) is a fine introduction to the issues -of producing readable documents. -<p/>Peter Wilson’s manual for his <i>memoir</i> class has a lengthy -introductory section on typographic considerations, which is a fine -tutorial, written by someone who is aware of the issues as they apply -to (La)TeX users. -<dl> -<dt><tt><i>memoir distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=typo-style">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=typo-style</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-underline.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-underline.html deleted file mode 100644 index f3d4e83a58d..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-underline.html +++ /dev/null @@ -1,39 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label underline</title> -</head><body> -<h3>Underlined text won’t break</h3> -<p/>Knuth made no provision for underlining text: he took the view that -underlining is not a typesetting operation, but rather one that -provides emphasis on typewriters, which typically offer but one -typeface. The corresponding technique in typeset text is to switch -from upright to italic text (or vice-versa): the LaTeX command -<code>\</code><code>emph</code> does just that to its argument. -<p/>Nevertheless, typographically illiterate people (such as those that -specify double-spaced -<a href="FAQ-linespace.html">thesis styles</a>) -continue to require underlining of us, so LaTeX as distributed -defines an <code>\</code><code>underline</code> command that applies the mathematical -‘underbar’ operation to text. This technique is not entirely -satisfactory, however: the text gets stuck into a box, and won’t break -at line end. -<p/>Two packages are available that solve this problem. The -<i>ulem</i> package redefines the -<code>\</code><code>emph</code> command to underline its argument; the underlined text thus -produced behaves as ordinary emphasised text, and will break over the -end of a line. (The package is capable of other peculiar effects, -too: read its documentation, contained within the file itself.) -The <i>soul</i> package defines an <code>\</code><code>ul</code> command (after which the -package is, in part, named) that underlines running text. -<p/>Beware of <i>ulem</i>’s default behaviour, which is to convert the -<code>\</code><code>emph</code> command into an underlining command; this can be avoided by -loading the package with: -<pre> - \usepackage[normalem]{ulem} -</pre> -Documentation of <i>ulem</i> is in the package itself. -<dl> -<dt><tt><i>ulem.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/ulem.sty">macros/latex/contrib/misc/ulem.sty</a> -<dt><tt><i>soul.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/soul.zip">macros/latex/contrib/soul</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/soul.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/soul/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=underline">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=underline</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-underscore.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-underscore.html deleted file mode 100644 index 6008a15a443..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-underscore.html +++ /dev/null @@ -1,42 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label underscore</title> -</head><body> -<h3>How to use the underscore character</h3> -<p/>The underscore character ‘<code>_</code>’ is ordinarily used in -TeX to indicate a subscript in maths mode; if you type -<code>_</code>, on its own, in the course of ordinary text, TeX will -complain. If you’re writing a document which will contain a large -number of underscore characters, the prospect of typing -<code>\</code><code>_</code> (or, worse, <code>\</code><code>textunderscore</code>) for every one of -them will daunt most ordinary people. -<p/>Moderately skilled macro programmers can readily generate a quick hack -to permit typing ‘<code>_</code>’ to mean ‘text underscore’. -However, the code <em>is</em> somewhat tricky, and more importantly -there are significant points where it’s easy to get it wrong. There -is therefore a package <i>underscore</i> which provides a general -solution to this requirement. -<p/>There is a problem, though: OT1 text fonts don’t contain an -underscore character, unless they’re in the typewriter version of the -encoding (used by fixed-width fonts such as <code>cmtt</code>). So either -you must ensure that your underscore characters only occur in text set -in a typewriter font, or you must use a more modern encoding, such as -T1, which has the same layout for every font, and thus an -underscore in every font. -<p/>If the requirement is only for occasional uses of underscores, it may -be acceptable to use the following construct: -<blockquote> -<pre> -\def\us{\char`\_} -... -\texttt{create\us process} -</pre> -</blockquote><p> -The construction isn’t in the least robust (in the normal English -sense of the word), but it <em>is</em> robust under expansion (i.e., the -LaTeX sense of the word); so use it with care, but don’t worry -about section headings and the like. -<dl> -<dt><tt><i>underscore.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/underscore.sty">macros/latex/contrib/misc/underscore.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=underscore">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=underscore</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-unkgrfextn.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-unkgrfextn.html deleted file mode 100644 index e7a74af855f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-unkgrfextn.html +++ /dev/null @@ -1,64 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label unkgrfextn</title> -</head><body> -<h3>“Unknown graphics extension”</h3> -<p/>The LaTeX graphics package deals with several different types of -DVI (or other) output drivers; each one of them has a potential -to deal with a different selection of graphics formats. The package -therefore has to be told what graphics file types its output driver -knows about; this is usually done in the <<i>driver</i>><code>.def</code> file -corresponding to the output driver you’re using. -<p/>The error message arises, then, if you have a graphics file whose -extension doesn’t correspond with one your driver knows about. Most -often, this is because you’re being optimistic: asking -<i>dvips</i> to deal with a <code>.png</code> file, or PDFTeX to deal with -a <code>.eps</code> file: the solution in this case is to transform the graphics -file to a format your driver knows about. -<p/>If you happen to <em>know</em> that your device driver deals with the -format of your file, you are probably falling foul of a limitation of -the file name parsing code that the graphics package uses. Suppose -you want to include a graphics file <i>home.bedroom.eps</i> using the -<i>dvips</i> driver; the package will conclude that your file’s -extension is <code>.bedroom.eps</code>, and will complain. -<p/>The <i>grffile</i> package deals with the last problem (and -others — see the package documentation); using the package, you may -write: -<blockquote> -<pre> -\usepackage{graphicx} -\usepackage{grffile} -... -\includegraphics{home.bedroom.eps} -</pre> -</blockquote><p> -or you may even write -<blockquote> -<pre> -\includegraphics{home.bedroom} -</pre> -</blockquote><p> -and <i>graphicx</i> will find a <code>.eps</code> or <code>.pdf</code> -(or whatever) version, according to what version of (La)TeX you’re -running. -<p/>If for some reason you can’t use <i>grffile</i>, you have three -unsatisfactory alternatives: -<ul> -<li> Rename the file — for example <i>home.bedroom.eps</i>-> - <i>home-bedroom.eps</i> -<li> Mask the first dot in the file name: -<pre> -\newcommand*{\DOT}{.} -\includegraphics{home\DOT bedroom.eps} -</pre> -<li> Tell the graphics package what the file is, by means of options - to the <code>\</code><code>includegraphics</code> command: - -<pre> -\includegraphics[type=eps,ext=.eps,read=.eps]{home.bedroom} -</pre> -</ul> -<dl> -<dt><tt><i>grffile.sty</i></tt><dd>Distributed as part of the <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.zip">macros/latex/contrib/oberdiek</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/oberdiek.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/oberdiek/">browse</a>) collection -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=unkgrfextn">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=unkgrfextn</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uploads.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uploads.html deleted file mode 100644 index ecce4105cf8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uploads.html +++ /dev/null @@ -1,63 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label uploads</title> -</head><body> -<h3>Contributing a file to the archives</h3> -<p/>You have something to submit to the archive — great! Before we even -start, here’s a check-list of things to sort out: -<ol> -<li> Licence: in the spirit of TeX, we hope for free software; in - the spirit of today’s lawyer-enthralled society, CTAN - provides a - <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/licenses.html">list of “standard” licence statements</a>. -<li> Documentation: it’s good for users to be able to browse - documentation before downloading a package. You need at least a - plain text <i>README</i> file (exactly that name); in addition a - PDF file of the package documentation, prepared for screen - reading, is highly desirable. -<li> Name: endless confusion is caused by name clashes. If your - package has the same name as one already on CTAN, or if your - package installation generates files of the same name as something - in a “normal” distribution, the CTAN team will delay - installation while they check that you’re doing the right thing: - they may nag you to change the name, or to negotiate a take-over - with the author of the original package. - <a href="FAQ-findfiles.html">Browse the archive</a> to ensure uniqueness. -<p/> The name you choose should also (as far as possible) be somewhat - descriptive of what your submission actually <em>does</em>; while - “descriptiveness” is to some extent in the eye of the beholder, - it’s clear that names such as <i>mypackage</i> or <i>jiffy</i> - aren’t suitable. -</ol> -<p/>If you are able to use anonymous <i>ftp</i>, you can upload that -way. The file <i>README.uploads</i> on CTAN tells you -where to upload, what to upload, and how to notify the CTAN -management about what you want doing with your upload. -<p/>You may also upload via the Web: each of the principal CTAN -sites offers an upload page — choose from -<a href="http://www.ctan.org/upload.html">http://www.ctan.org/upload.html</a>, -<a href="http://www.dante.de/CTAN/upload.html">http://www.dante.de/CTAN/upload.html</a> or -<a href="http://www.tex.ac.uk/upload.html">http://www.tex.ac.uk/upload.html</a>; the pages lead you through the -process, showing you the information you need to supply. This method -enforces one file per upload: if you had intended to upload lots of -files, you need to bundle them into an ‘archive’ file of some sort; -acceptable formats are <code>.zip</code> and <code>.tar.gz</code> (or -<code>.tar.bz2</code>). -<p/>If you can use neither of these methods, or if you find something -confusing, ask advice of the - - <a href="mailto:ctan@dante.de">CTAN management</a>: -if the worst comes to the worst, it may be possible to mail a -contribution. This really is a last-resort route: none of the -CTAN sites is anyone’s regular workstation, so if you mail to -one of the maintainers, that maintainer then has to upload to -CTAN. -<p/>If it’s appropriate (if your package is large, or regularly updated), -the CTAN management can arrange to <i>mirror</i> your -contribution direct into the archive. At present this may only be -done if your contribution is available via <i>ftp</i>, and of -course the directory structure on your repository must ‘fit’. -<dl> -<dt><tt><i>README.uploads</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/README.uploads">README.uploads</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=uploads">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=uploads</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-upquot.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-upquot.html deleted file mode 100644 index 2a664630d7e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-upquot.html +++ /dev/null @@ -1,18 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label upquot</title> -</head><body> -<h3>Realistic quotes for verbatim listings</h3> -<p/>The <code>cmtt</code> font has “curly” quotes, -which are pleasing on the eye, but don’t really tally with what one -sees on a modern -<i>xterm</i>. -<p/>The appearance of these quotes is critical in program listings, -particularly in those of Unix-like shell scripts. The -<i>upquote</i> package modifies the behaviour of the -<code>verbatim</code> environment so that the output is a clearer -representation of what the user must type. -<dl> -<dt><tt><i>upquote.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/upquote/upquote.sty">macros/latex/contrib/upquote/upquote.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=upquot">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=upquot</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-useMF.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-useMF.html deleted file mode 100644 index d3eb8137324..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-useMF.html +++ /dev/null @@ -1,107 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label useMF</title> -</head><body> -<h3>Getting Metafont to do what you want</h3> -<p/>Metafont allows you to create your own fonts, and most TeX users -will never need to use it. Metafont, unlike TeX, requires some -customisation: each output device for which you will be generating -fonts needs a mode associated with it. Modes are defined using the -<code>mode_def</code> convention described on page 94 of <em>The Metafontbook</em> -(see <a href="FAQ-books.html">TeX-related books</a>). You will need -a file, which conventionally called <i>local.mf</i>, containing all the -<code>mode_def</code>s you will be using. If <i>local.mf</i> doesn’t already -exist, Karl Berry’s collection of modes (<i>modes.mf</i>) -is a good starting point -(it can be used as a ‘<i>local.mf</i>’ without modification in a ‘big -enough’ implementation of Metafont). Lists of -settings for various output devices are also published periodically in -<i>TUGboat</i> (see <a href="FAQ-TUGstar.html">TUG</a>). Now create -a <code>plain</code> base -file using <i>inimf</i>, <code>plain.mf</code>, and <code>local.mf</code>: -<pre> - % inimf - This is METAFONT... - **plain # you type plain - (output) - *input local # you type this - (output) - *dump # you type this - Beginning to dump on file plain... - (output) -</pre> - -This will create a base file named <i>plain.base</i> (or something -similar; for example, it will be - - <i>PLAIN.BAS</i> -on MSDOS systems) which should be moved to the directory containing -the base files on your system (note that some systems have two or more -such directories, one for each ‘size’ of Metafont used). -<p/>Now you need to make sure Metafont loads this new base when it starts up. If -Metafont loads the <code>plain</code> base by default on your system, then you’re -ready to go. Under Unix (using the default <i>web2c</i> -distribution -) -this does indeed happen, but we could for instance define a command -<i>mf</i> which executes <code>virmf &plain</code> loading the -<code>plain</code> base file. -<p/>The usual way to create a font with <code>plain</code> Metafont is to start -it with the - -line -<pre> -\mode=<mode name>; mag=<magnification>; input <font file name> -</pre> -in response to the ‘<code>**</code>’ prompt or on the Metafont command line. (If -<code><mode name></code> is unknown or omitted, the mode defaults to ‘proof’ and -Metafont will produce an output file called - -<i><font file name>.2602gf</i>) -The <code><magnification></code> is a floating point number or -‘magstep’ (magsteps are defined in <em>The Metafontbook</em> and -<em>The TeXbook</em>). -If <code>mag=<magnification></code> is omitted, then the default -is 1 (magstep 0). For example, to generate cmr10 at 12pt for an epson -printer you would type -<pre> - mf \mode=epson; mag=magstep 1; input cmr10 -</pre> -Note that under Unix the <code>\</code> and <code>;</code> -characters must usually be quoted or escaped, so this would typically -look something like -<pre> - mf '\mode=epson; mag=magstep 1; input cmr10' -</pre> -<p/>If you don’t have <i>inimf</i> or need a special mode that isn’t -in the base, you can put its commands in a file (<em>e.g.</em>, -<i>ln03.mf</i>) and invoke it on the fly with the <code>\</code><code>smode</code> command. -For example, to create <i>cmr10.300gf</i> for an LN03 printer, using -the file -<pre> - % This is ln03.mf as of 1990/02/27 - % mode_def courtesy of John Sauter - proofing:=0; - fontmaking:=1; - tracingtitles:=0; - pixels_per_inch:=300; - blacker:=0.65; - fillin:=-0.1; - o_correction:=.5; -</pre> -(note the absence of the <code>mode_def</code> and <code>enddef</code> -commands), you would type -<pre> - mf \smode="ln03"; input cmr10 -</pre> -This technique isn’t one you should regularly use, but it may -prove useful if you acquire a new printer and want to experiment with -parameters, or for some other reason are regularly editing the -parameters you’re using. Once you’ve settled on an appropriate set of -parameters, you should use them to rebuild the base file that you use. -<p/>Other sources of help are mentioned in -<a href="FAQ-mfptutorials.html">Metafont and MetaPost Tutorials</a>. -<dl> -<dt><tt><i>modes.mf</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/modes/modes.mf">fonts/modes/modes.mf</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=useMF">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=useMF</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-usebibtex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-usebibtex.html deleted file mode 100644 index 29f3864ad4c..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-usebibtex.html +++ /dev/null @@ -1,81 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label usebibtex</title> -</head><body> -<h3>“Normal” use of BibTeX from LaTeX</h3> -<p/>To create a bibliography for your document, you need to perform a -sequence of steps, some of which seem a bit odd. If you choose to use -BibTeX, the sequence is: -<p/>First: you need a BibTeX bibliography file (a <code>.bib</code> file) — see - -“<a href="FAQ-buildbib.html">creating a BibTeX file</a>”. -<p/>Second: you must write your LaTeX document to include a declaration -of the ‘style’ of bibliography, citations, and a reference to the -bibliography file mentioned in the step 1. So we may have a LaTeX -file containing: -<blockquote> -<pre> -\bibliographystyle{plain} -... -Pooh is heroic~\cite{Milne:1926}. -... -Alice struggles~\cite{Carroll:1865}. -... -\bibliography{mybooks} -</pre> -</blockquote><p> -Note: we have bibliography style <i>plain</i>, above, which is -nearly the simplest of the lot: a sample text, showing the sorts of -style choices available, can be found on Ken Turner’s web site: -<a href="http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html">http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html</a> -<p/>Third: you must process the file. -<blockquote> -<pre> -latex myfile -</pre> -</blockquote><p> -As LaTeX processes the file, the <code>\</code><code>bibliographystyle</code> command -writes a note of the style to the <code>.aux</code> file; each -<code>\</code><code>cite</code> command writes a note of the citation to the -<code>.aux</code> file, and the <code>\</code><code>bibliography</code> command writes a note -of which <code>.bib</code> file is to be used, to the <code>.aux</code> file. -<p/>Note that, at this stage, LaTeX isn’t “resolving” any of the -citations: at every <code>\</code><code>cite</code> command, LaTeX will warn you of the -undefined citation, and when the document finishes, there will be a -further warning of undefined references. -<p/> - -<p/>Fourth: you must run BibTeX: -<blockquote> -<pre> -bibtex myfile -</pre> -</blockquote><p> -Don’t try to tell BibTeX anything but the file name: say -<code>bibtex myfile.aux</code> (because you know it’s going to read the -<code>.aux</code> file) and BibTeX will blindly attempt to process -<code>myfile.aux.aux</code>. -<p/>BibTeX will scan the <code>.aux</code> file; it will find which bibliography -style it needs to use, and will “compile” that style; it will note -the citations; it will find which bibliography files it needs, and -will run through them matching citations to entries in the -bibliography; and finally it will sort the entries that have been -cited (if the bibliography style specifies that they should be -sorted), and outputs the resulting details to a <code>.bbl</code> file. -<p/>Fifth: you run LaTeX again. It warns, again, that each citation is -(still) undefined, but when it gets to the <code>\</code><code>bibliography</code> command, -it finds a <code>.bbl</code> file, and reads it. As it encounters each -<code>\</code><code>bibitem</code> command in the file, it notes a definition of the -citation. -<p/>Sixth: you run LaTeX yet again. This time, it finds values for all -the citations, in its <code>.aux</code> file. Other things being equal, you’re -done... until you change the file. -<p/>If, while editing, you change any of the citations, or add new ones, -you need to go through the process above from steps 3 (first run of -LaTeX) to 6, again, before the document is once again stable. -These four mandatory runs of LaTeX make processing a document with -a bibliography even more tiresome than the normal two runs required to -resolve labels. -<p/>To summarise: processing to resolve citations requires: LaTeX; -BibTeX; LaTeX; LaTeX. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=usebibtex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=usebibtex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html deleted file mode 100644 index c9beec26f7f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-uselmfonts.html +++ /dev/null @@ -1,67 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label uselmfonts</title> -</head><body> -<h3>Using the Latin Modern fonts</h3> -<p/>The <i>lm</i> fonts are an exciting addition to -the armoury of the (La)TeX user: high quality outlines of fonts that -were until recently difficult to obtain, all in a free and -relatively compact package. However, the spartan information file -that comes with the fonts remarks “It is presumed that a potential -user knows what to do with all these files”. This answer aims to -fill in the requirements: the job is really not terribly difficult. -<p/>Note that teTeX distributions, from version 3.0, already have the -<i>lm</i> fonts: all you need do is use them. The fonts may also -be installed via the package manager, in a current MiKTeX system. -The remainder of this answer, then, is for people who don’t use such -systems. -<p/>The font (and related) files appear on CTAN as a set of -single-entry <a href="FAQ-tds.html">TDS trees</a> — -<i>fonts</i>, <i>dvips</i>, <i>tex</i> and <i>doc</i>. The <i>doc</i> -subtree really need not be copied (it’s really a pair of sample -files), but copy the other three into your existing Local -<code>$TEXMF</code> tree, and - -<a href="FAQ-inst-wlcf.html">update the filename database</a>. -<p/>Now, incorporate the fonts in the set searched by PDFLaTeX, -<i>dvips</i>, <i>dvipdfm</i>, your previewers and -Type 1-to-PK conversion programs, by -<ul> -<li> On a teTeX system earlier than version 2.0, edit the file - <i>$TEXMF/dvips/config/updmap</i> and insert an absolute path for - the <i>lm.map</i> just after the line that starts - <code>extra_modules="</code> (and before the closing quotes). -<li> On a teTeX version 2.0 (or later), execute the command -<pre> - updmap --enable Map lm.map -</pre> -<li> On a MiKTeX system earlier than version 2.2, the “Refresh - filename database” operation, which you performed after installing - files, also updates the system’s “PostScript resources database”. -<li> On a MiKTeX system, version 2.2 or later, update - <i>updmap.cfg</i> as described in the MiKTeX - <a href="http://docs.miktex.org/manual/psfonts.html#chgupdmapcfg">online documentation</a>. - Then execute the command <code>initexmf --mkmaps</code>, and the - job is done. -</ul> -<p/>To use the fonts in a LaTeX document, you should -<blockquote> - <code>\</code><code>usepackage{lmodern}</code> -</blockquote><p> -this will make the fonts the default -for all three LaTeX font families (“roman”, “sans-serif” and -“typewriter”). You also need -<blockquote> - <code>\</code><code>usepackage[T1]{fontenc}</code> -</blockquote><p> -for text, and -<blockquote> - <code>\</code><code>usepackage{textcomp}</code> -</blockquote><p> -if you want to use any of the TS1-encoding symbols. There is -no support for using fonts according to the OT1 encoding. -<dl> -<dt><tt><i>Latin Modern fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/lm.zip">fonts/lm</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/lm.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/lm/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=uselmfonts">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=uselmfonts</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-usepictex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-usepictex.html deleted file mode 100644 index 9f5bf31140e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-usepictex.html +++ /dev/null @@ -1,58 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label usepictex</title> -</head><body> -<h3>Why can’t I load PicTeX?</h3> -<p/>PicTeX is a resource hog; fortunately, most modern TeX -implementations offer generous amounts of space, and most modern -computers are pretty fast, so users aren’t too badly affected by its -performance. -<p/>However, PicTeX has the further unfortunate tendency to fill up -TeX’s fixed-size arrays — notably the array of 256 ‘dimension’ -registers. This is a particular problem when you’re using -<i>pictex.sty</i> with LaTeX and some other packages that also need -dimension registers. When this happens, you will see the TeX error -message: -<blockquote> -<pre> -! No room for a new \dimen. -</pre> -</blockquote><p> -There is nothing that can directly be done about this error: you -can’t extend the number of available <code>\</code><code>dimen</code> registers without -extending TeX itself. - <a href="FAQ-etex.html">e-TeX</a> and <a href="FAQ-omegaleph.html">Omega</a> both do this, as - does <a href="FAQ-commercial.html">MicroPress Inc’s VTeX</a>. - -<p/>It’s actually quite practical (with most modern distributions) to use -e-TeX’s extended register set: use package <i>etex</i> (which -comes with e-TeX distributions) and the allocation mechanism is -altered to cope with the larger register set: PicTeX will now load. -<p/>If you’re in some situation where you can’t use e-TeX, you need to change -PicTeX; unfortunately PicTeX’s author is no longer active in the -TeX world, so one must resort to patching. There are two solutions -available. -<p/>The ConTeXt module <i>m-pictex.tex</i> (for Plain TeX and -variants) or the corresponding LaTeX <i>m-pictex</i> package provide -an ingenious solution to the problem based on hacking the code of -<code>\</code><code>newdimen</code> itself. -<p/>Alternatively, Andreas Schell’s <i>pictexwd</i> and related -packages replace PicTeX with a version that uses 33 fewer -<code>\</code><code>dimen</code> registers; so use <i>pictexwd</i> in place of -<i>pictex</i> (either as a LaTeX package, or as a file to read -into Plain TeX). -<p/>And how does one use PicTeX anyway, given that the -manual is so <a href="FAQ-docpictex.html">hard to come by</a>? -Fortunately for us all, the <i>MathsPic</i> -system may be used to translate a somewhat different language into -PicTeX commands; and the <i>MathsPic</i> manual is free (and -part of the distribution). <i>MathsPic</i> is available either as -a <i>Basic</i> program for DOS, or as a <i>Perl</i> -program for other systems (including Windows, nowadays). -<dl> -<dt><tt><i>m-pictex.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/context/current/cont-tmf.zip">macros/context/current/cont-tmf.zip</a> -<dt><tt><i>m-pictex.tex</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/context/current/cont-tmf.zip">macros/context/current/cont-tmf.zip</a> -<dt><tt><i>MathsPic</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/graphics/mathspic.zip">graphics/mathspic</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/mathspic.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/mathspic/">browse</a>) -<dt><tt><i>pictexwd.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/graphics/pictex/addon.zip">graphics/pictex/addon</a> (<a href="ftp://cam.ctan.org/tex-archive/graphics/pictex/addon.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/graphics/pictex/addon/">browse</a>) -</dl> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=usepictex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=usepictex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-usepsfont.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-usepsfont.html deleted file mode 100644 index 56621c87624..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-usepsfont.html +++ /dev/null @@ -1,50 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label usepsfont</title> -</head><body> -<h3>Using PostScript fonts with TeX</h3> -<p/>In order to use PostScript fonts, TeX needs -<em>metric</em> (called TFM) files. Several sets of metrics are -available from the archives; for mechanisms for generating new ones, -see <a href="FAQ-metrics.html">metrics for PostScript fonts</a>. You -also need the fonts themselves; PostScript printers come with a set of -fonts built in, but to extend your repertoire you almost invariably -need to buy from one of the many commercial font vendors (see, for -example, <a href="FAQ-psfchoice.html">“choice of fonts”</a>). -<p/>If you use LaTeX2e, the best way to get PostScript fonts into your -document is to use the PSNFSS package maintained by Walter -Schmidt. The LaTeX3 project team declare that PSNFSS is -“required”, and bug reports may be submitted via the -<a href="FAQ-latexbug.html">LaTeX bugs system</a>. -PSNFSS gives you a set of packages for changing the default -roman, sans-serif and typewriter fonts; <em>e.g</em>., the -<i>mathptmx</i> package will set up <i>Times</i> -<i>Roman</i> as the main text font (and introduces mechanisms to -typeset mathematics using <i>Times</i> and various more-or-less -matching fonts), while package <i>avant</i> changes the sans-serif -family to <i>AvantGarde</i>, and <i>courier</i> changes the -typewriter font to <i>Courier</i>. To go with these -packages, you need the font metric files -and font description (<i>.fd</i>) files for each font family you -want to use. For convenience, -metrics for the ‘common 35’ PostScript fonts found in most PostScript printers -are provided with PSNFSS, packaged as the “Laserwriter set”. -<p/>For older versions of LaTeX there are various schemes, of which the -simplest to use is probably the PSLaTeX macros distributed with -<i>dvips</i>. -<p/>For Plain TeX, you load whatever fonts you like; if the encoding of -the fonts is not the same as Computer Modern it will be up to you to -redefine various macros and accents, or you can use the font -re-encoding mechanisms available in many drivers and in -<i>ps2pk</i> and <i>afm2tfm</i>. -<p/>Victor Eijkhout’s <a href="FAQ-lollipop.html">Lollipop package</a> -supports declaration of font families and styles in a similar way to -LaTeX’s NFSS, and so is easy to use with PostScript fonts. -<p/>Some common problems encountered are discussed elsewhere -(see <a href="FAQ-psfontprob.html">problems with PS fonts</a>). -<dl> -<dt><tt><i>Metrics for the ‘Laserwriter’ set of 35 fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/psnfss/lw35nfss.zip">macros/latex/required/psnfss/lw35nfss.zip</a> -<dt><tt><i>lollipop</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/lollipop.zip">macros/lollipop</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/lollipop.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/lollipop/">browse</a>) -<dt><tt><i>psnfss</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/psnfss.zip">macros/latex/required/psnfss</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/psnfss.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/psnfss/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=usepsfont">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=usepsfont</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-varwidcol.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-varwidcol.html deleted file mode 100644 index 7ddbf95f1b8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-varwidcol.html +++ /dev/null @@ -1,61 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label varwidcol</title> -</head><body> -<h3>Variable-width columns in tables</h3> -<p/>This is a slightly different take on the problem addressed in -“<a href="FAQ-fixwidtab.html">fixed-width tables</a>” — here we have -a column whose size we can’t absolutely predict when we design the -document. -<p/>While the basic techniques (the <i>tabularx</i>, <i>tabulary</i> -and <i>ltxtable</i> packages) are the same for this problem as for the -fixed-width <em>table</em> problem, there’s one extra tool that we can -call to our aid, which may be preferable in some situations. -<p/>Suppose we have data in one column which we read from an external -source, and the source itself isn’t entirely predictable. The data in -the column may end up pretty narrow in every row of the table, or it -may be wide enough that the table would run over the edge of the page; -however, we don’t want to make the column as wide as possible “just -in case”, by defining a fixed size for the table. We would like the -column to be as small as possible, but have the possibility to spread -to a maximum width and (if even that width is exceeded) turn into a -<code>p</code>-style column. -<p/>The <i>varwidth</i> package, discussed in -“<a href="FAQ-varwidth.html">automatic sizing of minipages</a>”, provides -a solution. If you load it together with the LaTeX “required” -<i>array</i> package, i.e.: -<blockquote> -<pre> -\usepackage{array} -\usepackage{varwidth} -</pre> -</blockquote><p> -<i>varwidth</i> defines a new column-type “<code>V</code>”, which you -can use as follows: -<blockquote> -<pre> -\begin{tabular}{l V{3.5cm} r} - foo & blah & bar \\ - foo & blah blah & bar \\ -\end{tabular} -</pre> -</blockquote><p> -when the second column ends up less than 3.5cm wide; -or you can use it as follows: -<blockquote> -<pre> -\begin{tabular}{l V{3.5cm} r} - foo & blah & bar \\ - foo & blah blah & bar \\ - foo & blah blah blah blah blah blah - & bar \\ -\end{tabular} -</pre> -</blockquote><p> -where the second column will end up noticeably wider, and will wrap to -a second line in the third row. -<dl> -<dt><tt><i>array.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -<dt><tt><i>varwidth.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/varwidth.sty">macros/latex/contrib/misc/varwidth.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=varwidcol">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=varwidcol</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-varwidth.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-varwidth.html deleted file mode 100644 index 31f029b31e8..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-varwidth.html +++ /dev/null @@ -1,70 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label varwidth</title> -</head><body> -<h3>Automatic sizing of <code>minipage</code></h3> -<p/>The <code>minipage</code> environment requires you to specify the -width of the “page” you’re going to create. This is sometimes -inconvenient: you would like to occupy less space, if possible, but -<code>minipage</code> sets a box that is exactly the width you -specified. -<p/>The <i>pbox</i> package defines a <code>\</code><code>pbox</code> whose width is exactly -that of the longest enclosed line, subject to a maximum width that you -give it. So while <code>\</code><code>parbox{2cm}{Hello\\world!}</code> produces a -box of width exactly <code>2cm</code>, -<code>\</code><code>pbox{2cm}{Hello\\world!}</code> produces one whose width is -<code>1.79cm</code> (if one’s using the default <i>cmr</i> font for the -text, at least). The package also provides a -<code>\</code><code>settominwidth[</code><em>min</em><code>]{</code><em>length</em><code>}{</code><em>text</em><code>}</code> (which looks (almost) -like the standard <code>\</code><code>settowidth</code> command), and a <code>\</code><code>widthofpbox</code> -function analogous to the <code>\</code><code>widthof</code> command for use with the -<i>calc</i> package. -<p/>The <i>eqparbox</i> package extends <i>pbox</i>’s idea, by -allowing you to set a series of boxes, all with the same (minimised) -width. (Note that it doesn’t accept a limiting maximum width -parameter.) The package documentation shows the following example -drawn from a joke <em>curriculum vitae</em>: -<blockquote> - -<pre> -\noindent% -\eqparbox{place}{\textbf{Widgets, Inc.}} \hfill -\eqparbox{title}{\textbf{Senior Widget Designer}} \hfill -\eqparbox{dates}{\textbf{1/95--present}} - -... - -\noindent% -\eqparbox{place}{\textbf{Thingamabobs, Ltd.}} \hfill -\eqparbox{title}{\textbf{Lead Engineer}} \hfill -\eqparbox{dates}{\textbf{9/92--12/94}} -</pre> -</blockquote><p> -The code makes the three items on each of the heading lines have -exactly the same width, so that the lines as a whole produce a regular -pattern down the page. A command <code>\</code><code>eqboxwidth</code> allows you to use -the measured width of a group: the documentation shows how the command -may be used to produce sensible-looking columns that mix <code>c</code>-, -<code>r</code>- or <code>l</code>-rows, with the equivalent of a <code>p{...}</code> -entry, by making the fixed-width rows an <i>eqparbox</i> group, and -making the last from a <code>\</code><code>parbox</code> using the width that’s been -measured for the group. -<p/>The <i>varwidth</i> package defines a <code>varwidth</code> -environment which sets the content of the box to match a “narrower -natural width” if it finds one. (You give it the same parameters as -you would give <code>minipage</code>: in effect, it is a ‘drop-in’ -replacement.) <i>Varwidth</i> provides its own ragged text command: -<code>\</code><code>narrowragged</code>, which aims to make narrower lines and to put more -text in the last line of the paragraph (thus producing lines with more -nearly equal lengths than typically happens with <code>\</code><code>raggedright</code> -itself). -<p/>The documentation (in the package file) lists various restrictions and -things still to be done, but the package is already proving useful for -a variety of jobs. -<dl> -<dt><tt><i>eqparbox.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/eqparbox.zip">macros/latex/contrib/eqparbox</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/eqparbox.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/eqparbox/">browse</a>) -<dt><tt><i>pbox.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pbox.zip">macros/latex/contrib/pbox</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/pbox.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pbox/">browse</a>) -<dt><tt><i>varwidth.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/varwidth.sty">macros/latex/contrib/misc/varwidth.sty</a> -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=varwidth">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=varwidth</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html deleted file mode 100644 index 08d6a2c9fc1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbfile.html +++ /dev/null @@ -1,62 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label verbfile</title> -</head><body> -<h3>Including a file verbatim in LaTeX</h3> -<p/>A good way is to use Rainer Schöpf’s <i>verbatim</i> package, -which provides a command <code>\</code><code>verbatiminput</code> that takes a file name as -argument: -<blockquote> -<pre> -\usepackage{verbatim} -... -\verbatiminput{verb.txt} -</pre> -</blockquote><p> -Another way is to use the <code>alltt</code> environment, which -requires the <i>alltt</i> package. The environment interprets its -contents ‘mostly’ verbatim, but executes any (La)TeX commands it -finds: -<blockquote> -<pre> -\usepackage{alltt} -... -\begin{alltt} -\input{verb.txt} -\end{alltt} -</pre> -</blockquote><p> -of course, this is little use for inputting (La)TeX source -code... -<p/>The <i>moreverb</i> package extends the <i>verbatim</i> package, -providing a <code>listing</code> environment and a <code>\</code><code>listinginput</code> -command, which line-number the text of the file. The package also has -a <code>\</code><code>verbatimtabinput</code> command, that honours TAB characters in -the input (the package’s <code>listing</code> environment and the -<code>\</code><code>listinginput</code> command also both honour TAB). -<p/>The <i>sverb</i> package provides verbatim input (without recourse -to the facilities of the <i>verbatim</i> package): -<blockquote> -<pre> -\usepackage{sverb} -... -\verbinput{verb.txt} -</pre> -</blockquote><p> -<p/>The <i>fancyvrb</i> package offers configurable implementations of -everything <i>verbatim</i>, <i>sverb</i> and <i>moreverb</i> -have, and more besides. It is nowadays the package of choice for the -discerning typesetter of verbatim text, but its wealth of facilities -makes it a complex beast and study of the documentation is strongly -advised. -<p/>The <i>memoir</i> class includes the relevant functionality of the -<i>verbatim</i> and <i>moreverb</i> packages. -<dl> -<dt><tt><i>alltt.sty</i></tt><dd>Part of the LaTeX distribution. -<dt><tt><i>fancyvrb.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyvrb.zip">macros/latex/contrib/fancyvrb</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyvrb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyvrb/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>moreverb.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/moreverb.zip">macros/latex/contrib/moreverb</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/moreverb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/moreverb/">browse</a>) -<dt><tt><i>sverb.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.zip">macros/latex/contrib/mdwtools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/mdwtools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/mdwtools/">browse</a>) -<dt><tt><i>verbatim.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbfile">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbfile</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbwithin.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbwithin.html deleted file mode 100644 index f6379c0d327..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-verbwithin.html +++ /dev/null @@ -1,129 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label verbwithin</title> -</head><body> -<h3>Why doesn’t verbatim work within ...?</h3> -<p/>The LaTeX verbatim commands work by changing category codes. Knuth -says of this sort of thing “Some care is needed to get the timing -right...”, since once the category code has been assigned to a -character, it doesn’t change. So <code>\</code><code>verb</code> and -<code>\</code><code>begin{verbatim}</code> have to assume that they are getting the -first look at the parameter text; if they aren’t, TeX has already -assigned category codes so that the verbatim command doesn’t have a -chance. For example: -<blockquote> -<pre> -\verb+\error+ -</pre> -</blockquote><p> -will work (typesetting ‘<code>\</code><code>error</code>’), but -<blockquote> -<pre> -\newcommand{\unbrace}[1]{#1} -\unbrace{\verb+\error+} -</pre> -</blockquote><p> -will not (it will attempt to execute <code>\</code><code>error</code>). Other errors one -may encounter are ‘<code>\</code><code>verb</code> ended by end of line’, or even the -rather more helpful ‘<code>\</code><code>verb</code> illegal in command argument’. The -same sorts of thing happen with <code>\</code><code>begin{verbatim}</code> ... -<code>\</code><code>end{verbatim}</code>: -<blockquote> -<pre> -\ifthenelse{\boolean{foo}}{% -\begin{verbatim} -foobar -\end{verbatim} -}{% -\begin{verbatim} -barfoo -\end{verbatim} -} -</pre> -</blockquote><p> -provokes errors like ‘File ended while scanning use of -<code>\</code><code>@xverbatim</code>’, as <code>\</code><code>begin{verbatim}</code> fails to see its -matching <code>\</code><code>end{verbatim}</code>. -<p/>This is why the LaTeX book insists that verbatim -commands must not appear in the argument of any other command; they -aren’t just fragile, they’re quite unusable in any command parameter, -regardless of <a href="FAQ-protect.html"><code>\</code><code>protect</code>ion</a>. (The <code>\</code><code>verb</code> -command tries hard to detect if you’re misusing it; unfortunately, it -can’t always do so, and the error message is therefore not a reliable -indication of problems.) -<p/>The first question to ask yourself is: “is <code>\</code><code>verb</code> actually -necessary?”. -<ul> -<li> If <code>\</code><code>texttt{<em>your text</em>}</code> produces the same result - as <code>\</code><code>verb</code><code>+<em>your text</em>+</code>, then there’s no need of - <code>\</code><code>verb</code> in the first place. -<li> If you’re using <code>\</code><code>verb</code> to typeset a URL or email - address or the like, then the <code>\</code><code>url</code> command from the - <i>url</i> will help: it doesn’t suffer from all the problems of - <code>\</code><code>verb</code>, though it’s still not robust; - ”<a href="FAQ-setURL.html">typesetting URLs</a>” offers advice here. -<li> If you’re putting <code>\</code><code>verb</code> into the argument of a boxing - command (such as <code>\</code><code>fbox</code>), consider using the <code>lrbox</code> - environment: -<blockquote> -<pre> -\newsavebox{\mybox} -... -\begin{lrbox}{\mybox} - \verb!VerbatimStuff! -\end{lrbox} -\fbox{\usebox{\mybox}} -</pre> -</blockquote><p> -</ul> -<p/>Otherwise, there are three partial solutions to the problem. -<ul> -<li> Some packages have macros which are designed to be responsive - to verbatim text in their arguments. For example, - the <i>fancyvrb</i> package defines a command - <code>\</code><code>VerbatimFootnotes</code>, which redefines the <code>\</code><code>footnotetext</code> (and - hence the <code>\</code><code>footnote</code>) commands in such a way that you can include - <code>\</code><code>verb</code> commands in its argument. This approach could in - principle be extended to the arguments of other commands, but it can - clash with other packages: for example, <code>\</code><code>VerbatimFootnotes</code> - interacts poorly with the <code>para</code> option to the <i>footmisc</i> - package. -<p/> The <i>memoir</i> class defines its <code>\</code><code>footnote</code> command so that - it will accept verbatim in its arguments, without any supporting package. -<li> The <i>fancyvrb</i> package defines a command <code>\</code><code>SaveVerb</code>, - with a corresponding <code>\</code><code>UseVerb</code> command, that allow you to save - and then to reuse the content of its argument; for details of this - extremely powerful facility, see the package documentation. -<p/> Rather simpler is the <i>verbdef</i> package, which defines a - (robust) command which expands to the verbatim argument given. -<li> If you have a single character that is giving trouble (in - its absence you could simply use <code>\</code><code>texttt</code>), consider using - <code>\</code><code>string</code>. <code>\</code><code>texttt{my<code>\</code><code>string</code>_name}</code> - typesets the same as - <code>\verb+my_name+</code>, and will work in the argument of a command. It - won’t, however, work in a moving argument, and no amount of - <a href="FAQ-protect.html"><code>\</code><code>protect</code>ion</a> will make it work in - such a case. -<p/> A robust alternative is: - <blockquote> -<pre> -\chardef\us=`\_ -... -\section{... \texttt{my\us name}} -</pre> - </blockquote><p> - Such a definition is ‘naturally’ robust; the construction - “<<i>back-tick</i>><code>\</code><code><<i>char</code></i>>” may be used for any - troublesome character (though it’s plainly not necessary for things - like percent signs for which (La)TeX already provides - robust macros). -</ul> -Documentation of both <i>url</i> and <i>verbdef</i> is in the -package files. -<dl> -<dt><tt><i>fancyvrb.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyvrb.zip">macros/latex/contrib/fancyvrb</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/fancyvrb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/fancyvrb/">browse</a>) -<dt><tt><i>memoir.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/memoir.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse</a>) -<dt><tt><i>url.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/url.sty">macros/latex/contrib/misc/url.sty</a> -<dt><tt><i>verbdef.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/misc/verbdef.sty">macros/latex/contrib/misc/verbdef.sty</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbwithin">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=verbwithin</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-vertposfp.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-vertposfp.html deleted file mode 100644 index ab7f42388c5..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-vertposfp.html +++ /dev/null @@ -1,49 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label vertposfp</title> -</head><body> -<h3>Vertical layout of float pages</h3> -<p/>By default, LaTeX vertically centres the floats on a float page; -the present author is not alone in not liking this arrangement. -Unfortunately, the control of the positioning is “buried” in -LaTeX-internal commands, so some care is needed to change the -layout. -<p/>Float pages use three LaTeX lengths (i.e., TeX skips) to define -their layout: -<dl> -<dt><code>\</code><code>@fptop</code><dd> defines the distance from the - top of the page to the top of the first float, -<dt><code>\</code><code>@fpsep</code><dd> defines the separation between - floats, and -<dt><code>\</code><code>@fpbot</code><dd> defines the distance from the - bottom of the last float on the page to the bottom of the page. -</dl> -(In fact, the output routine places a skip of <code>\</code><code>@fpsep</code> above each float, so -the <code>\</code><code>@fptop</code> skip is always followed by a correction for that.) -<p/><p/>The LaTeX defaults are: -<blockquote> - <code>\</code><code>@fptop</code> = <code>0pt + 1fil</code><br> - <code>\</code><code>@fpsep</code> = <code>8pt + 2fil</code><br> - <code>\</code><code>@fpbot</code> = <code>0pt + 1fil</code><br> -</blockquote><p> -so that the gaps expand to fill the space not occupied by floats, but -if there is more than one float on the page, the gap between them will -expand to twice the space at top and bottom. -<p/>Those who understand this stuff will be able to play elaborate games, -but the commonest requirement, that the floats start at the top of the -page, is a simple thing to do: -<blockquote> -<pre> -\makeatletter -\setlength{\@fptop}{0pt} -\makeatother -</pre> -</blockquote><p> -Surprisingly, you may find this setting leaves your floats too high on -the page. One can justify a value of <code>5pt</code> (in place of -<code>0pt</code>) — it’s roughly the difference between <code>\</code><code>topskip</code> -and the height of normal (<code>10pt</code>) text. -<p/>Note that this is a “global” setting (best established in a class -file, or at worst in the document preamble); making the change for a -single float page is likely (at the least) to be rather tricky. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=vertposfp">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=vertposfp</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-vertspacefloat.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-vertspacefloat.html deleted file mode 100644 index bd77a1823ae..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-vertspacefloat.html +++ /dev/null @@ -1,57 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label vertspacefloat</title> -</head><body> -<h3>Extra vertical space in floats</h3> -<p/>A common complaint is that extra vertical space has crept into -<code>figure</code> or <code>table</code> floating environments. -More common still are users who post code that introduces this extra -space, and <em>haven’t noticed the problem</em>! -<p/>The trouble arises from the fact that the <code>center</code> -environment (and its siblings <code>flushleft</code> and -<code>flushright</code>) are actually based on LaTeX’s -list-handling code; and lists always separate themselves from the -material around them. Meanwhile, there are parameters provided to -adjust the spacing between floating environments and their -surroundings; so if we have: -<blockquote> -<pre> -\begin{figure} - \begin{center} - \includegraphics{...} - \caption{...} - \end{center} -\end{figure} -</pre> -</blockquote><p> -or worse still: -<blockquote> -<pre> -\begin{figure} - \begin{center} - \includegraphics{...} - \end{center} - \caption{...} -\end{figure} -</pre> -</blockquote><p> -unwarranted vertical space is going to appear. -<p/>The solution is to let the float and the objects in it position -themselves, and to use “generic” layout commands rather than their -list-based encapsulations. -<blockquote> -<pre> -\begin{figure} - \centering - \includegraphics{...} - \caption{...} -\end{figure} -</pre> -</blockquote><p> -(which even involves less typing). -<p/>This alternative code will work with any LaTeX package. It will -not work with obsolete (pre-LaTeX2e) packages such as -<i>psfig</i> or <i>epsf</i> — see -<a href="FAQ-impgraph.html">graphics inclusion</a> for discussion of the -genesis of <code>\</code><code>includegraphics</code>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=vertspacefloat">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=vertspacefloat</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-virtualfonts.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-virtualfonts.html deleted file mode 100644 index dc3ae3f7377..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-virtualfonts.html +++ /dev/null @@ -1,63 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label virtualfonts</title> -</head><body> -<h3>Virtual fonts</h3> -<p/>Virtual fonts provide a means of collecting bits and pieces together -to make the glyphs of a font: the bits and pieces may be other glyphs, -rules and other “basic” typesetting commands, and the positioning -information that specifies how everything comes together. -<p/>Things that match the concept of virtual fonts for TeX were first -implemented by David Fuchs in the very early days. However, for practical -purposes for the rest of us, virtual fonts date from when Knuth -specified a format and wrote some support software, in 1989 (he -published an article in <i>TUGboat</i> at the time, and a plain text -copy is available on CTAN). -<p/>Virtual fonts provide a way of telling TeX about something more -complicated than just a one-to-one character mapping. The entities you -define in a virtual font look like characters to TeX (they appear -with their sizes in a TFM file), but the DVI processor may -expand them to something quite different. -<p/>From the virtual font file, the DVI processor learns -details of what is in the virtual font, so as to know “what to draw, -where”. The virtual font may contain commands: -<ul> -<li> just to remap the glyphs of a single font, -<li> to make a composite font with glyphs drawn from several - different fonts, or -<li> to build up an effect in arbitrarily complicated ways (since a - virtual font may contain anything which is legal in a DVI - file). -</ul> -<p/> - -In practice, the most common use of virtual fonts is to remap -Adobe Type 1 fonts (see <a href="FAQ-metrics.html">font metrics</a>), -though there has also been useful useful work building ‘fake’ maths -fonts (by bundling glyphs from several fonts into a single virtual -font). Virtual Computer Modern fonts, making a -<a href="FAQ-ECfonts.html">Cork encoded</a> font from Knuth’s originals by using -remapping and fragments of DVI for single-glyph ‘accented -characters’, were the first “Type 1 format” Cork-encoded Computer -Modern fonts available. -<p/>Virtual fonts are normally created in a single ASCII -VPL (Virtual Property List) file, which includes both sets of -information. The <i>vptovf</i> program is then used to the create -the binary TFM and VF files. -<p/>A “how-to” document, explaining how to generate a VPL, -describes the endless hours of fun that may be had, doing the job by -hand. Despite the pleasures to be had of the manual method, the -commonest way (nowadays) of generating VPL files is to use the -<i>fontinst</i> package, which is described in detail -together with the discussion of -<a href="FAQ-metrics.html">PostScript font metrics</a>. -<i>Qdtexvpl</i> is another utility for creating ad-hoc virtual -fonts (it uses TeX to parse a description of the virtual font, and -<i>qdtexvpl</i> itself processes the resulting DVI file). -<dl> -<dt><tt><i>fontinst</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/fontinst.zip">fonts/utilities/fontinst</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/fontinst.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/utilities/fontinst/">browse</a>) -<dt><tt><i>Knuth on virtual fonts</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/knuth/virtual-fonts">info/knuth/virtual-fonts</a> -<dt><tt><i>Virtual fonts “how to”</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/virtualfontshowto/virtualfontshowto.txt">info/virtualfontshowto/virtualfontshowto.txt</a> -<dt><tt><i>qdtexvpl</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/qdtexvpl.zip">fonts/utilities/qdtexvpl</a> (<a href="ftp://cam.ctan.org/tex-archive/fonts/utilities/qdtexvpl.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/fonts/utilities/qdtexvpl/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=virtualfonts">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=virtualfonts</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html deleted file mode 100644 index fb996352f51..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-watermark.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label watermark</title> -</head><body> -<h3>‘Watermarks’ on every page</h3> -<p/>It’s often useful to place some text (such as ‘DRAFT’) in the -background of every page of a document. For LaTeX users, this can -be achieved with the <i>draftcopy</i> package. This can deal with -many types of DVI processors (in the same way that the graphics -package does) and knows translations for the word ‘DRAFT’ into a wide -range of languages (though you can choose your own word, too). -Unfortunately, however, the package relies on PostScript specials, and will -therefore fail if you are viewing your document with <i>xdvi</i>, -and won’t even compile if you’re using PDFLaTeX. (PDFLaTeX -users need one of the other solutions below.) -<p/>The <i>wallpaper</i> package builds on <i>eso-pic</i> (see -below). Apart from the single-image backdrops described above -(“wallpapers”, of course, to this package), the package provides -facilities for tiling images. All its commands come in pairs: one for -“general” use, and one applying to the current page only. -<p/>The <i>draftwatermark</i> package uses the same author’s -<i>everypage</i> package to provide a simple interface for adding -textual (‘DRAFT’-like) watermarks. -<p/>More elaborate watermarks may be achieved using the <i>eso-pic</i> -package, which in turn uses the package <i>everyshi</i>, or by -using <i>everypage</i>. <i>Eso-pic</i> attaches a -<code>picture</code> environment to every page as it is shipped out; -you can put things into that environment. The package provides -commands for placing things at certain useful points (like “text -upper left” or “text centre”) in the picture, but you’re at liberty -to do what you like. -<p/><i>Everypage</i> allows you to add “something” to every page, or -to a particular page; you therefore need to construct your own -apparatus for anything complicated. -<dl> -<dt><tt><i>draftcopy.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/draftcopy.zip">macros/latex/contrib/draftcopy</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/draftcopy.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/draftcopy/">browse</a>) -<dt><tt><i>draftwatermark.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/draftwatermark.zip">macros/latex/contrib/draftwatermark</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/draftwatermark.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/draftwatermark/">browse</a>) -<dt><tt><i>eso-pic.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/eso-pic.zip">macros/latex/contrib/eso-pic</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/eso-pic.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/eso-pic/">browse</a>) -<dt><tt><i>everypage.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/everypage.zip">macros/latex/contrib/everypage</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/everypage.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/everypage/">browse</a>) -<dt><tt><i>everyshi.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.zip">macros/latex/contrib/ms</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ms.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ms/">browse</a>) -<dt><tt><i>wallpaper.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wallpaper.zip">macros/latex/contrib/wallpaper</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wallpaper.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/wallpaper/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=watermark">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=watermark</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wdnohyph.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wdnohyph.html deleted file mode 100644 index 35e272da889..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wdnohyph.html +++ /dev/null @@ -1,54 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label wdnohyph</title> -</head><body> -<h3>Preventing hyphenation of a particular word</h3> -<p/>It’s quite possible for (<em>any</em>) hyphenation of a particular word -to seem “completely wrong”, so that you want to prevent it being -hyphenated. -<p/>If the word occurs in just one place, put it in a box: -<blockquote> -<pre> -\mbox{oddword} -</pre> -</blockquote><p> -(Plain TeX users should use <code>\</code><code>hbox</code>, and take care at the start -of paragraphs.) However, boxing the word is not really advisable -unless you are sure it only occurs once. -<p/>If the word occurs commonly, the best choice is to assert a -non-hyphenation for it: -<blockquote> -<pre> -\hyphenation{oddword} -</pre> -</blockquote><p> -This hyphenation exception (with no break points) will be used in -preference to what TeX’s hyphenation algorithm may come up with. -<p/>In a multilingual document, repeat the exception specification for -each language the word may appear in. So: -<blockquote> -<pre> -\usepackage[french,english]{babel} -\selectlanguage{english} -\hyphenation{oddword} -\selectlanguage{french} -\hyphenation{oddword} -</pre> -</blockquote><p> -(note that <i>babel</i> will select the default language for the -document — English, in this case — at <code>\</code><code>begin{document}</code>.) -<p/>A particular instance of this requirement is avoiding the hyphenation -of acronyms; a general rule for those that concoct acronyms seems to -be to make the capital-letter sequence read as near as is possible -like a “real” word, but hyphenating an acronym often looks silly. -The TeX flag <code>\</code><code>uchyph</code> is designed for suppressing such -behaviour: -<blockquote> -<pre> -\uchyph=0 -</pre> -</blockquote><p> -will stop hyphenation of upper-case words. (Note that Plain TeX -syntax is needed here: there’s no LaTeX alternative for setting -this value.) -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=wdnohyph">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=wdnohyph</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-webpkgs.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-webpkgs.html deleted file mode 100644 index c3e8a9421c5..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-webpkgs.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label webpkgs</title> -</head><body> -<h3>WEB systems for various languages</h3> -<p/>TeX is written in the programming language WEB; WEB -is a tool to implement the concept of “literate programming”. -Knuth’s original implementation will be in any respectable -distribution of TeX, but the sources of the two tools -(<i>tangle</i> and <i>weave</i>), together with a manual -outlining the programming techniques, may be had from CTAN. -<p/><i>CWEB</i>, by Silvio Levy, is a WEB for C programs. -<p/>Spidery WEB, by Norman Ramsey, supports many -languages including Ada, <code>awk</code>, and C -and, while not in the public domain, is usable without charge. It is -now superseded by <i>noweb</i> (also by Norman Ramsay) which -incorporates the lessons learned in implementing spidery WEB, -and which is a simpler, equally powerful, tool. -<p/><i>FWEB</i>, by John Krommes, is a version for Fortran, -Ratfor, and C. -<p/><i>Scheme</i><i>WEB</i>, by John Ramsdell, is a Unix filter that -translates SchemeWEB into LaTeX source or Scheme source. -<p/><i>APLWEB</i> is a version of WEB for APL. -<p/><i>FunnelWeb</i> is a version of WEB that is language independent. -<p/>Other language independent versions of WEB are <i>nuweb</i> (which -is written in ANSI C). -<p/><i>Tweb</i> is a WEB for Plain TeX macro files, using -<i>noweb</i>. -<dl> -<dt><tt><i>aplweb</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/web/apl/aplweb.zip">web/apl/aplweb</a> (<a href="ftp://cam.ctan.org/tex-archive/web/apl/aplweb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/web/apl/aplweb/">browse</a>) -<dt><tt><i>cweb</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/web/c_cpp/cweb.zip">web/c_cpp/cweb</a> (<a href="ftp://cam.ctan.org/tex-archive/web/c_cpp/cweb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/web/c_cpp/cweb/">browse</a>) -<dt><tt><i>funnelweb</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/web/funnelweb.zip">web/funnelweb</a> (<a href="ftp://cam.ctan.org/tex-archive/web/funnelweb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/web/funnelweb/">browse</a>) -<dt><tt><i>fweb</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/web/fweb.zip">web/fweb</a> (<a href="ftp://cam.ctan.org/tex-archive/web/fweb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/web/fweb/">browse</a>) -<dt><tt><i>noweb</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/web/noweb.zip">web/noweb</a> (<a href="ftp://cam.ctan.org/tex-archive/web/noweb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/web/noweb/">browse</a>) -<dt><tt><i>nuweb</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/web/nuweb.zip">web/nuweb</a> (<a href="ftp://cam.ctan.org/tex-archive/web/nuweb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/web/nuweb/">browse</a>) -<dt><tt><i>schemeweb</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/web/schemeweb.zip">web/schemeweb</a> (<a href="ftp://cam.ctan.org/tex-archive/web/schemeweb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/web/schemeweb/">browse</a>) -<dt><tt><i>spiderweb</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/web/spiderweb.zip">web/spiderweb</a> (<a href="ftp://cam.ctan.org/tex-archive/web/spiderweb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/web/spiderweb/">browse</a>) -<dt><tt><i>tangle</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/knuth/dist/web.zip">systems/knuth/dist/web</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/knuth/dist/web.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/knuth/dist/web/">browse</a>) -<dt><tt><i>tweb</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/web/tweb.zip">web/tweb</a> (<a href="ftp://cam.ctan.org/tex-archive/web/tweb.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/web/tweb/">browse</a>) -<dt><tt><i>weave</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/systems/knuth/dist/web.zip">systems/knuth/dist/web</a> (<a href="ftp://cam.ctan.org/tex-archive/systems/knuth/dist/web.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/systems/knuth/dist/web/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=webpkgs">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=webpkgs</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-weirdhyphen.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-weirdhyphen.html deleted file mode 100644 index b722d797144..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-weirdhyphen.html +++ /dev/null @@ -1,34 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label weirdhyphen</title> -</head><body> -<h3>Weird hyphenation of words</h3> -<p/>If your words are being h-yphenated, like this, with jus-t single -letters at the -beginning or the end of the word, you may have a version mismatch -problem. TeX’s hyphenation system changed between version 2.9 -and 3.0, and macros written for use with version 2.9 can have this -effect with a version 3.0 system. If you are using Plain TeX, make -sure your <i>plain.tex</i> file has a version number which is at -least 3.0, and rebuild your format. If you are using LaTeX 2.09 your -best plan is to upgrade to LaTeX2e. If for some reason you can’t, -the last version of LaTeX 2.09 (released on 25 March 1992) is still -available (for the time being at least) and ought to solve this -problem. -<p/>If you’re using LaTeX2e, the problem probably arises from your -<code>hyphen.cfg</code> file, which has to be created if you’re using a -multi-lingual version. -<p/>A further source of oddity can derive from the 1995 release of -<a href="FAQ-ECfonts.html">Cork-encoded fonts</a>, -which introduced an alternative hyphen character. The LaTeX2e -configuration files in the font release specified use of the -alternative hyphen, and this could produce odd effects with words -containing an explicit hyphen. The font configuration files in the -December 1995 release of LaTeX2e do <em>not</em> use the alternative -hyphen character, and therefore removed this source of problems; the -solution, again, is to upgrade your LaTeX. -<dl> -<dt><tt><i>LaTeX 2.09</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/obsolete/macros/latex209/distribs/latex209.tar.gz">obsolete/macros/latex209/distribs/latex209.tar.gz</a> -<dt><tt><i>plain.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/plain/base.zip">macros/plain/base</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/base.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/base/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=weirdhyphen">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=weirdhyphen</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-what-TDS.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-what-TDS.html deleted file mode 100644 index a6e44a2149f..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-what-TDS.html +++ /dev/null @@ -1,84 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label what-TDS</title> -</head><body> -<h3>Which tree to use</h3> -<p/>In almost all cases, new material that you install should go into the -“local” tree of your (La)TeX installation. (A discussion of -reasons <em>not</em> to use the local tree appears below.) -<p/>On a Unix(-alike) system, using teTeX or TeX Live, the root -directory will be named something like <i>/usr/share/texmf-local/</i> -or <i>/usr/local/share/texmf/</i> -You can ask such a system where it believes a local tree should be: -<blockquote> -<pre> -kpsewhich -expand-var "\$TEXMFLOCAL" -</pre> -</blockquote><p> -the output being the actual path, for example (on the workstation the -author is using today): -<blockquote> -<pre> -/usr/local/share/texmf -</pre> -</blockquote><p> -<p/>In a MiKTeX installation, the location will in fact typically be -something you specified yourself when you installed MiKTeX in the -first place, but you may find you need to create one. The MiKTeX -“Settings” window ( - <code>Start</code>-> - <code>Programs</code>-> - <code>MiKTeX</code>-> - <code>Settings</code>) -has a tab “<code>Roots</code>”; that tab gives a list of current -TDS roots (they’re typically not called -<code>texmf</code>-anything). If there’s not one there with -“<code>local</code>” in its name, create an appropriate one (see below), -and register it using the window’s -“<code>Add</code>” button. -<p/>The -<a href="http://docs.miktex.org/faq/maintenance.html">MiKTeX FAQ</a> -suggests that you should create -“<code>C:\Local TeX Files</code>”, which is good if you -manage your own machine, but often not even possible in corporate, or -similar, environments – in such situations, the user may have no -control over the hard disc of the computer, at all. -<p/>So the real criterion is that your local tree should be somewhere that -<em>you</em>, rather than the system, control. Restrictive systems often -provide a “home directory” for each user, mounted as a network -drive; this is a natural home for the user’s local tree. Other (often -academic) environments assume the user is going to provide a memory -stick, and will assign it a defined drive letter – another good -candidate location. Note that the semantics of such a tree are -indistinguishable from those of a -<a href="FAQ-privinst.html">“home” TEXMF tree</a>. -<p/>There are circumstances when you might not wish to use the ‘local’ tree: -<ul> -<li> if the package, or whatever, is “personal” (for example, - something commercial that has been licensed to you alone, or - something you’re developing yourself), the package should go in your - <a href="FAQ-privinst.html">“home” TEXMF tree</a>; -<li> if you <em>know</em> that the package you are installing is a - replacement for the copy on the TEXMF tree of your (La)TeX - distribution, you should replace the existing copy in the - TEXMF tree. -</ul> -The reason one would put things on a local tree is to avoid their -disappearance if the system is upgraded (or otherwise re-installed). -<p/>The reason one might place upgrades the distribution’s main tree is to -avoid confusion. Suppose you were to place the file on the local -tree, and then install a new version of the distribution — you might -have an effect like: -<ul> -<li> distribution comes with package version n; -<li> you install package version n+1 on the local tree; and -<li> the updated distribution comes with package version n+2. -</ul> -In such a situation, you will find yourself using version -n+1 (from the local tree) <em>after</em> the new -distribution has been installed. -<p/>If you install in the local tree, the only way to avoid such problems -is to carefully purge the local tree when installing a new -distribution. This is tedious, if you’re maintaining a large -installation. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=what-TDS">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=what-TDS</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatTeX.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatTeX.html deleted file mode 100644 index 18536d7d135..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatTeX.html +++ /dev/null @@ -1,38 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label whatTeX</title> -</head><body> -<h3>What is TeX?</h3> -<p/>TeX is a typesetting system written by -<a href="http://sunburn.stanford.edu/~knuth/">Donald E. Knuth</a>, who -says in the Preface to his book on TeX -(see <a href="FAQ-books.html">books about TeX</a>) that it is - -“<em>intended for the creation of beautiful books — and especially for books that contain a lot of mathematics</em>”. -<p/>Knuth is Emeritus Professor of the Art of Computer Programming at -Stanford University in California, USA. Knuth developed the -first version of TeX in 1978 to deal with revisions to his series -“the Art of Computer Programming”. The idea proved popular and -Knuth produced a second version (in 1982) which is the basis of what -we use today. -<p/>Knuth developed a system of -‘<a href="FAQ-lit.html">literate programming</a>’ to write TeX, -and he provides the literate (WEB) source of TeX free of charge, -together with tools for processing the <code>web</code> source into something -that can be compiled and something that can be printed; there’s never -any mystery about what TeX does. Furthermore, the WEB system -provides mechanisms to port TeX to new operating systems and -computers; and in order that one may have some confidence in the ports, -Knuth supplied a <a href="FAQ-triptrap.html">test</a> by -means of which one may judge the fidelity of a TeX system. TeX -and its documents are therefore highly portable. -<p/>TeX is a macro processor, and offers its users a powerful -programming capability. For this reason, TeX on its own is a -pretty difficult beast to deal with, so Knuth provided a package of -macros for use with TeX called Plain TeX; Plain TeX is -effectively the minimum set of macros one can usefully employ with -TeX, together with some demonstration versions of higher-level -commands (the latter are better regarded as models than used as-is). -When people say they’re “programming in TeX”, they usually mean -they’re programming in Plain TeX. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whatTeX">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whatTeX</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatbst.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatbst.html deleted file mode 100644 index 71e450dd0cb..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatbst.html +++ /dev/null @@ -1,55 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label whatbst</title> -</head><body> -<h3>Choosing a bibliography style</h3> -<p/>A large proportion of people are satisfied with one of Patashnik’s -original “standard” styles, <i>plain</i>, <i>unsrt</i>, -<i>abbrv</i> and <i>alpha</i>. However, no style in that set -supports the “author-date” citation style that is popular in many -fields; but there are a very large number of contributed styles -available, that <em>do</em> support the format. -<p/>(Note that author-date styles arose because the simple and clear -citation style that <i>plain</i> produces is so awkward in a -traditional manuscript preparation scenario. However, TeX-based -document production does away with all those difficulties, leaving us -free once again to use the simple option.) -<p/>Fortunately, help is at hand, on the Web, with this problem: -<ul> -<li> a sample text, showing the sorts of style choices available, can - be found on - - - <a href="http://www.cs.stir.ac.uk/~kjt/software/latex/showbst.html">Ken Turner’s web site</a>; -<li> an excellent survey, that lists a huge variety of styles, - sorted into their nominal topics as well as providing a good range - of examples, is the Reed College - - - “<a href="http://web.reed.edu/cis/help/LaTeX/bibtexstyles.html">Choosing a BibTeX style</a>”. -</ul> -<p/>Of course, these pages don’t cover everything; the problem the -inquisitive user faces, in fact, is to find what the various available -styles actually do. This is best achieved (if the links above don’t -help) by using <i>xampl.bib</i> from the BibTeX documentation -distribution: one can get a pretty good feel for any style one has to -hand using this “standard” bibliography. For style -<i>my-style.bst</i>, the simple LaTeX document: -<blockquote> -<pre> -\documentclass{article} -\begin{document} -\bibliographystyle{my-style} -\nocite{*} -\bibliography{xampl} -\end{document} -</pre> -</blockquote><p> -will produce a representative sample of the citations the style will -produce. (Because <i>xampl.bib</i> is so extreme in some of its -“examples”, the BibTeX run will also give you an interesting -selection of BibTeX’s error messages...) -<dl> -<dt><tt><i>xampl.bib</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/distribs/doc/xampl.bib">biblio/bibtex/distribs/doc/xampl.bib</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whatbst">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whatbst</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatenc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatenc.html deleted file mode 100644 index 275f5b60c95..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatenc.html +++ /dev/null @@ -1,78 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label whatenc</title> -</head><body> -<h3>What are encodings?</h3> -<p/>Let’s start by defining two concepts, the <em>character</em> and the -<em>glyph</em>. -The character is the abstract idea of the ‘atom’ of a -language or other dialogue: so it might be a letter in an alphabetic -language, a syllable in a syllabic language, or an ideogram in an -ideographic language. The glyph is the mark created on screen or -paper which represents a character. Of -course, if reading is to be possible, there must be some agreed -relationship between the glyph and the character, so while the precise -shape of the glyph can be affected by many other factors, such as the -capabilities of the writing medium and the designer’s style, the -essence of the underlying character must be retained. -<p/>Whenever a computer has to represent characters, someone has to define -the relationship between a set of numbers and the characters they -represent. This is the essence of an encoding: it is a mapping -between a set of numbers and a set of things to be represented. -<p/>TeX of course deals in encoded characters all the time: the -characters presented to it in its input are encoded, and it emits -encoded characters in its DVI (or PDF) output. These -encodings have rather different properties. -<p/>The TeX input stream was pretty unruly back in the days when Knuth -first implemented the language. Knuth himself prepared documents on -terminals that produced all sorts of odd characters, and as a result -TeX contains some provision for translating the input encoding to -something regular. Nowadays, -the operating system translates keystrokes into a code appropriate for -the user’s language: the encoding used is often a national or -international standard, though many operating systems use “code -pages” defined by Microsoft. These standards and code pages often -contain characters that can’t appear in the TeX system’s input -stream. Somehow, these characters have to be dealt with — so -an input character like “é” needs to be interpreted by TeX in -a way that that at least mimics the way it interprets “<code>\</code><code>’</code><code>e</code>”. -<p/>The TeX output stream is in a somewhat different situation: -characters in it are to be used to select glyphs from the fonts to be -used. Thus the encoding of the output stream is notionally a font -encoding (though the font in question may be a - - -<a href="FAQ-virtualfonts.html">virtual font</a>). In principle, a -fair bit of what appears in the output stream could be direct -transcription of what arrived in the input, but the output stream -also contains the product of commands in the input, and translations -of the input such as ligatures like -<code>fi</code>. -<p/>Font encodings became a hot topic when the -<a href="FAQ-ECfonts.html">Cork encoding</a> -appeared, because of the possibility of suppressing -<code>\</code><code>accent</code> commands in the output stream (and hence improving the -quality of the hyphenation of text in inflected languages, which is -interrupted by the <code>\</code><code>accent</code> commands — see - -<a href="FAQ-hyphen.html">“how does hyphenation work”</a>). -To take advantage of the diacriticised characters represented in the -fonts, it is necessary to arrange that whenever the -command sequence “<code>\</code><code>’</code><code>e</code>” has been input -(explicitly, or implicitly via the sort of mapping of input mentioned -above), the character that codes the position of the “é” glyph is -used. -<p/>Thus we could have the odd arrangement that the diacriticised character in -the TeX input stream is translated into TeX commands that would -generate something looking like the input character; this sequence of -TeX commands is then translated back again into a single -diacriticised glyph as the output is created. This is in fact -precisely what the LaTeX packages <i>inputenc</i> and -<i>fontenc</i> do, if operated in tandem on (most) characters in -the ISO Latin-1 input encoding and the T1 font encoding. -At first sight, it seems eccentric to have the first package do a thing, and -the second precisely undo it, but it doesn’t always happen that way: -most font encodings can’t match the corresponding input encoding -nearly so well, and the two packages provide the sort of symmetry the -LaTeX system needs. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whatenc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whatenc</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatpdftex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatpdftex.html deleted file mode 100644 index 6e59347c7ed..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whatpdftex.html +++ /dev/null @@ -1,31 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label whatpdftex</title> -</head><body> -<h3>What is PDFTeX?</h3> -<p/>PDFTeX has entered the main stream of TeX distributions: most -LaTeX and ConTeXt users nowadays use PDFTeX whether they know -it or not (more precisely, they use an amalgam of PDFTeX and -<a href="FAQ-etex.html">e-TeX</a>). So what is PDFTeX? -<p/>PDFTeX is a development of TeX that is capable of generating -typeset PDF output in place of DVI. PDFTeX has -other capabilities, most notably in the area of fine typographic -detail (for example, its support for - <a href="FAQ-overfull.html">optimising line breaks</a>), - -but its greatest impact to date has been in the area of -PDF output. -<p/>PDFTeX started as a topic for Hàn The Thành’s Master’s thesis, -and seems first to have been published in <i>TUGboat</i> 18(4), in 1997 -(though it was certainly discussed at the TUG’96 conference in -Russia). -<p/>While the world was making good use of “pre-releases” of PDFTeX, -Thành used it as a test-bed for the micro-typography which was the -prime subject of his Ph.D. research. Since Thành was finally -awarded his Ph.D., day-to-day maintenance and development of -PDFTeX 1.0 (and later) has been in the hands of a group of -PDFTeX maintainers (which includes Thành); the group has managed -to maintain a stable platform for general use. -<p/>Development of PDFTeX has (in essence) stopped: the brave new world -is to be <a href="FAQ-luatex.html">LuaTeX</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whatpdftex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whatpdftex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whereFAQ.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whereFAQ.html deleted file mode 100644 index 8fccd8c871a..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whereFAQ.html +++ /dev/null @@ -1,61 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label whereFAQ</title> -</head><body> -<h3>Where to find FAQs</h3> -<p/>Bobby Bodenheimer’s article, from which this FAQ was developed, used -to be posted (nominally monthly) to newsgroup -<i>comp.text.tex</i>. The (long -obsolete) last posted copy of that article is kept on CTAN for -auld lang syne. -<p/> - -The sources of the present FAQ -are available from CTAN. -<p/>This FAQ and others are regularly mentioned, on -<i>comp.text.tex</i> and elsewhere, in a “pointer FAQ” -which is also saved at <a href="http://tug.org/tex-ptr-faq">http://tug.org/tex-ptr-faq</a> -<p/>A 2006 innovation from Scott Pakin is the “visual” LaTeX FAQ. -This is a document with (mostly rubbish) text formatted so as to -highlight things we discuss here, and providing Acrobat hyper-links to -the relevant answers in this FAQ on the Web. The visual -FAQ is provided in PDF format, on CTAN; it works -best using Adobe Acrobat Reader 7 (or later); some features are -missing with other readers, or with earlier versions of Acrobat Reader -<p/>Another excellent information source, available in English, is the -<a href="http://tex.loria.fr">(La)TeX navigator</a>. -<p/>Both the Francophone TeX user group Gutenberg and the Czech/Slovak -user group CS-TUG have published translations of this FAQ, with -extensions appropriate to their languages. -<p/>Herbert Voss’s excellent -<a href="http://texnik.de/">LaTeX tips and tricks</a> -provides excellent advice on most topics one might imagine (though -it’s not strictly a FAQ) — highly recommended for most -ordinary mortals’ use. -<p/>The Open Directory Project (ODP) maintains a list of sources of -(La)TeX help, including FAQs. View the TeX area at -<a href="http://dmoz.org/Computers/Software/Typesetting/TeX/">http://dmoz.org/Computers/Software/Typesetting/TeX/</a> -<p/>Other non-English FAQs are available (off-CTAN): -<dl> -<dt>German<dd>Posted regularly to <i>de.comp.tex</i>, and archived - on CTAN; the FAQ also appears at - <a href="http://www.dante.de/faq/de-tex-faq/">http://www.dante.de/faq/de-tex-faq/</a> -<dt>French<dd>An interactive (full-screen!) FAQ may be found at - <a href="http://www.frenchpro6.com/screen.pdf/FAQscreen.pdf">http://www.frenchpro6.com/screen.pdf/FAQscreen.pdf</a>, and a copy - for printing at <a href="http://frenchle.free.fr/FAQ.pdf">http://frenchle.free.fr/FAQ.pdf</a>; - A FAQ used to be posted regularly to - <i>fr.comp.text.tex</i>, and is archived on CTAN — - sadly, that effort seems to have fallen by the wayside. -<dt>Spanish<dd>See <a href="http://apolo.us.es/CervanTeX/FAQ/">http://apolo.us.es/CervanTeX/FAQ/</a> -<dt>Czech<dd>See <a href="http://www.fi.muni.cz/cstug/csfaq/">http://www.fi.muni.cz/cstug/csfaq/</a> -</dl> -<p/>Resources available on CTAN are: -<dl> -<dt><tt><i>Dante FAQ</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/help/de-tex-faq.zip">help/de-tex-faq</a> (<a href="ftp://cam.ctan.org/tex-archive/help/de-tex-faq.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/help/de-tex-faq/">browse</a>) -<dt><tt><i>French FAQ</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/help/LaTeX-FAQ-francaise.zip">help/LaTeX-FAQ-francaise</a> (<a href="ftp://cam.ctan.org/tex-archive/help/LaTeX-FAQ-francaise.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/help/LaTeX-FAQ-francaise/">browse</a>) -<dt><tt><i>Sources of this FAQ</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/help/uk-tex-faq.zip">help/uk-tex-faq</a> (<a href="ftp://cam.ctan.org/tex-archive/help/uk-tex-faq.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/help/uk-tex-faq/">browse</a>) -<dt><tt><i>Obsolete <code>comp.text.tex</code> FAQ</i></tt><dd> - <a href="ftp://cam.ctan.org/tex-archive/obsolete/help/TeX,_LaTeX,_etc.:_Frequently_Asked_Questions_with_Answers">obsolete/help/TeX,_LaTeX,_etc.:_Frequently_Asked_Questions_with_Answers</a> -<dt><tt><i>The visual FAQ</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/info/visualFAQ/visualFAQ.pdf">info/visualFAQ/visualFAQ.pdf</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whereFAQ">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whereFAQ</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wholerow.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wholerow.html deleted file mode 100644 index a4b39068e90..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wholerow.html +++ /dev/null @@ -1,50 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label wholerow</title> -</head><body> -<h3>How to change a whole row of a table</h3> -<p/>Each cell of a table is set in a box, so that a change of font style -(or whatever) only lasts to the end of the cell. If one has a -many-celled table, or a long one which needs lots of rows emphasising, -putting a font style change command in every cell will be impossibly -tedious. -<p/>With the <i>array</i> package, you can define column modifiers -which will change the font style for a whole <em>column</em>. However, -with a bit of subtlety, one can make such modifiers affect rows rather -than columns. So, we set things up by: -<blockquote> - -<pre> -\usepackage{array} -\newcolumntype{$}{>{\global\let\currentrowstyle\relax}} -\newcolumntype{^}{>{\currentrowstyle}} -\newcommand{\rowstyle}[1]{\gdef\currentrowstyle{#1}% - #1\ignorespaces -} -</pre> -</blockquote><p> -Now, we put ‘<code>$</code>’ before the first column specifier; and we -put ‘<code>\textasciicircum</code>’ -before the modifiers of subsequent ones. We then use <code>\</code><code>rowstyle</code> at -the start of each row we want to modify: -<blockquote> -<pre> -\begin{tabular}{|$l|^l|^l|} \hline - \rowstyle{\bfseries} - Heading & Big and & Bold \\ \hline - Meek & mild & entry \\ - Meek & mild & entry \\ - \rowstyle{\itshape} - Strange & and & italic \\ - Meek & mild & entry \\ \hline -\end{tabular} -</pre> -</blockquote><p> -The <i>array</i> package works with several other -<code>tabular</code>-like environments from other packages (for -example <code>longtable</code>), but unfortunately this trick won’t -always work. -<dl> -<dt><tt><i>array.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=wholerow">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=wholerow</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-why-inp-font.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-why-inp-font.html deleted file mode 100644 index 461dd6b7b60..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-why-inp-font.html +++ /dev/null @@ -1,31 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label why-inp-font</title> -</head><body> -<h3>Why bother with <i>inputenc</i> and <i>fontenc</i>?</h3> -<p/>The standard input encoding for Western Europe (pending the arrival of -Unicode) is ISO 8859–1 (commonly known by the standard’s -subtitle ‘Latin-1’). Latin-1 is remarkably close, in the codepoints -it covers, to the (La)TeX T1 encoding. -<p/>In this circumstance, why should one bother with <i>inputenc</i> -and <i>fontenc</i>? Since they’re pretty exactly mirroring each -other, one could do away with both, and use just <i>t1enc</i>, -despite its <a href="FAQ-t1enc.html">shortcomings</a>. -<p/>One doesn’t do this for a variety of small reasons: -<dl> -<dt>Confusion<dd> You’ve been happily working in this mode, and for - some reason find you’re to switch to writing in German: the effect - of using “<code>ß</code>” is somewhat startling, since T1 - and Latin-1 treat the codepoint differently. -<dt>Compatibility<dd> You find yourself needing to work with a - colleague in Eastern Europe: their keyboard is likely to be set to - produce Latin-2, so that the simple mapping doesn’t work. -<dt>Traditional LaTeX<dd> You lapse and write something like - <code>\’</code><code>e</code> rather than typing <code>é</code>; only <i>fontenc</i> - has the means to convert this LaTeX sequence into the T1 - character, so an <code>\</code><code>accent</code> primitive slips through into the - output, and hyphenation is in danger. -</dl> -The <i>inputenc</i>–<i>fontenc</i> combination seems slow and -cumbersome, but it’s safe. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=why-inp-font">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=why-inp-font</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whyfree.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whyfree.html deleted file mode 100644 index 64e06c868c6..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-whyfree.html +++ /dev/null @@ -1,20 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label whyfree</title> -</head><body> -<h3>If TeX is so good, how come it’s free?</h3> -<p/>It’s free because Knuth chose to make it so. He is nevertheless -apparently happy -that others should earn money by selling TeX-based services and -products. While several valuable TeX-related tools and packages are -offered subject to restrictions imposed by the GNU General Public -Licence (‘Copyleft’), TeX itself is not subject to Copyleft. -<p/>There are commercial versions of TeX available; for some users, -it’s reassuring to have paid support. What is more, some of the -commercial implementations -have features that are not available in free versions. (The -reverse is also true: some free implementations have features -not available commercially.) -<p/>This FAQ concentrates on ‘free’ distributions of TeX, but we -do at least list the <a href="FAQ-commercial.html">major vendors</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whyfree">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=whyfree</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-widefigs.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-widefigs.html deleted file mode 100644 index 520cd27f9d4..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-widefigs.html +++ /dev/null @@ -1,23 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label widefigs</title> -</head><body> -<h3>Wide figures in two-column documents</h3> -<p/>Floating figures and tables ordinarily come out the same width as the -page, but in two-column documents they’re restricted to the width of -the column. This is sometimes not good enough; so there are alternative -versions of the float environments — in two-column documents, -<code>figure*</code> provides a floating page-wide figure (and <code>table*</code> a -page-wide table) which will do the necessary. -<p/>The “<code>*</code>”ed float environments can only appear at the top of a page, -or on a whole page — <code>h</code> or <code>b</code> float placement directives are -simply ignored. -<p/>Unfortunately, page-wide equations can only be accommodated inside -float environments. You should include them in <code>figure</code> environments, -or use the <i>float</i> or <i>ccaption</i>package to define a -new float type. -<dl> -<dt><tt><i>ccaption.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ccaption.zip">macros/latex/contrib/ccaption</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/ccaption.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ccaption/">browse</a>) -<dt><tt><i>float.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.zip">macros/latex/contrib/float</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/float.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/float/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=widefigs">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=widefigs</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-widows.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-widows.html deleted file mode 100644 index 357ae7d857e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-widows.html +++ /dev/null @@ -1,47 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label widows</title> -</head><body> -<h3>Controlling widows and orphans</h3> -<p/>Widows (the last line of a paragraph at the start of a page) and -orphans (the first line of paragraph at the end of a page) interrupt -the reader’s flow, and are generally considered “bad form”; -(La)TeX takes some precautions to avoid them, but completely -automatic prevention is often impossible. If you are typesetting your -own text, consider whether you can bring yourself to change the -wording slightly so that the page break will fall differently. -<p/>The page maker, when forming a page, takes account of -<code>\</code><code>widowpenalty</code> and <code>\</code><code>clubpenalty</code> (which relates to orphans!). -These penalties are usually set to the moderate value of <code>150</code>; this -offers mild discouragement of bad breaks. You can increase the values -by saying (for example) <code>\</code><code>widowpenalty</code><code>=500</code>; however, vertical -lists (such as pages are made of) typically have rather little -stretchability or shrinkability, so if the page maker has to balance -the effect of stretching the unstretchable and being penalised, the -penalty will seldom win. Therefore, for typical layouts, there are -only two sensible settings for the penalties: finite (150 or 500, it -doesn’t matter which) to allow widows and orphans, and infinite (10000 -or greater) to forbid them. -<p/>The problem can be avoided by allowing -the pagemaker to run pages short, by using the <code>\</code><code>raggedbottom</code> -directive; however, many publishers insist on the default -<code>\</code><code>flushbottom</code>; it is seldom acceptable to introduce stretchability -into the vertical list, except at points (such as section headings) -where the document design explicitly permits it. -<p/>Once you’ve exhausted the automatic measures, and have a final draft -you want to “polish”, you should proceed to manual measures. To -get rid of an orphan is simple: precede the paragraph with -<code>\</code><code>clearpage</code> and the paragraph can’t start in the wrong place. -<p/>Getting rid of a widow can be more tricky. If the paragraph is a long -one, it may be possible to set it ‘tight’: say <code>\</code><code>looseness</code><code>=-1</code> -immediately after the last word of the paragraph. If that doesn’t -work, try adjusting the page size: -<code>\</code><code>enlargethispage{<code>\</code><code>baselineskip</code>}</code> may do the job, and -get the whole paragraph on one page. Reducing the size of the page by -<code>\</code><code>enlargethispage{-<code>\</code><code>baselineskip</code>}</code> may produce a -(more-or-less) acceptable “two-line widow”. (Note: -<code>\</code><code>looseness</code><code>=1</code>, -increasing the line length by one, seldom seems to work — the looser -paragraph typically has a one-word final line, which doesn’t look much -better than the straight widow.) -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=widows">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=widows</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html deleted file mode 100644 index 36b42d6fb41..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wordcount.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label wordcount</title> -</head><body> -<h3>How many words have you written?</h3> -<p/>One often has to submit a document (e.g., a paper or a dissertation) -under some sort of constraint about its size. Sensible people set a -constraint in terms of numbers of pages, but there are some that -persist in limiting the numbers of words you type. -<p/>A simple solution to the requirement can be achieved following a -simple observation: the powers that be are unlikely to count all the -words of a document submitted to them. Therefore, a statistical -method can be employed: find how many words there are on a full page; -find how many full pages there are in the document (allowing for -displays of various sorts, this number will probably not be an -integer); multiply the two. However, if the document to be submitted -is to determine the success of the rest of one’s life, it takes a -brave person to thumb their nose at authority quite so -comprehensively... -<p/>The simplest method is to strip out the (La)TeX markup, and to count -what’s left. On a Unix-like system, this may be done using -<i>detex</i> and the built-in <i>wc</i>: -<pre> - detex <filename> | wc -w -</pre> -The <i>latexcount</i> script does the same sort of job, in one -“step”; being a <i>perl</i> script, it is in principle rather -easily configured (see documentation inside the script). -<i>Winedt</i> (see <a href="FAQ-editors.html">editors and shells</a>) -provides this functionality direct in the Windows environment. -<p/>Simply stripping (La)TeX markup isn’t entirely reliable, however: -that markup itself may contribute typeset words, and this could be a -problem. The <i>wordcount</i> package -contains a Bourne shell (i.e., typically Unix) script for running a -LaTeX file with a special piece of supporting TeX code, and then -counting word indications in the log file. This is probably as -accurate automatic counting as you can get. -<dl> -<dt><tt><i>detex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/support/detex.zip">support/detex</a> (<a href="ftp://cam.ctan.org/tex-archive/support/detex.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/support/detex/">browse</a>) -<dt><tt><i>wordcount</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wordcount.zip">macros/latex/contrib/wordcount</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/wordcount.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/wordcount/">browse</a>) -</dl> -<p/> -<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=wordcount">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=wordcount</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-writecls.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-writecls.html deleted file mode 100644 index 492b1347ae9..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-writecls.html +++ /dev/null @@ -1,43 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label writecls</title> -</head><body> -<h3>Learning to write LaTeX classes and packages</h3> -<p/>There’s nothing particularly magic about the commands you use when -writing a package, so you can simply bundle up a set of LaTeX -<code>\</code><code>(re)newcommand</code> and <code>\</code><code>(re)newenvironment</code> commands, put them in -a file <i>package.sty</i> and you have a package. -<p/>However, any but the most trivial package will require rather more -sophistication. Some details of LaTeX commands for the job are to -be found in ‘LaTeX2e for class and package writers’ -(<i>clsguide</i>, part of the LaTeX documentation distribution). -Beyond this, a good knowledge of TeX itself is valuable: thus books -such as the <a href="FAQ-books.html">TeXbook</a> or -<a href="FAQ-ol-books.html">TeX by topic</a> are relevant. With good TeX -knowledge it is possible to use the documented source of LaTeX as -reference material (dedicated authors will acquaint themselves with the -source as a matter of course). A complete set of the documented -source of LaTeX may be prepared by processing the file -<i>source2e.tex</i> in the LaTeX distribution, but individual files -in the distribution may be processed separately with LaTeX, like -any well-constructed <a href="FAQ-dtx.html"><code>.dtx</code> file</a>. -<p/>Writing good classes is not easy; it’s a good idea to read some -established ones (<i>classes.dtx</i>, for example, is the documented -source of the standard classes other than <i>Letter</i>, and may -itself be formatted with LaTeX). Classes that are not part of the -distribution are commonly based on ones that are, and start by loading -the standard class with <code>\</code><code>LoadClass</code> — an example of this -technique may be seen in <i>ltxguide.cls</i> -<p/>An -<a href="http://tug.org/TUGboat/Articles/tb28-1/tb88flynn.pdf">annotated version of <i>article</a></i>, -as it appears in <i>classes.dtx</i>, was published in -<i>TUGboat</i> 28(1). The article, by Peter Flynn, which is some help in -understanding <i>classes.dtx</i> -<dl> -<dt><tt><i>classes.dtx</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base/classes.dtx">macros/latex/base/classes.dtx</a> -<dt><tt><i>clsguide.pdf</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/doc/clsguide.pdf">macros/latex/doc/clsguide.pdf</a> -<dt><tt><i>ltxguide.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base/ltxguide.cls">macros/latex/base/ltxguide.cls</a> -<dt><tt><i>LaTeX documentation</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/doc.zip">macros/latex/doc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/doc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/doc/">browse</a>) -<dt><tt><i>source2e.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base/source2e.tex">macros/latex/base/source2e.tex</a> -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=writecls">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=writecls</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wrongpn.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wrongpn.html deleted file mode 100644 index 9acc7076e44..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-wrongpn.html +++ /dev/null @@ -1,39 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label wrongpn</title> -</head><body> -<h3>Page number is wrong at start of page</h3> -<p/>This is a long story, whose sources are deep inside the workings of -TeX itself; it all derives from the TeX’s striving to generate -the best possible output. -<p/>The page number is conventionally stored in <code>\</code><code>count0</code>; LaTeX -users see this as the counter <code>page</code>, and may typeset its value -using <code>\</code><code>thepage</code>. -<p/>The number (that is to say, <code>\</code><code>count0</code>) is only updated when TeX -actually outputs a page. TeX only even tries to do this when it -detects a hint that it may be a good thing to do. From TeX’s point -of view, the end of a paragraph is a good time to consider outputting -a page; it will output a page if it has <em>more</em> than a page’s -worth of material to output. (Ensuring it always has something in -hand makes some optimisations possible.) As a result, <code>\</code><code>count0</code> -(<code>\</code><code>thepage</code>) is almost always wrong in the first paragraph of a -page (the exception is where the page number has been “forcibly” -changed, either by changing its value directly, or by breaking the -page where TeX wouldn’t necessarily have chosen to break). -<p/>LaTeX provides a safe way of referring to the page number, by using -label references. So, rather than writing: -<blockquote> -<pre> -Here is page \thepage{}. -</pre> -</blockquote><p> -you should write: -<blockquote> -<pre> -Here is page \pageref{here}\label{here}. -</pre> -</blockquote><p> -(note: no space between the <code>\</code><code>pageref</code> and the <code>\</code><code>label</code>, since -that could potentially end up as a page-break space itself, which -rather defeats the purpose of the exercise!). -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=wrongpn">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=wrongpn</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-xetex.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-xetex.html deleted file mode 100644 index 6c7acf95289..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-xetex.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label xetex</title> -</head><body> -<h3>The XeTeX project</h3> -<p/>XeTeX (by Jonathan Kew) is a successor to the shareware TeX/GX -program for Macintoshes. It is a Unicode-based (UTF-8) TeX -implementation which is able to make use of Mac OS X AAT -(Apple Advanced Typography) <code>.dfonts</code> and OpenType fonts. It -uses Apple’s Quartz system (which facilitates the afore-mentioned font -access) to generate PDF output. XeTeX supports Unicode -character sets and bidirectional typesetting, and is widely used by -people studying linguistics, as well as an increasing range of people -working in other fields. -<p/>A Linux and Unix-system version is available in TeX Live 2007; that -version (of course) relies on OpenType fonts alone. A version is -planned for MiKTeX version 2.7 (currently planned for December 2007). -<p/>The project has a <a href="http://scripts.sil.org/xetex">web site</a> for -the user who wants more than this simple answer, and you can also sign -up to a <a href="http://www.tug.org/mailman/listinfo/xetex">mailing list</a>. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=xetex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=xetex</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-xspace.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-xspace.html deleted file mode 100644 index ff4cbfb70d1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-xspace.html +++ /dev/null @@ -1,56 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label xspace</title> -</head><body> -<h3>Commands gobble following space</h3> -<p/>People are forever surprised that simple commands gobble the space -after them: this is just the way it is. The effect arises from the -way TeX works, and Lamport describes a solution (place a pair of braces -after a command’s invocation) in the description of LaTeX syntax. -Thus the requirement is in effect part of the definition of LaTeX. -<p/>This FAQ, -for example, is written with definitions that <em>require</em> one to -type <code>\</code><code>fred{}</code> - -for almost all macro invocations, regardless -of whether the following space is required: however, this FAQ -is written by highly dedicated (and, some would say, eccentric) -people. Many users find all those braces become very tedious very -quickly, and would really rather not type them all. -<p/>An alternative structure, that doesn’t violate the design of LaTeX, -is to say <code>\</code><code>fred</code><code>\</code><code> </code> — the <code>\</code><code> </code> command is “self -terminating” (like <code>\</code><code>\</code>) and you don’t need braces after -<em>it</em>. Thus one can reduce to one the extra characters one needs -to type. -<p/>If even that one character is too many, the package <i>xspace</i> -defines a command <code>\</code><code>xspace</code> that guesses whether there should have -been a space after it, and if so introduces that space. So - -“<code>fred<code>\</code><code>xspace</code> jim</code>” produces “fred jim”, while -“<code>fred<code>\</code><code>xspace</code>. jim</code>” produces “fred. jim”. Which -usage would of course be completely pointless; but you can incorporate -<code>\</code><code>xspace</code> in your own macros: -<blockquote> -<pre> -\usepackage{xspace} -... -\newcommand{\restenergy}{\ensuremath{mc^2}\xspace} -... -and we find \restenergy available to us... -</pre> - -</blockquote><p> -The <code>\</code><code>xspace</code> command must be the last thing in your macro -definition (as in the example); it’s not completely foolproof, but it -copes with most obvious situations in running text. -<p/>The <i>xspace</i> package doesn’t save you anything if you only use -a modified macro once or twice within your document. In any case, be -careful with usage of <code>\</code><code>xspace</code> — it changes your input syntax, -which can be confusing, notably to a collaborating author -(particularly if you create some commands which use it and some which -don’t). Of course, no command built into LaTeX or into any -“standard” class or package will use <code>\</code><code>xspace</code>. -<dl> -<dt><tt><i>xspace.sty</i></tt><dd>Distributed as part of <a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.zip">macros/latex/required/tools</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/required/tools.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/required/tools/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=xspace">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=xspace</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-y2k.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-y2k.html deleted file mode 100644 index b82b4ae7604..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-y2k.html +++ /dev/null @@ -1,47 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label y2k</title> -</head><body> -<h3>Are TeX and friends Y2K compliant?</h3> -<p/><dl> -<dt>Crashing:<dd> None of TeX, Metafont or MetaPost can themselves crash - due to any change whatever in the date of any sort. -<dt>Timestamps:<dd> In the original sources, a 2-digit year was - stored as the creation time for format files and that value is - printed in log-files. These items should not be of general concern, - since the only use of the date format file is to produce the log - output, and the log file is designed for human readers only. -<p/> Knuth announced in 1998 that implementors could - alter this code without fear of being accused of non-compliance. - Nearly all implementations that are being actively maintained had - been modified to generate 4-digit years in the format file and the - log, by the end of 1998. The original sources themselves have now - been modified so that 4-digit year numbers are stored. -<dt>The <code>\</code><code>year</code> primitive:<dd> Certification of a TeX - implementation (see <a href="FAQ-triptrap.html">trip/trap testing</a>) - does not require that <code>\</code><code>year</code> return a meaningful value (which - means that TeX can, in principle, be implemented on platforms - that don’t make the value of the clock available to user programs). - The <em>TeXbook</em> (see - <a href="FAQ-books.html">TeX-related books</a>) defines <code>\</code><code>year</code> as - “the current year of our Lord”, which is the only correct meaning - for <code>\</code><code>year</code> for those implementations which can supply a - meaningful value, which is to say nearly all of them. -<p/> In short, TeX implementations should provide a value in <code>\</code><code>year</code> - giving the 4-digit year Anno Domini, or the value 1776 if the - platform does not support a date function. -<p/> Note that if the system itself fails to deliver a correct date to - TeX, then <code>\</code><code>year</code> will of course return an incorrect value. - TeX cannot be considered Y2K compliant, in this sense, on a -system that is not itself Y2K compliant. -<dt>Macros:<dd> TeX macros can in principle perform calculations on - the basis of the value of <code>\</code><code>year</code>. - The <a href="FAQ-latex.html">LaTeX suite</a> - performs such calculations in a small number of places; the - calculations performed in the current (supported) version of LaTeX are - known to be Y2K compliant. -<p/> Other macros and macro packages should be individually checked. -<dt>External software:<dd> Software such as DVI translators - needs to be individually checked. -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=y2k">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=y2k</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html deleted file mode 100644 index a8fd0ecdc70..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-zerochap.html +++ /dev/null @@ -1,18 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label zerochap</title> -</head><body> -<h3>Why are my sections numbered 0.1 ...?</h3> -<p/>This happens when your document is using the standard <i>book</i> or -<i>report</i> class (or one similar), and you’ve got a <code>\</code><code>section</code> -before your first <code>\</code><code>chapter</code>. -<p/>What happens is, that the class numbers sections as -“<<i>chapter no</i>>.<<i>section no</i>>”, and until the first -chapter has appeared, the chapter number is 0. -<p/>If you’re doing this, it’s quite likely that the <i>article</i> class -is for you; try it and see. Otherwise, give your sections a -‘superior’ chapter, or do away with section numbering by using -<code>\</code><code>section*</code> instead. An alternative way of avoiding numbering is -discussed in -“<a href="FAQ-secnumdep.html">unnumbered sections in the table of contents</a>”. -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=zerochap">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=zerochap</a> -</body> diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/index.html b/Master/texmf-doc/doc/english/FAQ-en/html/index.html deleted file mode 100644 index 81a159e718e..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/index.html +++ /dev/null @@ -1,612 +0,0 @@ -<h2>Introduction</h2> -<p/>This is a set of Frequently Asked Questions (FAQ) for -English-speaking users of TeX. The questions answered here cover a -wide range of topics, but the actual typesetting issues are mostly -covered from the viewpoint of a LaTeX user. -<p/>You may use the FAQ -<ul> -<li> by reading a printed document, -<li> by viewing a PDF file, with hyperlinks to assist - browsing: copies are available formatted for printing on - <a href="http://www.tex.ac.uk/tex-archive/help/uk-tex-faq/newfaq.pdf">A4 paper</a> or on - <a href="http://www.tex.ac.uk/tex-archive/help/uk-tex-faq/letterfaq.pdf">North American “letter” paper</a>, or -<li> by using the FAQ’s web interface (base URL: - <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a>); this version provides simple search - capabilities, as well as a link to Google for a more sophisticated - search restricted to the FAQ itself, or -<li> via Scott Pakin’s <a href="http://www.tex.ac.uk/tex-archive/info/visualFAQ/visualFAQ.pdf">Visual FAQ</a>. -</ul> -<p/> -<b>Caveat: Acquiring files</b> -<p/>Most answers in this FAQ provide links for downloading -software; a large proportion of these links direct you to entire -directories on the CTAN archives. Unfortunately, some browsers -issue a sequence of commands that causes CTAN servers to deny -the existence of compressed archive files of the directory, that the -server would be happy to create “on the fly”. The FAQ -therefore offers three possible links for downloading directories -(that aren’t already designated “browse only”): the links give you -<code>.zip</code> and <code>.tar.gz</code> archives, and a link for browsing -the directory. -<p/>Fortunately, CTAN is switching to statically-generated -directory archive files; many directories mentioned in this FAQ -will also exist as <code>.zip</code> files on the archives, and won’t fall -foul of the browser problem. Of course, if the <code>.zip</code> file -does not exist, and the browser is playing up, you will need to use -the “browse” link. -<p/> -<p/><b>Origins</b> -<p/>The FAQ was originated by the Committee of the UK TeX -Users’ Group (UK TUG) as a development of a regular -posting to the <em>Usenet</em> newsgroup <i>comp.text.tex</i> that -was maintained for some time by Bobby Bodenheimer. The first -UK version was much re-arranged and corrected from the -original, and little of Bodenheimer’s work now remains. -<p/>The following people (at least — there are almost certainly others -whose names weren’t correctly recorded) have contributed help or -advice on the development of the FAQ: -Donald Arseneau, -Rosemary Bailey, -Barbara Beeton, -Karl Berry, -Giuseppe Bilotta, -Charles Cameron, -Damian Cugley, -Michael Dewey, -Michael Downes, -Jean-Pierre Drucbert, -Michael Ernst, -Thomas Esser, -Ulrike Fischer, - -Anthony Goreham, -Norman Gray, -Eitan Gurari, -William Hammond, -John Harper, -John Hammond, -Troy Henderson, -Hartmut Henkel, -Stephan Hennig, -John Hobby, -Morten Høgholm, -Berthold Horn, -Ian Hutchinson, -Werner Icking, -William Ingram, -Alan Jeffrey, -Regnor Jernsletten, -David Kastrup, -Oleg Katsitadze, -Isaac Khabaza, -Ulrich Klauer, -Markus Kohm, -David Kraus, -Ryszard Kubiak, -Simon Law, -Daniel Luecking, -Aditya Mahajan, -Sanjoy Mahajan, -Andreas Matthias, -Brooks Moses, -Iain Murray, -Vilar Camara Neto, -Dick Nickalls, -Ted Nieland, -Hans Nordhaug, -Pat Rau, -Heiko Oberdiek, -Piet van Oostrum, -Scott Pakin, -Oren Patashnik, -Steve Peter, -Sebastian Rahtz, -Philip Ratcliffe, -Chris Rowley, -José Carlos Santos, -Walter Schmidt, -Hans-Peter Schröcker, -Joachim Schrod, -Maarten Sneep, -Axel Sommerfeldt, -James Szinger, -Ulrik Vieth, -Mike Vulis, -Chris Walker, -Peter Wilson, -Rick Zaccone and -Reinhard Zierke. -<p/> -<p/><h3>The Background</h3><ul> -<li><a href="FAQ-whatTeX.html">What is TeX?</a> -<li><a href="FAQ-TeXpronounce.html">How should I pronounce “TeX”?</a> -<li><a href="FAQ-MF.html">What is Metafont?</a> -<li><a href="FAQ-MP.html">What is MetaPost?</a> -<li><a href="FAQ-triptrap.html">How can I be sure it’s really TeX?</a> -<li><a href="FAQ-y2k.html">Are TeX and friends Y2K compliant?</a> -<li><a href="FAQ-etex.html">What is e-TeX?</a> -<li><a href="FAQ-whatpdftex.html">What is PDFTeX?</a> -<li><a href="FAQ-latex.html">What is LaTeX?</a> -<li><a href="FAQ-latex2e.html">What is LaTeX2e?</a> -<li><a href="FAQ-latexpronounce.html">How should I pronounce “LaTeX(2e)”?</a> -<li><a href="FAQ-plainvltx.html">Should I use Plain TeX or LaTeX?</a> -<li><a href="FAQ-LaTeXandPlain.html">How does LaTeX relate to Plain TeX?</a> -<li><a href="FAQ-context.html">What is ConTeXt?</a> -<li><a href="FAQ-AMSpkg.html">What are the AMS packages (AMSTeX, <em>etc</em>.)?</a> -<li><a href="FAQ-eplain.html">What is Eplain?</a> -<li><a href="FAQ-lollipop.html">What is Lollipop?</a> -<li><a href="FAQ-texinfo.html">What is Texinfo?</a> -<li><a href="FAQ-whyfree.html">If TeX is so good, how come it’s free?</a> -<li><a href="FAQ-TeXfuture.html">What is the future of TeX?</a> -<li><a href="FAQ-readtex.html">Reading (La)TeX files</a> -<li><a href="FAQ-notWYSIWYG.html">Why is TeX not a WYSIWYG system?</a> -<li><a href="FAQ-TUGstar.html">TeX User Groups</a> -</ul><h3>Documentation and Help</h3><ul> -<li><a href="FAQ-books.html">Books on TeX and its relations</a> -<li><a href="FAQ-typebooks.html">Books on Type</a> -<li><a href="FAQ-whereFAQ.html">Where to find FAQs</a> -<li><a href="FAQ-gethelp.html">How to get help</a> -<li><a href="FAQ-mailliststar.html">Specialist mailing lists</a> -<li><a href="FAQ-askquestion.html">How to ask a question</a> -<li><a href="FAQ-minxampl.html">How to make a “minimum example”</a> -<li><a href="FAQ-tutorialstar.html">(La)TeX Tutorials, etc.</a> -<li><a href="FAQ-man-tex.html">Online introductions: Plain TeX</a> -<li><a href="FAQ-man-latex.html">Online introductions: LaTeX</a> -<li><a href="FAQ-tutbitslatex.html">Specialised (La)TeX tutorials</a> -<li><a href="FAQ-ref-doc.html">Reference documents</a> -<li><a href="FAQ-doc-wiki.html">WIKI pages for TeX and friends</a> -<li><a href="FAQ-typo-style.html">Typography tutorials</a> -<li><a href="FAQ-doc-dirs.html">Directories of (La)TeX information</a> -<li><a href="FAQ-ol-books.html">Freely available (La)TeX books</a> -<li><a href="FAQ-pkgdoc.html">Documentation of packages</a> -<li><a href="FAQ-writecls.html">Learning to write LaTeX classes and packages</a> -<li><a href="FAQ-mfptutorials.html">Metafont and MetaPost Tutorials</a> -<li><a href="FAQ-BibTeXing.html">BibTeX Documentation</a> -<li><a href="FAQ-symbols.html">Where can I find the symbol for ...</a> -<li><a href="FAQ-docpictex.html">The PicTeX manual</a> -</ul><h3>Bits and pieces of (La)TeX</h3><ul> -<li><a href="FAQ-dvi.html">What is a DVI file?</a> -<li><a href="FAQ-driver.html">What is a DVI driver?</a> -<li><a href="FAQ-pk.html">What are PK files?</a> -<li><a href="FAQ-tfm.html">What are TFM files?</a> -<li><a href="FAQ-virtualfonts.html">Virtual fonts</a> -<li><a href="FAQ-specials.html"><code>\</code><code>special</code> commands</a> -<li><a href="FAQ-hyphen.html">How does hyphenation work in TeX?</a> -<li><a href="FAQ-clsvpkg.html">What are LaTeX classes and packages?</a> -<li><a href="FAQ-dtx.html">Documented LaTeX sources (<code>.dtx</code> files)</a> -<li><a href="FAQ-whatenc.html">What are encodings?</a> -<li><a href="FAQ-ECfonts.html">What are the EC fonts?</a> -<li><a href="FAQ-tds.html">What is the TDS?</a> -<li><a href="FAQ-eps.html">What is “Encapsulated PostScript” (“EPS”)</a> -<li><a href="FAQ-adobetypen.html">Adobe font formats</a> -<li><a href="FAQ-resolns.html">What are “resolutions”</a> -<li><a href="FAQ-fontname.html">What is the “Berry naming scheme”</a> -</ul><h3>Acquiring the Software</h3><ul> -<li><a href="FAQ-archives.html">Repositories of TeX material</a> -<li><a href="FAQ-tds-zip.html">Prebuilt installation files on the archive</a> -<li><a href="FAQ-nonfree.html">What’s the CTAN <code>nonfree</code> tree?</a> -<li><a href="FAQ-uploads.html">Contributing a file to the archives</a> -<li><a href="FAQ-findfiles.html">Finding (La)TeX files</a> -<li><a href="FAQ-findfont.html">Finding new fonts</a> -<li><a href="FAQ-CD.html">The TeX collection</a> -</ul><h3>TeX Systems</h3><ul> -<li><a href="FAQ-TeXsystems.html">(La)TeX for different machines</a> -<li><a href="FAQ-editors.html">TeX-friendly editors and shells</a> -<li><a href="FAQ-commercial.html">Commercial TeX implementations</a> -</ul><h3>DVI Drivers and Previewers</h3><ul> -<li><a href="FAQ-dvips.html">DVI to PostScript conversion programs</a> -<li><a href="FAQ-HPdrivers.html">DVI drivers for HP LaserJet</a> -<li><a href="FAQ-otherprinters.html">Output to “other” printers</a> -<li><a href="FAQ-previewers.html">DVI previewers</a> -<li><a href="FAQ-dvi-bmp.html">Generating bitmaps from DVI</a> -</ul><h3>Support Packages for TeX</h3><ul> -<li><a href="FAQ-fig.html">Fig, a (La)TeX-friendly drawing package</a> -<li><a href="FAQ-texcad.html">TeXCAD, a drawing package for LaTeX</a> -<li><a href="FAQ-spell.html">Spelling checkers for work with TeX</a> -<li><a href="FAQ-wordcount.html">How many words have you written?</a> -</ul><h3>Literate programming</h3><ul> -<li><a href="FAQ-lit.html">What is Literate Programming?</a> -<li><a href="FAQ-webpkgs.html">WEB systems for various languages</a> -</ul><h3>Format conversions</h3><ul> -<li><a href="FAQ-toascii.html">Conversion from (La)TeX to plain text</a> -<li><a href="FAQ-SGML2TeX.html">Conversion from SGML or HTML to TeX</a> -<li><a href="FAQ-LaTeX2HTML.html">Conversion from (La)TeX to HTML</a> -<li><a href="FAQ-fmtconv.html">Other conversions to and from (La)TeX</a> -<li><a href="FAQ-readML.html">Using TeX to read SGML or XML directly</a> -<li><a href="FAQ-recovertex.html">Retrieving (La)TeX from DVI, etc.</a> -<li><a href="FAQ-LaTeXtoPlain.html">Translating LaTeX to Plain TeX</a> -</ul><h3>Installing (La)TeX files</h3><ul> -<li><a href="FAQ-installthings.html">Installing things on a (La)TeX system</a> -<li><a href="FAQ-install-find.html">Finding packages to install</a> -<li><a href="FAQ-install-unpack.html">Unpacking LaTeX packages</a> -<li><a href="FAQ-install-doc.html">Generating package documentation</a> -<li><a href="FAQ-inst-wlcf.html">Installing files “where (La)TeX can find them”</a> -<li><a href="FAQ-what-TDS.html">Which tree to use</a> -<li><a href="FAQ-install-where.html">Where to install packages</a> -<li><a href="FAQ-inst-tidy.html">Tidying up after installation</a> -<li><a href="FAQ-inst-scut.html">Shortcuts to installing files</a> -<li><a href="FAQ-inst-miktexstar.html">Installation using MiKTeX package manager</a> -<li><a href="FAQ-inst-tds-zip.html">Installing using preformatted ZIP files</a> -<li><a href="FAQ-tempinst.html">“Temporary” installation of (La)TeX files</a> -<li><a href="FAQ-privinst.html">“Private” installations of files</a> -<li><a href="FAQ-instfont.html">Installing a new font</a> -<li><a href="FAQ-instmffont.html">Installing a font provided as Metafont source</a> -<li><a href="FAQ-instprinterfont.html">Installing a PostScript printer built-in font</a> -<li><a href="FAQ-inst1cm.html">Installing the Bluesky versions of the CM fonts</a> -<li><a href="FAQ-prept1font.html">Preparing a Type 1 font</a> -<li><a href="FAQ-instt1font.html">Installing a Type 1 font</a> -</ul><h3>Fonts</h3><ul> -</ul><h4>Metafont fonts</h4><ul> -<li><a href="FAQ-useMF.html">Getting Metafont to do what you want</a> -<li><a href="FAQ-keepfonts.html">Which font files should be kept</a> -<li><a href="FAQ-getbitmap.html">Acquiring bitmap fonts</a> -</ul><h4>Adobe Type 1 (“PostScript”) fonts</h4><ul> -<li><a href="FAQ-usepsfont.html">Using PostScript fonts with TeX</a> -<li><a href="FAQ-PSpreview.html">Previewing files using Type 1 fonts</a> -<li><a href="FAQ-metrics.html">TeX font metric files for PostScript fonts</a> -<li><a href="FAQ-psfontprob.html">Deploying Type 1 fonts</a> -<li><a href="FAQ-psfchoice.html">Choice of scalable outline fonts</a> -<li><a href="FAQ-charshift.html">Weird characters in <i>dvips</i> output</a> -</ul><h4>Macros for using fonts</h4><ul> -<li><a href="FAQ-fonts-pln.html">Using non-standard fonts in Plain TeX</a> -</ul><h4>Particular font families</h4><ul> -<li><a href="FAQ-concrete.html">Using the “Concrete” fonts</a> -<li><a href="FAQ-uselmfonts.html">Using the Latin Modern fonts</a> -</ul><h3>Hypertext and PDF</h3><ul> -<li><a href="FAQ-hyper.html">Making hypertext documents from TeX</a> -<li><a href="FAQ-acrobat.html">Making Acrobat PDF documents from (La)TeX</a> -<li><a href="FAQ-dvips-pdf.html">Quality of PDF from PostScript</a> -<li><a href="FAQ-fuzzy-type3.html">The wrong type of fonts in PDF</a> -<li><a href="FAQ-fuzzy-gs.html">Fuzzy fonts because <i>Ghostscript</i> too old</a> -<li><a href="FAQ-fuzzy-T1.html">Fonts go fuzzy when you switch to T1</a> -<li><a href="FAQ-distill-prob.html">Characters missing from PDF output</a> -<li><a href="FAQ-type1T1.html">Finding ‘8-bit’ Type 1 fonts</a> -<li><a href="FAQ-pkfix.html">Replacing Type 3 fonts in PostScript</a> -<li><a href="FAQ-pdfpagelabels.html"><i>Hyperref</i> and repeated page numbers</a> -<li><a href="FAQ-srchpdf.html">Searching PDF files</a> -</ul><h3>Graphics</h3><ul> -<li><a href="FAQ-impgraph.html">How to import graphics into (La)TeX documents</a> -<li><a href="FAQ-dvipsgraphics.html">Imported graphics in <i>dvips</i></a> -<li><a href="FAQ-pdftexgraphics.html">Imported graphics in PDFLaTeX</a> -<li><a href="FAQ-dvipdfmgraphics.html">Imported graphics in <i>dvipdfm</i></a> -<li><a href="FAQ-graphicspath.html">Importing graphics from “somewhere else”</a> -<li><a href="FAQ-graph-pspdf.html">Portable imported graphics</a> -<li><a href="FAQ-repeatgrf.html">Repeated graphics in a document</a> -<li><a href="FAQ-grmaxwidth.html">Limit the width of imported graphics</a> -<li><a href="FAQ-topgraph.html">Top-aligning imported graphics</a> -<li><a href="FAQ-mpprologues.html">Displaying MetaPost output in <i>ghostscript</i></a> -<li><a href="FAQ-drawing.html">Drawing with TeX</a> -<li><a href="FAQ-drawFeyn.html">Drawing Feynman diagrams in LaTeX</a> -<li><a href="FAQ-labelfig.html">Labelling graphics</a> -</ul><h3>Bibliographies and citations</h3><ul> -</ul><h4>Creating bibliographies</h4><ul> -<li><a href="FAQ-buildbib.html">Creating a BibTeX bibliography file</a> -<li><a href="FAQ-custbib.html">Creating a bibliography style</a> -<li><a href="FAQ-capbibtex.html">Capitalisation in BibTeX</a> -<li><a href="FAQ-bibaccent.html">Accents in bibliographies</a> -<li><a href="FAQ-bibstrtl.html">‘String too long’ in BibTeX</a> -<li><a href="FAQ-manyauthor.html">BibTeX doesn’t understand lists of names</a> -<li><a href="FAQ-citeURL.html">URLs in BibTeX bibliographies</a> -<li><a href="FAQ-bibplain.html">Using BibTeX with Plain TeX</a> -<li><a href="FAQ-makebib.html">Reconstructing <code>.bib</code> files</a> -<li><a href="FAQ-bibprefixsort.html">BibTeX sorting and name prefixes</a> -<li><a href="FAQ-bibtranscinit.html">‘Multi-letter’ initials in BibTeX</a> -</ul><h4>Creating citations</h4><ul> -<li><a href="FAQ-usebibtex.html">“Normal” use of BibTeX from LaTeX</a> -<li><a href="FAQ-whatbst.html">Choosing a bibliography style</a> -<li><a href="FAQ-chapbib.html">Separate bibliographies per chapter?</a> -<li><a href="FAQ-multbib.html">Multiple bibliographies?</a> -<li><a href="FAQ-bibinline.html">Putting bibliography entries in text</a> -<li><a href="FAQ-citesort.html">Sorting and compressing citations</a> -<li><a href="FAQ-mcite.html">Multiple citations</a> -<li><a href="FAQ-backref.html">References from the bibliography to the citation</a> -<li><a href="FAQ-sortbib.html">Sorting lists of citations</a> -<li><a href="FAQ-compactbib.html">Reducing spacing in the bibliography</a> -<li><a href="FAQ-bibtocorder.html">Table of contents rearranges “<i>unsrt</i>” ordering</a> -<li><a href="FAQ-i18nbib.html">Non-english bibliographies</a> -<li><a href="FAQ-formbiblabel.html">Format of numbers in the bibliography</a> -</ul><h4>Manipulating whole bibliographies</h4><ul> -<li><a href="FAQ-nocitestar.html">Listing all your BibTeX entries</a> -<li><a href="FAQ-htmlbib.html">Making HTML of your Bibliography</a> -</ul><h3>Adjusting the typesetting</h3><ul> -</ul><h4>Alternative document classes</h4><ul> -<li><a href="FAQ-replstdcls.html">Replacing the standard classes</a> -<li><a href="FAQ-slidecls.html">Producing slides</a> -<li><a href="FAQ-poster.html">Creating posters with LaTeX</a> -<li><a href="FAQ-thesis.html">Formatting a thesis in LaTeX</a> -<li><a href="FAQ-journalpaper.html">Setting papers for journals</a> -<li><a href="FAQ-multidoc.html">A ‘report’ from lots of ‘article’s</a> -<li><a href="FAQ-cv.html"><em>Curriculum Vitae</em> (Résumé)</a> -<li><a href="FAQ-letterclass.html">Letters and the like</a> -<li><a href="FAQ-extsizes.html">Other “document font” sizes?</a> -</ul><h4>Document structure</h4><ul> -<li><a href="FAQ-titlsty.html">The style of document titles</a> -<li><a href="FAQ-secthead.html">The style of section headings</a> -<li><a href="FAQ-appendix.html">Appendixes</a> -<li><a href="FAQ-secindent.html">Indent after section headings</a> -<li><a href="FAQ-subsubsub.html">How to create a <code>\</code><code>subsubsubsection</code></a> -<li><a href="FAQ-captsty.html">The style of captions</a> -<li><a href="FAQ-fancyhdr.html">Alternative head- and footlines in LaTeX</a> -<li><a href="FAQ-widefigs.html">Wide figures in two-column documents</a> -<li><a href="FAQ-onecolabs.html">1-column abstract in 2-column document</a> -<li><a href="FAQ-reallyblank.html">Really blank pages between chapters</a> -<li><a href="FAQ-balance.html">Balancing columns at the end of a document</a> -<li><a href="FAQ-runheadtoobig.html">My section title is too wide for the page header</a> -<li><a href="FAQ-nofm.html">Page numbering “<<i>n</i>> of <<i>m</i>>”</a> -<li><a href="FAQ-pagebychap.html">Page numbering by chapter</a> -</ul><h4>Page layout</h4><ul> -<li><a href="FAQ-papersize.html">The size of printed output</a> -<li><a href="FAQ-acroantics.html">Adobe <i>Reader</i> messing with print size</a> -<li><a href="FAQ-papergeom.html">Getting the right paper geometry from (La)TeX</a> -<li><a href="FAQ-changemargin.html">Changing the margins in LaTeX</a> -<li><a href="FAQ-marginpkgs.html">Packages to set up page designs</a> -<li><a href="FAQ-marginmanual.html">How to set up page layout “by hand”</a> -<li><a href="FAQ-chngmargonfly.html">Changing margins “on the fly”</a> -<li><a href="FAQ-nopageno.html">How to get rid of page numbers</a> -<li><a href="FAQ-psatempty.html"><code>\pagestyle{empty}</code> on first page in LaTeX</a> -<li><a href="FAQ-crop.html">How to create crop marks</a> -<li><a href="FAQ-watermark.html">‘Watermarks’ on every page</a> -<li><a href="FAQ-landscape.html">Typesetting things in landscape orientation</a> -<li><a href="FAQ-abspos.html">Putting things at fixed positions on the page</a> -<li><a href="FAQ-nopagebrk.html">Preventing page breaks between lines</a> -<li><a href="FAQ-parallel.html">Parallel setting of text</a> -<li><a href="FAQ-epigraph.html">Typesetting epigraphs</a> -<li><a href="FAQ-outszwrng.html">(La)TeX PDF output prints at wrong size</a> -</ul><h4>Spacing of characters and lines</h4><ul> -<li><a href="FAQ-linespace.html">Double-spaced documents in LaTeX</a> -<li><a href="FAQ-letterspace.html">Changing the space between letters</a> -<li><a href="FAQ-ragright.html">Setting text ragged right</a> -<li><a href="FAQ-flushboth.html">Cancelling <code>\</code><code>ragged</code> commands</a> -</ul><h4>Typesetting specialities</h4><ul> -<li><a href="FAQ-verbfile.html">Including a file verbatim in LaTeX</a> -<li><a href="FAQ-linenos.html">Including line numbers in typeset output</a> -<li><a href="FAQ-codelist.html">Code listings in LaTeX</a> -<li><a href="FAQ-algorithms.html">Typesetting pseudocode in LaTeX</a> -<li><a href="FAQ-makeindex.html">Generating an index in (La)TeX</a> -<li><a href="FAQ-setURL.html">Typesetting URLs</a> -<li><a href="FAQ-music.html">Typesetting music in TeX</a> -<li><a href="FAQ-parskip.html">Zero paragraph indent</a> -<li><a href="FAQ-dropping.html">Big letters at the start of a paragraph</a> -<li><a href="FAQ-dec_comma.html">The comma as a decimal separator</a> -<li><a href="FAQ-breakbox.html">Breaking boxes of text</a> -<li><a href="FAQ-overstrike.html">Overstriking characters</a> -<li><a href="FAQ-upquot.html">Realistic quotes for verbatim listings</a> -<li><a href="FAQ-time.html">Printing the time</a> -<li><a href="FAQ-the-commands.html">Redefining counters’ <code>\</code><code>the-</code>commands</a> -</ul><h4>Tables of contents and indexes</h4><ul> -<li><a href="FAQ-tocloft.html">The format of the Table of Contents, etc.</a> -<li><a href="FAQ-secnumdep.html">Unnumbered sections in the Table of Contents</a> -<li><a href="FAQ-tocbibind.html">Bibliography, index, etc., in TOC</a> -<li><a href="FAQ-minitoc.html">Table of contents, etc., per chapter</a> -<li><a href="FAQ-multind.html">Multiple indexes</a> -</ul><h4>Labels and references</h4><ul> -<li><a href="FAQ-nameref.html">Referring to things by their name</a> -<li><a href="FAQ-extref.html">Referring to labels in other documents</a> -</ul><h3>How do I do...?</h3><ul> -</ul><h4>Mathematics</h4><ul> -<li><a href="FAQ-proof.html">Proof environment</a> -<li><a href="FAQ-theoremfmt.html">Theorem bodies printed in a roman font</a> -<li><a href="FAQ-newfunction.html">Defining a new log-like function in LaTeX</a> -<li><a href="FAQ-braket.html">Set specifications and Dirac brackets</a> -<li><a href="FAQ-cancellation.html">Cancelling terms in maths expressions</a> -<li><a href="FAQ-mathsize.html">Adjusting maths font sizes</a> -<li><a href="FAQ-mathlips.html">Ellipses</a> -<li><a href="FAQ-limits.html">Sub- and superscript positioning for operators</a> -<li><a href="FAQ-mathstext.html">Text inside maths</a> -<li><a href="FAQ-reuseq.html">Re-using an equation</a> -<li><a href="FAQ-brkinline.html">Line-breaking in in-line maths</a> -<li><a href="FAQ-mathonlyref.html">Numbers for referenced equations only</a> -</ul><h4>Lists</h4><ul> -<li><a href="FAQ-enumerate.html">Fancy enumeration lists</a> -<li><a href="FAQ-complist.html">How to adjust list spacing</a> -<li><a href="FAQ-interruptlist.html">Interrupting enumerated lists</a> -</ul><h4>Tables, figures and diagrams</h4><ul> -<li><a href="FAQ-destable.html">The design of tables</a> -<li><a href="FAQ-fixwidtab.html">Fixed-width tables</a> -<li><a href="FAQ-varwidcol.html">Variable-width columns in tables</a> -<li><a href="FAQ-struttab.html">Spacing lines in tables</a> -<li><a href="FAQ-longtab.html">Tables longer than a single page</a> -<li><a href="FAQ-tabcellalign.html">How to alter the alignment of tabular cells</a> -<li><a href="FAQ-rulethk.html">The thickness of rules in LaTeX tables</a> -<li><a href="FAQ-textflow.html">Flowing text around figures in LaTeX</a> -<li><a href="FAQ-slashbox.html">Diagonal separation in corner cells of tables</a> -<li><a href="FAQ-wholerow.html">How to change a whole row of a table</a> -<li><a href="FAQ-multirow.html">Merging cells in a column of a table</a> -</ul><h4>Floating tables, figures, etc.</h4><ul> -<li><a href="FAQ-floatpages.html">Floats on their own on float pages</a> -<li><a href="FAQ-vertspacefloat.html">Extra vertical space in floats</a> -<li><a href="FAQ-2colfloat.html">Placing two-column floats at bottom of page</a> -<li><a href="FAQ-mcfloat.html">Floats in multicolumn setting</a> -<li><a href="FAQ-dpfloat.html">Facing floats on 2-page spread</a> -<li><a href="FAQ-vertposfp.html">Vertical layout of float pages</a> -<li><a href="FAQ-figurehere.html">Figure (or table) <em>exactly</em> where I want it</a> -</ul><h4>Footnotes</h4><ul> -<li><a href="FAQ-footintab.html">Footnotes in tables</a> -<li><a href="FAQ-ftnsect.html">Footnotes in LaTeX section headings</a> -<li><a href="FAQ-ftncapt.html">Footnotes in captions</a> -<li><a href="FAQ-repfootnote.html">Footnotes whose texts are identical</a> -<li><a href="FAQ-multfoot.html">More than one sequence of footnotes</a> -<li><a href="FAQ-footnpp.html">Footnotes numbered “per page”</a> -<li><a href="FAQ-run-fn-nos.html">Not resetting footnote numbers per chapter</a> -</ul><h4>Document management</h4><ul> -<li><a href="FAQ-filename.html">What’s the name of this file</a> -<li><a href="FAQ-filesused.html">All the files used by this document</a> -<li><a href="FAQ-changebars.html">Marking changed parts of your document</a> -<li><a href="FAQ-conditional.html">Conditional compilation and “comments”</a> -<li><a href="FAQ-docotherdir.html">Bits of document from other directories</a> -<li><a href="FAQ-RCS.html">Version control using RCS, CVS or the like</a> -<li><a href="FAQ-make.html">Makefiles for LaTeX documents</a> -<li><a href="FAQ-howmanypp.html">How many pages are there in my document?</a> -<li><a href="FAQ-inclplain.html">Including Plain TeX files in LaTeX</a> -</ul><h4>Hyphenation</h4><ul> -<li><a href="FAQ-nohyph.html">My words aren’t being hyphenated</a> -<li><a href="FAQ-weirdhyphen.html">Weird hyphenation of words</a> -<li><a href="FAQ-oddhyphen.html">(Merely) peculiar hyphenation</a> -<li><a href="FAQ-hyphenaccents.html">Accented words aren’t hyphenated</a> -<li><a href="FAQ-newlang.html">Using a new language with Babel</a> -<li><a href="FAQ-hyphoff.html">Stopping all hyphenation</a> -<li><a href="FAQ-wdnohyph.html">Preventing hyphenation of a particular word</a> -<li><a href="FAQ-hyphexcept.html">Hyphenation exceptions</a> -</ul><h4>Odds and ends</h4><ul> -<li><a href="FAQ-logos.html">Typesetting all those TeX-related logos</a> -<li><a href="FAQ-bold-extras.html">How to do bold-tt or bold-sc</a> -<li><a href="FAQ-varwidth.html">Automatic sizing of <code>minipage</code></a> -</ul><h3>Symbols, etc.</h3><ul> -<li><a href="FAQ-numbersets.html">Symbols for the number sets</a> -<li><a href="FAQ-scriptfonts.html">Better script fonts for maths</a> -<li><a href="FAQ-boldgreek.html">Setting bold Greek letters in LaTeX</a> -<li><a href="FAQ-prinvalint.html">The Principal Value Integral symbol</a> -<li><a href="FAQ-underscore.html">How to use the underscore character</a> -<li><a href="FAQ-atsign.html">How to type an ‘@’ sign?</a> -<li><a href="FAQ-euro.html">Typesetting the Euro sign</a> -<li><a href="FAQ-tradesyms.html">How to get copyright, trademark, etc.</a> -</ul><h3>Macro programming</h3><ul> -</ul><h4>“Generic” macros and techniques</h4><ul> -<li><a href="FAQ-findwidth.html">Finding the width of a letter, word, or phrase</a> -<li><a href="FAQ-patch.html">Patching existing commands</a> -<li><a href="FAQ-compjobnam.html">Comparing the “job name”</a> -<li><a href="FAQ-isitanum.html">Is the argument a number?</a> -<li><a href="FAQ-hash.html">Defining macros within macros</a> -<li><a href="FAQ-spinmacro.html">Spaces in macros</a> -<li><a href="FAQ-moren9.html">How to break the 9-argument limit</a> -<li><a href="FAQ-activechars.html">Defining characters as macros</a> -<li><a href="FAQ-actinarg.html">Active characters in command arguments</a> -<li><a href="FAQ-csname.html">Defining a macro from an argument</a> -<li><a href="FAQ-cvtlatex.html">Transcribing LaTeX command definitions</a> -<li><a href="FAQ-empty.html">Detecting that something is empty</a> -<li><a href="FAQ-ifpdf.html">Am I using PDFTeX?</a> -<li><a href="FAQ-subverttoks.html">Subverting a token register</a> -<li><a href="FAQ-isdef.html">Is this command defined?</a> -</ul><h4>LaTeX macro tools and techniques</h4><ul> -<li><a href="FAQ-plninltxstar.html">Using Plain or primitive commands in LaTeX</a> -<li><a href="FAQ-atsigns.html"><code>\</code><code>@</code> and <code>@</code> in macro names</a> -<li><a href="FAQ-protect.html">What’s the reason for ‘protection’?</a> -<li><a href="FAQ-edef.html"><code>\</code><code>edef</code> does not work with <code>\</code><code>protect</code></a> -<li><a href="FAQ-ltxcmds.html">The definitions of LaTeX commands</a> -<li><a href="FAQ-oarglikesect.html">Optional arguments like <code>\</code><code>section</code></a> -<li><a href="FAQ-twooptarg.html">More than one optional argument</a> -<li><a href="FAQ-cmdstar.html">Commands defined with * options</a> -<li><a href="FAQ-ltxabbrv.html">LaTeX internal “abbreviations”, etc.</a> -<li><a href="FAQ-ltxhash.html">Defining LaTeX commands within other commands</a> -</ul><h4>LaTeX macro programming</h4><ul> -<li><a href="FAQ-fixnam.html">How to change LaTeX’s “fixed names”</a> -<li><a href="FAQ-latexwords.html">Changing the words <i>babel</i> uses</a> -<li><a href="FAQ-running-nos.html">Running equation, figure and table numbering</a> -<li><a href="FAQ-labelctr.html">Making labels from a counter</a> -<li><a href="FAQ-oddpage.html">Finding if you’re on an odd or an even page</a> -<li><a href="FAQ-labelformat.html">How to change the format of labels</a> -<li><a href="FAQ-seccntfmt.html">Adjusting the presentation of section numbers</a> -<li><a href="FAQ-spaftend.html">There’s a space added after my environment</a> -<li><a href="FAQ-labundef.html">Finding if a label is undefined</a> -<li><a href="FAQ-addtoreset.html">Master and slave counters</a> -<li><a href="FAQ-fontsize.html">Fonts at arbitrary sizes</a> -<li><a href="FAQ-latexqual.html">The quality of your LaTeX</a> -</ul><h3>Things are Going Wrong...</h3><ul> -</ul><h4>Getting things to fit</h4><ul> -<li><a href="FAQ-enlarge.html">Enlarging TeX</a> -<li><a href="FAQ-usepictex.html">Why can’t I load PicTeX?</a> -</ul><h4>Making things stay where you want them</h4><ul> -<li><a href="FAQ-floats.html">Moving tables and figures in LaTeX</a> -<li><a href="FAQ-underline.html">Underlined text won’t break</a> -<li><a href="FAQ-widows.html">Controlling widows and orphans</a> -</ul><h4>Things have “gone away”</h4><ul> -<li><a href="FAQ-oldfontnames.html">Old LaTeX font references such as <code>\</code><code>tenrm</code></a> -<li><a href="FAQ-misssymb.html">Missing symbol commands</a> -<li><a href="FAQ-msxy.html">Where are the <code>msx</code> and <code>msy</code> fonts?</a> -<li><a href="FAQ-amfonts.html">Where are the <code>am</code> fonts?</a> -</ul><h3>Why does it <em>do</em> that?</h3><ul> -</ul><h4>Common errors</h4><ul> -<li><a href="FAQ-crossref.html">LaTeX gets cross-references wrong</a> -<li><a href="FAQ-newlineargs.html">Start of line goes awry</a> -<li><a href="FAQ-verbwithin.html">Why doesn’t verbatim work within ...?</a> -<li><a href="FAQ-noline.html">No line here to end</a> -<li><a href="FAQ-2colfltorder.html">Two-column float numbers out of order</a> -<li><a href="FAQ-tabacc.html">Accents misbehave in <code>tabbing</code></a> -<li><a href="FAQ-alreadydef.html">Package reports “command already defined”</a> -<li><a href="FAQ-zerochap.html">Why are my sections numbered 0.1 ...?</a> -<li><a href="FAQ-breaklinks.html">Link text doesn’t break at end line</a> -<li><a href="FAQ-wrongpn.html">Page number is wrong at start of page</a> -<li><a href="FAQ-matchbrak.html">My brackets don’t match</a> -</ul><h4>Common misunderstandings</h4><ul> -<li><a href="FAQ-include.html">What’s going on in my <code>\</code><code>include</code> commands?</a> -<li><a href="FAQ-paraparam.html">Why does it ignore paragraph parameters?</a> -<li><a href="FAQ-casechange.html">Case-changing oddities</a> -<li><a href="FAQ-splitfoot.html">Why does LaTeX split footnotes across pages?</a> -<li><a href="FAQ-marginparside.html">Getting <code>\</code><code>marginpar</code> on the right side</a> -<li><a href="FAQ-misschar.html">Where have my characters gone?</a> -<li><a href="FAQ-rerun.html">“Rerun” messages won’t go away</a> -<li><a href="FAQ-xspace.html">Commands gobble following space</a> -<li><a href="FAQ-overfull.html">(La)TeX makes overfull lines</a> -<li><a href="FAQ-exscale.html">Maths symbols don’t scale up</a> -<li><a href="FAQ-linespread.html">Why doesn’t <code>\</code><code>linespread</code> work?</a> -<li><a href="FAQ-baselinepar.html">Only one <code>\</code><code>baselineskip</code> per paragraph</a> -<li><a href="FAQ-tocloftwrong.html">Numbers too large in table of contents, etc.</a> -<li><a href="FAQ-gutter.html">Why is the inside margin so narrow?</a> -</ul><h4>Why shouldn’t I?</h4><ul> -<li><a href="FAQ-t1enc.html">Why use <i>fontenc</i> rather than <i>t1enc</i>?</a> -<li><a href="FAQ-why-inp-font.html">Why bother with <i>inputenc</i> and <i>fontenc</i>?</a> -<li><a href="FAQ-eqnarray.html">Why not use <code>eqnarray</code>?</a> -<li><a href="FAQ-dolldoll.html">Why use <code>\</code><code>[</code> ...<code>\</code><code>]</code> in place of <code>$$</code> ...<code>$$</code>?</a> -<li><a href="FAQ-2letterfontcmd.html">What’s wrong with <code>\</code><code>bf</code>, <code>\</code><code>it</code>, etc.?</a> -<li><a href="FAQ-newfontstar.html">What’s wrong with <code>\</code><code>newfont</code>?</a> -</ul><h3>The joy of TeX errors</h3><ul> -<li><a href="FAQ-erroradvice.html">How to approach errors</a> -<li><a href="FAQ-errstruct.html">The structure of TeX error messages</a> -<li><a href="FAQ-extrabrace.html">An extra ‘<code>}</code>’??</a> -<li><a href="FAQ-semanticnest.html">Capacity exceeded [semantic nest ...]</a> -<li><a href="FAQ-noroom.html">No room for a new ‘<em>thing</em>’</a> -<li><a href="FAQ-epsf.html"><code>epsf</code> gives up after a bit</a> -<li><a href="FAQ-badhyph.html">Improper <code>\</code><code>hyphenation</code> will be flushed</a> -<li><a href="FAQ-tmupfl.html">“Too many unprocessed floats”</a> -<li><a href="FAQ-atvert.html"><code>\</code><code>spacefactor</code> complaints</a> -<li><a href="FAQ-endingroup.html"><code>\</code><code>end</code> occurred inside a group</a> -<li><a href="FAQ-nonum.html">“Missing number, treated as zero”</a> -<li><a href="FAQ-typend.html">“Please type a command or say <code>\</code><code>end</code>”</a> -<li><a href="FAQ-unkgrfextn.html">“Unknown graphics extension”</a> -<li><a href="FAQ-nodollar.html">“Missing <code>$</code> inserted”</a> -<li><a href="FAQ-fontunavail.html">Warning: “Font shape ... not available”</a> -<li><a href="FAQ-buffovl.html">Unable to read an entire line</a> -<li><a href="FAQ-formatstymy.html">“Fatal format file error; I’m stymied”</a> -<li><a href="FAQ-nonpdfsp.html">Non-PDF special ignored!</a> -<li><a href="FAQ-8000.html">Mismatched mode ljfour and resolution 8000</a> -<li><a href="FAQ-toodeep.html">“Too deeply nested”</a> -<li><a href="FAQ-inputlev.html">Capacity exceeded — input levels</a> -<li><a href="FAQ-hyperdupdest.html">PDFTeX destination ... ignored</a> -<li><a href="FAQ-altabcr.html">Alignment tab changed to <code>\</code><code>cr</code></a> -<li><a href="FAQ-divzero.html">Graphics division by zero</a> -<li><a href="FAQ-missbegdoc.html">Missing <code>\</code><code>begin</code><code>{document}</code></a> -<li><a href="FAQ-normalszmiss.html"><code>\</code><code>normalsize</code> not defined</a> -<li><a href="FAQ-manymathalph.html">Too many math alphabets</a> -<li><a href="FAQ-ouparmd.html">Not in outer par mode</a> -<li><a href="FAQ-errmissitem.html">Perhaps a missing <code>\</code><code>item</code>?</a> -<li><a href="FAQ-errparnum.html">Illegal parameter number in definition</a> -<li><a href="FAQ-fllost.html">Float(s) lost</a> -<li><a href="FAQ-optionclash.html">Option clash for package</a> -<li><a href="FAQ-checksum.html">Checksum mismatch in font</a> -<li><a href="FAQ-entercompmode.html">Entering compatibility mode</a> -</ul><h3>Current TeX-related projects</h3><ul> -<li><a href="FAQ-LaTeX3.html">The LaTeX project</a> -<li><a href="FAQ-mathml.html">Future WWW technologies and (La)TeX</a> -<li><a href="FAQ-textrace.html">Making outline fonts from Metafont</a> -<li><a href="FAQ-WYGexpts.html">The TeX document preparation environment</a> -<li><a href="FAQ-ant.html">The ANT typesetting system</a> -<li><a href="FAQ-extex.html">The ExTeX project</a> -<li><a href="FAQ-omegaleph.html">Omega and Aleph</a> -<li><a href="FAQ-luatex.html">PDFTeX becomes LuaTeX</a> -<li><a href="FAQ-xetex.html">The XeTeX project</a> -<li><a href="FAQ-biblatex.html">Replacing the BibTeX–LaTeX mechanism</a> -</ul><h3>You’re still stuck?</h3><ul> -<li><a href="FAQ-noans.html">You don’t understand the answer</a> -<li><a href="FAQ-newans.html">Submitting new material for the FAQ</a> -<li><a href="FAQ-latexbug.html">Reporting a LaTeX bug</a> -<li><a href="FAQ-bug.html">What to do if you find a bug</a> -</ul> - -<hr><address> - - Comments, suggestions, or error reports? -- see - "<a href="FAQ-noans.html">Improving the FAQ</a>" or - "<a href="FAQ-newans.html">Extending the FAQ</a>". -<p> - This is FAQ version 3.18, last modified on 2008-06-21. -</address> |