texlive[56729] Master/texmf-dist: utfsym (22oct20)

commits+karl at tug.org commits+karl at tug.org
Thu Oct 22 22:48:32 CEST 2020


Revision: 56729
          http://tug.org/svn/texlive?view=revision&revision=56729
Author:   karl
Date:     2020-10-22 22:48:32 +0200 (Thu, 22 Oct 2020)
Log Message:
-----------
utfsym (22oct20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/utfsym/README
    trunk/Master/texmf-dist/doc/latex/utfsym/utfsym.pdf
    trunk/Master/texmf-dist/doc/latex/utfsym/utfsym.tex
    trunk/Master/texmf-dist/tex/latex/utfsym/utfsym.sty

Modified: trunk/Master/texmf-dist/doc/latex/utfsym/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/utfsym/README	2020-10-22 20:46:30 UTC (rev 56728)
+++ trunk/Master/texmf-dist/doc/latex/utfsym/README	2020-10-22 20:48:32 UTC (rev 56729)
@@ -3,13 +3,18 @@
 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 @@
 ========================================================================
 Copyright (C)
 2010, 2011, 2012, 2013, 2014, 2020
-Daniel Spittank
+Daniel Spittank, Johannes Pieper
 
 (schulepaket at 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

Modified: trunk/Master/texmf-dist/doc/latex/utfsym/utfsym.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/utfsym/utfsym.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/utfsym/utfsym.tex	2020-10-22 20:46:30 UTC (rev 56728)
+++ trunk/Master/texmf-dist/doc/latex/utfsym/utfsym.tex	2020-10-22 20:48:32 UTC (rev 56729)
@@ -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 at johpie.de ,
     url     = https://ddi.uni-wuppertal.de/material/schulepaket.html ,
     abstract = {%
@@ -101,4 +101,23 @@
 
 \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}

Modified: trunk/Master/texmf-dist/tex/latex/utfsym/utfsym.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/utfsym/utfsym.sty	2020-10-22 20:46:30 UTC (rev 56728)
+++ trunk/Master/texmf-dist/tex/latex/utfsym/utfsym.sty	2020-10-22 20:48:32 UTC (rev 56729)
@@ -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}}



More information about the tex-live-commits mailing list.