• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

egeerardyn/awesome-LaTeX: Curated list of LaTeX awesomeness

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

egeerardyn/awesome-LaTeX

开源软件地址(OpenSource Url):

https://github.com/egeerardyn/awesome-LaTeX

开源编程语言(OpenSource Language):


开源软件介绍(OpenSource Introduction):

Awesome LaTeX awesome License: CC BY-SA 4.0

LaTeX Logo

This is a curated list of awesome stuff for the (La)TeX typesetting system.

Contents

Learning LaTeX

Guides how to learn LaTeX

Distributions

  • MacTeX - Most common LaTeX distribution for macOS, basically TeXLive with some Mac-specific tools added. mac
  • TeX Live - Most common LaTeX distribution for Unix-like operating systems, including GNU/Linux. Also works on Windows. linux windows
  • MikTeX - Most common LaTeX distribution for Windows, but also available for Mac, Linux or as Docker image. linux windows mac foss

Docker Images

When one aims for a ready-to-run LaTeX environment without installing, Docker images might be the choice.

Engines

  • pdfTeX - TeX compiler that produces PDF files immediately instead of DVI files (nowadays, this is the standard compiler for many users). foss
  • XeTeX - TeX compiler that provides better unicode and font support than TeX/pdfTeX (i.e. you can use the fonts of your operating system instead of only TeX fonts). foss
  • LuaTeX - (La)TeX compiler that supports Lua code for scripting and has improved unicode and font support than standard TeX/pdfTeX. foss
  • tectonic - Modern, self contained (La)TeX compiler powered by XeTeX and TeXLive. foss

LaTeX formulas on the web

  • Auto-LaTeX Equations with Google Docs - Render high-quality math equations directly in Google Docs.
  • MathJaX - JavaScript engine to render mathematical formulas on the web. The outcome looks really slick. foss
  • mimeTeX - mimeTeX is a rather old tool to render LaTeX formulas to PNG figures for your web site, without actually needing a LaTeX installation on your server. foss
  • mathTeX - mathTeX is the successor of mimeTeX: it produces nicer-looking images but it requires LaTeX to be installed on your server. foss
  • KaTeX - KaTeX is a math rendering library made by Khan Academy focusing on fast load times. All output is processed as plain HTML instead of fixed images. foss
  • Franklin.jl - Static site generator with KaTeX support, code evaluation, LaTeX-like commands and optional pre-rendering, in Julia. foss
  • xhub - Browser extension that lets you use LaTeX in GitHub pages. foss

Editors

Because editing LaTeX code with notepad is not awesome. There are many editors out there, below are the most awesome editors. A complete list of LaTeX editors is collected at tex.stackexchange.com as big list of LaTeX Editors/IDEs.

LaTeX-focused

Some of the most awesome editor for LaTeX do just that: edit LaTeX.

  • Kile - Great LaTeX editor originally from the Linux/KDE community. It runs fine on Windows and macOS as well. foss
  • TeXMaker - Pretty good alternative to Kile.
  • TeXStudio - Cross-platform LaTeX editor that stems from TeXMaker.
  • WinEdt - The LaTeX editor many people swear by. Only for windows.
  • TeXnicCenter - Quite old but free and decent editor for LaTeX. windows
  • LyX - Cross-platform WYSIWYM editor that uses LaTeX behind the scenes to render documents. foss
  • TeXShop - No-nonsense editor for LaTeX documents which is included in MacTeX. mac
  • TeXWorks - No-nonsense editor for LaTeX code, modeled after TeXShop, but this one is cross-platform. foss
  • BakomaTex - Commercial LaTeX editor that allows to edit your document both using its source code and WYSIWYG.
  • Inlage - Commercial LaTeX editor with handwritten formula recognition, Excel importing and more nifty features. windows
  • Texpad - Commercial LaTeX editor for macOS and iOS, with excellent features (document overview, synchronised PDF display, autocompletion, sync across devices, etc.) that never get in the way of writing. mac

General purpose text editors

These editors are no one-trick ponies: sure, they edit LaTeX, but they can do a lot more!

Online editors

Online editors that allow you to edit documents collaboratively.

  • List of popular online LaTeX editors - Community-maintained list of popular online LaTeX editor including equation editors.
  • Authorea - Online editor with built-in git support and bibliography tools.
  • ShareLaTeX - Has pretty great LaTeX documentation and simple version control.
  • Overleaf - Online editor, also with a WYSIWYM editor and git support.
  • Papeeria - Online editor with built-in git support.
  • JaxEdit - Online LaTeX editor with Live Preview and nice presentation mode.

Bibliography tools