File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 1
- # Announcement
2
-
3
- This release is the beginning of a complete rewrite of pgf-pie to make it
4
- portable to other formats and to fix bugs that originate from its design.
5
-
6
1
# Bug fixes
7
2
8
- This release also includes other bug fixes. On GitHub you can click the commit
9
- hashes and the issue numbers to get to the fix and the ticket, respectively.
10
-
11
- a7a883c #5
12
- 6e38480 #6
13
- c279e95 #2
14
-
3
+ Loop counter variables have been renamed with the \pgfpie@ prefix to avoid
4
+ clashes with user macros.
Original file line number Diff line number Diff line change 43
43
44
44
\title {Drawing Pie Chart by using \pgfpiename }
45
45
\author {
\href {mailto:
[email protected] }{Yuan Xu}}
46
- \date {\today {}~(v0.4 )}
46
+ \date {\today {}~(v0.5 )}
47
47
\maketitle
48
48
49
49
\begin {abstract }
Original file line number Diff line number Diff line change 1
1
% SPDX-License-Identifier: GPL-2.0-only OR LPPL-1.3c
2
2
\NeedsTeXFormat {LaTeX2e}[1999/12/01]
3
- \ProvidesPackage {pgf-pie}[2020 /05/27 v0.3 Some LaTeX macros for pie
3
+ \ProvidesPackage {pgf-pie}[2021 /05/03 v0.5 Some LaTeX macros for pie
4
4
chart by using PGF/Tikz package.]
5
5
\RequirePackage {tikz}
6
6
\usetikzlibrary {pie}
You can’t perform that action at this time.
0 commit comments