From 2b986ffde40a6e81d476c34202d1a16d6f553e1a Mon Sep 17 00:00:00 2001 From: Thomas Lambert <t.lambert@uliege.be> Date: Wed, 31 Aug 2022 10:07:06 +0200 Subject: [PATCH] style(options): use textsf for option name --- rotare-doc.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rotare-doc.tex b/rotare-doc.tex index e3be15c..aa7b5ca 100644 --- a/rotare-doc.tex +++ b/rotare-doc.tex @@ -107,7 +107,7 @@ draft=false, % toggle if draft version \newcommand{\describeOption}[4]{ \par\noindent - \textbf{#1} + \textbf{\textsf{#1}} \if\relax\detokenize{#2}\relax % nothing \else @@ -156,12 +156,12 @@ draft=false, % toggle if draft version \label{part:user} \input{contents/user-install} \input{contents/user-usage} -\input{contents/definitions} \input{contents/user-input} \input{contents/user-troubleshooting} \part{Technical documentation} \label{part:tech} +\input{contents/definitions} %\input{contents/tech-architecture} \input{contents/tech-solvers} \input{contents/tech-extensions} -- GitLab