Skip to content
Snippets Groups Projects
Commit 0e337015 authored by Jasper Clemens Gräflich's avatar Jasper Clemens Gräflich
Browse files

Switch to minted

parent 4adbad3f
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ morekeywords=[2]{bool,i8,i16,i32,i64,i128,isize,u8,u16,u32,u64,u128,usize,f32,f6
% We use `~' as delimiter for the listing because braces don’t
% behave well if there are also braces in th source code. I hope
% that `~' is sufficiently rare in Rust to never encounter it.
\newcommand{{\inline}}[1]{{{\lstinline[language=Rust]~#1~}}}
\newcommand{{\inline}}[1]{{{\mintinline{rust}~#1~}}}
% Caption formatting; I can’t get it to align the whole
% caption to the left, only the paragraphs within the caption.
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment