Skip to content

Instantly share code, notes, and snippets.

@chiffa
Created April 13, 2017 22:34
Show Gist options
  • Save chiffa/0f28ce4a69c0b2971ee85b4c05f66ece to your computer and use it in GitHub Desktop.
Save chiffa/0f28ce4a69c0b2971ee85b4c05f66ece to your computer and use it in GitHub Desktop.
Latex code throwing 1.19.2.1 Pandoc off
\tolerance =10000
\documentclass[11pt]{article}
\usepackage{epsfig}
\renewcommand{\baselinestretch}{1.5}
\makeatletter
\@addtoreset{equation}{section}
\renewcommand{\theequation}{\thesection.\arabic{equation}}
\makeatother
\oddsidemargin=0in
\evensidemargin=0in
\textwidth=6.45in
\headsep=0pt
\topmargin=0pt
\textheight=9.1in
\newcommand{\be}{\begin{equation}}
\newcommand{\ee}{\end{equation}}
\newcommand{\bea}{\begin{eqnarray}}
\newcommand{\eea}{\end{eqnarray}}
\newcommand{\mbf}[1]{\mbox{\boldmath$#1$}}
\begin{document}
\be
q \sim \sum_{i=1}^{N} \frac{X_i^2}{\sigma_i^2},
\quad
\lambda = \sum_{i=1}^{N} \frac{\mu_i^2}{\sigma_i^2},
\label{e1}
\ee
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment