Skip to content

Instantly share code, notes, and snippets.

@veprbl
Created November 4, 2014 07:21
Show Gist options
  • Save veprbl/c40722353a18ec95bae5 to your computer and use it in GitHub Desktop.
Save veprbl/c40722353a18ec95bae5 to your computer and use it in GitHub Desktop.
Foils is a nice alternative to the beamer latex package
#!/bin/sh
cd /tmp
wget http://mirrors.ctan.org/macros/latex/contrib/foiltex/foiltex.dtx
wget http://mirrors.ctan.org/macros/latex/contrib/foiltex/foiltex.ins
latex foiltex.ins
PREFIX=~/Library/texmf
mkdir $PREFIX
mkdir -p $PREFIX/tex/latex/foils
cp foils.sty $PREFIX/tex/latex/foils/
mkdir -p $PREFIX/tex/latex/base
cp foils.cls $PREFIX/tex/latex/base/
mkdir -p $PREFIX/tex/latex/foils
cp fltfonts.def foil17.clo foil20.clo foil25.clo foil30.clo foilshrt.clo $PREFIX/tex/latex/foils/
texhash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment