Calendars and Miscellaneous ⇒ calendar package how-to
calendar package how-to
I've been trying to use an old calendar package downloaded from here:
https://ctan.org/tex-archive/macros/lat ... ar?lang=en
and now I'm not sure how to use it. I've installed it (run allcal.ins) and was able to compile several demo files (e.g. demowkly.tex). As far as I understand one edits his own calendar events inside caldemos.dtx file, but how should I run it? Compiling with pdflatex and latex gives no output, compiling with just tex gives an error about ltxdoc documentclass. Any guidance will be appreciated (I'm using Miktex 2.9 on Windows 10, if it helps).
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
calendar package how-to
Disclaimer: I never used the package, so I cannot answer detailed questions about the package, but only give the general information above.
BTW: The package is not part of TeX distributions because it is not free enough. And it is very old. There are more modern calendar packages like tikz-kalender (Kalender is the German word for calendar).

calendar package how-to
Code: Select all
%%%% This is file `demowkly.tex',%% generated with the docstrip utility.%%%% The original source files were:%%%% caldemos.dtx (with options: `weekly')%%\documentclass[a4paper]{weekly}\begin{document}\begin{weekly}{}{demolist,demoaptr,demoevtr}january 1 1997 to january 3 1997\end{weekly}\end{document}%%%%%% End of file `demowkly.tex'.
Thanks!
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
calendar package how-to
If you just want to use an existing class/package, you have to write a tex document. If you want to write a new class/package with documentation, writing a new dtx file would be a good idea but not a must. dtx files are the sources and implementation documentation (and oft also the manuals and demo files) of LaTeX packages and classes. Read the docstrip manual for more information about dtx and ins files. Only class and package authors need to edit them. Users use the unpacked classes and packages.
