We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c897c5 commit 1cd9865Copy full SHA for 1cd9865
1 file changed
assets/scripts/runlatex.js
@@ -1,5 +1,5 @@
1
// runlatex.js for TeXLive.net and Overleaf
2
-// Copyright 2020 2021 David Carlisle
+// Copyright 2020 2021 2025 David Carlisle
3
// MIT Licence
4
5
// set here but local versions can be redefined after
@@ -493,6 +493,7 @@ function rlDeleteCookies() {
493
createCookie('runlatex-return',"",-999);
494
createCookie('runlatex-engine',"",-999);
495
createCookie('runlatex-acetheme',"",-999);
496
+ createCookie('runlatex-cm6theme',"",-999);
497
window.location.reload(false);
498
}
499
0 commit comments