Skip to content

LaTeX equations are rendered much smaller in PDF from xaringan slides, with partial_slides = TRUE #84

@privefl

Description

@privefl

E.g. these slides:

---
title: "test"
output:
  xaringan::moon_reader:
    seal: false
    lib_dir: libs
    nature:
      highlightStyle: github
      highlightLines: true
      countIncrementalSlides: false
---

class: title-slide center middle inverse

# Title

---

### Slide 1 with formula $Q = 1 - P$

Formula is smaller here as well: $$Q = 1 - P$$

This is what I use to render the slides:

chromote::local_chrome_version(binary = "chrome-headless-shell")
renderthis::to_pdf("test.Rmd", partial_slides = TRUE)

It seems fine when I don't use partial_slides = TRUE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions