metamath / metamath-exe

Metamath program - source code for the Metamath executable
GNU General Public License v2.0
75 stars 25 forks source link

undouble `[` even if there is no bibliography #163

Closed digama0 closed 10 months ago

digama0 commented 10 months ago

Fixes an issue noted at https://github.com/metamath/metamath-knife/pull/130#issuecomment-1735228209 . The whole bibtag processing was skipped when there is no bibliography, meaning that [[ would only get turned into [ if there is a bibliography present which is not great. Now it just treats this the same as an empty or unreadable bibliography: bib tags are linked anyway but a warning is printed.