Ken Moffat wrote:
On Fri, Oct 17, 2014 at 11:17:46PM +0100, Ken Moffat wrote:
On Thu, Oct 16, 2014 at 03:30:25PM -0500, Bruce Dubbs wrote:
Ken Moffat wrote:
If this is right, we need to make it really clear to the user what the paths
are:
1, 1+5, 2+3+4, 2+3+4+5. Are there other combinations? If 2+3+4 are
combined this then turns into 1 or 3 or 1+5 or 3+5. Correct?
(a) binary + paths.
(b) binary + paths + texlive-source + (optionally) biber.
(c) pass 1 including texmf + paths + (optionally
the texlive-source for xindy, asy) + (optionally) biber.
(b) + only asy (which is covered in texlive source) is also valid,
but I figure people can work that out if they do not want xindy
(although I suspect many people will not use asy).
IMO, the best place to put this type of discussion is in the Typesetting
intro.
New version at
http://www.linuxfromscratch.org/~ken/tmp/blfs-book-two-pass-tex/
I like it, but would make some minor white space changes.
tar -xf texlive-20140525-texmf.tar.xz \
-C /opt/texlive/2014 \
--strip-components=1
fits fine one one line in the rendered book (80 characters):
tar -xf texlive-20140525-texmf.tar.xz -C /opt/texlive/2014
--strip-components=1
In the PATH section, make it:
export TEXARCH=$(uname -m | sed -e 's/i.86/i386/' -e 's/$/-linux/') &&
cat >> /etc/profile.d/extrapaths.sh << EOF
pathappend /opt/texlive/2014/texmf-dist/doc/man MANPATH
pathappend /opt/texlive/2014/texmf-dist/doc/info INFOPATH
pathappend /opt/texlive/2014/bin/$TEXARCH
EOF
unset TEXARCH
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page