Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Typo fixes and CentOS accommodation in doc/userman/README.md |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c47d13141ab6c5231e23b2dc2d8e3a00 |
User & Date: | tangent 2019-09-26 23:20:11.091 |
Context
2019-09-26
| ||
23:31 | Expanded on the EL8/Fedora issue in doc/userman/README.md check-in: 740fcaf6c4 user: tangent tags: trunk | |
23:20 | Typo fixes and CentOS accommodation in doc/userman/README.md check-in: c47d13141a user: tangent tags: trunk | |
2019-09-03
| ||
15:54 | static/*.jpg is now in binary-glob check-in: 239bc06238 user: tangent tags: trunk | |
Changes
Changes to doc/userman/README.md.
︙ | ︙ | |||
68 69 70 71 72 73 74 | If `fo2pdf` can't find XEP, it then looks for [Antenna House XSL Formatter][4]. It's pretty much the same deal as XEP: crippled demo version for testing, and a single-user “Lite” version for $400. There is no free version for personal use, however. Failing all that, `fo2pdf` falls back to the only free-as-in-liberty | | | > > > > | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | If `fo2pdf` can't find XEP, it then looks for [Antenna House XSL Formatter][4]. It's pretty much the same deal as XEP: crippled demo version for testing, and a single-user “Lite” version for $400. There is no free version for personal use, however. Failing all that, `fo2pdf` falls back to the only free-as-in-liberty XSL-FO formatter, [Apache FOP][5]. FOP may be available through your OS's package system. For instance, with Debian type OSes, you can just say $ sudo apt install fop and on RHEL/CentOS/Fedora: $ sudo yum install fop If FOP is not in your OS's package system, you can download pre-built binaries from the FOP web site that will run with the version of Java that almost certainly is available with your OS's package system. You might be wondering why `fo2pdf` looks for FOP last, given that |
︙ | ︙ |