diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-22 20:48:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-22 20:48:32 +0000 |
commit | fcea7562d2468d731e49ffddc4289b7d91009fc9 (patch) | |
tree | 80c52b0ce97f6879439236852a59d212cef3d074 /Master/texmf-dist/tex | |
parent | 863ece2e5e2f65249d3b326f6a085fb181cd7420 (diff) |
utfsym (22oct20)
git-svn-id: svn://tug.org/texlive/trunk@56729 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/utfsym/utfsym.sty | 6 |
1 files changed, 3 insertions, 3 deletions
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}} |