Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Jun 15, 2022
1 parent 21f1ca9 commit c657224
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions doc/latex/pgf-pie/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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

This comment has been minimized.

Copy link
@muzimuzhi

muzimuzhi Jun 15, 2022

Member

two typos, pity.

  • missing space: \piecommand -> \pie command
  • wrong plural form: starting with a spaces -> starting with a space

This comment has been minimized.

Copy link
@hmenke

hmenke Jun 15, 2022

Author Member

Too bad. It's already released and sent off to CTAN. Maybe at some point it's worth switching to the https://keepachangelog.com/ format that I've implemented in PGF, after stealing it from arara :)

2 changes: 1 addition & 1 deletion doc/latex/pgf-pie/pgf-pie-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

\title{Drawing Pie Chart by using \pgfpiename}
\author{\href{mailto:[email protected]}{Yuan Xu}}
\date{\today{}~(v0.6)}
\date{\today{}~(v0.7)}
\maketitle

\begin{abstract}
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/pgf-pie/pgf-pie.sty
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit c657224

Please sign in to comment.