ubruhin / LibrePCB-Presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LibrePCB Presentation

LibrePCB presentation using LaTeX Beamer in 16:10 aspect ratio.

Requirements:

  • XeLaTeX
  • latexmk
  • Fira fonts
  • pygmentize (for code highlighting)
  • minted (for code highlighting)

To install the dependencies under Ubuntu 16.04:

sudo apt-get install make latexmk \
    texlive-xetex texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra \
    python-pygments lmodern

Arch Linux:

sudo pacman -S texlive-most pygmentize minted

Building

First, install Fira Sans and Fira Mono fonts on your system:

Then build the slides:

git clone --recursive https://github.com/LibrePCB/LibrePCB-Presentation
cd LibrePCB-Presentation
make

About


Languages

Language:TeX 94.4%Language:Makefile 5.6%