Example document for advanced math #7222
Replies: 3 comments 4 replies
-
I am not sure what you mean exactly. Also see how to write Math: https://quarto.org/docs/authoring/markdown-basics.html#equations. |
Beta Was this translation helpful? Give feedback.
-
No, I do not mean a template to enable anything. I meant it in the sense of an example. I'll clarify the initial post. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you very much for your help. I have corrected the discussion to remove all mentions of the word template: you are right, I am instead interested in an example. Interestingly (and I really don't mean to be cheeky by writing this), the document you wrote fails to render to PDF. $$
\begin{AMSENV}
...
\end{AMSENV}
$$ which trigger errors in the pdf-engine due to MathMode being opened twice. Here is the status of my WIP: https://github.com/GuillaumeDehaene/quarto_math_example/blob/main/minimal.qmd In another thread (#7253), you've said that I shoud wrap the latex-environments inside a Again, thank you for your insight. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello everyone,
TLDR:
I have recently discovered Quarto and I absolutely love this project (after having discovered Pandoc and absolutely loving that too).
The background of my question is that I am a mathematician that is very frustrated with working with latex. In a nutshell, I am frustrated that latex, besides the math mode, is very cumbersome and hard to understand.
Currently, I use Lyx as a latex editor.
I would like to use Quarto instead.
One thing currently slowing me down is that I cannot figure out from the docs or google the right way to do a lot of the basic operations of building a complex math document.
For example, in order to number equations, I needed to track down this discussion
Is there a reference example that I missed during my search?
If not, I would like to contribute to the project by writing:
A example file with:
The right way to do basic math operations in Quarto, in order to show equivalence with Latex
A demo of the cool features that Quarto has, in order to show that Quarto is actually better
Perhaps, if that is useful, a documentation section to guide latex user into porting their workflow into Quarto
This example file should cover the following topics:
Are there any other features that I should add to this list that you think would be useful for this target audience?
Here is an example article that I would like to be writable in Quarto: https://arxiv.org/pdf/1612.05053.pdf
Cheers
Guillaume
Beta Was this translation helpful? Give feedback.
All reactions