-
Is there an example of how to use HTML or LaTeX |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
I don't think there is such an example. However, there are multiple ways in which you could do that. Some of them require no programming effort whatsoever but will lead to less readable markdown code stuffed with formatting commands:
Other solutions will allow you to type nice high-level markdown code but require programming effort:
Although I can give you simple examples for points 4 and 5, I find that the solutions are often specific to the needs of the publication and best solved on a case-by-case basis. If you'd like to hire a programmer, see my Fiverr and Github Sponsors profiles, or seek out other talent on our Matrix and Discord servers.
You can download the latest release of the Markdown package and install it on Overleaf as described in the user manual, subsection Portable Installation. |
Beta Was this translation helpful? Give feedback.
Thanks for the very thorough answer. This is great! 🥇
I had tried option 1 already but encountered errors trying to have a full-width figure in a 2-col doc. The figure appears twice and while it spans both columns, it overlaps with the text.
Error
<to be read again> \protect l.3 ...caption{Caption place holder} \end{figure}} \markdownRendererInterbloc... The control sequence marked <to be read again> should not appear between \csname and \endcsname. ! Missing \endcsname inserted. <to be read again> \protect l.3 ...caption{Caption place holder} \end{figure}} …