Skip to content

Commit

Permalink
Add support for technical editors
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Jan 10, 2025
1 parent c0b118e commit 07402fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inst/issue.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
$editors.executive.name$, $editors.executive.affiliation$, $editors.executive.country$\\
$endfor$

$if(editors.technical)$
\bigskip
\textbf{Technical editors:}\\
$for(editors.technical)$
$editors.technical.name$, $editors.technical.affiliation$, $editors.technical.country$\\
$endfor$
$endif$

% \bigskip
% \textbf{Editor Programmer's Niche:}\\
% Bill Venables
Expand Down

0 comments on commit 07402fb

Please sign in to comment.