Documentation to use the package
Dans la partie Documentation du readme, je mettrais, à la place de
"The theme comes with predefined logo, but you can change it using the config-info dictionnary entry logo and use your own image."
The theme is minimal ans comes with predefined logo that can be changed. It has a configurable title-page, and pages that embed some options of the title page.
Theme
logo and logo2 appear in the title page. logo also appears in all pages below the bar as a footnote, along with equipe and date. Use none if you don't the corresponding avatar (eg. subtitle: none, means that the title page won't have anu subtitle)
#show: gqe-lemoulon-presentation-theme.with( aspect-ratio: "4-3", config-info( title: [your presentation title], subtitle: [your subtitle], author: [John Doe], date: [20 decembre 2024], logo: #image("mylogo.png"), logo2: #image("mylogo2.png"), equipe: [what you want] brochette: grid(columns: (30%, 25%,20%,20%),{ set align(horizon + center) set image(height: 25pt) logo-upsay },{ set align(horizon + center) set image(height: 20pt) logo-inrae },{ set align(horizon + center) set image(height: 30pt) logo-cnrs-biologie }), ), config-colors( primary: green (your color will define the color of the title and the bar) ) )