From c6572242ec5b2073361de1e529741cebc5dc524a Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Tue, 14 Jun 2022 12:10:36 +0200 Subject: [PATCH] Release 0.7 --- doc/latex/pgf-pie/RELEASE_NOTES.md | 13 ++++--------- doc/latex/pgf-pie/pgf-pie-manual.tex | 2 +- tex/latex/pgf-pie/pgf-pie.sty | 2 +- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/doc/latex/pgf-pie/RELEASE_NOTES.md b/doc/latex/pgf-pie/RELEASE_NOTES.md index 7f474da..ae1e23b 100644 --- a/doc/latex/pgf-pie/RELEASE_NOTES.md +++ b/doc/latex/pgf-pie/RELEASE_NOTES.md @@ -1,14 +1,9 @@ # New features -pgf-pie now wraps the entire pie into a \scope environment and additionally -defers lookup of unknown /pgfpie keys to the /pgf and /tikz namespaces. This -paves the way for all kinds of improvements such as easy setting of global pie -options like font or placement on the background layer. Further is allows -referring to the pie as a node via local bounding box and moving the pie around -on the canvas using the shift key. +The new option `change direction` will order the slices counterclockwise instead +of the default clockwise. # Bug fixes -pgf-pie tokenizes its arguments which led to breakage when used with babel. -For now, babel functionality is simply disabled for the entire pie. - +The `\pie`command did not escape spaces properly which prevented using options +starting with a spaces. #14 diff --git a/doc/latex/pgf-pie/pgf-pie-manual.tex b/doc/latex/pgf-pie/pgf-pie-manual.tex index 381ad1e..0c87221 100644 --- a/doc/latex/pgf-pie/pgf-pie-manual.tex +++ b/doc/latex/pgf-pie/pgf-pie-manual.tex @@ -42,7 +42,7 @@ \title{Drawing Pie Chart by using \pgfpiename} \author{\href{mailto:xuyuan.cn@gmail.com}{Yuan Xu}} -\date{\today{}~(v0.6)} +\date{\today{}~(v0.7)} \maketitle \begin{abstract} diff --git a/tex/latex/pgf-pie/pgf-pie.sty b/tex/latex/pgf-pie/pgf-pie.sty index 05e8e85..ec8740f 100644 --- a/tex/latex/pgf-pie/pgf-pie.sty +++ b/tex/latex/pgf-pie/pgf-pie.sty @@ -1,6 +1,6 @@ % SPDX-License-Identifier: GPL-2.0-only OR LPPL-1.3c \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{pgf-pie}[2021/07/30 v0.6 Some LaTeX macros for pie +\ProvidesPackage{pgf-pie}[2022/06/14 v0.7 Some LaTeX macros for pie chart by using PGF/Tikz package.] \RequirePackage{tikz} \usetikzlibrary{pie}