Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 803 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 803 Bytes

SensorJournalism

Repo for Tow Center Sensor Journalism report.

Chapters and sections are denoted by:

\chapter{Chapter title here}

\section{Section title here}

\subsection{Subsection title here}

Some shorthand references for working in LaTeX:

***Bold, Italics, Quotations***
\textbf{This text will be bold.}
\textit{This text will be in italics.}
``This will be in quotation marks.''


***Lists***
\begin{enumerate} Numbered list.
\begin{itemize} Bulleted list.
\begin{description}Description list.
\item text Add an item.

***Images***
\begin{figure}
\includegraphics{foldername/imagename.jpg}
\caption{Caption text here, if any.}
\end{figure}

***Links***
\href{Link URL}{Link text}

***Blockquotes***
\begin{quote}
``Quote goes here''
\end{quote}