I recently decided that I want my resume to look better than the result of libreoffice. I installed texlive from the default trixie repository, and it works for the very simplest cases. However, trying to render a template which depends on CurVe resulted in an error about missing sty files.
By installing texlive from source, and installing CurVe to the working directory, I was able to fix that problem. However, there is still an error, and it appears to be an error in apa.bbx, a downstream dependency that comes with texlive. The error is
Package keyval Error: usenarrator undefined.
I’m not sure what I can do about this. I’m not very experienced with latex, mostly just using the default style as a convenient way to format math. Would swapping it for html be a recommended solution? Is there a good way from the command line to export html to pdf?


Did you install the texlive-full package? It would include the curve package by default.
As tal said, if you don’t have a settings.sty that document won’t compile.
If you’re new to latex, you should get a simpler resume template. That one seems unnecessarily complicated. I haven’t ever used the curve package but there’s gotta be a minimalist template out there that could be a better starting point.