Charles Teague

Results 28 comments of Charles Teague

That appears to be a problem with your table formatting. I removed some white space from the table definition to make mine work- but you can confirm this by simply...

This is working fine for me: ````latex --- title: "TITLE" author: - name: Myname email: [email protected] affiliations: - id: JPA-ESC name: School of Criminal Justice department: Faculty of Law, Criminal...

I'm honestly not sure- there isn't a specific thing that causes this. It could be: - There is some layout that isn't completely successfully and we are detecting that and...

I think the long term solution to this conundrum is likely to actually implement an extension that provides nice unit support across formats (like siunitx does for LaTeX). The latex...

This extension basically provides a way for you to write simple markdown (which will render in any format) to emit `LaTeX` in PDF output. I'm not familiar with `onlyenv` specifically...

I think this issue from the `rticles` version of this template has the best summary of the issue and potential workaround for the time being: https://github.com/rstudio/rticles/issues/497

Can you point me at the LaTeX that isn't correct in this case? I'm having trouble finding it when `title-plain` is specified (all looks well to my eyes, but I'm...

> I don't think that's necessary or helpful in this case though since the Quarto extension seems to use title-plain only (optionally) in Good call I didn't think to look...

We're happy to help - you'll need to provide some additional information in order for us to do so. Currently if I: ```bash mkdir test cd test quarto use template...

Ok I can reproduce this using the above - the document titles are correct in this case, but the `hypersetup` option is incorrect. Currently, to fix this, the JSS format...