From 6f8e3730f80364477ab7c51c21d7d8936c155168 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Thu, 4 Jul 2024 14:13:30 -0400 Subject: [PATCH] =?UTF-8?q?Adjusted=20font=20family=20in=20=C2=ABCounter?= =?UTF-8?q?=20Variable=20Formats=C2=BB=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 005/codex-005.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/005/codex-005.tex b/005/codex-005.tex index 1bfadf0..33e236a 100644 --- a/005/codex-005.tex +++ b/005/codex-005.tex @@ -627,9 +627,9 @@ And what can you make those labels look like? List this: rows = {5mm, m, rowsep=1.5pt}, row{1} = {font=\bfseries}, rowhead = 1, - cells = {font=\sffamily\fontsize{9pt}{12pt}\selectfont}, + cells = {font=\fontsize{9pt}{12pt}\selectfont}, } -Command & Example \\ +\textsf{Command} & \textsf{Example} \\ \texttt{\textbackslash{}arabic\{cv\}} & 1 \\ \texttt{\textbackslash{}roman\{cv\}} & i \\ \texttt{\textbackslash{}Roman\{cv\}} & I \\