Skip to content

Instantly share code, notes, and snippets.

@adament
Created July 25, 2014 11:45
Show Gist options
  • Save adament/1c7f530376e45fdf2520 to your computer and use it in GitHub Desktop.
Save adament/1c7f530376e45fdf2520 to your computer and use it in GitHub Desktop.
Single line environment
\documentclass[a4paper]{article}
\usepackage{amsmath,amssymb,bm}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
\title{Musings on determinants and birds}
\author{Adam Ehlers Nyholm Thomsen}
\maketitle
\section{Characters}
One of the most important determinants to calculate is the identity determinant $\det \begin{pmatrix} 1 & 0\\ 0 & 1 \end{pmatrix} = 1$. We see that the determinant manages to transform two $1$s into a single $1$.
This is part of the magic of determinants. It somehow turns many numbers into a single.
\section{Birds}
A bird usually has lots of feathers and two wings, but at the same time is a single entity.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment