Copyright © 2007 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.
MiKTeX 2.7 requires one of the following Windows platforms:
Windows Vista
Windows Server 2003
Windows XP
Windows 2000
MiKTeX 2.7 does not work on legacy Windows platforms (Windows 9x/Me/NT).
The following command-line options have been removed in MiKTeX 2.7:
-mem-bot=
n
-mem-max=
n
-mem-min=
n
-mem-top=
n
-terminal=oem
New command-line parameters have been introduced to control the sizes of internal arrays:
--extra-mem-bot=n
Set the extra size (in memory words) for large data structures like boxes, glue, breakpoints, et al. Relevant only after the memory dump file has been read.
--extra-mem-top=n
Set the extra size (in memory words) for chars, tokens, et al. Relevant only after the memory dump file has been read.
--main-memory=n
Change the total size (in memory words) of the main memory array. Relevant only while creating memory dump files.
XeTeX version 0.997 has been integrated into the MiKTeX distribution. If you are looking for a Unicode-based TeX engine, or if want immediate access to your Windows fonts, then you should give XeTeX a try.
Here is a sample (arialtest.tex
) which uses
Arial as the main font:
\documentclass{article} \usepackage{fontspec} \setmainfont{Arial} \begin{document} The quick brown fox jumps over the lazy dog. \textbf{The quick brown fox jumps over the lazy dog.} \emph{The quick brown fox jumps over the lazy dog.} \end{document}
You run xelatex on this sample to produce a PDF file:
>
xelatex arialtest.tex