W. Joel Schneider

Results 31 comments of W. Joel Schneider

@dwbatten, I adapted @samueldodson's code for [apaquarto](https://github.com/wjschne/apaquarto), a Quarto extension for APA manuscripts. I added support for other languages (e.g., "and" becomes "y" in Spanish). I also added the ability...

Great! A PR would be nice. Which aspects of APA style will be the hardest to implement in Typst? Ideally, apaquarto should require no extra work on the user's part...

It is exciting to have a typst template! Thank you for getting it started. I made some initial changes to make various features work. I was able to make all...

@mvuorre, the figure and table captions are now working in typst. I imagine that there are many small problems that still need to be fixed, but the example.qmd rendered to...

Sorry this issue escaped my notice. Is this for .pdf output or .docx?

This problem has been difficult for me to solve. For now, I can only offer a workaround. If anyone can find a better solution, I would be grateful. There is...

Thanks for alerting me. I reproduced your results. It seems the margins are set by the apa7 latex package. In version 4.3.0, I just enabled Quarto's `geometry` options in the...

I think I have it fixed. If the paper is document mode, the margins are now set to 1in. Geometry can be set separately, if desired.

I cannot duplicate this error. It is strange that the `apa.csl` file is reported as missing because it is used by the .docx and .html formats, which seem to run...

The Quarto team members are [aware of the issue](https://github.com/quarto-dev/quarto-cli/issues/11552) and are deciding what to do about it. This problem slipped past me because it does not occur on Windows for...