diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-13 03:28:53 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-13 03:28:53 +0200 |
| commit | 1410da8efa279fdffa8a2517bc9a91f320f8ea1b (patch) | |
| tree | 65ca47322fc02fda63a70caddba3d0a3ab8a56d9 /docs | |
| parent | 95cd41c10e6da95a3a3eb3435d207394d68cf04f (diff) | |
fix: tex: use 'today' markup in documents.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'docs')
| -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 fa0b314..a5ab22f 100644 --- a/docs/tex/30pin.tex +++ b/docs/tex/30pin.tex @@ -16,7 +16,7 @@ \title{\texttt{30pin.h} Specification} \author{Amlal EL Mahrouss} -\date{2024-2025} +\date{\today} \lstset{ basicstyle=\ttfamily\footnotesize, diff --git a/docs/tex/epm.tex b/docs/tex/epm.tex index 399d016..28a7f79 100644 --- a/docs/tex/epm.tex +++ b/docs/tex/epm.tex @@ -27,7 +27,7 @@ \title{EPM Partition Map Specification} \author{Amlal EL Mahrouss} -\date{2024-2025} +\date{\today} \begin{document} |
