Refer to main.tex for example usage.
Please feel free to suggest any changes (even better) implement your own.
- You need the
beamerthemerpi.styfile andlogosandfontsdirectory to use this template.- The logos and fonts can also be directly downloaded from the RPI brand website. For the fonts, just download the desktop variant (
*.otffiles).
- The logos and fonts can also be directly downloaded from the RPI brand website. For the fonts, just download the desktop variant (
- You also need to use
lualatexcompiler instead ofpdflatexbecause of the font. (Arial doesn't work on pdflatex?)
Local
-
Clone the repository.
git clone https://github.com/inwonakng/unofficial-rpi-presentation-template
-
Set xelatex or lualatex as the default compiler for latexmk.
- I use the following
.latexmkrcfile to change the compiler toxelatex(latexmk to compile my documents locally.). You can also keep one in~/.latexmkrcto make it global (local will override global). - The logos are also from the website, but I converted them to PDF for convenience (there's probably ways to use SVG in latex, but I don't want to deal with that).
- The bar is not directly from the brand website. I had to rip it out of the pptx template file because the SVG they provide is too short and it is not nicely designed to extend.
# $pdf_mode = 4; # sets lualatex to default engine. $pdf_mode = 5; # sets xelatex to default engine. $dvi_mode = 0; - I use the following
-
Copy over the
fontsandlogosdirectories to the root of your latex project.
Overleaf
-
Start by cloning this project. (we can't upload unofficial templates to overleaf anymore).
-
double check the compiler checking this option in the menu:

- if not already selected, select either
LuaLaTeXorXeLaTeXas the compiler.
- if not already selected, select either
-
This is what the new screen looks like (the setting button is on the bottom left corner), and you can get to the compiler menu (second from top on left side)
