diff options
Diffstat (limited to 'docs/tex/hefs.tex')
| -rw-r--r-- | docs/tex/hefs.tex | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/tex/hefs.tex b/docs/tex/hefs.tex new file mode 100644 index 00000000..e74cf5e3 --- /dev/null +++ b/docs/tex/hefs.tex @@ -0,0 +1,32 @@ +\documentclass{article} +\usepackage[a4paper,margin=1in]{geometry} +\usepackage{listings} +\usepackage{xcolor} +\usepackage{amsmath} +\usepackage{hyperref} +\usepackage{longtable} +\usepackage{titlesec} +\usepackage{fancyhdr} +\usepackage{caption} +\usepackage{graphicx} + +\definecolor{codegray}{gray}{0.95} +\lstset{ + backgroundcolor=\color{codegray}, + basicstyle=\ttfamily\small, + breaklines=true, + frame=single, + tabsize=4, + language=C++, + showstringspaces=false +} + +\title{HeFS: High-Throughput Extended File System Specification} +\author{Amlal El Mahrouss} +\date{2025} + +\begin{document} + +\maketitle + +\end{document} |
