GeneralLaTeX for limited interpreter (such as blog platforms)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
arobase
Posts: 33
Joined: Sat Apr 14, 2012 7:46 pm

LaTeX for limited interpreter (such as blog platforms)

Post by arobase »

Some blogs have limited support for LaTeX, but I still would rather use that than transform LaTeX output to html. Let's say this is my input:

Code: Select all

\newcommand\sub{\LaTeX}
\newcommand\vrb{is}
\newcommand\compl{a programming language}
\sub\ \vrb\ \compl. 
and it can't be parsed by my blog. But this can:

Code: Select all

\LaTeX is a programming language.
Is there a way to automatically transform the first into the second?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply