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
An article prepared in LaTeX should have function names in the \code{} block.
But how to get such an effect for an Rmd file?
If I use backquotes then they are rendered incorrectly to \texttt in tex.
But if I use the \code{name} command in the Rmd file it is rendered to an empty text in the html file.
How do I get the effect of the `code{} command when preparing an Rmd file?
An example:
When calling `function` for the first time, the following three arguments are mandatory: (this will be incorrectly rendered in tex)
When calling \code{function} for the first time, the following three arguments are mandatory: (this will be incorrectly rendered in html)
The text was updated successfully, but these errors were encountered:
An article prepared in LaTeX should have function names in the \code{} block.
But how to get such an effect for an Rmd file?
If I use backquotes then they are rendered incorrectly to
\texttt
in tex.But if I use the
\code{name}
command in the Rmd file it is rendered to an empty text in the html file.How do I get the effect of the `code{} command when preparing an Rmd file?
An example:
The text was updated successfully, but these errors were encountered: