vitae icon indicating copy to clipboard operation
vitae copied to clipboard

Issue with latexcv bibliography_entries() running off end of page

Open mitchelloharawild opened this issue 3 years ago • 0 comments

---
name: Julian
surname: Stander
position: "Associate Professor in Mathematics and Statistics"
address: "School of Engineering, Computing and Mathematics, University of Plymouth"
www: "www.plymouth.ac.uk/staff/julian-stander"
email: "[email protected]"
twitter:
github:
linkedin:
date: "`r format(Sys.time(), '%B %Y')`"
output:
  vitae::latexcv:
  theme: classic
---

```{r}
library(vitae)#
library(dplyr)
journal_papers <- bibliography_entries("JS_papers.bib") %>%
[mre.zip](https://github.com/mitchelloharawild/vitae/files/6150026/mre.zip)

  arrange(desc(issued), author$family, title)
journal_papers
```

mre.zip

image

mitchelloharawild avatar Mar 16 '21 15:03 mitchelloharawild