{calendar} concerns the tikz-pgf calendar library and how to make assorted forms of date based graphics
4
votes
1answer
47 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
124 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 ...
4
votes
0answers
72 views
How to colour the pgfgantt canvas based on calendar dates
I am working on a pgfgantt document where all timelines are governed by real dates and where the titlelist shows week days based on the TikZ calendar library. I have used and modified the code from ...
5
votes
1answer
170 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
66 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
229 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
470 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
367 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, ...
3
votes
1answer
346 views
Page a day calendar problems
I am really new to the whole LaTeX thing, but it really interests me, so I'd like to learn more about it. I am also looking mostly to do just words, maybe a picture here and there but i just want ...
3
votes
1answer
350 views
Weekdays in gantt chart
I want to have weekdays in my gantt chart, using the pgfgantt package with the pgfcalendar package. However the fields for the weekdays are too small.
\documentclass{article}
\usepackage{pgfgantt}
...
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}
...
2
votes
2answers
352 views
Templates for generating timesheets
Are there templates for generating weekly time sheets in LaTeX? Ideally something that would minimize duplicate entries by computing totals and days-of-week.
5
votes
0answers
353 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.
...
5
votes
2answers
2k views
How to create Page-a-Day Calendar Template
Recently I got a page a day for math Puzzles. I was wondering if there is a LaTeX Template out there.
I am trying to learn new Language and for that I thought to create page a day calender. Any help ...
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
760 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}
...
1
vote
1answer
517 views
Artistic Calendar layouts with pictures?
I am looking for references to layouts of calendars. I am not sure yet which kind of calendar I want to have, the picture may be a background picture or a side picture or anything like that. I have ...
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 ...
10
votes
1answer
3k views
Schedule in LaTeX
I'm looking for a way to type a weekly schedule in LaTeX. The only problematic part is that it's possible that there is overlap in entries.
I looked at “LaTeX Classes or Styles for Schedules and/or ...
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
617 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}
...
25
votes
5answers
7k views
LaTeX Classes or Styles for Schedules and/or Calendars?
Maybe TeX isn't the best for this particular problem, but any teachers out there use a particular class or package to plan lessons? Right now I'm just using a spreadsheet, but I always find myself ...
