diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-13 03:33:49 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-13 03:33:49 +0200 |
| commit | 01d12c3ad0e1d2c75e89731b78df49c3a76fb885 (patch) | |
| tree | 91a4600d66338fc223cf611f0f8b35aeecc98d06 | |
| parent | 1410da8efa279fdffa8a2517bc9a91f320f8ea1b (diff) | |
fix: tex: update document titles.
Signed-off-by: Amlal <amlal@nekernel.org>
| -rw-r--r-- | docs/tex/30pin.tex | 2 | ||||
| -rw-r--r-- | docs/tex/epm.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tex/30pin.tex b/docs/tex/30pin.tex index a5ab22f..5ca006c 100644 --- a/docs/tex/30pin.tex +++ b/docs/tex/30pin.tex @@ -14,7 +14,7 @@ \titleformat{\section}{\large\bfseries}{\thesection}{1em}{} \titleformat{\subsection}{\normalsize\bfseries}{\thesubsection}{1em}{} -\title{\texttt{30pin.h} Specification} +\title{\texttt{30Pin}: Technical Specification} \author{Amlal EL Mahrouss} \date{\today} diff --git a/docs/tex/epm.tex b/docs/tex/epm.tex index 28a7f79..f97df2c 100644 --- a/docs/tex/epm.tex +++ b/docs/tex/epm.tex @@ -25,7 +25,7 @@ language=C } -\title{EPM Partition Map Specification} +\title{EPM Partition Map: Technical Specification} \author{Amlal EL Mahrouss} \date{\today} |
