Mitchell O'Hara-Wild

Results 342 comments of Mitchell O'Hara-Wild

There is a PR for this in #60. You can install it with: ```r remotes::install_github("nstrayer/datadrivencv#60") ```

Try opening that link `(api.github.com/repos/...)` in your web browser. Looks like something is causing the download to fail.

You can use a CSL to change the citation style to incorporate the abstract in your output (https://citationstyles.org/)

You'll need to load the longtable LaTeX package: https://github.com/rstudio/rticles/issues/93#issuecomment-402785760

It seems like the appropriate `CSLReferences` environment isn't being produced here, and it applies to all templates whenever `bibliography_entries()` is used. Probably relating to the lua filter for in-place multiple...

Thanks all for reporting this problem, special thanks for identifying the source of the problem in the generated tex. I've updated the csl-refs template from pandoc and updated the multiple...

Strange, thanks! This looks like a windows specific bug with file paths. Could you run with `keep_md: true` and send through the result (or look at the bibliography entry in...

Great, thanks - looks like `\` is used instead of `/` for the file path. I've re-added a fix I've made for this in the past (was hoping this was...

Great, thanks! I'm not sure why this warning is shown, maybe double check that all of your citations are showing in the output? Maybe one of your entries has a...

Seems to be a tricky issue - I'm also encountering this in other projects, my best guess is that it relates to pandoc versions. Any insight is appreciated.