问题
just switched to Linux Mint (previous die hard Windows user). I am having some problems trying to get TeXstudio installed.
Sudo apt-get install texstudio
Gave me a proper installation (at least, that's what I think), but when I try to Build I get the following error:
File `url.sty' not found. \let
Some googling couldn't help me any further, can you guys help me with this one?
回答1:
For people that end up over here, I made the beginner mistake of not having a compiler for LaTeX on my pc. This solved the problem:
apt-get install texlive
来源:https://stackoverflow.com/questions/23504787/getting-texstudio-to-work-in-linux-mint-file-url-sty-not-found