From 7d9ec3054e45793d95cd677ea59ada13dfa2a71a Mon Sep 17 00:00:00 2001 From: DEBADRIBASAK <32904247+DEBADRIBASAK@users.noreply.github.com> Date: Sat, 7 Oct 2023 21:22:49 +0530 Subject: [PATCH] yplan: add page (#10785) * Adding page for yplan * Capitalize first letter * addressed comments --- pages/linux/yplan.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/linux/yplan.md diff --git a/pages/linux/yplan.md b/pages/linux/yplan.md new file mode 100644 index 000000000..fb83976e2 --- /dev/null +++ b/pages/linux/yplan.md @@ -0,0 +1,9 @@ +# yplan + +> Generate LaTeX code for a two-page vertical daily planner for any chosen year. +> The generated output can be converted or printed using conversion tools such as `pandoc`, `pdflatex`, or `xetex`. +> More information: . + +- Create a daily planner with specified language, lettercase (uppercase or lowercase) and year: + +`yplan {{language}} {{lettercase}} {{year}} > {{path/to/file.tex}}`