Giter Site home page Giter Site logo

Comments (6)

kudrykv avatar kudrykv commented on June 30, 2024

What else did you change?
It looks like latex code was updated and something sent off.

from latex-yearly-planner.

TK0343 avatar TK0343 commented on June 30, 2024

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.

\usepackage[T1]{fontenc}
\usepackage{librefranklin}
\renewcommand*\familydefault{\sfdefault} %% Only if the base font of the document is to be sans serif

from latex-yearly-planner.

kudrykv avatar kudrykv commented on June 30, 2024

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.

from latex-yearly-planner.

TK0343 avatar TK0343 commented on June 30, 2024

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.

from latex-yearly-planner.

kudrykv avatar kudrykv commented on June 30, 2024

There are few.

Quarterly template is _common_02_quarterly.tpl. The \myLenTriColSep (line #8) can be set via config file, though then it would affect the whole planner. You can put an actual value to the template directly, such as 5mm, and then adjust the notes column length (next line in the same file). Line 10 to adjust the vertical skip — currently, it subtracts a little value (\vskip-\myLenLineHeightButLine gets converted to something like \vskip-4.99mm, which pushes notes column back to the top some distance up).

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 _common_02_quarterly.tpl. Otherwise, there is a little monthTabularV2.tpl template and a load chunk of go code smugged over many lines of populating values for the template.

I would suggest tweaking quarterly pages directly a bit if that's the only formatting issue you have.

from latex-yearly-planner.

benninkcorien avatar benninkcorien commented on June 30, 2024

You can add a different amount of horizontal space between the calendars and the notes section (I changed my font to Open Sans)

\end{minipage}%
\hspace{8mm}%
\begin{minipage}[t][\remainingHeight]{\dimexpr2\myLenTriCol+\myLenTriColSep} 

from latex-yearly-planner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.