proTeXt - MiKTeX-based distribution for Windows

proTeXt aims to be an easy-to-install TeX distribution for Windows, based on MiKTeX. After downloading, a wizard (available in several languages) guides the installation.

Download and install

You can download the self-extracting protext.exe file from CTAN; it is well over 1GB. That link will automatically choose a nearby CTAN mirror. If problems with the download, please manually choose a mirror from the list.

If such a large download is problematic for you, proTeXt is also included in the TeX Collection, which you can get by becoming a TeX user group member. On the other hand, if you have plenty of bandwidth and want to burn your own DVD, you can download proTeXt as a giant ISO image.

Once you have the distribution, you can start the installation by running Setup.exe (if it does not open automatically). At present, proTeXt includes only 32-bit binaries, but runs fine on 64-bit systems.

New users can find starting points for actually using TeX in this introduction to the TeX system.

Other tools

proTeXt adds the TeXStudio front end to MiKTeX. If you want to see the exact contents of the distribution, the .exe file is also a zip file; you can inspect it via unzip (on any platform).

To use ConTeXt within proTeXt or MiKTeX, you also need to install a Perl for Windows such as ActivePerl, and Ruby. (Later versions than the ones linked to here will most likely work too.) The contextgarden wiki has more information on MiKTeX and ConTeXt.

All past releases of proTeXt have been publicly archived.

How you can help

  1. Please report problems and suggestions to the (public) protext@tug.org mailing list, after checking the list of known bugs. Before posting, please be aware that although email addresses are obscured, the archives of the mailing list are publicly viewable, so others can learn from the history.
  2. We encourage proTeXt users to join their local TeX user group to support this and other TeX activities. We also encourage a donation to MiKTeX development if possible. And Thomas would be grateful for any donations to AIDS-Hilfe Hagen, an AIDS support organization in his city.
  3. If you like, you can also review this list of general tasks in the TeX community, not specific to proTeXt.

Credits

proTeXt's creator and principal maintainer is Thomas Feuerstack, while MiKTeX was created and continues to be maintained by Christian Schenk. Many thanks to both.


$Date: 2014/04/22 20:51:39 $;

TUG home pagecontact webmaster;  (via Google)

http://www.latex-project.org/

http://www.tug.org/protext/

latex排版系统的更多相关文章

  1. 排版系统Latex傻瓜方式使用(论文排版)

    0. 什么是Latex? LaTEX(英语发音:/ˈleɪtɛk/ lay-tek或英语发音:/ˈlɑːtɛk/ lah-tek,音译"拉泰赫").文字形式写作LaTeX.是一种基 ...

  2. Windows下LATEX排版论文攻略—CTeX、JabRef使用介绍

    Windows下LATEX排版论文攻略—CTeX.JabRef使用介绍 一.工具介绍 TeX是一个很好排版工具,在学术界十分流行,特别是数学.物理学和计算机科学界. CTeX是TeX中的一个版本,指的 ...

  3. Latex排版全解

    Latex排版全解 LATEX(英语发音:/ˈleɪtɛk/ LAY-tek或英语发音:/ˈlɑːtɛk/ LAH-tek,音译“拉泰赫”),是一种基于TEX的排版系统,由美国电脑学家莱斯利•兰伯特在 ...

  4. 【分享】LateX排版软件学习教程合集

    来源于:http://www.hejizhan.com/html/xueke/416/x416_13.html  LATEX2e科技排版指南.pdf 8.3 MB  An Example LaTeX ...

  5. 【转】TeXmacs:一个真正“所见即所得”的排版系统

    TeXmacs:一个真正“所见即所得”的排版系统 好久没有推荐过自己喜欢的软件了,现在推荐一款我在美国做数学作业的私家法宝:TeXmacs.我恐怕不可能跟以前那么有闲心写个长篇的 TeXmacs 说明 ...

  6. Latex排版全解【转载】

    Latex排版全解 https://www.cnblogs.com/jingwhale/p/4250296.html

  7. Latex排版全解(转)

    Latex排版全解 http://blog.csdn.net/langb2014/article/details/51354238

  8. groff - groff 文档排版系统前端

    总览 (SYNOPSIS) groff [ -abehilpstvzCENRSUVXZ ] [ -wname ] [ -Wname ] [ -mname ] [ -Fdir ] [ -Idir ] [ ...

  9. troff - groff 文档排版系统的 troff 处理器

    总览 SYNOPSIS troff [ -abcivzCERU ] [ -d cs ] [ -f fam ] [ -F dir ] [ -m name ] [ -M dir ] [ -n num ] ...

随机推荐

  1. 老笔记本装xubuntu+win7

    https://www.freezhongzi.info/?p=167 1 install xubuntu 分区如下 sda1 20g ext4 / sda2 80g ext4 /data sda3 ...

  2. April 6 2017 Week 14 Thursday

    If you smile when no one else is around, you really mean it. 独处时的微笑,才是发自内心的. Recently I found I seld ...

  3. 1929. Teddybears are not for Everyone (Timus) (combination+reading questions)

    http://acm.timus.ru/problem.aspx?space=1&num=1929 combination problems. 排列组合问题. According to the ...

  4. DOM(一):节点层次-Node类型

    Node类型DOM1级定义了一个Node接口,该接口将由DOM中的所有节点类型实现,每个节点都有一个nodeType属性,用于表明节点的类型.节点类型由在Node类型中定义的下列12个数值常量来表示, ...

  5. python 3+djanjo 2.0.7简单学习(一)

    1.安装django pip install django 我这里已经安装过了 整个目录结构如下: votes : migrations : __init__.py : admin.py : apps ...

  6. 2017.10.14 Java的流程控制语句switch&&随机点名器

    今日内容介绍 1.流程控制语句switch 2.数组 3.随机点名器案例 ###01switch语句解构     * A:switch语句解构       * a:switch只能针对某个表达式的值作 ...

  7. numpy中的inf

    numpy中的inf表示一个无限大的正数 import numpy x = numpy.inf x>9999999999999999999 结果为: True

  8. 【洛谷P1323】删数问题

    删数问题 题目链接 首先找出最小的k个数:用堆每次取出最小的元素p,将p*2+1和p*4+5压入堆. 贪心求最大数:从前往后找第一个data[j+1]>data[j],删除data[j].(链表 ...

  9. hadoop中使用的Unsafe.java

    今天查看hadoop源代码, 发现有个Unsafe.java 稍微总结下 优势 1 减少线程调度开销, Unsafe.java 通过采用非堵塞原子方式来减少线程调度开销        2 传统线程通信 ...

  10. 第25章 串行FLASH文件系统FatFs—零死角玩转STM32-F429系列

    第25章     串行FLASH文件系统FatFs 全套200集视频教程和1000页PDF教程请到秉火论坛下载:www.firebbs.cn 野火视频教程优酷观看网址:http://i.youku.c ...