Path to this page:
./
converters/latex2rtf,
LaTeX to RTF converter
Branch: CURRENT,
Version: 2.3.10nb2,
Package name: latex2rtf-2.3.10nb2,
Maintainer: brooklatex2rtf - Converts LaTeX file to RTF text-format
The latex2rtf command converts a LaTeX file into RTF text format. The
text and much of the formatting information is translated to RTF
making the new file look very similar to the original.
This package also provides latex2png for converting a LaTeX or EPS
files to a PNG image. It needs latex, ImageMagick's convert, dvips
and Ghostscript's eps2eps.
Required to run:[
shells/bash] [
fonts/stix-otf]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 314.172 KB
Version history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2022-04-14) Updated to version: latex2rtf-2.3.10nb2
- (2016-03-20) Updated to version: latex2rtf-2.3.10nb1
- (2016-02-03) Updated to version: latex2rtf-2.3.10
- (2015-06-12) Updated to version: latex2rtf-1.9.19nb3
CVS history: (Expand)
| 2025-11-17 12:01:43 by Thomas Klausner | Files touched by this commit (709) |
Log message:
*: switch all sourceforge HOMEPAGEs to https
|
| 2022-04-14 13:55:56 by Tobias Nygren | Files touched by this commit (1) |
Log message:
latex2rtf: catch up with fonts/stixfonts rename
|
| 2021-10-26 12:06:54 by Nia Alarie | Files touched by this commit (150) |
Log message:
converters: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
| 2021-10-07 15:29:13 by Nia Alarie | Files touched by this commit (150) |
Log message:
converters: Remove SHA1 hashes for distfiles
|
| 2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189) |
Log message:
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html
In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.
To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.
Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
|
| 2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
| 2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
| 2016-03-19 18:21:48 by Niclas Rosenvik | Files touched by this commit (6) |
Log message:
Fix build of latex2rtf.
Don't generate the pdf since it requires latex.
Revbump.
|