Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
coderabbitai bot opened this issue Nov 8, 2024 · 1 comment
Open

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

coderabbitai bot opened this issue Nov 8, 2024 · 1 comment
Assignees

Comments

@coderabbitai
Copy link

coderabbitai bot commented Nov 8, 2024

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: #13

Requester: @neuromancer

Copy link
Author

coderabbitai bot commented Nov 8, 2024

Regarding the hardcoded column widths in the generate_latex_weapons_table function, making the column widths configurable would improve flexibility. This enhancement can be addressed in a future PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant