-
I read the quarto book style documentation here: https://quarto.org/docs/books/book-output.html#pdf-styles.
compilation failed- error
Undefined control sequence.
<argument> \chapter
*{Preface}\label {preface}
l.178 \chapter*{Preface}\label{preface}} I have learned that the problem occurs due to the fact that |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
For books, you need to use documentclass You can use the article classes for single documents but not multi-chapter books |
Beta Was this translation helpful? Give feedback.
-
Yes, our equivalent of "single document" is to just create a single qmd file and use |
Beta Was this translation helpful? Give feedback.
Yes, our equivalent of "single document" is to just create a single qmd file and use
article
orscrartcl
. In other words, books in quarto always use chapters and single qmd files that aren't in a book never use chapters.