% pgfplots-autonode.sty -- LaTeX wrapper for pgfplots-autonode. % Copyright (C) 2026 Christophe Jorssen. LPPL 1.3c or later. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pgfplots-autonode}[2026/09/18 v1.1.0 wrapper for the autonode PGFPlots library] \RequirePackage{iftex} \ifluatex\else \PackageError{pgfplots-autonode}{This package requires LuaTeX/LuaLaTeX}{Compile with lualatex.} \fi \RequirePackage{pgfplots} \RequirePackage{tikz} % The implementation itself is a normal PGFPlots % library and remains usable from LaTeX, plain TeX, and ConTeXt. \usepgfplotslibrary{autonode} \endinput