Skip to content

Instantly share code, notes, and snippets.

View mhoangvslev's full-sized avatar
🎼
Interested in OMR, MIR

Minh-Hoang DANG mhoangvslev

🎼
Interested in OMR, MIR
View GitHub Profile
\documentclass{article}
\usepackage[dvipsnames]{xcolor} % https://en.wikibooks.org/wiki/LaTeX/Colors
\definecolor{LightGray}{rgb}{0.97,0.97,0.97}
\usepackage{listings} % syntax highlighting
\lstdefinelanguage{SPARQL}{
basicstyle=\small\ttfamily,
backgroundcolor=\color{LightGray},
columns=fullflexible,
breaklines=false,