mystery-o-matic.github.io icon indicating copy to clipboard operation
mystery-o-matic.github.io copied to clipboard

Improve LaTeX template in static/en/mystery.template.tex

Open coderabbitai[bot] opened this issue 1 year ago • 3 comments
trafficstars

Based on suggestions from this comment, the LaTeX template can be improved to enhance the table structure and robustness.

Suggestions include:

  1. Using a robust width calculation using \dimexpr.
  2. Better column spacing using @{} and @{\hspace{1em}}.
  3. Proportional column widths with p{0.3\linewidth}.
  4. Consistent horizontal lines.

Original PR: https://github.com/mystery-o-matic/mystery-o-matic.github.io/pull/13

Requester: @neuromancer

coderabbitai[bot] avatar Nov 08 '24 07:11 coderabbitai[bot]