mirror of
https://github.com/egeerardyn/awesome-LaTeX.git
synced 2025-04-19 11:38:05 +02:00
Check markdown using mdl
This commit is contained in:
parent
65c4625de0
commit
04ea9edca6
1 changed files with 51 additions and 37 deletions
88
README.md
88
README.md
|
@ -1,8 +1,9 @@
|
|||
|
||||
# Awesome LaTeX
|
||||
|
||||
This is a curated list of awesome stuff for the (La)TeX typesetting system. [](https://github.com/sindresorhus/awesome)
|
||||
|
||||
## Contents
|
||||
|
||||
<!-- TOC depthFrom:1 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->
|
||||
|
||||
- [Awesome LaTeX](#awesome-latex)
|
||||
|
@ -28,27 +29,32 @@ This is a curated list of awesome stuff for the (La)TeX typesetting system. [ - Most common LaTeX distribution for Mac OS X, basically TeXLive with some Mac-specific tools added. ![Mac][mac]
|
||||
- [TeX Live](http://www.tug.org/texlive/) - Most common LaTeX distribution for Unices and Linux, but also works on Windows. ![Linux][linux] ![Windows][windows]
|
||||
- [MikTeX](http://miktex.org) - Most common LaTeX distribution for Windows (only). ![Windows][windows]
|
||||
|
||||
# Engines
|
||||
## Engines
|
||||
|
||||
- [pdfTeX](http://www.tug.org/applications/pdftex/) - TeX compiler that produces PDF files immediately instead of DVI files (nowadays, this is the standard compiler for many users).
|
||||
- [XeTeX](http://xetex.sourceforge.net) - 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).
|
||||
- [LuaTeX](http://www.luatex.org) - (La)TeX compiler that supports Lua code for scripting and has improved unicode and font support than standard TeX/pdfTeX.
|
||||
|
||||
## LaTeX formulas on the web
|
||||
### LaTeX formulas on the web
|
||||
|
||||
- [MathJaX](https://www.mathjax.org) - JavaScript engine to render mathematical formulas on the web. The outcome looks really slick.
|
||||
- [mimeTeX](http://www.forkosh.com/mimetex.html) - 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.
|
||||
- [mathTeX](http://www.forkosh.com/mathtex.html) - mathTeX is the successor of mimeTeX: it produces nicer-looking images but it requires LaTeX to be installed on your server.
|
||||
|
||||
# Tools
|
||||
## Tools
|
||||
|
||||
- Pandoc
|
||||
- Online Math editors
|
||||
- [LaTeXiT](http://www.chachatelier.fr/latexit/) - LaTeXit is an equation editor that makes it easy to drag-and-drop rendered equations into your documents on the Mac. ![Mac][mac]
|
||||
|
||||
# LaTeX-compatible tools
|
||||
## LaTeX-compatible tools
|
||||
|
||||
- [TikzEdt](http://www.tikzedt.org) - WYSIWYG and text-based editor for TikZ pictures. ![Windows][windows] ![Mac][mac] ![Linux][linux]: [GitHub repo](https://github.com/hchapman/tikzedt). Abandonded?
|
||||
- [TikZ-Editor](https://github.com/fredokun/TikZ-Editor) - ![Mac][Mac] ![Linux][Linux]
|
||||
- KTikz
|
||||
|
@ -57,11 +63,13 @@ This is a curated list of awesome stuff for the (La)TeX typesetting system. [. Cross-platform geometry tool with output to TikZ. ![Mac][mac] ![Linux][linux] ![Windows][windows]
|
||||
- [Dia](https://wiki.gnome.org/Apps/Dia)
|
||||
|
||||
# Editors
|
||||
_Because editing LaTeX code with notepad is not awesome._
|
||||
## Editors
|
||||
|
||||
## LaTeX-focussed
|
||||
_Some of the most awesome editor for LaTeX do just that: edit LaTeX_
|
||||
Because editing LaTeX code with notepad is not awesome.
|
||||
|
||||
### LaTeX-focussed
|
||||
|
||||
Some of the most awesome editor for LaTeX do just that: edit LaTeX
|
||||
|
||||
- Kile
|
||||
- TeXMaker
|
||||
|
@ -71,8 +79,9 @@ _Some of the most awesome editor for LaTeX do just that: edit LaTeX_
|
|||
- TeXshop
|
||||
- BakomaTex
|
||||
|
||||
## General purpose text editors
|
||||
_These editors are no one-trick ponies: sure, they edit LaTeX, but they can do a lot more!_
|
||||
### General purpose text editors
|
||||
|
||||
These editors are no one-trick ponies: sure, they edit LaTeX, but they can do a lot more!
|
||||
|
||||
- Atom
|
||||
- LaTeXTools
|
||||
|
@ -86,48 +95,52 @@ _These editors are no one-trick ponies: sure, they edit LaTeX, but they can do a
|
|||
|
||||
- Vim
|
||||
|
||||
## Online editors
|
||||
_Online editors that allow you to edit documents collaboratively._
|
||||
### Online editors
|
||||
|
||||
Online editors that allow you to edit documents collaboratively.
|
||||
|
||||
- [Authorea](https://www.authorea.com) - Online editor with built-in git support and bibliography tools.
|
||||
- [ShareLaTeX](https://www.sharelatex.com) - Has pretty great LaTeX documentation and simple version control.
|
||||
- [Overleaf](https://www.overleaf.com) - Online editor, also with a WYSIWYM editor and git support.
|
||||
- [Papeeria](https://papeeria.com) - Online editor with built-in git support.
|
||||
|
||||
## Bibliography tools
|
||||
|
||||
# Bibliography tools
|
||||
- [JabRef](http://jabref.sourceforge.net) - No-nonsense bibtex editor that is cross-platform (Java). ![mac][mac] ![windows][windows] ![linux][linux] ![foss][foss]
|
||||
- Bibdesk
|
||||
- Zotero
|
||||
- Mendeley
|
||||
|
||||
# Packages
|
||||
## Packages
|
||||
|
||||
- [CTAN](http://ctan.org) - The Comprehensive TeX Archive Network is the place to look for useful packages and documentation.
|
||||
|
||||
## Tables
|
||||
### Tables
|
||||
|
||||
- Excel2LaTeX
|
||||
- csv2latex
|
||||
- [Tables Generator](http://www.tablesgenerator.com) - This website provides a graphical interface to input your table and produces properly-formatted code for LaTeX, Markdown, HTML, ...
|
||||
- [pgfplotstable](https://www.ctan.org/pkg/pgfplotstable?lang=en) - This package displays numerical tables rounded to desired precision in various display formats. It can even read CSV files to include directly in your LaTeX document.
|
||||
|
||||
## Graphics
|
||||
### TikZ
|
||||
### Graphics
|
||||
|
||||
#### TikZ
|
||||
|
||||
- [TeXample](http://www.texample.net) - Blog about LaTex, with a big collection of TikZ figures.
|
||||
|
||||
### PSTricks
|
||||
#### PSTricks
|
||||
|
||||
# Templates
|
||||
## Templates
|
||||
|
||||
- [LaTeX templates](http://www.latextemplates.com) - Collection of templates for papers, posters, resumés, theses, books, presentations, … for LaTeX.
|
||||
- [HowtoTeX: templates](http://www.howtotex.com/category/templates/) - Different templates for LaTeX under a CC-NC-SA license.
|
||||
|
||||
|
||||
# Symbols
|
||||
## Symbols
|
||||
|
||||
- [Comprehensive LaTeX symbol list](http://www.ctan.org/tex-archive/info/symbols/comprehensive/) - A very extensive list of symbols for LaTeX. Available in [A4](http://mirrors.ctan.org/info/symbols/comprehensive/symbols-a4.pdf) and [letter](http://mirrors.ctan.org/info/symbols/comprehensive/symbols-letter.pdf) sizes.
|
||||
- [Detexify](http://detexify.kirelabs.org/classify.html) - You draw the symbol and this site/app will tell you the LaTeX command.
|
||||
|
||||
# Resources
|
||||
## Resources
|
||||
|
||||
- [TUG](https://www.tug.org) - The TeX User Group is a way to get in touch with other (La)TeX users.
|
||||
- [TeXDoc](http://texdoc.net) - Online interface to the `texdoc` utility to browse LaTeX packages and documentation.
|
||||
|
@ -135,37 +148,38 @@ _Online editors that allow you to edit documents collaboratively._
|
|||
- [TUG: TeX showcase](http://www.tug.org/texshowcase/)
|
||||
- [TeXample](http://www.texample.net) - Blog about LaTex, with a big collection of TikZ figures.
|
||||
|
||||
# Tutorials
|
||||
## Tutorials
|
||||
|
||||
- [The (Not So) Short Introduction to LaTeX2e](http://mirrors.ctan.org/info/lshort/english/lshort.pdf) - A very comprehensive introduction to LaTeX.
|
||||
|
||||
# Books
|
||||
## Books
|
||||
|
||||
- [WikiBooks: LaTeX](https://en.wikibooks.org/wiki/LaTeX) - The LaTeX wikibook. Not really a paper book, but it is equally extensive.
|
||||
- [The LaTeX Companion, F. Mittelbach (2004)](http://www.informit.com/store/latex-companion-9780201362992)
|
||||
- [LaTeX Graphics Companion, M. Goossens (2007)](http://www.informit.com/store/latex-graphics-companion-9780321508928)
|
||||
|
||||
# Social media
|
||||
## Social media
|
||||
|
||||
- [Twitter: @TeXtip](https://twitter.com/TeXtip) - Tips related to (La)TeX by [John D. Cook](http://www.johndcook.com/).
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
# TODO
|
||||
__Some random stuff that still needs to be categorized__
|
||||
## TODO
|
||||
|
||||
- http://www.howtotex.com/general/12-great-resources-for-getting-started-with-latex/
|
||||
- http://latex.howtotex.com
|
||||
- https://github.com/MartinThoma/LaTeX-examples/
|
||||
- http://www.tug.org/texshowcase/
|
||||
- http://mactex-wiki.tug.org/wiki/index.php/TeX_Extras
|
||||
- chktex, diction, ...
|
||||
Some random stuff that still needs to be categorized.
|
||||
|
||||
- [ ] <http://www.howtotex.com/general/12-great-resources-for-getting-started-with-latex/>
|
||||
- [ ] <http://latex.howtotex.com>
|
||||
- [ ] <https://github.com/MartinThoma/LaTeX-examples/>
|
||||
- [ ] <http://www.tug.org/texshowcase/>
|
||||
- [ ] <http://mactex-wiki.tug.org/wiki/index.php/TeX_Extras>
|
||||
- [ ] chktex, diction, ...
|
||||
|
||||
<!-- Icons -->
|
||||
|
||||
# Legend
|
||||
## Legend
|
||||
|
||||
_What are all these weird icons all over the place?_
|
||||
What are all these weird icons all over the place?
|
||||
|
||||
| Logo | Description |
|
||||
|:-------------------:|:-------------------------------------------------------|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue