I am trying to use the Freeman CV that can be found here https://www.latextemplates.com/template/freeman-cv
Although I'm able to run it in Overleaf, I get loads of errors in TeXstudio even when I'm using XeLaTeX.
I would much prefer to be able to run on TeXstudio if possible. Any help would be much appreciated.
Many thanks!
.zipfile, extract it and run XeLaTeX oncv_3.texI get no errors and the output looks sensible enough. What errors do you get when you try to compile the file? Please note that errors in LaTeX can have a knock-on effect, so only check the first few errors and try to resolve them one by one. – moewe Mar 05 '19 at 08:27Many thanks!
– alex Mar 05 '19 at 16:18fontspec/expl3. This should be the same issue as https://tex.stackexchange.com/q/422176/35864 and can be resolved by thoroughly updating your TeX system (if you use MikTeX in admin and user mode, cf. https://tex.stackexchange.com/q/55437/35864). – moewe Mar 05 '19 at 16:58