[Beamer] Add notes about it plus snippets
All checks were successful
Update docs / build_docs (push) Successful in 22s

This commit is contained in:
2026-02-24 11:31:56 +01:00
parent 375e944772
commit 1e516d78cc
5 changed files with 39 additions and 1 deletions

Binary file not shown.

View File

@@ -37,6 +37,7 @@
% └ ┘
\input{./parts/intro.tex}
\input{./parts/usage.tex}
\input{./parts/beamer.tex}
\input{./parts/migration.tex}

7
docs/parts/beamer.tex Normal file
View File

@@ -0,0 +1,7 @@
\section{Beamer}
\LaTeX Beamer can be used to create presentations. The official user guide can be found \hlhref{https://mirrors.ctan.org/macros/latex/contrib/beamer/doc/beameruserguide.pdf}{here}
and a simple introduction by overleaf can be found \hlhref{https://www.overleaf.com/learn/latex/Beamer}{here}.
These helpers should mostly work in conjunction with beamer, you should however \bi{absolutely not} use the setup commands, as they are specifically meant for the \textit{article} class.
If you use the snippets, a basic setup for beamer is provided that also includes the helpers.

View File

@@ -20,4 +20,3 @@ The docs contain a section (section \ref{sec:migration}) on migrating from V1.X
You can install these helper files by downloading this repo and storing it to any location on your PC, remembering where that location is.
You may also install the VSCode snippets found in the vscode-snippets folder. These snippets provide autocompletion for many of the commands that this helper file provides.