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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply