Elio Campitelli

Results 88 comments of Elio Campitelli

Part of the guidelines of the AMS is to use the `\appendcaption` instead of `\caption` for appendix figures. Right now, there is no easy way of changing the caption command,...

Oh! I looked at more of the codebase. I hadn't realised that the `ams_article()` function could add hooks! That's great! I'll do that.

I'm not. We moved to Climate Dynamics. I do agree that with V6 out, then it only makes sense to implement that version directly instead of V5.

Perhaps part of the testing process could be that each template has that chunk of code.

I think this might work. I created an elsevier journal article with the current CRAN version of rticles. I changed the title to a long string. In the .tex file...

Yes, it is a relatively niche and specific failure case, but it is realistic, as I encountered this live when teaching LaTeX templating and a student had commented out a...

Great. It would be great to have a list of tips, tricks, common patterns and gotchas to include. I'd love to have some from all the people who contributed.

I adapted the LNCS template ([this PR](https://github.com/rstudio/rticles/pull/475)) as part of developing the tutorial.

I'm trying to adapt this affiliation format: ```latex \affil[3]{\orgdiv{Department}, \orgname{Organization}, \orgaddress{\street{Street}, \city{City}, \postcode{610101}, \state{State}, \country{Country}}} ``` Right now I have this in the yaml header ```yml affiliations: - number: 1...

Ah, thanks for pointing me to the pipe thing. Using the `pairs` pipe and clever use of names I solved it with: ```yaml affiliations: - number: 1 corresponding: TRUE info:...