Configure TikZ to use babel wherever it is used

This commit is contained in:
Audric Schiltknecht 2025-07-30 10:47:13 -04:00
commit f751ae8460
4 changed files with 4 additions and 1 deletions

View file

@ -17,6 +17,7 @@
% required packages
%-------------------------------------------------------------------------------
\RequirePackage{tikz}
\usetikzlibrary{babel}
%-------------------------------------------------------------------------------