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

Adding `web_only` parameter for texor #49

Closed Abhi-1U closed 2 years ago

Abhi-1U commented 2 years ago

This parameter is required for the texor package to properly convert articles because :

  1. Currently legacy_pdf option will not include the generated markdown contents.
  2. Going for normal mode will invoke PDF compilation of the Rmarkdown, which is not desired.
Abhi-1U commented 2 years ago

Note:

Update the texor package using : remotes::install_github("Abhi-1U/texor") for the desired logic to work.