mvuorre / quarto-preprint

A Quarto extension for preprints using Typst
https://mvuorre.github.io/quarto-preprint/index.pdf
Creative Commons Attribution 4.0 International
34 stars 2 forks source link

List of figures #29

Open danieltomasz opened 2 weeks ago

danieltomasz commented 2 weeks ago

I implemented in a hacky way an option to add list of figures if user add parameter in yaml; I can made PR from this, but as this template try to be APA compliant , where the list of figures should be added (end of file or rather before main text)?

Unfortunately I didnt find a way yet to implement short caption, so full caption will be added (this is nice latex feature for quarto) but I will look into it later

mvuorre commented 2 weeks ago

Hi, thanks for this. This is not trying to be APA compliant and so a list of figures is not needed.

danieltomasz commented 2 weeks ago

It is just I personally find it useful when I work on draft; I can maintain my own fork to have it, but would be easier form me if I can merge it with main, but I understand if you want to keep the template simple

mvuorre commented 2 weeks ago

I see, thanks. As long as it doesn't add any overhead to maintenance/testing/etc I'll take a look at a PR happily :)