Hi,
I have several reports (based on groff), which need to be translated to
Japanese. The translation include replacing table heading, and
background text. As much as I can tell, all the Japanese text will go
through roff (and not TBL). I found several references to jgroff - but
this seems to be
I use clamav. Today, this is what appeared in Console:
groff-1.18.1.4.tar.gz: Exploit.Linux.Gv FOUND
groff-1.19.2.tar.gz: Exploit.Linux.Gv FOUND
HTH
Dave Santo
___
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff
> groff-1.18.1.4.tar.gz: Exploit.Linux.Gv FOUND
> groff-1.19.2.tar.gz: Exploit.Linux.Gv FOUND
Hmm. A tar.gz file should be harmless -- it does neither expand to a
binary nor to a shell script but to a directory tree, and it isn't a
self-executable either. Have you compared the signatures which
> I have several reports (based on groff), which need to be translated
> to Japanese. The translation include replacing table heading, and
> background text. As much as I can tell, all the Japanese text will
> go through roff (and not TBL). I found several references to jgroff
> - but this seems
> I'd avoid using symlinks; they aren't portable.
Well, autoconf provides the AC_PROG_LN_S macro:
If `ln -s' works on the current file system (the operating system
and file system support symbolic links), set the output variable
`LN_S' to `ln -s'; otherwise, if `ln' works, set `LN_S'
Dean Allen Provins schrieb:
Readers:
For the record, HDTBL works just fine. I ended up with code like the
following (for A0 paper):
.po1c
.sp |0.5c
.TBL cols=12 width='9.7c'
.ll116c
.pl116c
.TR
.TD
.PSPIC file.eps 9.7c
.TD
more .TD, .PSPIC lines
.TR
> The only concern was a multitude of error messages: [...]
Please send me the complete groff input file. I don't need the EPS
files, but please extract the bounding box information, e.g., with
for i in *.eps; do
grep '^%%BoundingBox' $i > $i.bbox
done
Werner
___
On Wed, Nov 15, 2006 at 04:37:06PM +0100, Werner LEMBERG wrote:
>
> > The only concern was a multitude of error messages: [...]
>
> Please send me the complete groff input file. I don't need the EPS
> files, but please extract the bounding box information, e.g., with
>
> for i in *.eps; do
>
Joachim:
On Thu, Nov 16, 2006 at 05:54:24PM +0100, Joachim Walsdorff wrote:
>
>
> Dean Allen Provins schrieb:
> >Readers:
> >
> >For the record, HDTBL works just fine. I ended up with code like the
> >following (for A0 paper):
> >
> > .po1c
> > .sp |0.5c
> > .TBL cols=12 width='9.7c'
>
> There are beginning to be very nice applications that make it easy
> for humans to do the minimum necessary for adding markup, especially
> in XML. It might sound backwards but a possibility is to do the
> markup in XML and then use XSLT to transform the file to one with
> groff commands. Has
10 matches
Mail list logo