Calendars and Miscellaneous ⇒ Yearly Calendar Formatting
Yearly Calendar Formatting
Thanks,
Neven
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Yearly Calendar Formatting
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 thenvulic wrote:Whenever I try inserting text for any day in June it always pushes the calendar down and left.
\termin
command there.For example, you could define
Code: Select all
\newcommand*{\mydate}[2]{
\node [anchor=north west, text width= 3.4cm] at
($(cal-#1.north west)+(3em, -0.2ex)$) {#2};
}
Code: Select all
\mydate{\year-06-05}{Today is the day}