MKL LaTeX useful stuff & notes



Details on maths fonts:
Math Font Selection in LaTeX and Unicode
Declaring math alphabets
LaTeX2e font guide [pdf]

Sample LaTeX preamble (supports Polish characters in UTF-8 editor on MAC OS X)
% TeX-encoding: UTF-8

%\documentclass[12pt,a4paper]{article}
\documentclass[a4paper,floatfix,superscriptaddress,footinbib,onecolumn]{revtex4} %REVTEX4 - style of APS
% aip,jcp,reprint
\usepackage{amsmath,amsthm,latexsym,amssymb,amsfonts,mathtools,epsfig}
\usepackage{graphicx,texdraw,natbib,subfigure,subeqnarray,fancyhdr,amsmath,multirow,color,bm,mathrsfs}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
%\usepackage{newtxtext,newtxmath} % Times font
%\usepackage[margin=1in]{geometry} % preset margins
\usepackage[colorlinks=true, citecolor=red, linkcolor=blue ]{hyperref}
%
% ================================================================
% Additional commands
\newcommand{\bbl}[4]{\newblock{{#1}} \textbf{#2}, {#3} ({#4})}
\newcommand{\pd}[2]{\frac{\partial #1}{\partial #2}} %partial derivative
\newcommand{\td}[2]{\frac{\mathrm{d} #1}{\mathrm{d} #2}} %total
\newcommand{\comment}[1]{{\textcolor{red}{#1}}}
\newcommand{\integr}[3]{\int_{#1}^{#2} \!\! \mathrm{d} {#3}\,}
\newcommand{\ointegr}[3]{\oint_{#1}^{#2} \!\! \mathrm{d} {#3}\,}
\newcommand{\doi}[1]{\href{http://dx.doi.org/#1}{doi: #1}}
%