Let's say I want to specify the full path to a beamer theme. Let's say the theme is called "Nord". The three file names are beamercolorthemeNord.sty, beamerfontthemeNord.sty, and beamerthemeNord.sty. They are located in ~/Documents/Beamer/Themes/Nord or /home/amarakon/Documents/Themes/Nord. I want to use this theme in the YAML metadata:
output:
beamer_presentation:
theme: /home/amarakon/Documents/Beamer/Themes/Nord/beamerthemeNord
It gives me this error when compiling:
! LaTeX Error: File `beamertheme/home/amarakon/Documents/Beamer/Themes/Nord/beamerthemeNord.sty' not found.
The problem is that it expects the directory I gave it to be located in a directory called beamertheme, but it is not.