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

linuxmemes

20688 readers
1115 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
[–] BCsven@lemmy.ca 12 points 2 months ago (2 children)

For the image one there is an option to control if the image is immediate, or when if finds space to insert. Trouble is I have to look these up all the time...so what starts as an attempt at creating a cleanly formatted document often takes more time than messing around with a shitty editor like Word

[–] pmk@lemmy.sdf.org 10 points 2 months ago

If you don't want an image to float, don't put it in a float environment.

[–] bleistift2@sopuli.xyz 1 points 2 months ago

Exactly my point.