AAGI-AUS / AAGIQuarto

A Quarto Extension for AAGI Themed Products, e.g., PDF, Word, reveals, and PPT
https://aagi-aus.github.io/AAGIQuarto/
MIT License
4 stars 2 forks source link

biometrics.csl is not found in file path for short report #12

Closed adamhsparks closed 1 month ago

adamhsparks commented 1 month ago

Trying to build a short report from the template but it fails, e.g.,

♥ ❯ quarto preview "/Users/283204f/L
ibrary/CloudStorage/OneDrive-Curtin/
Documents/Presentations/20241023 WOM
BAT Melbourne/WOMBAT2024 - A Sparks 
Talk Abstract.qmd" --no-browser --no
-watch-inputs
pandoc 
  to: latex
  output-file: WOMBAT2024---A-Sparks-Talk-Abstract+short+report.tex
  template: _extensions/AAGI-AUS/aagi/short-pdf-report/aagi-short-pdf-report.tex
  standalone: true
  pdf-engine: xelatex
  variables:
    graphics: true
    tables: true
  default-image-extension: pdf
  toc: false
  number-sections: false

metadata
  block-headings: true
  fontsize: 12pt
  papersize: a4
  mainfont: Proxima Nova
  links-as-footnotes: false
  bibliography:
    - references.bib
  csl: biometrics.csl
  link-citations: true
  knitr:
    opts_chunk:
      fig.path: figure/
      fig.align: center
      fig.show: hold
      fig.pos: H
      comment: NA
      background: white
      highlight: false
      size: small
      prompt: true
  title: 'Climate is What We Expect, Weather (Data) is What We Get Via APIs'
  subtitle: WOMBAT 2024
  date: '`r format(Sys.time(), ''%d %B, %Y'')`'
  version-number: 1.0.0

File biometrics.csl not found in resource path
VMT1312 commented 1 month ago

Fix the file path for biometrics.csl and put it the assets folder inside the extension