From df9212ff6c5b7e9e9b148f5a5b01aa26f98bf4bb Mon Sep 17 00:00:00 2001 From: Jadon T Schuler Date: Thu, 4 Apr 2024 09:12:34 -0500 Subject: [PATCH] Fix rendering of exponents --- filesystems/filesystems.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filesystems/filesystems.tex b/filesystems/filesystems.tex index 38c51b5..6b1e67a 100644 --- a/filesystems/filesystems.tex +++ b/filesystems/filesystems.tex @@ -34,7 +34,7 @@ \chapter{Filesystems} Prefix & Byte Value \\ \hline KiB & 1024B \\ MiB & 1024 * 1024 B \\ -GiB & 1024\^3 B +GiB & 1024 \^ 3 B \end{tabular} \end{table} \end{center} @@ -48,7 +48,7 @@ \chapter{Filesystems} Prefix & Byte Value \\ \hline KB & 1000B \\ MB & 1000 * 1000 B \\ -GB & 1000\^3 B +GB & 1000 \^ 3 B \end{tabular} \end{table} \end{center}