Open riccardoporreca opened 5 years ago
Details to be discussed, see premature PR https://github.com/miraisolutions/SmaRP/pull/138#pullrequestreview-262056241 comment.
Maybe update (replace) the link to .../apps/smarp at the same time
Ready to start. Roland's comment will be addressed in another issue together with similar updates. Talk to @riccardoporreca to define scope and approach.
Maybe update (replace) the link to .../apps/smarp at the same time
Covered by #143
Note that, in general, we shall reconsider if we want to keep using
xelatex
as engine, as well as whether PDF version (vector graphics) of the figures can be created and used instead of PNG.
Originally posted by @riccardoporreca in https://github.com/miraisolutions/SmaRP/issues/152#issuecomment-548811684
The R Markdown PDF report should be cleaned-up, so that it is technically cleaner.
Examples:
header.tex
and the main reportlibrary(...)
statements at the beginning<br>
We probably also want to switch away from leaving metadata like title and author in the YAML header and using a customized first page, which means the PDF output does not have such properties. An option for this is to switch to a custom Pandoc template, which would be a nice maintenance refactoring, especially if we want to customize the appearance of the report in the future.