Quarto YAMAL issue. Missing Affiliation Information

Can anyone suggest a reason why this:

---
title: "Weather Report"
date: today
author:
  - name: john the toucanite
    affiliation: 
      - name:  Cloud Cuckoo Land Insitutue of Applied Dadaism 
format: pdf
---

It was a dark and stormy night.

is not giving me an "Affiliation"?

yml.pdf (8.8 KB)

Hi @jrkrideau,

this article addresses the issue and provides a solution r - Why do affiliations not show up anywhere in the pdf output of quarto? - Stack Overflow

You also have a typo: affiliation -> should be affiliations (the s is missing).

Let me know if you need help setting up the solution from stack overflow.

Thanks. I missed the typo.

Somehow in reading the Quarto documentation I seem to have missed the need for an auxiliary .tex file and the need for a tex package and raw latex in the Yaml.

In any case, once I saw the example it was easy enough to set up.

Thanks a lot.