forked from xuyuan/pgf-pie
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# 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. | ||
|
||
# Bug fixes | ||
|
||
Loop counter variables have been renamed with the \pgfpie@ prefix to avoid | ||
clashes with user macros. | ||
pgf-pie tokenizes its arguments which led to breakage when used with babel. | ||
For now, babel functionality is simply disabled for the entire pie. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ | |
|
||
\title{Drawing Pie Chart by using \pgfpiename} | ||
\author{\href{mailto:[email protected]}{Yuan Xu}} | ||
\date{\today{}~(v0.5)} | ||
\date{\today{}~(v0.6)} | ||
\maketitle | ||
|
||
\begin{abstract} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/05/03 v0.5 Some LaTeX macros for pie | ||
\ProvidesPackage{pgf-pie}[2021/07/30 v0.6 Some LaTeX macros for pie | ||
chart by using PGF/Tikz package.] | ||
\RequirePackage{tikz} | ||
\usetikzlibrary{pie} |