quarto_titlepages
quarto_titlepages copied to clipboard
A Quarto extension for making title and cover pages for PDF output.
* Quarto version: v1.4.554 * OS: Windows * Render method: Desktop RStudio, rendering to PDF * TeX version: MiKTeX-TeX 4.6 (MiKTeX 24.3.31) ### Description According to titlepage-theme options listed on...
I'm using titlepage-pdf format for a quarto document. It works great except that when I use that format, the captions for margin figures are clipped to ~0.75" and the caption...
- [ ] Create RStudio Cloud badge so users can try without installing anything - [ ] Add some color examples with html colors, e.g. for colorbox; show how to...
I have already filed this bug with quarto here: It is easiest to just look there for the details and solution. Basically, titlepages fails with the newest version of quarto...
quarto_titlepages relies on features of Quarto that are new. To help us out, * Please run `quarto --version` from a terminal (shell) and report the Quarto version you are using....
System settings: - Quarto v1.3.49 - nmfs-opensci/titlepage v3.3.8 - macOS 11.7.2 - Texlive 2022 ### Description A simple test file like ``` --- title: "Some Very Long Title Which Spans...
* save titlepage and coverpage to tex files so user has those. * allow coverpage to be like titlepage * allow user to use .yml for spec that way can...
To solicit more cover designs - [ ] write instructions for how to contribute - [ ] create RStudio Cloud project that they can use to test their design -...
- [ ] See bg-image issue re reading in the margins from YAML - [ ] Add the interior title page that has the author affiliations - [ ] Change...
This approach should work but says can't find font. https://tr.overleaf.com/learn/latex/Multilingual_typesetting_on_Overleaf_using_polyglossia_and_fontspec ``` \usepackage{polyglossia} \setdefaultlanguage{english} \setotherlanguages{hindi} \usepackage{fontspec} \newfontfamily\devanagarifont[Script=Devanagari]{Lohit Devanagari} ```