(C) 2024 Hồng-Phúc Bùi
This package provides tool to draw a sunpath chart like this:
This package may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this License or any later version. The latest version of this license is in the file https://www.latex-project.org/lppl.txt
- To build the style file
sunpath.sty
just run one of
latex sunpath.ins
pdflatex sunpath.ins
xelatex sunpath.ins
lualatex sunpath.ins
then you can copy sunpath.sty
to your local texmf
tree, where latex can find it.
- To create PDF Document manual you must use
lualatex
vial3build doc
:
l3build doc
You also need the TikZ-library hobby to create the curve.
\usetikzlibrary{hobby}
(lualatex
because of my name, really ego right! It needs unicode to be typeset correctly.)
I try to use latex3 as much as posible. You can use
l3build doc
to create the style file and documentation files at once. You can also (like I also do) use make
to call repeatly tasks.