Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabricesalvaire/tex-calendar
A Perl script to generate a (French) calendar and an agenda using pdflatex.
https://github.com/fabricesalvaire/tex-calendar
Last synced: 26 days ago
JSON representation
A Perl script to generate a (French) calendar and an agenda using pdflatex.
- Host: GitHub
- URL: https://github.com/fabricesalvaire/tex-calendar
- Owner: FabriceSalvaire
- License: gpl-3.0
- Created: 2013-05-05T14:40:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-05T17:51:36.000Z (over 11 years ago)
- Last Synced: 2024-05-19T00:05:41.315Z (6 months ago)
- Language: Perl
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
===================
tex-calendar V0.1.0
===================A Perl script to generate a (French) custom calendar and an agenda using pdflatex.
Un Perl script pour générer via pdflatex un calendrier et un agenda personnalisable avec les
vacances scolaires Française (zone A, B et C).Source Repository
-----------------The tex-calendar project is hosted at github
http://github.com/FabriceSalvaire/tex-calendarRequirements
------------* Perl
* Getopt::Long
* DateTime::Format::Strptime
* Params::Validate
* Astro::Sunrise* `gcal `_
Building & Installing
---------------------* Install ``cgal`` and use ``cpan`` to install missing Perl modules.
* Download the source using git.Running
-------Special (French) holidays are set in the file ``steering.pl``.
To generate a 2013 calendar do in a terminal::
./calendrier --steering=steering.pl --year=2013 --calendar
pdflatex calendar.texTo get the command help use::
./calendrier --help
To Go Further
-------------:Warning: The development of tex-calendar is on standby since several years now.
I plan a day to reimplement it in Python. My idea is to remove the need of ``gcal`` and to have a
nicer code. Python raw string are much better than Perl for TeX. There is two obstacles to do this:
Actually Python library doesn't have a calendar tool equivalent to ``gcal``. Also I have to get a
sunset-sunrise Python implementation. The directory ``doc`` contains some stuffs about this... End