MiKTeX and proTeXtConfiguration of TeXnicCenter with MiKTeX

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
scootie49
Posts: 1
Joined: Mon Jun 04, 2007 6:51 pm

Configuration of TeXnicCenter with MiKTeX

Post by scootie49 »

I just installed TeXnicCenter on a different computer. I don't know how to answer:

"Enter the full path of the directory, where the executables, (latex, tex, etc) of your TEX distribution are located"

I have MiKTeX installed on my computer, so I just don't know the path to type in. I seem to remember it being something about a "bin".

Any help would be appreciated. Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Configuration of TeXnicCenter with MiKTeX

Post by localghost »

Just look into the (standard) installation folder of your system partition. It depends a little bit on the MiKTeX system installed. Here is an example for MikTeX 2.6 in the standard folder.

Code: Select all

C:\Program Files\MiKTeX 2.6\MiKTeX\bin
You have to add the name of the binary that is to be executed to give TeXnicCenter the full path.

Code: Select all

C:\Program Files\MiKTeX 2.6\MiKTeX\bin\latex.exe
C:\Program Files\MiKTeX 2.6\MiKTeX\bin\latex.exe
C:\Program Files\MiKTeX 2.6\MiKTeX\bin\pdflatex.exe
C:\Program Files\MiKTeX 2.6\MiKTeX\bin\bibtex.exe
C:\Program Files\MiKTeX 2.6\MiKTeX\bin\makeindex.exe
Just to mention a few. Note that there are more binaries required like dvips. You can find them in the same path.
Post Reply