Problems compiling because of l3benchmark SOLVED (using VSCode) #539
Closed
frbernardo
started this conversation in
General
Replies: 1 comment 4 replies
-
Hi @frbernardo, Thank you for your report and contribution. It seems that the May I ask you to simply comment the inclusion of the Thank you. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Not really sure if this was a problem with my installation of the required packages or not, but posting here nonetheless, may help some people.
Downloaded the latest version of NOVAThesis hoping to start work on my PhD writing.
Downloaded VSCode and followed this video instructions for Latex installation: https://youtu.be/4lyHIQl4VM8?si=sz0UbodxRCVMU-za
Finished installation and when compiling the first time got an error saying " ! LaTeX Error: File `l3benchmark.sty' not found. " because of the file "fix-profiling.sty" (inside the NOVAthesisFils folder) requiring the l3benchmark package.
With the help of google searching and Gemini, I understood that the l3benchmark file comes with the l3experimental package, that can be installed via MikTex or directly downloaded from 'https://ctan.org/pkg/l3experimental'.
However it appears to me that l3experimental no longer contains l3benchmark inside it, and for all I searched online, I could not find l3benchmark.
My solution was to ask a friend to send me the l3benchmark file (he had it installed for a while), and I placed it inside the NOVAthesis folder and it compiled successfully.
Hope this helps someone else!
Beta Was this translation helpful? Give feedback.
All reactions