From c6cb088ecd4f1e79fb01d67c6986afb45eda41c3 Mon Sep 17 00:00:00 2001 From: mirabilos <t.glaser@tarent.de> Date: Tue, 14 May 2019 19:25:22 +0200 Subject: [PATCH] \makeat{lett,oth}er are implicit in .cls and .sty files, according to https://en.wikibooks.org/wiki/LaTeX/Creating_Packages --- unicodepoints.sty | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/unicodepoints.sty b/unicodepoints.sty index e4d70ba..04d6c33 100644 --- a/unicodepoints.sty +++ b/unicodepoints.sty @@ -37,8 +37,7 @@ % \usepackage[utf8]{inputenc}% \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{unicodepoints}[2018/08/17 2.3 Unicode codepoints]% -\makeatletter% +\ProvidesPackage{unicodepoints}[2019/05/14 2.4 Unicode codepoints]% for Tₑχ/Lá´¬TᴇΧ \ifx\UTFviii@defined\@undefined% \PackageError{unicodepoints}{This package requires UTF-8 input encoding}% @@ -2328,5 +2327,4 @@ \newunicodechar{ðŸ¾}{$\mathtt{8}$}% \newunicodechar{ðŸ¿}{$\mathtt{9}$}% -\makeatother% \endinput -- GitLab