[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Small offset in overlapping Polygons
From: |
Thomas Dupond |
Subject: |
Re: Small offset in overlapping Polygons |
Date: |
Mon, 02 Nov 2020 17:40:27 +0000 |
Hi Wim,
If I may, your project looks good ! I recently learned about the .ta request
and I think it could help better your project, especially to align the opening
hours in your table.
I hastily wrote the text below, and the rendering is quite good.
|---| represent a tab.
.nf
.ta 15m +5m +3m
Maandag:|------|gesloten
Dinsdag:|------|10u|---|\(->|---|17u
Woensdag:|-----|9u|----|\(->|---|12u
Donderdag:|----|gesloten
Vrijdag:|------|10u|---|\(->|---|17u
Zaterdag:|-----|10u|---|\(->|---|17u
Zondag:|-------|gesloten
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
Le dimanche 1 novembre 2020 21:42, Wim Stockman <wim.stockman@gmail.com> a
écrit :
> So I finished my first small project in groff. Wanted to share with the
> community.
> If you have any suggestions let me know.
> Kind regards
> Wim Stockman
>
> P.S. Keep up the good work
>
> Op zo 1 nov. 2020 om 07:53 schreef Wim Stockman wim.stockman@gmail.com:
>
> > Thank you Tadziu indeed when I put everything on one line it is perfect.
> > Kind regards
> > Wim Stockman
> > Op za 31 okt. 2020 17:30 schreef Tadziu Hoffmann <
> > hoffmann@usm.uni-muenchen.de>:
> >
> > > The newline acts like a regular space between the two rectangles.
> > > You can either draw the two rectangles on a single input line:
> > > \Z@...@\Z@...@
> > > or hide the newline with a backslash:
> > > \Z@...@\
> > > \Z@...@
> > > Make sure there are no leading or trailing spaces.