mystery-o-matic.github.io
mystery-o-matic.github.io copied to clipboard
Improve LaTeX template in static/en/mystery.template.tex
trafficstars
Based on suggestions from this comment, the LaTeX template can be improved to enhance the table structure and robustness.
Suggestions include:
- Using a robust width calculation using
\dimexpr. - Better column spacing using
@{}and@{\hspace{1em}}. - Proportional column widths with
p{0.3\linewidth}. - Consistent horizontal lines.
Original PR: https://github.com/mystery-o-matic/mystery-o-matic.github.io/pull/13
Requester: @neuromancer