diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-13 03:26:52 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-13 03:26:52 +0200 |
| commit | 0de2622525d0044a955d040147ae64a928f029c1 (patch) | |
| tree | d6d576361589c27112c28af4b8a67e9d5c99ede9 | |
| parent | e29425af3c9ac47242856783f1c5e2fbaebc8de3 (diff) | |
fix: tex: fix binary_mutex imports.
Signed-off-by: Amlal <amlal@nekernel.org>
| -rw-r--r-- | docs/tex/binary_mutex.tex | 3 | ||||
| -rw-r--r-- | docs/tex/hefs.tex | 4 | ||||
| -rw-r--r-- | docs/tex/mini_bus_controller_interface.tex | 2 | ||||
| -rw-r--r-- | docs/tex/nefs.tex | 4 |
4 files changed, 7 insertions, 6 deletions
diff --git a/docs/tex/binary_mutex.tex b/docs/tex/binary_mutex.tex index 564d322a..9b8a1c40 100644 --- a/docs/tex/binary_mutex.tex +++ b/docs/tex/binary_mutex.tex @@ -1,5 +1,6 @@ \documentclass{article} -\usepackage{graphicx} % Required for inserting images +\usepackage{graphicx} +\usepackage{hyperref} \title{BinaryMutex: Technical Documentation} \author{Amlal El Mahrouss} diff --git a/docs/tex/hefs.tex b/docs/tex/hefs.tex index c947710f..1656e5a9 100644 --- a/docs/tex/hefs.tex +++ b/docs/tex/hefs.tex @@ -4,9 +4,9 @@ \usepackage{longtable} \usepackage{listings} \geometry{margin=1in} -\title{HeFS Filesystem Specification (v1.3)} +\title{HeFS: Hight-throughput extended File System} \author{Amlal El Mahrouss} -\date{2025} +\date{\today} \begin{document} diff --git a/docs/tex/mini_bus_controller_interface.tex b/docs/tex/mini_bus_controller_interface.tex index 71907376..ba2381b7 100644 --- a/docs/tex/mini_bus_controller_interface.tex +++ b/docs/tex/mini_bus_controller_interface.tex @@ -7,7 +7,7 @@ \geometry{margin=1in} \title{MBCI: Mini Bus Controller Interface Specification} \author{Amlal El Mahrouss} -\date{2025} +\date{\today} \begin{document} diff --git a/docs/tex/nefs.tex b/docs/tex/nefs.tex index 37e43d13..7f2fdd84 100644 --- a/docs/tex/nefs.tex +++ b/docs/tex/nefs.tex @@ -21,9 +21,9 @@ showstringspaces=false } -\title{NeFS: New Extended File System Specification} +\title{NeFS: New Extended File System} \author{Amlal El Mahrouss} -\date{2025} +\date{\today} \begin{document} |
