>> 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
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
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
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:
|
> 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
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 "
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