MiKTeX

MiKTeX(发音为mick-tech)是TeX/LaTeX及Windows相关程序(所有当前版本)的最新实现。MiKTeX (pronounced mick-tech) is an up-to-date implementation of TeX/LaTeX and related programs for Windows (all current variants).

Github stars Tracking Chart

MiKTeX(发音为mick-tech)是TeX/LaTeX及Windows相关程序(所有当前版本)的最新实现。TeX是由唐纳德·埃尔文·克瑙斯(Donald Ervin Knuth)编写的排版系统,该系统旨在创建美丽的书籍,特别是对于包含大量数学的书籍。

MiKTeX特性:

易于安装 -- MiKTeX是很容易安装的。 MiKTeX安装向导将引导您完成安装过程。你不必是电脑专家。

完整 -- 可以使用一组完整的添加(程序,样式,字体,...)来帮助您排版文档。
集成包管理 -- 如果需要,MiKTeX的集成包管理器会从Internet安装缺少的组件。例如,LaTeX指令
\usepackage {memoir}

如果还没有安装 memoir 包,将触发安装程序。这个独特的功能允许您保持计算机无杂乱:只安装您实际需要的软件包。

始终保持最新 -- 通过安装最新的软件包更新,MiKTeX更新向导可帮助您保持您的MiKTeX系统的最新状态。
快速预览 -- TeX输出查看器Yap允许进行优化的编辑 - 编辑视图循环(如果使用的TeX创作系统支持源特殊功能)。
维护良好 -- MiKTeX包存储库定期更新。
开源 -- MiKTeX是开源的。欢迎在特定条件下重新分配MiKTeX。

关于版权,作者是这样说的:(https://miktex.org/kb/copying

To the best of my knowledge, all software in this distribution is freely redistributable (libre, that is, not necessarily gratis), within the Free Software Foundation's definition and the Debian Free Software Guidelines. Where the two conflict, we generally follow the FSF. If you find any non-free files included, please contact me.
据我所知,在自由软件基金会的定义和Debian免费软件指南中,该发行版中的所有软件都可以自由地重新分发(libre,也就是不一定免费)。 在这两个冲突的地方,我们一般遵循FSF。 如果您发现包含任何非免费文件,请与我联系。

Overview

Name With OwnerMiKTeX/miktex
Primary LanguageC
Program languageCMake (Language Count: 33)
Platform
License:Other
Release Count63
Last Release Name24.4 (Posted on 2024-04-28 10:45:50)
First Release Name2.9.6300 (Posted on 2017-04-25 20:57:45)
Created At2016-06-24 15:00:19
Pushed At2024-05-12 10:01:42
Last Commit At
Stargazers Count739
Watchers Count18
Fork Count91
Commits Count5.2k
Has Issues Enabled
Issues Count1101
Issue Open Count38
Pull Requests Count26
Pull Requests Open Count4
Pull Requests Close Count8
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

MiKTeX

The MiKTeX Project Page is the place to go, if
you are new to MiKTeX. In short:

  • MiKTeX is both a modern C/C++ implementation of TeX & Friends and a
    TeX distribution.

  • MiKTeX is a scalable TeX distribution ("Just enough
    TeX"
    ):

    • you can start with MiKTeX executables and man pages
    • in the course of authoring your documents: only necessary packages
      will be downloaded and installed

The MiKTeX source code is documented here:
https://docs.miktex.org/hacking/index.html

MiKTeX can be built on Windows and Unix-like (including macOS)
systems. Please consult these HOWTOs for platform-specific build
instructions:

In addition, you can try one of the Dockerized build environments to build MiKTeX:

To the top