-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust calendar size on quarterly page #86
Comments
What else did you change? |
I had changed to lines, Sunday start of the week, and changed some capitalization on the daily pages but that's all. I cloned the repo again and added into document.tpl these lines and get the same behavior.
|
Hm. Changing the font is enough to make it misalign, although it's interesting that table lines went off, too. Calendars on the left and lines on the right are independent. You'll need to tweak the latex to align those. You might want to add some space on the top to lines to align them with the calendar on the left first, and then add additional spacing between calendars to align the following calendars with note lines. You may try making the right column narrower to address the overlap issue. Overall, latex is fragile. Updating it is a nightmare if you rarely work with it. |
Which of the files control the calendar and lines spacing? Unfortunately I have no LaTex experience and this is the one issue I'm having with setting up my ideal planner. In the end I might have to forego a different font if it's too much trouble. |
There are few. Quarterly template is _common_02_quarterly.tpl. The Trying to adjust calendar is much more trouble. If we're talking about spacing on the quarterly page between calendars, then it's the same I would suggest tweaking quarterly pages directly a bit if that's the only formatting issue you have. |
You can add a different amount of horizontal space between the calendars and the notes section (I changed my font to Open Sans)
|
I successfully changed the font and everything seems to behave except the monthly calendars on the quarterly page. They're all slightly different in size and overlap the adjacent lines to some extent. What edits would one make to keep the calendars a consistent size and correct this?
The text was updated successfully, but these errors were encountered: