class: title-slide # How to present (almost) anything ## Make it Open Access But don't forget to credit yourself FabLab ULB | 2026
--- class: blue-slide # This is a title 1. This is a bullet point 2. But with numbers 3. And it is written in markdown 4. and converted with remark.min.js --- class: blue-slide # 1. You can use picture (or svg)
But it is coded with HTML instead of markdown
--- class: default-slide # You can also have equations ! ## P = U × I ; U = R × I ⇒ P = R × I² **Power (Watts)** = **Voltage (Volts)** × **Current (Amps)** **Voltage (Volts)** = **Resistance (Ohms)** × **Current (Amps)** Big scary equations ... -v- class: default-slide ## Example vertical You don't have to use vertical slides, but it is there if you want to. --- class: default-slide # Differently styled slides You might have seen that there are different templates --- class: default-slide # And don't forget to have TABLES !!! .two-columns[ .column[ ### Title 1 - line 1 column 1 ] .column[ ### Title 2 - line 1 column 2 ] ] With weird code ! Or just for layout. --- class: default-slide # Tables #2 Or you can just do it in markdown style | Voltage | Examples | |---------|----------| | **up to 5V** | atTiny, (Arduino Uno) | | **3.3V** | ESP32, RP2040, most modern MCUs | | **1.8V** | Low power MCUs, some sensors | | **~1V** | High end microprocessors (computers) | ⚠️ You can also add little emoji --- class: default-slide # Hyperlinks you can add hyperlinks just as in [markdown](https://www.markdownguide.org/) --- class: default-slide You can also add videos with HTML
--- class: blue-slide You can add weird references / figures .center[
QC Fab : https://fabacademy.org/2018/labs/fablabulb/students/nicolas-decoster/alumnus/projects/qc/
] --- The End More Info: - [ReMark](https://remarkjs.com/#1) - [GitHub](https://github.com/gnab/remark) - https://github.com/gnab/remark/wiki/Markdown#slide-properties - [Convertiseur PPT - markdown](https://github.com/ssine/pptx2md)