Skip to content

Commit

Permalink
Merge pull request #80 from Omikhleia/piecharts
Browse files Browse the repository at this point in the history
feat: Add piecharts.sile dependency
  • Loading branch information
Omikhleia authored Mar 17, 2024
2 parents 72f64fd + a6cca49 commit d0eacca
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ This collection also imports several modules also provided separately, would you
- [Fancy table of contents](https://github.com/Omikhleia/fancytoc.sile) (an alternative two-level table of contents with nice curly braces)
- [Textual graphics embedders](https://github.com/Omikhleia/embedders.sile) (support for Graphviz, Lilypond, &c)
- [Markdown](https://github.com/Omikhleia/markdown.sile) (support for Markdown, Djot etc.)
- [Pie charts](https://github.com/Omikhleia/piecharts.sile) (support for pie charts)

When used with this collection, the Markdown packages and the fancy table of contents are
leveraged with additional capabilities.
Expand Down
6 changes: 6 additions & 0 deletions examples/manual-packages/packages.sil
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@

\embedder-documentation{lilypond}

\section{Pie charts}

\admon{This package is part of the \strong{piecharts.sile} collection.}

\package-documentation{piecharts}

%%%
%%% Book parts and tools
%%%
Expand Down
4 changes: 2 additions & 2 deletions examples/sile-resilient-manual.silm
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:
- book
authors: Didier Willis
publisher: Omikhleia
pubdate: 2023-10-31
pubdate: 2024-03-17
url: https://github.com/Omikhleia/resilient.sile
copyright: © 2021–2023, Didier Willis.
copyright: © 2021–2024, Didier Willis.
legal: |
This material may be distributed only subject to the terms and conditions
set forth in the Creative Commons Attribution, Share-Alike License,
Expand Down
2 changes: 1 addition & 1 deletion packages/resilient/styles/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--
-- A style package for SILE
-- License: MIT
-- 2021-2023, Didier Willis
-- 2021-2024, Didier Willis
--
local base = require("packages.base")

Expand Down
1 change: 1 addition & 0 deletions resilient.sile-2.3.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies = {
"fancytoc.sile >= 1.0.1",
"labelrefs.sile >= 0.1.0",
"printoptions.sile >= 1.0.0",
"piecharts.sile >= 0.2.0",
"ptable.sile >= 3.0.0",
"qrcode.sile >= 1.0.0",
"textsubsuper.sile >= 1.1.1",
Expand Down
1 change: 1 addition & 0 deletions resilient.sile-dev-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = {
"fancytoc.sile",
"labelrefs.sile",
"printoptions.sile",
"piecharts.sile >= 0.2.0",
"ptable.sile",
"qrcode.sile",
"textsubsuper.sile",
Expand Down

0 comments on commit d0eacca

Please sign in to comment.