From fcea7562d2468d731e49ffddc4289b7d91009fc9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 22 Oct 2020 20:48:32 +0000 Subject: utfsym (22oct20) git-svn-id: svn://tug.org/texlive/trunk@56729 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/utfsym/utfsym.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/utfsym') diff --git a/Master/texmf-dist/tex/latex/utfsym/utfsym.sty b/Master/texmf-dist/tex/latex/utfsym/utfsym.sty index 965410bf3de..99e75df7053 100644 --- a/Master/texmf-dist/tex/latex/utfsym/utfsym.sty +++ b/Master/texmf-dist/tex/latex/utfsym/utfsym.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesPackage{utfsym}[2016/08/08 Use TikZ to support icons from Unicode blocks ] +\ProvidesPackage{utfsym}[2020/10/22 Use TikZ to support icons from Unicode blocks ] %% developed for use in package 'schule' 2016 by Daniel Spittank %% this package is public domain, CC0 @@ -28,11 +28,11 @@ %% command for symbol usage as a picture, scaling by height %% \usymH{unicode number}{height} -\newcommand{\usymH}[2]{\resizebox{!}{#2}{\input{tikz/usym#1.tikz}}} +\newcommand{\usymH}[2]{\resizebox{!}{#2}{\input{usym#1.tikz}}} %% command for symbol usage as a picture, scaling by width %% \usymW{unicode number}{width} -\newcommand{\usymW}[2]{\resizebox{#2}{!}{\input{tikz/usym#1.tikz}}} +\newcommand{\usymW}[2]{\resizebox{#2}{!}{\input{usym#1.tikz}}} %% direct unicode support \DeclareUnicodeCharacter{1F000}{\usym{1F000}} -- cgit v1.2.3