Copyright © 2001–2009 Christian Schenk
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation.
Table of Contents
This is the official MiKTeX FAQ. It is available in the following formats:
| 1. | What is MiKTeX? |
MiKTeX is a complete TeX system for Windows. | |
| 2. | Is there a home page? |
Yes. The official project page is http://www.miktex.org. | |
| 3. | Which Windows version is required for running MiKTeX? |
MiKTeX requires one of the following Windows operating systems:
| |
| 4. | Am I allowed to redistribute MiKTeX? |
The MiKTeX distribution is a conglomerate of many software packages. To the best of my knowledge, all packages meet the requirements of the Debian Free Software Guidelines. This means that MiKTeX may be freely used, copied, modified, and redistributed. Please visit this page, for more information |
| 1. | How do I download MiKTeX? |
It is recommended that you download the “Basic MiKTeX Installer”. This allows you set up a basic MiKTeX system (see Q: 3). Download the “MiKTeX Net Installer”, if you want to set up a complete MiKTeX system (see Q: 4). | |
| 2. | How do I install MiKTeX? |
You use one of the installers to set up a a MiKTeX system:
For more information, read the section Installing MiKTeX in the MiKTeX manual. | |
| 3. | What is the “Basic MiKTeX” installer? |
The “Basic MiKTeX Installer” sets up a basic MiKTeX system. Additional packages can be installed on-the-fly. This has the advantage of keeping a minimal MiKTeX system. | |
| 4. | What is the MiKTeX Net Installer? |
This installer serves two purposes:
| |
| 5. | Is MiKTeX available on CD or DVD? |
Yes, MiKTeX is available on CD-R/DVD-R (see this page). The CD-R/DVD-R contains a live MiKTeX system, which makes it possible to run MiKTeX directly from the CD-R/DVD-R. Alternatively, the CD-R/DVD-R allows you to install MiKTeX on your hard-disk. | |
| 6. | Is it possible to download MiKTeX without the wizard? |
You can use your favorite download tool to get the contents
of the
CTAN
directory |
| 1. | How do I get support? |
Please visit http://www.miktex.org/support, for an overview of available support options. | |
| 2. | Is there a mailing list? |
Yes. | |
| 3. | How can I join the mailing list? |
To join the list, direct your browser to the MiKTeX-Users Info Page and fill out the form. You will receive instructions (via email) on how to use the mailing list. | |
| 4. | How can I read old articles? |
To see the collection of prior postings to the MiKTeX-Users list, visit the MiKTeX-Users Archives. | |
| 5. | How can I leave the mailing list? |
Visit the MiKTeX-Users Info Page and enter you subscription email address to change your subscription status. |
| 1. | I have installed MiKTeX. How do I use it? |
If you have never used TeX before: we recommend that, first of all, you work through a TeX/LaTeX tutorial. A good starting point is this page. MiKTeX doesn't differ very much from any other TeX system you might have used before. Typesetting with MiKTeX involves these steps:
| |
| 2. | Which program should I use to edit LaTeX documents? |
The MiKTeX distribution includes TeXworks, a simple environment for editing TeX/LaTeX documents. |
| 1. | How do I update my MiKTeX system? |
You use MiKTeX Update Wizard ( → → ) to update installed packages. For more information, read the section Installing Updates in the MiKTeX manual. | |
| 2. | Which is the best directory to keep
|
MiKTeX Package Manager takes care of the proper installation of well known LaTeX packages. If (for some reason) you have to install a package by hand, then
you should copy the input files into the directory
For more information, read the section Integrating Local Additions in the MiKTeX manual. | |
| 3. | How do I add new languages to the LaTeX format file? |
You use MiKTeX Options to add new languages. For more information, read the section Selecting Hyphenation Tables in the MiKTeX manual. | |
| 4. | How do I refresh the file name database? |
If you have a command-prompt window open:
> If you prefer to use the graphical user interface:
|
| 1. | How do I install package |
If package For the impatient: try it with mpm --verbose --install
If the package turns out to be missing in the MiKTeX package repository, then you must install it manually. See also Q: 2. | |
| 2. | Why is package |
There are two possible reasons:
| |
| 3. | How can I find out which package the file
|
The search facility in MiKTeX Package Manager allows you to
enter all or part of a file name. For example, enter
|
| 1. | I want to see what's going on backstage. Where does MiKTeX write the trace messages? |
MiKTeX programs log their actions into the DebugView window, if you specify suitable trace options. | |
| 2. | How do I use the DebugView window? |
First of all, you will need the DebugView utility. To download DebugView, visit the DebugView page and follow the download/installation instructions. | |
| 3. | How do I set trace options? |
Set the environment variable set MIKTEX_TRACE=error,access will trace all errors and file accesses. For more information, read the section Trace Streams in the MiKTeX manual. |