TeX¶
Tutorial¶
- LaTeX Tutorial
- LaTex from WiKiBooks
-
LaTeX Algorithms
TeX Editor¶
Online Tools¶
-
Tables Generator: Create LaTeX tables online
-
Upmath: Markdown & LaTeX Online Editor
IDE¶
- TeXworks
- TeXstudio
- TeXMaker: Free cross-platform LaTeX editor since 2003
- LyX: The Document Processor
- Overleaf
- ShareLaTeX, Online TeX Editor
- Visual Studio Code LaTeX Workshop Extension
Convertor¶
-
Mathpix: Convert images to LaTeX
-
KLatexFormula: an easy-to-use graphical application for generating images (that you can drag and drop, copy and paste or save to disk) from LaTeX equations
TeX发行版¶
TeX Templates¶
Install¶
TeX on ubuntu¶
-
ubuntu 16.04下的latex的section没有编号的问题
- 从 https://www.ctan.org/tex-archive/macros/latex/contrib/titlesec 下载解压到
/usr/share/texlive/texmf-dist/tex/latex
- 从 https://www.ctan.org/tex-archive/macros/latex/contrib/titlesec 下载解压到
TeX Live on Ubuntu¶
-
install with
apt-get
-
install with iso file: https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/
-
config
-
test
-
tlmgr
Bashsudo mktexlsr tlmgr init-usertree tlmgr update --list # sudo apt install xzdec tlmgr --gui # sudo apt install perl-tk # 永久更改镜像源 tlmgr option repository https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet # 临时切换镜像源 tlmgr update --all --repository \ https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet
TeX with Make¶
example: jlblancoc/tutorial-se3-manifold
Prerequisites in Ubuntu:
Build PDF with:
Makefile
# From: http://tex.stackexchange.com/questions/40738/how-to-properly-make-a-latex-project
# You want latexmk to *always* run, because make does not have all the info.
.PHONY: out.pdf
# First rule should always be the default "all" rule, so both "make all" and
# "make" will invoke it.
all: out.pdf
# MAIN LATEXMK RULE
# -pdf tells latexmk to generate PDF directly (instead of DVI).
# -pdflatex="" tells latexmk to call a specific backend with specific options.
# -use-make tells latexmk to call make for generating missing files.
# -interactive=nonstopmode keeps the pdflatex backend from stopping at a
# missing file reference and interactively asking you for an alternative.
out.pdf: in.tex
latexmk -pdf -pdflatex="pdflatex -interactive=nonstopmode" -bibtex -use-make in.tex
clean:
latexmk -CA
Apps¶
Beamer Slides with LaTeX¶
- Urinx/LaTeX-PPT-Template: Seven awesome latex ppt templates for researchers or students
- beamer-theme-matrix
- slides