I work with Miktex2.9 . In a template code I downloaded , their is something called a psvectorian package. i.e. it uses \usepackage{psvectorian} .However I searched the Miktex package manager, but could not find a single package named like that. What am I to do?
If you want specifically, I can enclose in the code, but I did not , as it would make the post unnecessarily huge..
Edit: I have installed all the packages of Miktex 2.9 . Still code is not working

psvectorianis perhaps in thepstricksbundle (if this is called that way in MikTeX -- I've no idea, butpsvectorianrequirespstricks!) – Apr 22 '16 at 19:10latex, not withpdflatex-- if it's a compilation problem, please have a look on http://tex.stackexchange.com/questions/254385/psvectorian-problem – Apr 22 '16 at 19:17pdflatexby\usepackage{auto-pst-pdf}– Apr 22 '16 at 19:20MikTeXorTeXLivesetting, sopdflatex --shell-escapedoes it under Linux, for example – Apr 22 '16 at 19:29pdflatex --synctex ....just enter--shell-escapebetweenpdflatexand--syntex-- this should work – Apr 22 '16 at 19:38--enable-write18apparently – Apr 22 '16 at 19:40