get-programming-language from pretext-common is not available in pretext-runestone-static. So the get-programming-language template call there is not working correctly.
This fix works... but it ugly in that it duplicates templates from pretext-common into pretext-runestone-static. What is the best way to do this right? A new xsl file with the language stuff that gets included from both places?
Found this while debugging https://github.com/PreTeXtBook/pretext/pull/2298
get-programming-language
frompretext-common
is not available inpretext-runestone-static
. So theget-programming-language
template call there is not working correctly.This fix works... but it ugly in that it duplicates templates from
pretext-common
intopretext-runestone-static
. What is the best way to do this right? A new xsl file with the language stuff that gets included from both places?