From c6303e38664a7a78e8f21a4390b69e5aa9cf5c93 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 23 Oct 2020 03:02:00 +0000 Subject: CTAN sync 202010230301 --- graphics/pgf/contrib/utfsym/README | 22 ++++++++++------------ graphics/pgf/contrib/utfsym/doc/utfsym.pdf | Bin 3577246 -> 3582044 bytes graphics/pgf/contrib/utfsym/doc/utfsym.tex | 25 ++++++++++++++++++++++--- graphics/pgf/contrib/utfsym/latex/utfsym.sty | 6 +++--- 4 files changed, 35 insertions(+), 18 deletions(-) (limited to 'graphics/pgf') diff --git a/graphics/pgf/contrib/utfsym/README b/graphics/pgf/contrib/utfsym/README index 3d9d19bb28..3cea6caf3c 100644 --- a/graphics/pgf/contrib/utfsym/README +++ b/graphics/pgf/contrib/utfsym/README @@ -3,13 +3,18 @@ PACKAGE `utfsym' The 'utfsym' package provides various symbols from the Unicode in order to be able to use them originally in a school context such as on worksheets. This could not be used so easily under LaTeX. The use in -other contexts is also possible. +other contexts is also possible. For this purpose, the symbols were +converted from the free font symbola.ttf by George Douros into the TikZ +format. + +Each symbol can be embedded in documents in the desired size and color. +Only the hex code of the symbol must be specified. The package was originally part of the 'schule' package. ------------------------------------------------------------------------ -Version: 0.8.2 -Last change: 2020/10/16 +Version: 0.8.3 +Last change: 2020/10/22 The package is still a work in progress. Open development steps are shown in the documentation. @@ -19,19 +24,12 @@ LICENCE ======================================================================== Copyright (C) 2010, 2011, 2012, 2013, 2014, 2020 -Daniel Spittank +Daniel Spittank, Johannes Pieper (schulepaket@johpie.de) -This work may be distributed and/or modified under the -conditions of the LaTeX Project Public License, either version 1.3 -of this license or (at your option) any later version. -The latest version of this license is in - http://www.latex-project.org/lppl.txt -and version 1.3 or later is part of all distributions of LaTeX -version 2005/12/01 or later. +This work is under the CC0 license (http://creativecommons.org/publicdomain/zero/1.0/). -This work has the LPPL maintenance status `maintained'. -------------------------------------------------------------------------- The main code file of the package syntaxdi is: utfsym.sty diff --git a/graphics/pgf/contrib/utfsym/doc/utfsym.pdf b/graphics/pgf/contrib/utfsym/doc/utfsym.pdf index e6b3afa696..14db8a132d 100644 Binary files a/graphics/pgf/contrib/utfsym/doc/utfsym.pdf and b/graphics/pgf/contrib/utfsym/doc/utfsym.pdf differ diff --git a/graphics/pgf/contrib/utfsym/doc/utfsym.tex b/graphics/pgf/contrib/utfsym/doc/utfsym.tex index 033e53e481..ed02b72d64 100644 --- a/graphics/pgf/contrib/utfsym/doc/utfsym.tex +++ b/graphics/pgf/contrib/utfsym/doc/utfsym.tex @@ -7,11 +7,11 @@ \setcnltx{ name = utfsym , title = utfsym , - version = 0.8.2 , - date = 2020-10-16 , + version = 0.8.3 , + date = 2020-10-22 , subtitle = {\LaTeX-Paket für verschiedne Unicode-Symbole}, info = Paketdokumentation , - authors = {Daniel Spittank} , + authors = {Daniel Spittank, Johannes Pieper} , email = schulepaket@johpie.de , url = https://ddi.uni-wuppertal.de/material/schulepaket.html , abstract = {% @@ -101,4 +101,23 @@ benutzerdefinierter Skalierung eingebunden werden. \include{symbole} +\section{Lizenzen} +Das Paket \pkg{utfsym} fällt unter die Public Domain im Sinne der CC0 (Creative Commons Zero). + + +\section{Changelog} +Die folgende Liste bietet eine Übersicht über die letzten Änderungen. Diese beginnt mit der Version 0.8.2, da zu diesem Zeitpunkt das Paket ausgekoppelt wurde und erst seit dem als eigenständiges Paket geführt wird. +\begin{itemize} + \item \textbf{0.8.3} -- 2020-10-22 + \begin{itemize} + \item Fehlerbehebung bzgl. Pfade + \item Erweiterung der Dokumentation + \end{itemize} + \item \textbf{0.8.2} -- 2020-10-16 + \begin{itemize} + \item Auskopplung aus dem Paket \pkg{schule} + \end{itemize} +\end{itemize} + + \end{document} diff --git a/graphics/pgf/contrib/utfsym/latex/utfsym.sty b/graphics/pgf/contrib/utfsym/latex/utfsym.sty index 965410bf3d..99e75df705 100644 --- a/graphics/pgf/contrib/utfsym/latex/utfsym.sty +++ b/graphics/pgf/contrib/utfsym/latex/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