LaTeX Templates for Insight Centre for Data Analytics Posters & Presentations.
Poster Template is based on beamerposter
class. More examples here.
Note: Templates may change, future versions may break things - don't forget to update the document preamble, otherwise it is safe to overwrite everything else.
Poster Example: https://www.overleaf.com/read/znpzkttmnfbk
Before you try to compile anything, install the fonts:
git clone https://github.com/tzwenn/ubuntu-latex-fonts.git
cd ubuntu-latex-fonts
make PREFIX=~/texmf install
cd ..
git clone https://github.com/igorbrigadir/insight-templates.git
cd insight-templates
Latest TeX distribution installation Instructions:
Latest TeX Live 2014 release available from: scottkosty/install-tl-ubuntu
$ wget https://github.com/scottkosty/install-tl-ubuntu/raw/master/install-tl-ubuntu
$ chmod +x ./install-tl-ubuntu
$ sudo ./install-tl-ubuntu
Use MacTeX-2014 or newer: https://www.tug.org/mactex/
https://www.tug.org/texlive/windows.html
The TeX StackExchange is a great place: http://tex.stackexchange.com/ Report issues with the templates here: https://github.com/igorbrigadir/insight-templates/issues
Pull requests welcome!
If font installation fails:
tzwenn/ubuntu-latex-fonts
Download, unzip:
$ sudo make install
If that fails, try local install:
$ make PREFIX=~/texmf install