Titre principal de la présentation (sur plusieurs lignes si nécessaire)
- Prenom1 NOM1
- Prenom2a NOM2a, Prenom2b NOM2b
- Prenom3 NOM3
- Institution A
- Institution B
- Institution C
Pensez à limiter le contenu de vos slides (notamment en "hauteur").
Certains éléments pourraient sortir du cadre et ne pas être projetés sur certains terminaux (problème de résolution)
Veillez également à ne pas utiliser de polices trop petites
Sinon, le jour J, cela sera illisible dans l’amphi ! :((
Cela est aussi valable pour les images avec des détails trop “fins”.
Be careful when designing your slides!
While it may seem like more content can "fit" into one slide, it may not be well-displayed (aka cut off) when projected onto a screen (with a limited/specific resolution).
Also, do not use (too) small font size.
Once projected on the big screen, people won't be able to read them. :((
This warning also applies to images including small details/texts.
Simple text...
Smallest text...
Even-smaller text...
Smaller text...
Small text...
Normal text...
Large text...
Larger text...
Even-larger text...
Largest text...
Simple text w/ 1 img...
Simple text w/ 2 img...
Simple text w/ 4 img...
/* A simple yet efficient "Hello world" example in Java. */ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); } }