Re: [Groff] Error in hdtbl

2013-02-03 Thread Werner LEMBERG
>> hdtbl behaves right in both of your examples. The hdtbl-manpage >> says: >> >> If a macro has one or more arguments, and it is not starting a >> line, it must be enclosed in double quotes. Silly me. The man page is incorrect! It must be If a macro has one or more arguments, and it is

Re: [Groff] Error in hdtbl

2013-02-03 Thread Werner LEMBERG
Hello Joachim! Good to hear from you again. >> .TBL cols=3 >> .TR ".TD 1*2 .TD 2+3*2 colspan=2" >> .ETB > > hdtbl behaves right in both of your examples. The hdtbl-manpage > says: > > If a macro has one or more arguments, and it is not starting a > line, it must be enclosed in double quote

Re: [Groff] Error in hdtbl

2013-02-03 Thread Joachim Walsdorff
Am 03.02.2013 22:47, schrieb Bernd Warken: The following table .TBL cols=3 .TR ".TD 1*2 .TD 2+3*2 colspan=2" .ETB wrongly gets: | | | +1*2---+2+3*2+ while .TBL cols=3 .TR .TD 1*2

[Groff] Error in hdtbl

2013-02-03 Thread Bernd Warken
The following table .TBL cols=3 .TR ".TD 1*2 .TD 2+3*2 colspan=2" .ETB wrongly gets: | | | +1*2---+2+3*2+ while .TBL cols=3 .TR .TD 1*2 .TD 2+3*2 colspan=2 .ETB gets it right: |

Re: [Groff] Diagrams in ASCII but text in UTF-8

2013-02-03 Thread Werner LEMBERG
> I use pic to produce some diagrams and output it in ASCII (because I > like it). Nevertheless, I also want to output the text in UTF‐8 > because I use some special characters. Is there a solution to get > the diagrams in ASCII and the text in UTF‐8? This is not possible. The used characters

Re: [Groff] pipes around link

2013-02-03 Thread Deri James
On Sunday 03 Feb 2013 12:15:57 Shiv Shankar Dayal wrote: > Hi, > > When I use pdfhref like > > .pdfhref W URL > > then I get pipes around URL in PS output which makes URL incorrect. How to > solve this problem? I looked at pdfmark.ms but could not figure the > difference. I believe if you use "

[Groff] Diagrams in ASCII but text in UTF-8

2013-02-03 Thread Jérôme Frgacic
Hello all, I use pic to produce some diagrams and output it in ASCII (because I like it). Nevertheless, I also want to output the text in UTF‐8 because I use some special characters. Is there a solution to get the diagrams in ASCII and the text in UTF‐8 ? Best regards, Jérôme