Kevin Conder
2016-01-27 03:57:25 UTC
I have a fix for Bug #261: absurd docs bug - PDF is doubled 14.4.1 and
14.4.2. The problem is when any PDF is created, the result is two
duplicate documents concatenated together.
http://sourceforge.net/p/sox/bugs/261/
The cause was a bug in pdfroff. The solution is to use groff's
internal PDF builder instead.
So, instead of this:
pdfroff -t -man -Tps sox.1 > sox.pdf
Use this:
groff -t -man -Tpdf sox.1 > sox.pdf
So, how do I proceed? Do I submit a merge request through git or post
a patch to this list?
14.4.2. The problem is when any PDF is created, the result is two
duplicate documents concatenated together.
http://sourceforge.net/p/sox/bugs/261/
The cause was a bug in pdfroff. The solution is to use groff's
internal PDF builder instead.
So, instead of this:
pdfroff -t -man -Tps sox.1 > sox.pdf
Use this:
groff -t -man -Tpdf sox.1 > sox.pdf
So, how do I proceed? Do I submit a merge request through git or post
a patch to this list?
--
Kevin Conder
Kevin Conder