this post was submitted on 11 Jul 2024
689 points (98.7% liked)

linuxmemes

20482 readers
953 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Context: LaTeX is a typesetting system. When compiling a document, a lot of really in-depth debugging information is printed, which can be borderline incomprehensible to anyone but LaTeX experts. It can also be a visual hindrance when looking for important information like errors.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] renzev@lemmy.world 2 points 1 month ago (1 children)

Thank you for this writeup, very informative. I get a lot of these "badness 10000" messages when working with things that have "complex" layouts, for example a resume/CV template. Given that TeX was originally made for research papers/articles, it makes sense that weirdness would arise when it's used for more layout-heavy stuff!

[โ€“] pmk@lemmy.sdf.org 6 points 1 month ago

Badness 10000 usually indicates that something is very wrong. Usually overfull hboxes. If the text is spaced out to the point where it immediately looks bad, that could still be like badness 5000. What I have seen mostly is macros not playing well with other macros, and in LaTeX there's a lot of macros under the hood, so it's very hard to troubleshoot.