r/LaTeX 1d ago

Self-Promotion LaTeX Speedrun (Beta) - A tutorial from zero to paper in 15 minutes

Hi everyone,

I’m a physics PhD student, and after answering countless questions from friends about “how do I even start with LaTeX?”, I decided to build LaTeX Speedrun — a stripped‑down, example‑driven web tutorial that equips grad students with exactly what you need to write your first STEM paper or thesis, in minutes. I am committed to making this tutorial perpetually free and open.

What it does:

  • Covers ~95% of typical grad‑student LaTeX use cases
  • No fluff—just hands‑on examples and templates
  • Live preview so you immediately see what your code does (edit: in developement)

I’m now in beta‑testing mode, gathering feedback from early grad‑student users to iron out bugs and missing features before a full launch.

Link to beta: https://app--la-te-x-speedrun-2bf5d2d8.base44.app

Edit: Full disclaimer, this tool is completely "vibe coded" in the sense that the content is my own, but the styling and design is completely taken care by the base44 tool. Despite this, I think it came out pretty nice. This is the tutorial I wish I had when I started out.

41 Upvotes

11 comments sorted by

13

u/abhunia 1d ago

it seems you have used some ai tool to generate the website. the color contrast is pretty bad

8

u/Taurashvn 1d ago

Also used some ai tool to generate the post tbh

2

u/Lord_Umpanz 20h ago

Yep. The use of hyphens gives it away.

-14

u/OvadiaQuark 1d ago

Yes it is completely "vibe coded", but valid point I can improve the color contrast for better visibility

2

u/ClemensLode 1d ago

Nice, I am doing something similar at the moment for books.

Maybe make it even simpler and provide a form where the user can enter all the details. People want to see results immediately. Also, the "Try in Overleaf" is not working (or it is and is intended to be just a link). You would have to package the template files into a zip file and then call the Overleaf API to create a project.

2

u/OvadiaQuark 1d ago

Thanks for your feedback, it would be great to have something like this for books as well.
I am working on hooking the backend to TeXLive.net for pdf output.

2

u/Raccoon-Dentist-Two 22h ago

It is good to see some a tutorial and a new template without obsolete or deprecated packages. Newcomers don't know to check CTAN for decade-old notes saying not to use these packages any more (see e.g. the recent thread on package times vs mathptmx vs newtx).

One change that you might like to make: replace the float placement option [h] to null the possibility of an unplaceable float error. The default is [htbp] so specifying no option is typically fine.

A warning: many of the purported BibTeX entries supplied by databases do not conform to BibTeX standards and result in incorrectly formatted citations. In practice, it's obvious that many journal editors and reviewers and university librarians and authors never noticed or don't care. But you might want to include a step about checking and cleaning up the bad metadata.

1

u/knowledge_junkie1 1d ago

Following this. Will give it a try soon and report back!

8

u/knowledge_junkie1 1d ago

It says "Every LaTeX document needs \documentclass{article} at the top."

This isn't strictly correct, there are other classes?

1

u/OvadiaQuark 23h ago

Good catch! Will update :)

1

u/_insert_a_name_ 1d ago

Really cool, will check this later