Hi. I have another amateurish problem which I think is the result of switching computers recently. I had a file which had to cohere with the LNCS guidelines, and my file begins like this:
Code: Select all
\documentclass[runningheads,a4paper]{llncs}
\usepackage{amssymb}
\usepackage{llncsdoc}
\setcounter{tocdepth}{3}
\usepackage{graphicx}
\usepackage{url
\begin{document}
TexnicCenter is saying that the llncs.cls file is not found. I searched on my computer for where the .cls files should go. (MikTex2.9->tex->latex->ams->classes) I have the llncs.cls file downloaded, so I copy it into that file but still TexnicCenter doesn't find it. Where should I be putting it?
Also, does the amssymb package work anymore? I can't find it in the MikTex package broweser anymore, and TexnicCenter isn't recognising that either. Any help would be appreciated!