How to include a PDF file as an appendix? #12169
-
DescriptionI have a thesis where I would like to add a PDF file (a manuscript) as an appendix. However, I am struggling to find a way to do it. I've tried to place the PDF file directly in Here's a minimal example consisting of three files in the same folder: project:
type: book
output-dir: _book
book:
title: "mybook"
author: "Jane Doe"
date: "5/9/2021"
chapters:
- index.qmd
appendices:
- appendix.qmd
format:
pdf:
documentclass: scrreprt
Hi there
{{< include my.pdf >>}} where |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use raw latex or post-processing. That's the same kind of problem as in (i.e., a LaTeX issue not really a Quarto one): |
Beta Was this translation helpful? Give feedback.
Use raw latex or post-processing.
That's the same kind of problem as in (i.e., a LaTeX issue not really a Quarto one):