From 402e23d8c69f905fc87a9956f006cbde140cf9d4 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 16 Oct 2025 13:41:33 +0200 Subject: [PATCH] added presentation --- wiki/presentation.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 wiki/presentation.md diff --git a/wiki/presentation.md b/wiki/presentation.md new file mode 100644 index 0000000..6e2212d --- /dev/null +++ b/wiki/presentation.md @@ -0,0 +1,17 @@ +# Presentation + +In a presentation a speaker conveys information to an audience. + +## Presentation Tools + +Presentation tools are often used to support the presentation. +The following is a list of these tools. + +- PowerPoint is a tool often used for creation and presenting in [Windows](/wiki/windows.md). + It can be used on dual screen setup to give the presenter an additional slide for comments. +- PDF files can easily be used for presenting cross-platform but often used for + [Linux-based operating systems](/wiki/linux.md). + They can easily be generated by LaTeX. +- [pympress](https://github.com/Cimbali/pympress) is a cross-platform tool for the presentation via + PDF files. + It is also usable for dual screen setups.