Initial commit

This commit is contained in:
Kenneth John Odle 2024-12-26 12:44:32 -05:00
commit c08fd6f528
2 changed files with 32 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
*.aux
*.log
*.synctex.gz
*.toc
*.odt
*.bak
tests/
*.dvi
*(copy)*
*.pdf
build/*
/build

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# Daily Planner in LaTeX
Current version: 1.0.0
## New in version 1.0.0
This is a new daily, single-sided version of my daily planner.
## Background
For background information, see my [Planner in LaTeX](https://git.kjodle.net/kjodle/planner-in-latex).
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Planner in LaTeX</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://git.kjodle.net/kjodle/daily-planner" property="cc:attributionName" rel="cc:attributionURL">Kenneth John Odle</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="https://git.kjodle.net/kjodle/daily-planner" rel="dct:source">https://git.kjodle.net/kjodle/daily-planner</a>.
The license above means that you are free to fork this work and adapt it to your own needs, and you are free to share your adaption with others, with the following two provisions:
* You are not allowed to sell it.
* You must attribute the original work to me, by providing a link back to this page.
For more information, visit the Creative Commons page listed above.