From 4d78319575dfdc3567a7c7c5f10abd8313b217cb Mon Sep 17 00:00:00 2001 From: coja Date: Wed, 29 Oct 2025 01:51:37 +0100 Subject: [PATCH] [Doc] readme update --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3eff0ad..8171af2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Usage: `make` +or + +```sh +pandoc -t beamer -V handout -V theme:Warsaw -i slides.md -o slides.pdf +## `-V handout` for one slide per one page +``` + ## Dependecies: ### For Debian: @@ -18,3 +25,5 @@ sudo apt install tikzit pacman -Sy pandoc texlive-binextra texlive-pictures texlive-latexrecommended texlive-fontsrecommended ``` + +