Hi, I was using the template from http://www.texample.net/tikz/examples/a-calender-for-doublesided-din-a4/ to make a calendar. Whenever I try inserting text for any day in June it always pushes the calendar down and left. Just trying to figure out what is happening with the formatting. There is no issue with December on the 2nd page which is why this is weird. Something to do with maximum text width being violated I suppose...
Thanks,
Neven
LaTeX forum ⇒ Calendars and Miscellaneous ⇒ Yearly Calendar Formatting
- Stefan Kottwitz
- Site Admin
- Posts: 10068
- Joined: Mon Mar 10, 2008 9:44 pm
Yearly Calendar Formatting
Hi Neven,
welcome to the forum!
How are you doing this? I guess you don't insert text into the drawing but outside. You can place text by placing a node, similar to the
For example, you could define
and later in the drawing you use it like
Stefan
welcome to the forum!
nvulic wrote:Whenever I try inserting text for any day in June it always pushes the calendar down and left.
How are you doing this? I guess you don't insert text into the drawing but outside. You can place text by placing a node, similar to the
\termin
command there.For example, you could define
\newcommand*{\mydate}[2]{ \node [anchor=north west, text width= 3.4cm] at ($(cal-#1.north west)+(3em, -0.2ex)$) {#2}; }
and later in the drawing you use it like
\mydate{\year-06-05}{Today is the day}
Stefan
LaTeX.org admin
Return to “Calendars and Miscellaneous”
Who is online
Users browsing this forum: No registered users and 1 guest