Browse Source

Initial commit

main
Kenneth John Odle 4 months ago
parent
commit
8354159056
  1. 1
      .gitignore
  2. 2
      README.md
  3. 90
      michigan-animals.tex

1
.gitignore

@ -284,3 +284,4 @@ TSWLatexianTemp*
# Uncomment the next line to have this generated file ignored.
#*Notes.bib
build/*

2
README.md

@ -1,2 +1,4 @@
# michigan-animals
build/*
*.bak

90
michigan-animals.tex

@ -0,0 +1,90 @@
\documentclass[9pt, letter, portrait]{article}
\usepackage{extsizes}
\usepackage[
margin=2cm
]{geometry}
\usepackage{multicol}
\setlength{\columnsep}{8mm}
\newcommand{\kmcb}[1]{\begin{multicols}{#1}}
\newcommand{\kmce}{\end{multicols}}
\usepackage{microtype}
% Change the font
\usepackage[T1]{fontenc}
\usepackage{tgtermes}
% Indent some paragraphs
\usepackage[strict]{changepage}
% And make this package easier to use
\newcommand\kal[2]{\begin{adjustwidth}{#1mm}{#2mm}}
\newcommand\kar{\end{adjustwidth}}
%%%% Document Information %%%%%
\author{{\small Kenneth John Odle}}
\title{
{\Huge Michigan Animals} \\
\bigskip
{\large An Incomplete Guide \\
\vspace{2em}
Version 0.1.0}
}
\date{{\small \textcopyright{} \the\year{}}}
\begin{document}
\maketitle
\kal{20}{20}
\tableofcontents
\kar
\section{Vertebrates}
\kal{20}{20}
Vertebrates are animals with backbones. The subphylum Vertebrata is contained in the phylum Chordata, which also includes lancelets (small, jawless, fish-like creatures) and tunicates (small ocean-dwelling creatures that are sessile in their adult forms).
Vertebrates can be separated into two broad groups: agnathans, or jawless vertebrates such as hagfish and lampreys, and gnathostomes, jawed vertebrates. Gnathostomes can be into three extant groups: Chondrichthyes, Ostichthyes, and Tetrapoda.
Chondrichthyes are the cartilaginous fishes, which include sharks, rays, skates, and chimaeras. They are jawed fish with pairs fins, paired nares, scales, a heart with chambers in a series, and skeletons made out of cartilage, rather than bone.
Osteichthyes are the bony fishes, which are similar to the Chondrichthyes in many ways, but have skeletons made of bone, rather than cartilage. They are an extremely diverse and abundant group around the world.
Tetrapoda are the group of all four-limbed vertebrates, including amphibians, reptiles, birds, and mammals. The tetrapods evolved from the lobe-finned fishes during the Devonian period, approximately 395 million years ago. Some members of the group have lost one or both pairs of limbs (some lizards and snakes), while in the birds, the front pair of limbs have evolved into wings.
\kar{}
\subsection{Class Mammalia}
\subsubsection{Family Didelphidae}
\begin{multicols}{2}
\paragraph{Virginia Opossum (\textit{Didelphis virginiana})} Opossums are the only marsupial living north of Mexico.
\end{multicols}
\subsubsection{Family Leporidae}
\begin{multicols}{2}
\paragraph{Snowshoe Hare (\textit{Lepus americanus})} So called because of its large hind feet, which prevent it from sinking into the snow when it walks and hops. Its fur is rusty brown in summer, turning white in winter, which helps to disguise it in a snowy landscape. It is mainly active at night, sometimes feeding in small groups. It does not hibernate. It is found across the northern portion of the lower peninsula and throughout the upper peninsula.
\paragraph{Eastern Cottontail (\textit{Sylvilagus floridanus})} Common throughout the lower peninsula, it is the most common rabbit species in North America.
\end{multicols}
\subsection{Class Aves}
\subsection{Class Reptilia}
\subsection{Class Amphibia}
\subsection{Class Pisces}
\subsection{Class Condrichthyes}
\section{Invertebrates}
\end{document}
Loading…
Cancel
Save