2005-05-17 01:41:48 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-14 13:45:05 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2007-01-19 03:38:19 +08:00
|
|
|
<!--
|
|
|
|
$LastChangedBy$
|
|
|
|
$Date$
|
|
|
|
-->
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="pst-typesetting">
|
2005-05-17 01:41:48 +08:00
|
|
|
<?dbhtml filename="typesetting.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-05-17 01:41:48 +08:00
|
|
|
<title>Typesetting</title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2014-10-22 07:24:32 +08:00
|
|
|
<para>This chapter includes <application>texlive</application> applications that
|
|
|
|
create output equivalent to typesetting.</para>
|
|
|
|
|
|
|
|
<para>There are two alternative routes through this chapter:</para>
|
|
|
|
|
|
|
|
<para>Some people may wish to use the binary installer, either because of the
|
|
|
|
complexity of installing all of <application>texlive</application> from
|
|
|
|
source, or because they only want a part of the package, or perhaps because
|
|
|
|
they wish to get updates as soon as those are available (the source is only
|
2015-06-23 10:21:55 +08:00
|
|
|
updated annually, but the binaries and associated TeX files are updated for
|
2015-06-24 07:14:01 +08:00
|
|
|
approximately 10 months). These people should begin at <xref
|
|
|
|
linkend="tex-path"/> and then follow the <xref linkend="tl-installer"/>
|
|
|
|
instructions,. After installing, they can run
|
2014-10-22 07:24:32 +08:00
|
|
|
<command>tlmgr</command> to update their system.</para>
|
|
|
|
|
2015-01-12 05:06:00 +08:00
|
|
|
<para>Most people reading BLFS will wish to build from source. BLFS used to
|
|
|
|
start by installing <application>install-tl-unx</application> and then use that
|
|
|
|
to bootstrap the build. Nowadays, we build almost the whole of
|
|
|
|
<application>texlive</application> <emphasis>without</emphasis> a binary install,
|
|
|
|
by adding the separately-packaged texmf files into this build. For this, begin
|
2015-06-24 07:14:01 +08:00
|
|
|
at <xref linkend="tex-path"/> then go to <xref linkend="texlive"/> which will
|
|
|
|
install most of
|
2014-10-22 07:24:32 +08:00
|
|
|
<application>texlive</application>, together with <emphasis>all</emphasis> of the
|
2015-01-12 05:06:00 +08:00
|
|
|
supporting files. This almost-complete install can then be used to build the
|
2015-06-24 07:14:01 +08:00
|
|
|
remaining parts of <application>texlive</application>: <xref
|
2015-06-23 10:21:55 +08:00
|
|
|
linkend="asymptote"/>, <xref linkend="biber"/> and <xref linkend="xindy"/>.
|
2015-01-12 05:06:00 +08:00
|
|
|
</para>
|
2014-10-22 07:24:32 +08:00
|
|
|
|
|
|
|
<para>Because the texmf files (including documentation, fonts, scripts and
|
|
|
|
supporting files) are all in one tarball, it is not practical to limit what
|
|
|
|
gets extracted in a sensible way (e.g. to exclude one or other of the typesetting
|
2015-01-12 05:06:00 +08:00
|
|
|
engines) when building from source in this manner.</para>
|
2014-10-22 07:24:32 +08:00
|
|
|
|
2015-01-12 05:06:00 +08:00
|
|
|
<para>In either case, BLFS installs into
|
|
|
|
<filename class="directory">/opt/texlive/&texlive-year;</filename> with the sole
|
|
|
|
exception of two libraries from the source install which are installed into
|
|
|
|
<filename class="directory">/usr/lib</filename> for convenience.</para>
|
2005-05-17 01:41:48 +08:00
|
|
|
|
2015-06-23 10:21:55 +08:00
|
|
|
<para>Also, please note that texlive is released annually, and updating from the
|
|
|
|
previous year to the current year is no longer supported. If for some reason
|
|
|
|
you wish to keep versions for multiple years, for most things you can mount the
|
|
|
|
old or new system at /opt/texlive and fix up your PATH as necessary. However
|
|
|
|
doing that will not preserve any changes in <filename
|
|
|
|
class="directory">texmf-local</filename> and if you build from source and try to
|
|
|
|
run a newer version of <application>biber</application> with an older version of
|
|
|
|
<application>biblatex</application> it is unlikely to work.</para>
|
|
|
|
|
2015-06-24 07:14:01 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tex-path.xml"/>
|
2014-02-14 10:11:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tl-installer.xml"/>
|
2015-01-12 05:13:35 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texlive.xml"/>
|
2015-06-23 07:51:53 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asymptote.xml"/>
|
2014-08-30 12:50:58 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="biber.xml"/>
|
2015-01-12 05:06:00 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xindy.xml"/>
|
2002-08-24 18:19:19 +08:00
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</chapter>
|