Created
April 13, 2017 22:34
-
-
Save chiffa/0f28ce4a69c0b2971ee85b4c05f66ece to your computer and use it in GitHub Desktop.
Latex code throwing 1.19.2.1 Pandoc off
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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