Tagged Questions
4
votes
1answer
46 views
tikz calendar, month label position
I would like to make a smaller distance between month label and day headings.
\documentclass{article}
\usepackage[top=3cm, bottom=3cm, left=2cm, right=1cm]{geometry}
\usepackage[utf8]{inputenc}
...
3
votes
1answer
78 views
tikz day list calendar to show only Sundays
I would like to create a list calendar of days showing only Sundays, and be able to annotate the day as well.
The following loathly hack sort of approximates to what I want, but has a number of ...
5
votes
1answer
68 views
Wrong positioning of month label tikz calendar
I have the following code:
\begin{figure}[t]
\centering
\begin{tikzpicture}
[every calendar/.style={
month label above left,
month ...
9
votes
1answer
123 views
Setting weekend background color
I'm making a calendar in LaTeX with tikz-pgf and I would like to set to gray the background color for the weekend. In the examples I found on the Internet and in the documentation, I can see how to ...
5
votes
1answer
169 views
How can I customize TikZ’ calendar?
I'm playing around with the TikZ’ calendar library to make a simple course calendar.
I want to make weekend days and days when there is a week break or something to be grayed out, lecture days to be ...
6
votes
1answer
65 views
How to change the distance between month label and calender
I want to know, how to decrease/increase the distance between month label and the calendar. There seem to be no "month label xshift" key.
Here is an MWE to play with:
\documentclass{standalone}
...
13
votes
1answer
228 views
Help automating calendar creation
I'm doing calendars for all the family, and I have a problem automating the process. I'm using the calendar tikz library.
I need to include the moon phase in the calendar. I can do it with this code
...
12
votes
2answers
469 views
Typesetting a calendar with pgfgantt
How can I use pgfgantt to typeset a calendar for 2013? I would like to have calendar that displays the day-dates of the corresponding months; instead of the number 1 to 365 it should give ...
10
votes
1answer
247 views
Misaligned month label in TikZ calendar
I'm putting together a multi-month calendar in TikZ and am seeing some awkward and undesired alignment in the month labels despite using the month label above centered style. In particular, the month ...
7
votes
1answer
366 views
pgfgantt chart with weekdays and dates
What i have is this:
\documentclass[a4paper]{article}
\usepackage{pgfgantt}
\usepackage{pgfcalendar}
\usepackage[a4paper,landscape,left=1cm,top=1cm,%
bottom=1.5cm,right=1cm]{geometry}
...
6
votes
1answer
234 views
Change the line spacing in PGF calendar
2 questions really: in the following example I would like to
1) change the line spacing in the calendar
2) move the calendar to the left
I couldn't find the way to increase line spacing in calendar; ...
7
votes
1answer
389 views
Calendar with TikZ; only print week days
I'm trying to compose a TikZ calendar, but only want workdays printed. From the manual (I'm using v2.1):
57.1.2 Checking Dates
...
workday Passed by Mondays, Tuesdays, Wednesdays, ...
18
votes
1answer
540 views
TiKZ calendar: Easter related holidays
I wrote some code for finding the date of Easter. Now I want to use it with the TiKZ calendar to mark the Easter related holidays.
Here's what I have so far:
\documentclass{scrartcl}
...
5
votes
0answers
352 views
Tikz / LaTeX Indian Calendar [closed]
There are many calendar templates out there but it did not give me good ideas on how to create the one for my requirement. Indian calendar has lot more information on days other than just the numbers.
...
7
votes
1answer
1k views
Customising a tikz calendar
I am trying to make a simple calendar, this is how far I have got so far...
\documentclass{article}
\usepackage[nomessages]{fp}% http://ctan.org/pkg/fp
\usepackage{tikz}
\usepackage{ifthen}
...
6
votes
2answers
759 views
vertical week list in TikZ calendar
I read about week list in the PGF/TikZ manual, but I couldn't find an example that arranges the days of the week vertically:
June 1997
M 2 9 16 23 30
T 3 10 17 24
W 4 11 18 25
T 5 12 19 26
...
11
votes
1answer
487 views
TikZ calendar: stretching day list to exactly the linewidth
I'd like to create a wall calendar where the bottom of each page is a tikzpicture, stretching the list of days always to the \linewidth, as if it was justified text.
How can I set a calendar style ...
12
votes
1answer
1k views
How to combine a timeline with a calendar
I'm using the pgfgantt package to create a timeline. This is what I've got so far:
\documentclass[landscape]{article}
\usepackage[dvipsnames,usenames]{xcolor}
\usepackage{tikz}
\usepackage{pgfgantt}
...
11
votes
3answers
2k views
Custom calendar using TikZ
I am trying to build a custom calendar using some features of TikZ. My starting point was a piece of code available in a comment of texample.net.
I would like to know if it is possible to mark some ...
6
votes
1answer
1k views
Weekday captions with the TikZ library “calendar”
I use the TikZ library calendar to produce a week list. The code looks like this:
\documentclass{article}
\usepackage{pgf,tikz}
\usetikzlibrary{calendar}
\begin{document}
...
3
votes
1answer
616 views
Dynamic “expansion” of tikz calendar's cells?
Please, is that possible. Having started with this latex source, i would like to have calendar's cells "expandable" vertically -- please see the picture below.
\documentclass{article}
...