Graphics, Figures & Tablescalendar package + custom vertical alignment

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
sombrancelha
Posts: 22
Joined: Fri May 18, 2007 6:48 pm

calendar package + custom vertical alignment

Post by sombrancelha »

Hello,

I'm using the calendar package to create a monthly calendar.

This is what it looks like:

dates.cld:

Code: Select all

July 2 2010 to July 29 2010 {}
events.cld:

Code: Select all

range dates {}
2 july 2010 {item at top}
2 july 2010 {item at center}
2 july 2010 {item at bottom}
calendar.tex:

Code: Select all

\documentclass[10pt,a4paper]{article}
\usepackage{monthly}

\begin{document}
\begin{monthly}
 {}
 {events}
 july 2010
\end{monthly}
\end{document}
The output of July 2nd is like this:
resultxr.png
resultxr.png (4.87 KiB) Viewed 2376 times
However, I want something like this (the image was edited in Gimp to show the effect of what I want...):
resulti.png
resulti.png (6.72 KiB) Viewed 2376 times
Any idea on how to achieve this? Thanks!


Edit by localghost: No external links! Attachments go onto the forum server (see Board Rules).

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

fbennett
Posts: 1
Joined: Wed Jun 23, 2010 12:43 am

Re: calendar package + custom vertical alignment

Post by fbennett »

Hi, Martin.

It has been a very long time (many years) since I looked at the calendar.sty code. While in principle I would be very happy to help, and I'm glad to see that the code is still finding use in the wild, I don't have available time for coding on the project at present.

The best I can do is make the source available in a versioned store, so that people can work with it collaboratively to fix bugs, address limitations, or add extensions. I've put it up on the BitBucket service, which uses the Mercurial version control system:

(this forum apparently does not permit links, but you can use a search engine to find the source, with keywords such as "latex calendar bitbucket")

Feel free to help yourself to the archive, either for download or for cloning, and (to everyone) let me know if you'd like write access to the project.

Sorry I can't be of more assistance,
Frank Bennett
Post Reply