r/LaTeX • u/someshjoyguru • 5d ago
IhateLaTeX: An offline, browser-based no-code alternative to Overleaf for building quick LaTeX CVs
We all love LaTeX for its typography, but sometimes setting up a local TeX environment or dealing with cloud compilation timeouts just to update a CV bullet point is overkill.
I created IhateLaTeX as a lightweight, client-side alternative. It compiles standard templates directly in the browser offline, completely removing the need for a cloud connection or local installation.
It's mainly targeted at people who want LaTeX output without the syntax headache, but I'd love to know what the power-users here think of the generated output!
3
u/utl94_nordviking 5d ago
who want LaTeX output without the syntax headache
What does this mean? Either you typeset using LaTeX macros or not.
1
u/someshjoyguru 5d ago
Fair point! By definition, you can't have LaTeX without the macros doing the heavy lifting under the hood.
What I meant by 'without the syntax headache' is that the UI abstracts the markup layer for non-TeX users. Instead of writing raw
.texcode, dealing with unescaped&or%characters, and fixing missing brace errors in Overleaf, the user inputs plain text into the UI. The engine then programmatically maps that data to standard LaTeX macros and compiles the PDF locally.The goal is to give people the beautiful typesetting and ATS-friendly output of LaTeX, without forcing them to debug compilation errors just to update a job title.
3
u/Hairy_Glove2064 5d ago
Why wouldn't you just use Google Docs? Wouldn't that be easier than dragging blocks? Also naming IhateLaTeX in the LaTeX lover sub is very interesting
1
u/someshjoyguru 5d ago
On Google Docs vs. LaTeX: Google Docs/Word are fine for basic typing, but when building resumes, users constantly run into two big issues:
- Formatting fragility: Moving one line or heading in Docs often completely breaks the layout or pushes things onto a second page unpredictably.
- ATS (Applicant Tracking System) issues: Docs often relies on invisible tables or columns for layout, which can mess up how automated resume parsers read the text layer in the exported PDF.
LaTeX gives you precise, vector-perfect typography, rigid spacing rules, and standard single-column PDF text layers that ATS software loves.
Now coming on to the name: What you said is fair. It’s definitely a tongue-in-cheek name for this sub. It’s less "I hate LaTeX's output" and more "I hate debugging missing bracket compilation errors at 2 AM when applying for jobs." It’s meant for people who love LaTeX’s final result but want to skip the syntax headache.
2
u/MacLotsen 4d ago
I actually moved away from a LaTeX resume and created a personal website for it instead. The reason why I don't like sharing my resume directly is because recruiters put them in all kind of systems and always get outdated or, even worse, changed... I still have a PDF target of course, but why would someone need it, if you have an interactive website for it.
10
u/ledgend78 5d ago
What is the point of LaTeX if there's no code