Skip to content

ihrke/markdown-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-talk

Presentation in markdown using LaTeX Beamer.

See markdown-paper for template for a scientific paper.

NOTE: pandoc version > 1.16 is recommended because image-attributes are not available before that version.

The Makefile details how the translation works. If you are on linux, simply calling make in the parent directory will compile the report to a pdf-format if all dependencies are installed. Edit the variables in the Makefile to choose a theme (check this webpage for a gallery).

Usage

  1. Install the dependencies

    sudo apt-get install pandoc pandoc-citeproc
    pip install pandoc-fignos
    
  2. check that pandoc has version>=1.16 (otherwise install from other source)

    pandoc -v
    
  3. Clone this repository

    git clone https://github.com/ihrke/markdown-talk.git
    
  4. Edit Makefile to choose a theme

  5. Write talk in talk.md, refs in bibliography.bib, compile with make

There are some tips in the talk.md file to get you started.

NOTE: guard.sh is a little tool that calls make whenever something changes in the directory (I find it useful for updating the PDF automatically whenever I hit safe)

Editor

I use the atom editor using the markdown-preview-enhanced-package. That way, I get an immediate visual update of the markdown I am writing (though it is not the final design, of course).

Dependencies


Matthias Mittner matthias.mittner@uit.no

About

Beamer-based presentation in markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published