Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
I didn't yet find a clean solution, but as a dirty hack one can edit the quarto.js file and change the line [kLatexAutoInstall]: true, to [kLatexAutoInstall]: false, (this obviously won't s...
Answer
#2: Post edited
I didn't yet find a clean solution, but as a dirty hack one can edit the `quarto.js` file and change line 43138 from- ```
- [kLatexAutoInstall]: true,
- ```
- to
- ```
- [kLatexAutoInstall]: false,
- ```
- (this obviously won't survive any updates to Quarto)
- I didn't yet find a clean solution, but as a dirty hack one can edit the `quarto.js` file and change the line
- ```
- [kLatexAutoInstall]: true,
- ```
- to
- ```
- [kLatexAutoInstall]: false,
- ```
- (this obviously won't survive any updates to Quarto)