Closed nealrichardson closed 2 months ago
PR Preview Action v1.4.7 :---: Preview removed because the pull request was closed. 2024-08-25 18:35 UTC
CRS plots (section 8.3.1) have subtitles that overprint
I can handle this one
Another thing I noticed: at the end of the intro section for https://arrowrbook.com/datasets.html we have paths that are on my machine (and also quite long) could we post-process those to remove the personal path bits which would also make them shorter too?
Hmm, the datasets png still doesn't look right.
Made followup issues for the things I see left, merging this one.
This PR adds the style sheet and quarto config to render to PDF. Other changes:
width = 64
globally for PDF, so table/tibble printing is narrower* Temporarily comments outdatasets_pums.png
, which xelatex choked on as too large somehow.Running list of other things we need to fix in the PDF, not comprehensive but just stuff I noticed:
bibliography: references.bib
and related bibtex stuff in the_quarto.yml
file. IDK if we need a bibliography or if our footnote references are ok (I haven't read the style guide). We do have several things in footnotes at least that would be candidates for a proper bibliography.[anchor](url)
. We either need to change how we do that globally, or find a way to leave that like that for the HTML version and make the PDF handle it differently. (fixed using conditional logic)\maketitle
on the page headers. It's not obvious to me how to work around that, but maybe it's not something we have to resolve, maybe the typesetters will just get that right.Final question: by default,
quarto render
renders all formats, so both html and pdf. You can pick one locally by doingquarto render --to pdf
. But in CI: do we want to only render HTML? Or, render both, and maybe put the PDF in a build artifact? We probably don't want what I imagine is the default, which renders both and then deploys both--I don't think we want the pdf version of the book on the website. In this PR, I switched it to just do HTML and made https://github.com/arrowrbook/book/issues/17 for us to sort out enabling it.