You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if you could make an extension that is kind of the inverse of the current one. That is, it will convert LaTeX syntax into quarto syntax.
I have a lot of mathematical notes written in LaTeX that I would like to convert to blog posts, and doing a manual conversion would require too much work. It would be great if I could just copy the LaTeX source code to *.qmd files. For example, the extension should make quarto understand the following as a theorem:
\begin{theorem}[My Theorem]\label{th:some_theorem}
This is some theorem.
\end{theorem}
I hope that my request makes sense.
Thank you in advance for your reply!
The text was updated successfully, but these errors were encountered:
Hello,
I would like to know if you could make an extension that is kind of the inverse of the current one. That is, it will convert LaTeX syntax into
quarto
syntax.I have a lot of mathematical notes written in LaTeX that I would like to convert to blog posts, and doing a manual conversion would require too much work. It would be great if I could just copy the LaTeX source code to
*.qmd
files. For example, the extension should makequarto
understand the following as a theorem:I hope that my request makes sense.
Thank you in advance for your reply!
The text was updated successfully, but these errors were encountered: