694
submitted 2 months ago* (last edited 2 months ago) by renzev@lemmy.world to c/linuxmemes@lemmy.world

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
[-] Treczoks@lemmy.world 2 points 2 months ago

Guess what? I have moved my large text layouts over to HTML. Creating printed TOCs in a PDF takes some effort, but once I got that under control, it worked. Takes a makefile, though, and a bit of discipline in the HTML file, but the result is surprisingly good.

[-] bleistift2@sopuli.xyz 2 points 2 months ago

I’ve come to that conclusion, too. If only printing support were better, I wouldn’t write anything but HTML.

[-] Treczoks@lemmy.world 1 points 2 months ago

Have you tried weasyprint? It turns .html into .pdf. Then I use a script with pdfinfo with the -dests option to get the page numbers of the chapters, mixes it with chapter titles from the .html file to create a ToC, which, in turn, gets included into the .html file again - just like TeX does it.

This is helpful in an environment where inputs are either HTML or EPUB files, and output is PDF for printing, HTML for the web site, and/or EPUB-formate.

[-] bleistift2@sopuli.xyz 2 points 2 months ago

I haven’t. Thanks for the tip. This might come in handy when we need to create automated documents again.

[-] LodeMike@lemmy.today 2 points 2 months ago

Anything you put that amount of effort into should be good, as long as you actually care about it.

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

linuxmemes

20707 readers
991 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