Skip to content

Commit

Permalink
Remove \input@path
Browse files Browse the repository at this point in the history
This is an internal function which we temporarily redefine while in our scores.  The fact that it's not documented in our documentation isn't a problem.
  • Loading branch information
rpspringuel committed Feb 10, 2025
1 parent fe0a2cc commit bf24655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ sed -i.temp 's:\\gre@pitch.*::' $CODEFILE
sed -i.temp 's:.*gre@char@he@.*::' $CODEFILE
sed -i.temp 's:\\gre@protrusionfactor@.*::' $CODEFILE

#remove LaTeX internal
sed -i '/\\input@path/d' $CODEFILE

#label file
echo "00 Macros Defined in TeX" >> $CODEFILE

Expand Down

0 comments on commit bf24655

Please sign in to comment.