Skip to main content

Tool to handle multiple beamer decks.

Project description

deckz

CI Status CD Status Test Coverage PyPI Project

Tool to handle a large number of beamer decks, used by several persons, with shared slides amongst the decks. It is currently not meant to be usable directly by people finding about the package on GitHub. Please open an issue if you want more details or want to discuss this solution.

Installation

With pip:

pip install deckz

Shell completion installation

See the --show-completion or --install-completion options of the deckz CLI.

Directory Structure

deckz works with big assumptions on the directory structure of your presentation repository. Among those assumptions:

  • your directory should be a git repository
  • it should contain a shared folder for everything that will be shared by all decks during compilation (images, code snippets, etc)
  • it should contain jinja2 LaTeX templates in the templates/jinja2 directory, with a specific name (listed below)
  • it should contain YAML templates in the templates/yml directory, with specific names (listed below)
  • your deck folders should be contained in an organization/company folder. This is meant to avoid repeating the company details all over the place
  • several configuration should be present to customize the decks efficiently (more on that later)
root (git repository)
├── global-config.yml
├── templates
│   ├── jinja2
│   │   ├── main.tex
│   └── yml
│       ├── company-config.yml
│       ├── deck-config.yml
│       ├── global-config.yml
│       └── user-config.yml
├── shared
│   ├── img
│   │   ├── image1.png
│   │   └── image2.jpg
│   ├── code
│   │   ├── snippet1.py
│   │   └── snippet2.js
│   └── latex
│       ├── module1.tex
│       └── module2.tex
├── company1
│   ├── company-config.yml
│   └── deck1
│       ├── session-config.yml
│       ├── deck-config.yml
│       └── targets.yml
└── company2
    ├── company-config.yml
    └── deck2
        ├── target1
        │   └── custom-module.tex
        ├── deck-config.yml
        └── targets.yml

Configuration

deckz uses small configuration files in several places to avoid repetition.

Configuration merging

The configuration are merged in this order (a value from a configuration on the bottom overrides a value from a configuration on the top):

  • global-config.yml
  • user-config.yml
  • company-config.yml
  • deck-config.yml
  • session-config.yml

Using the configuration values in LaTeX files

The values obtained from the merged configurations can be used in LaTeX after a conversion from snake case to camel case: if the configuration contains the key trainer_email, it will be defined as the \TrainerEmail command in LaTeX.

Details about specific configurations

Global configuration

The global configuration contains the default values that don't fit at a more specific level.

Example:

presentation_size: 10pt

User configuration

The user configuration contains the values that change when the speaker changes. It is located in the XDG compliant config location. It is $HOME/.config/deckz/user-config.yml on GNU/Linux for example.

Example:

trainer_activity: Data Scientist
trainer_email: john@doe.me
trainer_name: John Doe
trainer_specialization: NLP, NLU
trainer_training: MSc at UCL

Company configuration

The company configuration contains everything required to brand the presentations according to the represented company.

Example:

company_logo: logo_company
company_logo_height: 1cm
company_name: Company
company_website: https://www.company.com

Deck configuration

The deck configuration contains the title and acronym of the talk.

Example:

deck_acronym: COV19
deck_title: Machine Learning and COVID-19

Session configuration

The session configuration is optional and contains everything that will change from one session of a specific talk to another one.

Example:

session_end: 30/04/2020
session_start: 27/04/2020

Usage

See the --help flag of the deckz command line tool.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deckz-22.0.3.tar.gz (121.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

deckz-22.0.3-py3-none-any.whl (50.9 kB view details)

Uploaded Python 3

File details

Details for the file deckz-22.0.3.tar.gz.

File metadata

  • Download URL: deckz-22.0.3.tar.gz
  • Upload date:
  • Size: 121.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.5.9

File hashes

Hashes for deckz-22.0.3.tar.gz
Algorithm Hash digest
SHA256 3dcc59d7e014d2d1c980104d50a196f81765301b111e41e11e4e4ea5923001f4
MD5 d1cb32e69f25a9b5236ff9690c2d59a7
BLAKE2b-256 8473a811d35f526097c1d25256c094f4ce4e2e69c8d840e68926690089ad6bf2

See more details on using hashes here.

File details

Details for the file deckz-22.0.3-py3-none-any.whl.

File metadata

  • Download URL: deckz-22.0.3-py3-none-any.whl
  • Upload date:
  • Size: 50.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.5.9

File hashes

Hashes for deckz-22.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3aa823227cdd4328852943a330a0b649d436f6a58c6bc2965b54df9591a437fe
MD5 88cc99e5911135a33a2916057782441f
BLAKE2b-256 b832ae5e9be324abde7905e65568b97a21a8e5d43a0346c54446d60d919e42d9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page