summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-concrete.html
blob: 224047a6d81a390b8bf22212510311b0669378c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<head>
<title>UK TeX FAQ -- question label concrete</title>
</head><body>
<h3>Using the &#8220;Concrete&#8221; fonts</h3>
<p/>The Concrete Roman fonts were designed by Don Knuth for a book called
&#8220;Concrete Mathematics&#8221;, 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&#8217;s the <i>euler</i> package which
has been developed from Knuth&#8217;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&#8217;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="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beton.zip">macros/latex/contrib/beton</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/beton/">browse the directory</a>)
<dt><tt><i>ccfonts.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ccfonts.zip">macros/latex/contrib/ccfonts</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/ccfonts/">browse the directory</a>)
<dt><tt><i>CM-Super fonts</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super.zip">fonts/ps-type1/cm-super</a> (or <a href="http://www.tex.ac.uk/tex-archive/fonts/ps-type1/cm-super/">browse the directory</a>)
<dt><tt><i>concmath.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/concmath.zip">macros/latex/contrib/concmath</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/concmath/">browse the directory</a>)
<dt><tt><i>Concmath fonts</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/fonts/concmath.zip">fonts/concmath</a> (or <a href="http://www.tex.ac.uk/tex-archive/fonts/concmath/">browse the directory</a>)
<dt><tt><i>Concrete fonts</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/fonts/concrete.zip">fonts/concrete</a> (or <a href="http://www.tex.ac.uk/tex-archive/fonts/concrete/">browse the directory</a>)
<dt><tt><i>euler.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/euler.zip">macros/latex/contrib/euler</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/euler/">browse the directory</a>)
<dt><tt><i>eulervm bundle</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/fonts/eulervm.zip">fonts/eulervm</a> (or <a href="http://www.tex.ac.uk/tex-archive/fonts/eulervm/">browse the directory</a>)
<dt><tt><i>gkpmac.tex</i></tt><dd><a href="http://www.tex.ac.uk/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>