#4170: fontconfig-2.11.0
-------------------------+-----------------------
Reporter: bdubbs@… | Owner: fo
Type: enhancement | Status: assigned
Priority: normal | Milestone: current
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
-------------------------+-----------------------
Comment (by bdubbs@…):
Checking my system, I have sgmlspl in /usr/local/bin. It's the only file
there, but I'm not sure how it got there. Here is a diff:
{{{
--- /usr/bin/sgmlspl.pl 2013-09-04 17:15:09.000000000 -0500
+++ /usr/local/bin/sgmlspl 2013-09-04 17:18:29.268982877 -0500
@@ -1,7 +1,4 @@
#!/usr/bin/perl
-
-eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
- if 0; # not running under some shell
########################################################################
# sgmlspl: a simple SGML postprocesser for the SGMLS and NSGMLS
# parsers (requires SGMLS.pm library).
@@ -241,7 +238,7 @@
package main;
$ARGV = shift;
-unless ($ARGV eq '' || do 'sgmlspl-specs/' . $ARGV || do $ARGV) {
+unless ($ARGV eq '' || do $ARGV) {
}}}
I use the cpan -i method for installing, but I don't remember creating
/usr/local/bin/sgmlspl.
The symlink should be fine.
TeX is a good typesetting language for special uses. I wrote a couple of
applications that used it quite effectively for creating a document on a
repetitive basis from changing sources.
For the TeX install, you don't need to install everything. The full
install is quite large, but generally you only need TeX and dvi tools.
The rest is somewhat more specialized.
As a note, when I started using TeX, I tried LaTeX, but it couldn't do
what I wanted, so I used plain TeX. It's much more powerful than LaTeX
and, IMO, easier to use.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4170#comment:3>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page