Latex_Automatic Formatting

Typesetting the contents of the clipboard

As of 2024-12-09. See the latest version.

// ==UserScript==
// @name         Latex_Automatic Formatting
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Typesetting the contents of the clipboard
// @author       Mozikiy
// @match        *://*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
// @license      GNU GPLv3
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    console.log("hello new world");
})();