diff options
| author | mo khan <mo@mokhan.ca> | 2016-02-07 10:18:10 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-02-07 10:18:10 -0700 |
| commit | 76a8c8125fd06f6ebf1c81b622d2a5925b987155 (patch) | |
| tree | e9097db35212b5851167a201e8cb248ab760c18d | |
| parent | e2f09c61fa14cc803600f616d10a8b135badaed2 (diff) | |
add template for report.
| -rwxr-xr-x | build.sh | 5 | ||||
| -rw-r--r-- | report/template.tex | 26 |
2 files changed, 31 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..6543801 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd report + +latexmk diff --git a/report/template.tex b/report/template.tex new file mode 100644 index 0000000..ca1cf90 --- /dev/null +++ b/report/template.tex @@ -0,0 +1,26 @@ +\documentclass[11pt, oneside]{article} % use "amsart" instead of "article" for AMSLaTeX format +\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots. +\geometry{letterpaper} % ... or a4paper or a5paper or ... +%\geometry{landscape} % Activate for rotated page geometry +%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent +\usepackage{graphicx} % Use pdf, png, jpg, or eps§ with pdflatex; use eps in DVI mode + % TeX will automatically convert eps --> pdf in pdflatex +\usepackage{amssymb} + +%SetFonts + +%SetFonts + + +\title{Penetration Testing Report} +\author{Mo Khan} +%\date{} % Activate to display a given date or no date + +\begin{document} +\maketitle +%\section{} +%\subsection{} + + + +\end{document}
\ No newline at end of file |
