Skip to content

ThalesAbyss/Presentations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Presentations Repository

This repository contains a collection of presentations designed to be rendered with the Marp extension in Visual Studio Code or via the command line using Pandoc.

Getting Started

These instructions will get you a copy of the presentations up and running on your local machine for development and presentation purposes.

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/ThalesAbyss/Presentations.git  
  2. Open the cloned repository in Visual Studio Code.

  3. Install the Marp for VS Code extension if you haven't already.

Usage

To view or edit the presentations:

Using Marp in Visual Studio Code

  1. Open the .md file you wish to view or edit.
  2. Use the Marp panel in VS Code to see the slide preview.

Using Pandoc

To render the presentations into a slide deck (e.g., PDF), run:

pandoc your-presentation.md -t beamer -o your-presentation.pdf

Replace your-presentation.md with the name of your Markdown file and your-presentation.pdf with the desired output file name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published