Custom tex for book #6513
Replies: 2 comments 4 replies
-
Book is the type of a Quarto project. See other extensions: Project type extension is described in https://quarto.org/docs/extensions/project-types.html. If you don't want to create an extension and tweak a lot of the template, then you need to look into partials (also useful when creating an extension), see https://quarto.org/docs/journals/templates.html. |
Beta Was this translation helpful? Give feedback.
-
This response was incredibly helpful, thank you! I now have a book project using my own pdf format that makes extensive use of pandoc templating! I also found some really useful videos explaining lua filters and how to use them to manipulate yaml metadata. Yet there's one thing I still don't understand... I don't understand how to get access to the to have new format, So I suppose my first question is, is there any way to avoid partials all together and still get access to all the content in my markdown chapters? and if not, how might you approach this problem? I didn't write the latex myself so re-writing it to be compatible with the quarto partials seems like a very daunting task. Thank you so much! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi! I'll start by saying that Quarto is amazing and I hope to use it to format my dissertation. I was originally interested in creating a formal template others could use, but then I realized that books aren't supported template formats, just pdfs. So I abandoned the idea of creating a template and switched to using a book.
Here is my problem: because I have to follow a strict format, using the pdf option
include-in-header
(shown below) is not enough customization for me.I need to be able to supply all my own Latex to conform to university requirements. Of course, I was successfully able to do this when I was making my own pdf template, but I've been unable to figure out if this is possible for the book format. I suspect that it isn't possible and that I should actually be posting this in feature requests.
It's nice to see, based on #4546, that I'm not the only one interested in this! Its really encouraging to see others interested in reproducible research (in the Jon Claerbout sense). Unfortunately for me, I need full control over the tex file, and I imagine that as quarto-based dissertations become more popular that I will not be the only one with strict formatting requirements that can only be met by a custom tex file.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions