cryptocode
cryptocode copied to clipboard
babel/tikz issue
Recently I noticed that when using babel, and tikz, using the tikzlibrary babel is needed in some cases. For these cases, it breaks some commands in cryptocode (I suspect it is the @ but I am not literate enough in TeX to confirm nor fix) Minimal example:
\documentclass{article}
\usepackage[english]{babel}
\usepackage{tikz}
% removing the next line fixes the issue
\usetikzlibrary{babel}
\usepackage{cryptocode}
\begin{document}
\pseudocodeblock{
\< \sendmessageleft*{x} \<
}
\end{document}