TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

LaTeX makes me so angry at word

3 pointsby gslinabout 1 year ago

2 comments

zero-sharpabout 1 year ago
I&#x27;m with you. At work, we have to distribute reports to clients and that often happens through Word. It can be amazingly frustrating being forced to use a tool simply because it&#x27;s the more accessible one. But that&#x27;s the way it is. Not everybody is going to have the experience or the wherewithal to deal with compiling and debugging Latex.<p>I just need a simple object&#x2F;document model that I can interact with in python to generate the Word documents. I&#x27;ve found that there are a lot of undesirable nuances with the VBA object model.
daviddever23boxabout 1 year ago
Folks feel the same way about Markdown versus LaTeX: why use something significantly more complicated where a looser, human-readable grammar works better?<p>For any other situations, I use <a href="https:&#x2F;&#x2F;pandoc.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pandoc.org&#x2F;</a>, or, generate a Word doc scriptomatically.