source: pst/typesetting/typesetting.xml@ 0b765b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0b765b0 was 3f31914, checked in by Ken Moffat <ken@…>, 9 years ago

Move setting the path for texlive to the beginning of the chapter. This will mean that the fixups needed to get the 2015 source to work will not need to specify the PATH to fmtutil-sys and mtxrun, and is consistent with other packages where we use /opt.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16159 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<!--
9$LastChangedBy$
10$Date$
11-->
12
13<chapter id="pst-typesetting">
14 <?dbhtml filename="typesetting.html"?>
15
16 <title>Typesetting</title>
17
18 <para>This chapter includes <application>texlive</application> applications that
19 create output equivalent to typesetting.</para>
20
21 <para>There are two alternative routes through this chapter:</para>
22
23 <para>Some people may wish to use the binary installer, either because of the
24 complexity of installing all of <application>texlive</application> from
25 source, or because they only want a part of the package, or perhaps because
26 they wish to get updates as soon as those are available (the source is only
27 updated annually, but the binaries and associated TeX files are updated for
28 approximately 10 months). These people should begin at <xref
29 linkend="tex-path"/> and then follow the <xref linkend="tl-installer"/>
30 instructions,. After installing, they can run
31 <command>tlmgr</command> to update their system.</para>
32
33 <para>Most people reading BLFS will wish to build from source. BLFS used to
34 start by installing <application>install-tl-unx</application> and then use that
35 to bootstrap the build. Nowadays, we build almost the whole of
36 <application>texlive</application> <emphasis>without</emphasis> a binary install,
37 by adding the separately-packaged texmf files into this build. For this, begin
38 at <xref linkend="tex-path"/> then go to <xref linkend="texlive"/> which will
39 install most of
40 <application>texlive</application>, together with <emphasis>all</emphasis> of the
41 supporting files. This almost-complete install can then be used to build the
42 remaining parts of <application>texlive</application>: <xref
43 linkend="asymptote"/>, <xref linkend="biber"/> and <xref linkend="xindy"/>.
44 </para>
45
46 <para>Because the texmf files (including documentation, fonts, scripts and
47 supporting files) are all in one tarball, it is not practical to limit what
48 gets extracted in a sensible way (e.g. to exclude one or other of the typesetting
49 engines) when building from source in this manner.</para>
50
51 <para>In either case, BLFS installs into
52 <filename class="directory">/opt/texlive/&texlive-year;</filename> with the sole
53 exception of two libraries from the source install which are installed into
54 <filename class="directory">/usr/lib</filename> for convenience.</para>
55
56 <para>Also, please note that texlive is released annually, and updating from the
57 previous year to the current year is no longer supported. If for some reason
58 you wish to keep versions for multiple years, for most things you can mount the
59 old or new system at /opt/texlive and fix up your PATH as necessary. However
60 doing that will not preserve any changes in <filename
61 class="directory">texmf-local</filename> and if you build from source and try to
62 run a newer version of <application>biber</application> with an older version of
63 <application>biblatex</application> it is unlikely to work.</para>
64
65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tex-path.xml"/>
66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tl-installer.xml"/>
67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texlive.xml"/>
68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asymptote.xml"/>
69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="biber.xml"/>
70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xindy.xml"/>
71
72</chapter>
Note: See TracBrowser for help on using the repository browser.