7
votes
2answers
619 views

How to place two code snippets next to each other with minted?

The minted package for code highlighting comes with a float environment called listing. Now I would like to place two of this code listings next to each other, but I have no idea how to do this. I ...
2
votes
1answer
484 views

Using package minted inside a multicol (multicol package)

I'm trying to list some code (package minted) inside a multicol (package multicol). Example Code: \documentclass{article} \usepackage{minted} \usepackage{multicol} \begin{document} ...