This repository contains my presentation sides for the past conferences and meetings. All slides are generated by the Beamer/Latex due to its superiority at:
- Macro configurations
- Better arrangement of texts and pictures
- Much better integration to git/github
- Works on all operating systems (Bye Bye Windows!)
Following packages are required to compile a project in your local machine:
- Texlive (or BasicTex if using MacOS)
- CMake
- Any Latex package manager
- Latex packages (see below)
It's also possible to use this template in overleaf.
Please copy this overleaf project to your account: overleaf example
-
Create and initialize a new project:
./do_init
After running this script, please give the necessary information, such as the project name, the server name and the shared picture folder. If the script finishes successfully, a new folder named after the project name will be created. Files like the main tex file,
main.texandreference.bibare also available inside the new folder. -
Compile the latex project:
./run
This calls
cmakecommands to compile the Latex code. If the compilation is successful, the generated PDF file,main.pdf, will also be copied into the source folder.
utopiafouriergreek-fontencluacodeluapackageloaderbiblatexbiblatex-physphysicssiunitx
\begin{itemize}
\setlength\itemsep{0em}
\item First item
\item Second item
\item Third item
\end{itemize}This reduce the gap to 0.
\begin{enumerate}
\setbeamercovered{transparent}
\item<1-> First item
\item<2-> Second item
\item<3-> Third item
\end{enumerate}\begin{figure}
\includegraphics<1>[width = 0.9\textwidth]{DPG2025/TimeDifference_0.png}%
\includegraphics<2>[width = 0.9\textwidth]{DPG2025/TimeDifference_1.png}%
\includegraphics<3>[width = 0.9\textwidth]{DPG2025/TimeDifference_2.png}%
\end{figure}Important: The % is required to prevent the picture spuriously shifting the right.
- rsync with picture folder from the server
- Github CI to compile/save the pdf to the ikp server
- New theme