This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt, a4paper]{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[ngerman]{babel} | |
\usepackage{amsmath} | |
\usepackage{amssymb} | |
\usepackage{framed} | |
\usepackage{graphicx} | |
\usepackage{hyperref} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name math variables and notations highlighter | |
// @namespace https://github.com/FreGeh | |
// @version 1.5 | |
// @license GPL-3.0-or-later | |
// @description Highlights mathematical variables and notations (MathJax, Italic) with a simple blue background, so long paragraphs are easier to read. Primarily focused for usage on websites such as codeforces and project euler. | |
// @icon https://cdn-icons-png.flaticon.com/128/43/43102.png | |
// @author fregeh | |
// @match *://*/* | |
// @grant none |