LaTeX
Websites
Tools
- MathJax - http://www.mathjax.org/
- Latexmk
- http://code.google.com/p/tufte-latex/ - a Tufte-inspired LaTeX class for handouts, papers, and books.
- TeXcount
- detex
- PythonTeX
On Efficiency
Tips
General
- http://www.johndcook.com/blog/2010/02/15/top-latex-mistakes/
- http://stackoverflow.com/questions/193298/best-practices-in-latex
- Research 101 - Paper Writing with LaTeX
Setup
Editing
- Double spacing:
\linespread{1.5}
- tex word count
- how to change the table/figure number?
- Counters in LaTex
- latexdiff
- detexify - 마우스로 그리면 latex 기호를 찾아줌.
- formatting LaTeX articles for Biology Journals
- http://robjhyndman.com/researchtips/squeezing-space-with-latex/
- http://www.eng.cam.ac.uk/help/tpl/textprocessing/squeeze.html
- http://memming.isloco.com/entry/Using-nocite-and-multibib
- If Vim detects a tex file as plain tex, put
let g:tex_flavor='latex'
in vimrc file. - 번호 붙은 코멘트
\usepackage[usenames,dvipsnames]{xcolor}
\newcounter{NumberOfComments}
\newcommand{\hw}[1]{{\textcolor{OrangeRed}{[hw\#\arabic{NumberOfComments}\stepcounter{NumberOfComments}:#1]}}}
- cleveref: http://tug.ctan.org/tex-archive/macros/latex/contrib/cleveref/cleveref.pdf it automatically attaches “Fig.”, “Eq.”, etc.
Figures
- http://pgfplots.sourceforge.net
- Create PostScript and PDF graphics in TeX.
- PGF and TikZ examples gallery
- http://www.texample.net/weblog/2008/oct/24/embedding-python-latex/
- Create xkcd style diagram in TeX
Subfig
- http://tex.stackexchange.com/questions/64934/subfig-label-positioning
- http://tex.stackexchange.com/questions/128844/put-subfigure-labels-inside-figures-using-subfig-package
Scripting
Bib
- research tips: A LaTeX template for a CV
- http://ctan.org/pkg/biblatex
- http://tex.stackexchange.com/questions/58642/bibtex-reverse-numbering
Web
- use MathJax
LaTeXdiff
latexdiff on the fly:
\RequirePackage{shellesc}
\ShellEscape{latexdiff manuscript_original.tex manuscript_revised.tex > manuscript_diff.tex}
\input{manuscript-diff}
\documentclass{dummy}
\title{dummy}
Curriculum vitae
Letter
- http://www.ctan.org/pkg/newlfm
- http://www.quora.com/Where-can-I-find-a-good-LaTeX-letterhead-template
- http://www.matthewjmiller.net/howtos/customized-cover-letter-scripts/