Loading [MathJax]/jax/output/HTML-CSS/jax.js

Saturday, June 9, 2012

Record some code

Equations share the same numbering with theorems with ntheorem package

\newtheorem{thm}{Theorem}[section]
\numberwithin{equation}{section}
\makeatletter
\let\c@equation\c@thm
\makeatother

**********

change the font of sections, subsections, chapter to \sf
\usepackage{sectsty}
\allsectionsfont{\sffamily}

No comments:

Post a Comment