Skip to content

Commit

Permalink
Build with xelatex
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Sep 21, 2024
1 parent af74760 commit c7e1e00
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
R -e 'bookdown::render_book("index.Rmd", "bookdown::bs4_book")'
# Deploy HTML to GitHub Pages if on main or master branch
- name: Deploy to GitHub pages 🚀
- name: Deploy to GitHub pages from main/master 🚀
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs

# Deploy to v2-publish if on v2 branch
- name: Deploy to v2-publish branch 🚀
- name: Deploy to v2-publish branch from v2 🚀
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/v2'
uses: JamesIves/[email protected]
with:
Expand Down
32 changes: 16 additions & 16 deletions _output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
# the tinytex R package, and tinytex::install_tinytex()
# Inconsolata font needed from https://fonts.google.com/specimen/Inconsolata

# bookdown::pdf_book:
# includes:
# in_header: latex/preamble.tex
# before_body: latex/before_body.tex
# after_body: latex/after_body.tex
# keep_tex: true
# dev: "cairo_pdf"
# latex_engine: xelatex
# citation_package: natbib
# template: null
# pandoc_args: --top-level-division=chapter
# toc_depth: 3
# toc_unnumbered: false
# toc_appendix: true
# quote_footer: ["\\VA{", "}{}"]
# highlight_bw: true
bookdown::pdf_book:
includes:
in_header: latex/preamble.tex
before_body: latex/before_body.tex
after_body: latex/after_body.tex
keep_tex: true
dev: "cairo_pdf"
latex_engine: xelatex
citation_package: natbib
template: null
pandoc_args: --top-level-division=chapter
toc_depth: 3
toc_unnumbered: false
toc_appendix: true
quote_footer: ["\\VA{", "}{}"]
highlight_bw: true
# bookdown::gitbook:
# df_print: default
# css: style.css
Expand Down

0 comments on commit c7e1e00

Please sign in to comment.