Tagged Questions
2
votes
1answer
437 views
Beamer columns won't align minted code and TikZ diagram
I'm trying to create a two column Beamer slide, with the first column displaying a short minted code listing, and the second column displaying a TikZ diagram.
Unfortunately the minted code listing is ...
1
vote
1answer
242 views
How can I assign a node name while wrapping minted environment?
I was thinking how can I frame particular pieces of minted environment for beamer slides. I had a choice either to use overlays and split code across several blocks ( Beamer vs. Minted: overlays ) or ...
2
votes
1answer
446 views
Wrapping minted in a Tikz box with a command
I'm familiar with the Defining a command for a minted environment question. In addition to defining the mint parameters I also want to wrap the minted code inside a Tikz box for its nice looks.
I've ...
3
votes
1answer
571 views
Error when using both minted and TikZ externalize with xelatex
See the following MWE.
\documentclass{article}
\usepackage{minted, tikz}
\usepackage{fontspec}
\setmainfont{Arial}
\usetikzlibrary{external}
\tikzset{external/system call={%
xelatex ...