%% luamathaccents.sty %% Copyright 2026 Joris Pinkse % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % https://www.latex-project.org/lppl.txt % and version 1.3c or later is part of all distributions of LaTeX % version 2008 or later. % % This work has the LPPL maintenance status `maintained'. % The Current Maintainer of this work is Joris Pinkse. % % This work consists of the files luamathaccents.sty, luamathaccents.lua, % luamathaccents-doc.tex and the derived file luamathaccents-doc.pdf. % \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luamathaccents}% [2026/07/26 v1.0 Unicode combining accents in math input (LuaTeX)] \RequirePackage{iftex} \RequireLuaTeX \directlua{require("luamathaccents")} \newcommand*\LuaMathAccentsOn{\directlua{luamathaccents.enable()}} \newcommand*\LuaMathAccentsOff{\directlua{luamathaccents.disable()}} \LuaMathAccentsOn \endinput