Latex3: l3doc doesn't make "TF" grey when documenting internal conditionals

Created on 26 May 2020  ·  1Comment  ·  Source: latex3/latex3

MWE

% \iffalse
%<*driver>
\documentclass{l3doc}
\begin{document}
\DocInput{\jobname.dtx}
\end{document}
%</driver>
% \fi
% \begin{implementation}
%    \begin{macrocode}
%<@@=testpkg>
%<*package>
%    \end{macrocode}
% \begin{macro}[TF]{\@@_true:}
% This function is interesting.
%    \begin{macrocode}
\prg_new_conditional:Nnn \@@_true: { T, F, TF }
  { \prg_return_true: }
%    \end{macrocode}
% \end{macro}
%    \begin{macrocode}
%</package>
%    \end{macrocode}
% \end{implementation}

image

"TF" should be gray, shouldn't it?

feature-request l3doc

Most helpful comment

The TF is typeset by \@@_typeset_TF:, which adds an explicit \color{black}. Indeed it would probably look better if it was grey too.

>All comments

The TF is typeset by \@@_typeset_TF:, which adds an explicit \color{black}. Indeed it would probably look better if it was grey too.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

josephwright picture josephwright  ·  31Comments

bastien-roucaries picture bastien-roucaries  ·  19Comments

EvanAad picture EvanAad  ·  49Comments

dbitouze picture dbitouze  ·  43Comments

josephwright picture josephwright  ·  12Comments