Skip to content

Instantly share code, notes, and snippets.

@FreGeh
FreGeh / gist:806e3b109e0c4f8d8bf62c45bf69ea7d
Last active September 10, 2025 11:27
Inoffizielle Transkription der Aufgabensammlung
\documentclass[11pt, a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{framed}
\usepackage{graphicx}
\usepackage{hyperref}
@FreGeh
FreGeh / math-variables-highlighter.user.js
Last active December 26, 2024 19:36
math-variables-highlighter.user.js
// ==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