rjournal / rjtools

Tools for AUTHORS to use for checking and submitting articles to the R Journal
https://rjournal.github.io/rjtools/
Other
31 stars 14 forks source link

`\code{}` doesn't work for html output #38

Closed willju-wangqian closed 2 years ago

willju-wangqian commented 2 years ago

\code{} works for pdf output, but not for HTML output.

I'm using rjtools_1.0.0

dicook commented 2 years ago

Hi Will,

Use backticks to delimit your code, please. This should work for both output formats.

eg code

On 12 Apr 2022, at 12:31 pm, Wangqian (Will) Ju @.***> wrote:

\code{} works for pdf output, but not for HTML output.

I'm using rjtools_1.0.0

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

cheers, Di


Dianne Cook @.***

willju-wangqian commented 2 years ago

Okay, thank you!