\enddocument | Problem | Likely Fix | |---------|-------------| | ! Undefined control sequence \bb | Use \mathbb{} or ensure \usepackagebbm | | Missing \argmax | Add \DeclareMathOperator*\argmaxargmax | | Equations too wide | Use \beginalign* ... \endalign* or split lines with \\ | | tslatex.sty not found | Install or place in same folder as .tex file | 7. Quick Reference Card % Math \hat\beta % beta hat \barx % x bar \tilde\theta % theta tilde % Spacing , ; \quad \qquad % small to large spaces ! % negative space
\ProvidesPackagerayanne_macros \RequirePackagetslatex \newcommand\indep\perp!!!\perp \newcommand\E\mathbbE \renewcommand\P\mathbbP \DeclareMathOperator\VarVar \DeclareMathOperator\CovCov TsLatex Rayanne Lenox
\beginalign \ell(\mu, \sigma^2) &= \sum_i=1^n \log f(y_i \mid \mu, \sigma^2) \ &= -\fracn2\log(2\pi) - \fracn2\log\sigma^2 - \frac12\sigma^2\sum_i=1^n (y_i - \mu)^2 \labeleq:loglik \endalign Quick Reference Card % Math \hat\beta % beta
\usepackagerayanne_macros
% Cases f(x) = \begincases 0 & x<0 \ 1 & x\ge 0 \endcases Create rayanne_macros.sty : TsLatex Rayanne Lenox
% Text in math \textsubject to % inside \text{}
\sectionMaximum Likelihood Estimation