Skip to content
Snippets Groups Projects
Verified Commit 2b986ffd authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

style(options): use textsf for option name

parent 6f8ecb64
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ draft=false, % toggle if draft version ...@@ -107,7 +107,7 @@ draft=false, % toggle if draft version
\newcommand{\describeOption}[4]{ \newcommand{\describeOption}[4]{
\par\noindent \par\noindent
\textbf{#1} \textbf{\textsf{#1}}
\if\relax\detokenize{#2}\relax \if\relax\detokenize{#2}\relax
% nothing % nothing
\else \else
...@@ -156,12 +156,12 @@ draft=false, % toggle if draft version ...@@ -156,12 +156,12 @@ draft=false, % toggle if draft version
\label{part:user} \label{part:user}
\input{contents/user-install} \input{contents/user-install}
\input{contents/user-usage} \input{contents/user-usage}
\input{contents/definitions}
\input{contents/user-input} \input{contents/user-input}
\input{contents/user-troubleshooting} \input{contents/user-troubleshooting}
\part{Technical documentation} \part{Technical documentation}
\label{part:tech} \label{part:tech}
\input{contents/definitions}
%\input{contents/tech-architecture} %\input{contents/tech-architecture}
\input{contents/tech-solvers} \input{contents/tech-solvers}
\input{contents/tech-extensions} \input{contents/tech-extensions}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment