#Need review of my Teplate
1 messages · Page 1 of 1 (latest)
There I still few issues that I want to fix but the main one is the overflowing data through the tables column.
Looks very nice! I'd suggest reducing the text size of the title and headings, and perhaps using page breaks between the sections
Thanks for suggestions , anything for the overflowing data. I really want to get that fixed.
@remote temple Can you help me with it. It'll be a great help
being completely new to typst... just a couple of thoughts:
since you seem to need long words: did you considere to use a landscape layout to allow for wider columns?
anyway you should adjust extremely your columns (some colums seem to contain "less" information. Using fractions does not seem the best for me. I would try to specify length in ems or mm at least for the smaller columns (member ID, insurer name)
not recommendable but maybe the last resort... make the font a a bit smaller and allow for hyphenation.
Sorry that i have no coding-tips and they are only general ideas
in principle that's cuz typst wont break numbers or seemingly random strings of letters
adding spaces or #sym.zws (which is an invisible space) gives typst more linebreaking opportunities
Cf. #1210409600805765120 message
The header repetition (in this concrete example present @ Health Insurance Details) has no stroke below, but your Opt overwriting approach doesn't allow for a non-trivial fix without hline().
All those—also only partly vertically centered—gray lines lead to a stocky appearance.
(Referring to the line(stroke: mygray)s, not the table ones.)