source: pst/typesetting/typesetting.xml@ 47d5a9e5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 47d5a9e5 was 47d5a9e5, checked in by Ken Moffat <ken@…>, 4 years ago

Add dvisvgm with deps of Brotli and WOFF2, for the moment use shipped xxHash because nothing else uses that.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22343 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 and sty files are updated
28 for 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 (you could exclude one or other of the
49 typesetting engines, not its many supporting files) when building from source
50 in this manner.</para>
51
52 <para>In either case, BLFS installs into
53 <filename class="directory">/opt/texlive/&texlive-year;</filename>.</para>
54
55 <para>Also, please note that texlive is released annually, and updating from the
56 previous year to the current year is no longer supported. If for some reason
57 you wish to keep versions for multiple years, for most things you can mount the
58 old or new system at /opt/texlive and fix up your PATH as necessary. However
59 doing that will not preserve any changes in <filename
60 class="directory">texmf-local</filename> and if you build from source and try to
61 run a newer version of <application>biber</application> with an older version of
62 <application>biblatex</application> it is unlikely to work.</para>
63
64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tex-path.xml"/>
65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tl-installer.xml"/>
66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texlive.xml"/>
67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="asymptote.xml"/>
68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="biber.xml"/>
69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dvisvgm.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.