Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: user227621 <[email protected]>
  • Loading branch information
FrankMittelbach and user227621 authored Dec 14, 2024
1 parent 71e5638 commit cd048ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions base/ltfssaxes.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@
%
% With 9~weight values (from \texttt{ul} to \texttt{ub}) and 9~width values
% (from \texttt{uc} to \texttt{ux}), this table is now rather large
% (1336~entries), but on the other hand, the table doesn't change and
% accessing rules is fast using a table implemented in this way.
% (far more than 1000~entries), but on the other hand, the table
% doesn't change and accessing rules is fast using a table implemented
% in this way.
%
% We could alternatively split the axis and maintain weight and width
% separately, but that would take more processing time and would not
Expand Down Expand Up @@ -947,7 +948,7 @@
% \end{macrocode}
%
% There are a number of font families that implement condensed
% series, but often only \texttt{c} and \texttt{bc}. So if we see a series or width
% series, but often only \texttt{c} and \texttt{bc}. So if we see a weight or width
% change request that can't be fulfilled we try to stay with \texttt{c} or \texttt{bc}.
% \begin{macrocode}
\DeclareFontSeriesChangeRule {c}{ul} {ulc} {c}
Expand Down

0 comments on commit cd048ac

Please sign in to comment.