back up to date

This commit is contained in:
Arthur Grisel-Davy 2023-09-24 19:19:06 -04:00
parent 032ec32da7
commit f4eec6ea31
12 changed files with 9424 additions and 17 deletions

View file

@ -0,0 +1,42 @@
#import "@preview/polylux:0.3.1": *
#import themes.metropolis: *
#show: metropolis-theme.with(
footer: [Custom footer]
)
#set text(font: "Fira Sans", weight: "light", size: 20pt)
#show math.equation: set text(font: "Fira Math")
#set strong(delta: 100)
#set par(justify: true)
#title-slide(
author: [Authors],
title: "Title",
subtitle: "Subtitle",
date: "Date",
extra: "Extra"
)
#slide(title: "Table of contents")[
#metropolis-outline
]
#slide(title: "Slide title")[
A slide with some maths:
$ x_(n+1) = (x_n + a/x_n) / 2 $
#lorem(200)
]
#new-section-slide("First section")
#slide[
A slide without a title but with #alert[important] infos
]
#new-section-slide([Second section])
#focus-slide[
Wake up!
]