Skip to content

Instantly share code, notes, and snippets.

View stefa168's full-sized avatar
📚
Busy with exams, as usual

Stefano Vittorio Porta stefa168

📚
Busy with exams, as usual
  • Asti, Italy
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,