From db451c3d993e761cb09c9fb3734f62475422c85c Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Sun, 2 Apr 2023 08:47:45 -0700 Subject: [PATCH] Add ToC --- tlive-lfs.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/tlive-lfs.md b/tlive-lfs.md index 7350e26..a525cc8 100644 --- a/tlive-lfs.md +++ b/tlive-lfs.md @@ -28,8 +28,29 @@ section and have implemented [The Bash Shell Startup Files](https://www.linuxfromscratch.org/blfs/view/stable/postlfs/profile.html) section. -Other dependencies can be resolved after install as needed. +Other dependencies can be resolved after install as needed, but these +three *probably* should be addressed sooner rather than later: +1. [Python Symbolic Link](#python-notes) +2. [XeTeX Required Libraries](#xetex) +3. [Ghostscript](#ghostscript) + + +Table of Contents +----------------- + +* [Rationale](#rationale) +* [TeXLive Mountpoint](#texlive-mountpoint) +* [TeXLive User and Group](#texlive-user-and-group) +* [Install TeXLive 2023](#install-texlive-2023) +* [Post Install Administration](#post-install-administration) +* [LFS Missing Libraries](#lfs-missing-libraries) +* [Ghostscript](#ghostscript) +* [Ruby Dependency](#ruby-dependency) +* [Wish Dependency](#wish-dependency) +* [SNOBOL4 Dependency](#snobol4-dependency) +* [Python Notes](#python-notes) +* [Text Editors](#text-editors) Rationale --------- @@ -655,7 +676,7 @@ SNOBOL4 Dependency ------------------ A single script, `texaccents`, requires `snobol4`. It does not seem to -be part of BLFS but can be found at (https://www.regressive.org/snobol4/csnobol4/curr/). +be part of BLFS but can be found at https://www.regressive.org/snobol4/csnobol4/curr/ . Python Notes