Skip to content
Discussion options

You must be logged in to vote

Problem solved, compilation works.

The root of the problem remains unknown, but reinstalling the LaTeX environment resolved the issue. Unfortunately, the error messages and logs were too uninformative to diagnose precisely what was wrong with the setup.

The solution:

First, I removed TinyTeX, ensuring that all files were deleted by checking the package localization:

> tinytex::uninstall_tinytex()

Then, I reinstall it:

> tinytex::install_tinytex()

Next, I installed koma-script as it contains scrartcl document class (I think):

tlmgr install koma-script

Then, I updated tlmgr:

tlmgr update --self

Finally, I proceeded to install all the packages necessary to run the compilation by attempti…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@Niklewa
Comment options

@mcanouil
Comment options

@Niklewa
Comment options

Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@Niklewa
Comment options

Answer selected by Niklewa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies
2 participants