The Martian Report
TMR is a LaTeX template for written reports, written with sleek modern design in mind.
Preview
Cover Page | Section Heading | Body |
---|---|---|
Usage
This package uses The MIT License.
It requires the geometry, fancyhdr, parskip, xcolor, hyperref, wrapfig, graphicx, tocloft, xparse & natbib packages, all of which use The LATEX Project Public License (LPPL).
How to Use
Values
Value | Description | Default |
---|---|---|
\title{text} | Document title string for cover page & footer) | "Concept Document" |
\author{text} | Document author string (for cover page & footer) | blank |
\project{text} | Document project name (optional) | blank |
\imagefolder{relative-path/} | Folder to look for images in | . (here) |
\revision{value} | Document revision text/number | "Revision 1.0" |
\footertext{left}{right} | Text to show in footer | @title & @author |
\imageref{text} | Text to show at end of document, used for referencing header images | blank |
\bibliographystyle{stylename} | Style to format References in | abbrvnat |
\logo{image-filename.jpg} | Image file to display on cover page | none (hidden) |
Commands
Command | Use |
---|---|
\printhelp | Adds page to PDF that shows all available TMR commands and help |
\drafting | Hides \temp and \crit sections in text for final printing |
\nofootertext | Equivalent to \footertext{}{} |
\sectionnumbers | Displays numbers in section/subsection headings |
\subsectionnumbers | Displays numbers in subsection/subsubsection headings |
\section{name}{image-filename.jpg} | Same as \section but second value is image name to display above heading |
\temp{text} | Text to show as blue italics, hidden if \drafting is set |
\crit{text} | Text to show as red italics, hidden if \drafting is set |
\link{url}{optional text} | Text to display as link to url, else just url |
\image{width}{image-filename.jpg}{optional text} | Image to include as width=width\textwidth, with optional figure caption |
\begin{nicelist}{text}... | Same as itemize but with text as title |
\begin{niceenum}{text}... | Same as enumerate but with text as title |
\tipbox{text}{text} | Makes box with first parameter as title and second as body text (use \tipbox*{}{} to wrap text) |