CommunityData:TeX

From CommunityData
Revision as of 03:43, 15 January 2016 by Benjamin Mako Hill (talk | contribs) (Created page with "== Getting Setup for Paper Template == === Linux Instructions === Install the following packages: * rubber * latexmk * texlive-latex-recommended * texlive-latex-extra * tex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Getting Setup for Paper Template

Linux Instructions

Install the following packages:

  • rubber
  • latexmk
  • texlive-latex-recommended
  • texlive-latex-extra
  • texlive-fonts-extra
  • texlive-fonts-recommended
  • texlive-bibtex-extra
  • moreutils

Also, to install Garamond grab and install the font from here through the following complicated process:

  • Download the file
  • Create ~/texmf if it does not exist yet
  • Unzip the file ugm.zip from the garamond.zip file into that ~/texmf/
  • Copy the other font files in the root directory of garamond.zip into ~/texmf/fonts/type1/
  • Run "texhash ~/texmf

Alternatively, if you want to install them system wide and have root credentials, you can also place them in /usr/local/share/texmf instead.

MacTeX

To install with MacTeX, you need to install the font:

wget http://tug.org/fonts/getnonfreefonts/install-getnonfreefonts
texlua install-getnonfreefonts
sudo getnonfreefonts-sys garamond

Beamer Templates

To get setup for the beamer-mako templates, install the following packages:

  • texlive-latex-base
  • latex-beamer
  • rubber
  • latexmk
  • texlive-fonts-extra