Replies: 8 comments 8 replies
-
Hi @Caralire! I appreciate your interest in this project! I understand your struggle. If I were you, it would take much effort to figure out how the project works, even having the knowledge of Go. Here's a quick dive-in into what's going on:
Python script there is irrelevant and can be ignored. Smarty type is Github misjudging the file type (likely my mistake). The intention there was to have template files that I use to build tex files. Take a look at files in The reason for having a programming language over tex is to have a way to programmatically generate all the pages (and there are plenty of them), make links between pages, etc. That is simply so much easier rather than writing everything in TeX. If you want to try and build it locally, you need (roughly):
You need to create an PLANNER_YEAR=2022 \
PASSES=1 \
CFG="cfg/base.yaml,cfg/template_breadcrumb.yaml,cfg/sn_a5x.breadcrumb.default.yaml" \
NAME="sn_a5x.breadcrumb.default" \
./single.sh (has to work with Linux and Mac; for Windows, one must read the internals of The command should just work without any interventions, and produce a PDF along to the
|
Beta Was this translation helpful? Give feedback.
-
Hi @kudrykv I am having an issue running the build. I know just enough about linux to get most things installed, but typically am never building anything. So maybe it's just a path issue, not sure. But I've confirmed I have the latest versions of everything installed and run the various commands in the shell. Everything seems to work until I run the build line, upon where I get this. Any help would be appreciated. I want to build up future PDFs but wanted them all to have lines instead of dots. :) bob@bob-linuxmint:~/Desktop/latex-yearly-planner-main$ ./single.sh NAME: USAGE: COMMANDS: GLOBAL OPTIONS: |
Beta Was this translation helpful? Give feedback.
-
Two things.
1.) I now know that those lines are meant to all be cut/pasted as one line.
That wasn't clear to me in any instructions but now I know. :)
2) There were some required packages missing for some reason, but the
process prompted me and just downloaded whatever it needed. :)
So yeah, got it working!! :)
THANK YOU :)
…On Tue, Aug 22, 2023 at 10:43 AM Vitaliy Kudryk ***@***.***> wrote:
It's a bunch of flags that are required
Try this:
PLANNER_YEAR="2023" \
PASSES="2" \
CFG="cfg/base.yaml,cfg/template_months_on_side.yaml,cfg/sn_a5x.mos.default.yaml,cfg/sn_a5x.mos.default.dailycal.yaml" \
NAME="sn_a5x.mos.default.dailycal.2023" \
./single.sh
—
Reply to this email directly, view it on GitHub
<#34 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSBKJ3UDCQBI2RUZSFGWTDXWTAPLANCNFSM53KOXPFA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Should the output folder be cleaned up between generating each file? All
those aux and tex files?
…On Tue, Aug 22, 2023 at 10:43 AM Vitaliy Kudryk ***@***.***> wrote:
It's a bunch of flags that are required
Try this:
PLANNER_YEAR="2023" \
PASSES="2" \
CFG="cfg/base.yaml,cfg/template_months_on_side.yaml,cfg/sn_a5x.mos.default.yaml,cfg/sn_a5x.mos.default.dailycal.yaml" \
NAME="sn_a5x.mos.default.dailycal.2023" \
./single.sh
—
Reply to this email directly, view it on GitHub
<#34 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSBKJ3UDCQBI2RUZSFGWTDXWTAPLANCNFSM53KOXPFA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
The pages still have dots instead of lines. Is there a flag or parameter
that changes that?
…On Tue, Aug 22, 2023 at 10:43 AM Vitaliy Kudryk ***@***.***> wrote:
It's a bunch of flags that are required
Try this:
PLANNER_YEAR="2023" \
PASSES="2" \
CFG="cfg/base.yaml,cfg/template_months_on_side.yaml,cfg/sn_a5x.mos.default.yaml,cfg/sn_a5x.mos.default.dailycal.yaml" \
NAME="sn_a5x.mos.default.dailycal.2023" \
./single.sh
—
Reply to this email directly, view it on GitHub
<#34 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSBKJ3UDCQBI2RUZSFGWTDXWTAPLANCNFSM53KOXPFA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Thanks so much! :)
…On Tue, Aug 22, 2023 at 1:43 PM Vitaliy Kudryk ***@***.***> wrote:
Ah, sorry, I've missed that you wanted a lined one.
In the cfg/base.yaml file, change dotted: true to dotted: false
—
Reply to this email directly, view it on GitHub
<#34 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKSBKJ4LJGTREV4NPANYLX3XWTVTTANCNFSM53KOXPFA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
hey there, |
Beta Was this translation helpful? Give feedback.
-
Hello guys, PLANNER_YEAR=2025 Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
-
Hi @kudrykv
First of all thank you for making and sharing this yearly planner.
I am about to get an ONYX BOOX note air 2 and was considering building such a document with LaTeX. I found about your project while looking for a base to maybe not start from scratch. But although it is named latex-yearly-planner, I realise it is much more than a LaTeX document : a mix of go, smarty, shell, and python, if I get it right.
As a math teacher, I am an educated amateur of Latex, and I know some basic Python. But I never heard of go, smarty or shell before yesterday.
I installed go this morning, and am slowly going through initiation process. I would consider it a first success to manage to compile your code as is. This is where the documentation you're planning to write would come handy, cause right now I don't event know which is the main file. So I am writing this to let you know that at least me would read it, if you ever manage to write it.
My second achievement target is to manage to modify the beginning and end date, cause as I said, I'm a teacher, and I work on a school year beginning in September...
So, thanks again for everything, I will follow up the updates on your project.
Beta Was this translation helpful? Give feedback.
All reactions