And it also demonstrates that you don’t need to understand what’s under the hood (recursion, contextual abstraction) in order to use the api. So Scala enables you to use advanced concepts that won’t hit the user with unnecessary complexity.
Latexmk: First line of .log file 'out.log' is not in standard format.
Latexmk: Error on first line of 'out.log'.
This is apparently not a TeX log file. The first line is:
Rc files read:
Latexmk: Sometimes, the -f option can be used to get latexmk
to try to force complete processing.
But normally, you will need to correct the file(s) that caused the
error, and then rerun latexmk.
In some cases, it is best to clean out generated files before rerunning
latexmk after you've corrected the files.
Latex ERROR in target/out.log
Opening pdf-file in target
gio: file:///home/spam/Downloads/target/out.pdf: Error when getting information for file “/home/spam/Downloads/target/out.pdf”: No such file or directory
A bit more details, I believe you are Swedish right?
! Package babel Error: Unknown option 'swedish'. Either you misspelled it
(babel) or the language definition file swedish.ldf
(babel) was not found.
(babel) There is a locale ini file for this language.
(babel) If it’s the main language, try adding `provide=*'
(babel) to the babel package options.
Looks like I needed apt install texlive-lang-european (because I didn’t have texlive-full).
If you need to figure out which package has the file you need, install the apt-file tool and update its database
Yeah, I try to avoid texlive-full since it’s upwards of 10 GB. MikTeX can on-the-fly install missing packages but that’s not common / default on Ubuntu systems.
Aha. I’ll update the readme asap with your package install help! (Before I remove all swdish stuff and add a Setting that will opt in for babel swedish etc etc)