latex3 / l3build

A testing and building system for LaTeX
LaTeX Project Public License v1.3c
84 stars 14 forks source link

name or file in documentation of tex()? #368

Closed cfr42 closed 2 weeks ago

cfr42 commented 2 weeks ago

l3build.dtx:

% \begin{function}{tex()}
%   \begin{syntax}
%     |tex(|\meta{file},\meta{dir},\meta{cmd}|)|
%   \end{syntax}
%   Runs \meta{cmd} (by default \luavar{typesetexe} \luavar{typesetopts}) on the
%   \meta{name} inside the \meta{dir}.
% \end{function}

I think \meta{name} should be \meta{file} in the description.

Sorry, but I'm not sure how to get syntax highlighting correct for dtx here. Using latex does the same as my TeX editor: everything is a uniform grey.

josephwright commented 2 weeks ago

Indeed - sorted.