songjuntae2022

Results 1 comments of songjuntae2022

I solved it by removing texlive-core from conda and getting texlive with apt-get. ``` conda remove -n myenv texlive-core sudo apt-get install texlive ```