summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-22 20:48:32 +0000
committerKarl Berry <karl@freefriends.org>2020-10-22 20:48:32 +0000
commitfcea7562d2468d731e49ffddc4289b7d91009fc9 (patch)
tree80c52b0ce97f6879439236852a59d212cef3d074 /Master/texmf-dist
parent863ece2e5e2f65249d3b326f6a085fb181cd7420 (diff)
utfsym (22oct20)
git-svn-id: svn://tug.org/texlive/trunk@56729 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/utfsym/README22
-rw-r--r--Master/texmf-dist/doc/latex/utfsym/utfsym.pdfbin3577246 -> 3582044 bytes
-rw-r--r--Master/texmf-dist/doc/latex/utfsym/utfsym.tex25
-rw-r--r--Master/texmf-dist/tex/latex/utfsym/utfsym.sty6
4 files changed, 35 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/utfsym/README b/Master/texmf-dist/doc/latex/utfsym/README
index 3d9d19bb28c..3cea6caf3c3 100644
--- a/Master/texmf-dist/doc/latex/utfsym/README
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/utfsym/utfsym.pdf b/Master/texmf-dist/doc/latex/utfsym/utfsym.pdf
index e6b3afa6960..14db8a132d3 100644
--- a/Master/texmf-dist/doc/latex/utfsym/utfsym.pdf
+++ b/Master/texmf-dist/doc/latex/utfsym/utfsym.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/utfsym/utfsym.tex b/Master/texmf-dist/doc/latex/utfsym/utfsym.tex
index 033e53e481e..ed02b72d646 100644
--- a/Master/texmf-dist/doc/latex/utfsym/utfsym.tex
+++ b/Master/texmf-dist/doc/latex/utfsym/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/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}}