I have a thesis template with external chapters, preamble, etc. When I compile the main file I get the error si.sty file not found. I really don't understand where it is? What shall I do? If I am not wrong I understand that si.sty is a package file I might not have. If so, where can I get it and where to put it?
I am beginner of LaTex. I use Windows XP and Tex Maker.
Update: I think I did something wrong the template I asked about and ruined it. So, I changed this template to another one. Problem solved. I am reading LaTeX literature, next time will ask my questions properly.
si.stythat I know of. There areSIstyleandSIunits, but the preferred package nowadays for printing units issiunitx. – egreg Apr 20 '12 at 15:18siunitx, which was purely for beta testing, was calledsi. That was some years ago now: you must have a very unusual template! Could you post a link? – Joseph Wright♦ Apr 20 '12 at 15:39\usepackage{si}and change it to,\usepackage{siunitx}. if that doesn't work, then update your distibution- if you're using MikTeX then it has a very nice GUI – cmhughes Apr 20 '12 at 16:54