I am an absolute beginner with LaTeX. I have Texnic Centre and MikTeX 2.8. I just want to be able to use the truetype or opentype fonts from my C:/Windows/Fonts folder. How hard can it be? Apparently, very.
I have found a page that says I can use XeTeX, but I have absolutely no idea how to use XeTeX. I think it's installed - it came with MikTeX, but I don't know how to get it working. I'd really appreciate some "baby steps" on how I can get this working.
Thanks
Edit
I have tried konrad's suggestion below and got a fontsec.cfg error. However, using the following:
\usepackage{xltxtra}
\setmainfont[Mapping=tex-text]{Tahoma}
I got it to work. I don't know why the first failed and this one worked, but it does appear to be using system fonts.