\begin{frame}[fragile]{Inline wiskunde} Tekst en symbolen tussen \mintinline{tex}{$} en \mintinline{tex}{$} worden gezien als \textbf{wiskundige symbolen}. \begin{minted}[highlightlines={4}]{tex} \documentclass[a5paper]{article} \begin{document} The trigonometric identity is given by $ \sin^2(\theta) + \cos^2(\theta) = 1 $. This identity is also called the Pythagorean trigonometric identity. \end{document} \end{minted} \begin{tcolorbox}[width=11cm] The trigonometric identity is given by $ \sin^2(\theta) + \cos^2(\theta) = 1 $. This identity is also called the Pythagorean trigonometric identity. \end{tcolorbox} \end{frame}