source: pst/typesetting/typesetting.xml@ fa3edfef

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 fa3edfef was fa3edfef, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format pst

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

  • Property mode set to 100644
File size: 3.7 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>
19 This chapter includes <application>texlive</application> applications that
20 create output equivalent to typesetting.
21 </para>
22
23 <para>
24 There are two alternative routes through this chapter:
25 </para>
26
27 <para>
28 Some people may wish to use the binary installer, either because of the
29 complexity of installing all of <application>texlive</application> from
30 source, or because they only want a part of the package, or perhaps because
31 they wish to get updates as soon as those are available (the source is only
32 updated annually, but the binaries and associated tex and sty files are
33 updated for approximately 10 months). These people should begin at <xref
34 linkend="tex-path"/> and then follow the <xref linkend="tl-installer"/>
35 instructions. After installing, they can run <command>tlmgr</command> to
36 update their system.
37 </para>
38
39 <para>
40 Most people reading BLFS will wish to build from source. BLFS used to
41 start by installing <application>install-tl-unx</application> and then
42 use that to bootstrap the build. Nowadays, we build almost the whole
43 of <application>texlive</application> <emphasis>without</emphasis> a
44 binary install, by adding the separately-packaged texmf files into this
45 build. For this, begin at <xref linkend="tex-path"/> then go to <xref
46 linkend="texlive"/> which will install most of
47 <application>texlive</application>, together with <emphasis>all</emphasis>
48 of the supporting files. This almost-complete install can then be used
49 to build the remaining parts of <application>texlive</application>:
50 <xref linkend="asymptote"/>, <xref linkend="biber"/> and <xref
51 linkend="xindy"/>.
52 </para>
53
54 <para>
55 Because the texmf files (including documentation, fonts, scripts and
56 supporting files) are all in one tarball, it is not practical to limit what
57 gets extracted in a sensible way (you could exclude one or other of the
58 typesetting engines, not its many supporting files) when building from
59 source in this manner.
60 </para>
61
62 <para>
63 In either case, BLFS installs into
64 <filename class="directory">/opt/texlive/&texlive-year;</filename>.
65 </para>
66
67 <para>
68 Also, please note that texlive is released annually, and updating from the
69 previous year to the current year is no longer supported. If for some
70 reason you wish to keep versions for multiple years, for most things
71 you can mount the old or new system at /opt/texlive and fix up your
72 PATH as necessary. However doing that will not preserve any changes in
73 <filename class="directory">texmf-local</filename> and if you build
74 from source and try to run a newer version of
75 <application>biber</application> with an older version of
76 <application>biblatex</application> it is unlikely to work.
77 </para>
78
79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tex-path.xml"/>
80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tl-installer.xml"/>
81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texlive.xml"/>
82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asymptote.xml"/>
83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="biber.xml"/>
84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dvisvgm.xml"/>
85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xindy.xml"/>
86
87</chapter>
Note: See TracBrowser for help on using the repository browser.