Skip to content
Discussion options

You must be logged in to vote

@bernardo-cruz Can you add keep-tex: true to your _quarto.yaml file? You will have something like

---
...
    pdf:  
      papersize: a4paper
      keep-tex: true
      df-print: paged
      fig-pos: 'H'
      output-file: "thesis"
      output-ext: "pdf"
...
---

Inspect the .tex file will help to diagnose the problem as the LaTeX engine has a lot of rules for placement of float elements.

Replies: 2 comments 21 replies

Comment options

You must be logged in to vote
9 replies
@bernardo-cruz
Comment options

@cscheid
Comment options

@bernardo-cruz
Comment options

@cscheid
Comment options

@bernardo-cruz
Comment options

Answer selected by bernardo-cruz
Comment options

You must be logged in to vote
12 replies
@grantmcdermott
Comment options

@mcanouil
Comment options

@mcanouil
Comment options

@mcanouil
Comment options

@grantmcdermott
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
crossref tables Issues with Tables including the gt integration latex LaTeX engines related libraries and technologies
9 participants