General ⇒ TexnicCenter 2.02 and roaming profiles
TexnicCenter 2.02 and roaming profiles
My name is Denis Recendez. I work for the Information Technology Department at Pomona College.
I am currently assisting two faculty member with a problem they are encountering with TexnicCenter 2.02 and MiKTeX 2.9.5105.
I don't have much experience with either software package. But, I now know enough to know what a successful run of the software looks like. I don't know of the problem resides in TexnicCenter 2.02 or MiKTeX 2.9.5105.
Some details:
- One faculty member is using a Windows 8.1 64 bit workstation.
- The other is using a Windows 7 64 bit workstation.
- Both recently received new machines within the last month. Both workstations were setup in a manner that was not much different from the previous machines.
- The following problem didn't appear until they received their new workstations.
Through TexnicCenter 2.02 and MiKTeX 2.9.5105, they are attempting to create a PDF from a .TEX file.
However, when they go to 'Build current file' in TexnicCenter 2.0, they receive the following errors for 'Build Output':
---------------------- Output Profile: LaTex --> DVI ----------------------
latex> latex.exe: Invalid control sequence.
BibTeX> bibtex.exe: Invalid control sequence.
MakeIndex> makeindex: Invalid control sequence.
LaTeX-Result: 0 Error(s), 0 Warning(s), 0 Bad Box(s), 0 Page(s)
BibTex-Result: 0 Error(s), 0 Warning(s)
Here is the kicker.
It appears that TeXnicCenter encounters trouble running 'Build current file' command when logged into workstations using an account that has its My Document, Desktop and AppData (or Application Data) folders mapped to a location on a file server. Some may call this time of environment a roaming profile.
When logged into the very same workstations with a local profile account, TeXnicCenter encounters NO trouble running 'Build current file' command. The end result is the creation of a PDF from the original .TEX file, as expected.
Would you be able to help?
Thanks much -- Denis
---------------------------
Denis P. Recendez
Knowledge Manager & Client Services
Information Technology Services (ITS)
Pomona College
Help at Your Fingertips 24/7
The ITS KnowledgeBase
http://kb.pomona.edu
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: TexnicCenter 2.02 and roaming profiles
It seems that TeXnicCenter doesn't find the executables.
btw: You profiles compiles to DVI, you can use pdflatex instead generating a pdf directly (better hyperlink support).