Skip to content

Instantly share code, notes, and snippets.

@tpoisot
Created February 16, 2017 16:50
Show Gist options
  • Save tpoisot/d4ff958682108b70c22a512f19512237 to your computer and use it in GitHub Desktop.
Save tpoisot/d4ff958682108b70c22a512f19512237 to your computer and use it in GitHub Desktop.
equations
\documentclass[12pt]{article}
\usepackage[paperwidth=7in,paperheight=5in]{geometry}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage{fourier}
\begin{document}\Huge
\thispagestyle{empty}
\topskip0pt
\vspace*{\fill}
$$
\resizebox{12cm}{!}{
\begin{cases}
x' = & x \times \left(\alpha - \beta y\right) \\
y' = & y \times \left(\gamma x - \delta\right)
\end{cases}
}
$$
\vspace*{\fill}
\end{document}
\documentclass[12pt]{article}
\usepackage[paperwidth=7in,paperheight=5in]{geometry}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage{fourier}
\usepackage{xfrac}
\begin{document}\Huge
\thispagestyle{empty}
\topskip0pt
\vspace*{\fill}
\resizebox{12cm}{!}{
$\frac{B}{M} = b_0M^{-\sfrac{1}{4}}e^{-\sfrac{E}{kT}}$
}
\vspace*{\fill}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment