UniFormal / MMT

The MMT Language and System
https://uniformal.github.io/
Other
68 stars 22 forks source link

get rid of localpaths #540

Closed kohlhase closed 3 years ago

kohlhase commented 3 years ago

The newest sTeX does not rely on the localpaths.tex files any more, we can

in particular the last part is a problem; I am eliminating all of the \input{localpaths} from MathHub.

lambdaTotoro commented 3 years ago

I have deprecated the build target and removed all the invocations, but I honestly cannot find the place(s) in the MMT codebase where any \input{localpaths} would be generated. Is that something we know still happens?

kohlhase commented 3 years ago

I think that might be in the generation of all.*.tex (i.e. the alltex target)

kohlhase commented 3 years ago

I have to correct myself, that only copies pre.*.tex and I have removed localpaths from that. So I guess we are done.

kohlhase commented 3 years ago

Thanks a lot.

kohlhase commented 3 years ago

hmmm, I get a compilation error

[error] /Users/kohlhase/vc/git/github.com/UniFormal/MMT/src/mmt-stex/src/info/kwarc/mmt/stex/LaTeXML.scala:509:1: Missing closing brace `}' assumed here
[error] class PdfLatex extends LaTeXBuildTarget {
[error] ^
[error] one error found
lambdaTotoro commented 3 years ago

oops deleted a } too vigorously, try now.

kohlhase commented 3 years ago

seems to work now.