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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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).