mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
8 lines
217 B
JavaScript
8 lines
217 B
JavaScript
(function() {
|
|
require(["jquery", "main", "libs/google-code-prettify/prettify", "libs/google-code-prettify/latex"], function($) {
|
|
$(document).ready(function() {
|
|
prettyPrint();
|
|
});
|
|
});
|
|
}).call(this);
|