cryptocode icon indicating copy to clipboard operation
cryptocode copied to clipboard

babel/tikz issue

Open gilcu3 opened this issue 1 year ago • 0 comments

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}

result

gilcu3 avatar Nov 02 '23 16:11 gilcu3