michigan-animals/michigan-animals.tex

127 lines
5.1 KiB
TeX
Raw Normal View History

2024-01-12 00:28:04 +00:00
\documentclass[10pt, letter, portrait]{article}
2024-01-12 00:26:35 +00:00
\usepackage{extsizes}
\usepackage[
margin=2cm
]{geometry}
\usepackage{multicol}
\setlength{\columnsep}{8mm}
\newcommand{\kmcb}[1]{\begin{multicols}{#1}}
\newcommand{\kmce}{\end{multicols}}
\usepackage{microtype}
2024-01-12 16:30:50 +00:00
% Let's add images
\usepackage{graphicx}
% Where are our images?
\graphicspath{{images/}}
% Use images in multicol environment
\usepackage{float}
% Add nice captions
\usepackage{caption}
\captionsetup{%
% labelsep=newline,
justification=raggedright,
labelfont=bf,
singlelinecheck=off
}
2024-01-12 16:01:49 +00:00
2024-01-12 00:26:35 +00:00
% 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
2024-01-12 16:01:49 +00:00
\section{Introduction}
2024-01-12 00:26:35 +00:00
\section{Vertebrates}
\kal{20}{20}
2024-01-12 16:01:49 +00:00
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). Because these are ocean-dwelling animals that are rarely seen and largely unknown by the public, we typically divide animals into vertebrates and non-vertebrates, but that leaves out these two groups. But we should always keep in mind that the basic distinction we should make is between chordates and non-chordates.
2024-01-12 00:26:35 +00:00
2024-01-12 16:01:49 +00:00
Vertebrates can be separated into two broad groups: agnathans, or jawless vertebrates such as hagfish and lampreys, and gnathostomes, or the jawed vertebrates. Gnathostomes can be classified into three extant groups: Chondrichthyes, Ostichthyes, and Tetrapoda.
2024-01-12 00:26:35 +00:00
2024-01-12 16:01:49 +00:00
Chondrichthyes are the cartilaginous fishes, which include sharks, rays, skates, and chimaeras. They are jawed fish with paired fins, paired nares, scales, a heart with chambers in a series, and skeletons made out of cartilage, rather than bone.
2024-01-12 00:26:35 +00:00
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.
2024-01-12 16:01:49 +00:00
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, such as snakes and some lizards, of the group have lost one or both pairs of limbs, while in the birds, the front pair of limbs have evolved into wings.
Tetrapods have evolved into four major groups: amphibians (class Amphibia), reptiles (class Reptilia), birds (class Aves), and mammals (class mammalia).
2024-01-12 00:26:35 +00:00
\kar{}
\subsection{Class Mammalia}
2024-01-12 16:30:50 +00:00
\subsubsection{Taxonomy}
Broadly speaking, mammals are defined as animals which have fur and provide milk for their young.
2024-01-12 00:26:35 +00:00
\subsubsection{Family Didelphidae}
\begin{multicols}{2}
2024-01-12 16:30:50 +00:00
\paragraph{Virginia Opossum (\textit{Didelphis virginiana})} Also known as the North American opossum, the Virginia opossum is the only marsupial living north of Mexico. Typically nocturnal, with a naked, scaled tail, they can vary greatly in size ranging in size from 33 to 55 centimeters from the tip of the snout to the base of the tail, with the tail adding another 2554 cm (9.821.3 in). Males are slightly larger, with an average body length of 40.8 cm (16.1 in) with an average tail length of 29.4 cm (11.6 in), while females are 40.6 cm (16.0 in) long with a 28.1 cm (11.1 in) tail. Weight for males ranges from 2.12.8 kg (4.66.2 lb) and for females from 1.92.1 kg (4.24.6 lb).
\begin{figure}[H]
\centering
\includegraphics[scale=0.6]{Didelphis_virginiana_with_young}
\caption{Virginia opossum carrying her young on her back. \\{\scriptsize (Photo by Specialjake - Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=20584629)}}
\end{figure}
2024-01-12 00:26:35 +00:00
\end{multicols}
2024-01-12 16:30:50 +00:00
2024-01-12 00:26:35 +00:00
\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}
2024-01-12 16:01:49 +00:00
\section{Glossary}
\begin{description}
\item[nares] nostrils
\end{description}
2024-01-12 00:26:35 +00:00
\end{document}