A LaTex template for IBDP Mathematics Internal Assesment
- Preconfigured formatting (margins, double space, headers)
- Code and algorithm formatting
- Structured sections (Title page, TOC, Appendix)
For proper differentiation symbol, use \diff{x} instead of dx
To insert Python code snippet:
\begin{lstlisting}[language = python]
%your code goes here
\end{lstlisting}To inser presudo code or procedures
\begin{algorithm}
%...
\end{algorithm}