These are my LaTeX report templates. These reports templates are oriented towards IT security people.
This previews don't work on Firefox, if you're using Firefox download the PDF files instead.
- LaTeX (eg. TeX Live) in order to install packages.
- Zathura (optional) - PDF Reader
- latexmk - Perl Script Compiler for LaTeX
Examples for common Linux distros:
- Arch Linux:
pacman -S texlive-most latexmk
- openSUSE:
zypper in texlive-scheme-medium latexmk
- Ubuntu:
apt install texlive-latex-recommended texlive-fonts-extra texlive-latex-extra latexmk
- Kali Linux or ParrotOS:
apt install -y texlive-full zathura latexmk --fix-missing
Example for Windows:
- Stawberry Perl perl compiler that works with LaTeX.
- MiKTeX in order to install packages.
- LaTeX Workshop Visual Studio Code Workshop Extension
If you're in Linux then you may want to read this
Change The Default PDF Application
xdg-mime query default application/pdf
Output the current PDF application
xdg-mime default zathura.desktop application/pdf
Change the PDF application to zathura as default.
latexmk Configuration
cd ~/.config
Navigate to your configuration directory.
mkdir latexmk; cd latexmk; touch latexmkrc; cd ..
Create a latexmk configuration file.
chown $USER:your_group -R latexmk
Assign the correct ownership.
latexmk usage
latexmk -pdf filename.tex
Compile a .tex
file to PDF format.
zathura usage
zathura filename.pdf
Open a PDF file with zathura
.
You need to install the LaTeX packages before you can use this templates.
titlesec
geometry
graphicx
xcolor
tcolorbox
fancyhdr
hyperref
listings
parskip
caption
smartdiagram
zed-csp
float
colortbl
tabularx
apacite
anyfontsize
lastpage
- Change the string
CompanyName
with name of yourcompany
and changeClient Company
with company name of your client. - Change Lorem Ipsum with what you will need to write.
- Modify it however you want
Fonts:
Tables: https://texblog.org/2019/06/03/control-the-width-of-table-columns-tabular-in-latex/
Tables Generator: https://www.latex-tables.com/#
Visual Studio Code LaTeX Utilities: https://marketplace.visualstudio.com/items?itemName=tecosaur.latex-utilities
I used this reports as references:
Pentest Modern Look: https://github.com/hmaverickadams/TCM-Security-Sample-Pentest-Report