Hi Bento,you have to decide whether the following approach is a fair enough approximation to your formatting needs.
The following command line was used: $ groff -ms -t -k BBS_Example.ms > BBS.pdfI made it a habit to use "|" as the tab character, that in conjunction with empty spaces and the nospace speficier allows for a quite natural table tayout in the text editor.
Best, Oliver. On 08/05/2025 08:29, Bento Borges Schirmer wrote:
.TS
center allbox tab(#);
cB cB cB
lfC lfC lfC.
Objeto#M\['e]todo#Tipo devolvido
HTMLCanvasElement#toBlob()#Blob
OffscreenCanvas#\^#\^
\^#transferToImageBitmap#ImageBitmap
.TE
12345678901234567890
.sp -1v
.ad r
09876543210987654321
My current workaround is to add a fourth empty column that spans two lines:
.TS
center tab(#);
l l l lzw(0)
|cB|cB|cB|lzw(0)
|lfC |lfC |lfC |lzw(0).
_#_#_
Objeto#M\['e]todo#Tipo devolvido
_#_#_
.TH
HTMLCanvasElement#toBlob()#Blob#T{
.
.ll 0
.sp 2
T}
_
OffscreenCanvas#\^#\^#\^
\^#_#_
\^#transferToImageBitmap#ImageBitmap
_#_#_
_
.TE
aaaaaaaaaaaa
.sp -1v
.ad r
bbbbbbbbbbb
-- Dr. Oliver Corff Wittelsbacherstr. 5A 10707 Berlin G E R M A N Y Tel.: +49-30-85727260 Mail:[email protected]
BBS.pdf
Description: Adobe PDF document
.PP
.TS
box center nospaces tab(|) decimalpoint(,);
cb|cb|cb
l |l |l
l |^ |^
l |- |-
l |l |l
^ |l |l.
Objeto |Método |Tipo devolvido
_
.sp .5
HTMLCanvasElement |toBlob() |Blob
_ |
.sp .5
OffschreenCanvas |_
|transferToImageBitmap() |ImageBitmap
.TE
