I have a book using krantz.cls style, and want to try quarto_titlepages with it, particularly to include a cover page, for which I have a complete image as .png and .pdf.
I cloned the repo, and tried example_1.qmd, simply changing the documentclass
format:
titlepage-pdf:
# documentclass: scrbook
documentclass: krantz
classoption: ["oneside", "open=any"]
number-sections: true
This generates an error: krantz.cls not found -- it is there under cls/. So, I copy this to the main directory and rerun. This works, but doesn't include the GreatWall cover page, which appears with scrbook -- and that is nowhere specified in the YML header for the example.
So, I'm stumped at how to use this for my purpose.
I have a book using
krantz.clsstyle, and want to tryquarto_titlepageswith it, particularly to include a cover page, for which I have a complete image as.pngand.pdf.I cloned the repo, and tried
example_1.qmd, simply changing thedocumentclassThis generates an error:
krantz.cls not found-- it is there undercls/. So, I copy this to the main directory and rerun. This works, but doesn't include the GreatWall cover page, which appears withscrbook-- and that is nowhere specified in the YML header for the example.So, I'm stumped at how to use this for my purpose.