Post #1275212
2026-01-31 18:23 UTC
Replies (4)
-
@balsoft@lemmy.ml 2026-01-31 21:54
Ah, it's not the best for cases like that, especially if you need to make different layouts all the time. You can get it to do anything with enough packages and positioning hints, but at some point it becomes too much of a chore. If you just need a dozen of layouts and then fill them out with different content, it's doable.
-
@MonkeMischief@lemmy.today 2026-02-01 06:48
For snazzy layouts for publishing and stuff, you might want to give Scribus a try! It's like an alternative to Microsoft's "Publisher." https://www.scribus.net/
-
@glizzyguzzler@piefed.blahaj.zone 2026-01-31 19:32
You cannot control where pictures occur within a text body in latex, it decides for you. You can give it recommendations, but it’ll figure out the final alignment when rendering to page. I’m not sure that’s a limitation you want for design-focused use cases. And if you want to do something seriously nice you need to code a it in latex’s reverse Polish notation code language from hell, let me tell you latex ain’t the future of ease haha
-
@ranzispa@mander.xyz 2026-01-31 20:12
I would not use latex for any document that should be a template for other people to fill in. Unless you're a peer reviewed journal. I wouldn't use latex for anything that requires precise positioning of images and elements. InDesign and similar are a much better option. I do like to use markdown for any document that does not fall into those categories. I like to use latex for any document I'm writing which I want someone else to style. Latex is very cool for styling, but in my experience most of the time you do not really need that amount of configurability and the added time to correctly make a styled document in latex is way more than what it would take you in word, even when you have to fight word to make it. That is unless you need equations, but then again: just write markdown with latex equations.