HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

yplan — Generate LaTeX code for a two-page vertical daily planner for any chosen year. The generated output

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandyplantwoclilatexcodeforgenerate
linux

Problem

How to use the yplan command: 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: <https://www.ctan.org/tex-archive/macros/latex/contrib/yplan>.

Solution

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: <https://www.ctan.org/tex-archive/macros/latex/contrib/yplan>.

Create a daily planner with specified language, lettercase (uppercase or lowercase) and year:
yplan {{language}} {{lettercase}} {{year}} > {{path/to/file.tex}}

Code Snippets

Create a daily planner with specified language, lettercase (uppercase or lowercase) and year

yplan {{language}} {{lettercase}} {{year}} > {{path/to/file.tex}}

Context

tldr-pages: linux/yplan

Revisions (0)

No revisions yet.