updated links to git repository
[latex_mako] / README
1 ================================
2 === LaTeX Custom Scripts ======
3 ================================
4
5 Copyright (c) 2009-2018 Benjamin Mako Hill <mako@atdot.cc>
6
7 This repository contains LaTeX configuration files that I use to format
8 my papers. They are all released under the GNU GPL version 3 or later.
9
10 The latest version can be found in git at:
11 https://projects.mako.cc/source/latex_mako/
12
13 As scripts and configuration files, I do not "release" these files. You
14 can always check out the latest version with Git with the following
15 command:
16
17   git clone git://projects.mako.cc/latex_mako
18
19 Bug reports, comments, questions, and patches can all be directed to:
20
21   Benjamin Mako Hill <mako@atdot.cc>
22
23 The paper template has seen quite a lot of recent work. The letter
24 template has seen very little and may only barely function.
25
26 ================================
27 === Dependencies ===============
28 ================================
29
30 If you are running Debian or Ubuntu, you will first need to install the
31 following packages:
32
33   * rubber
34   * texlive-latex-recommended
35   * texlive-fonts-extra
36   * texlive-fonts-recommended
37   * texlive-bibtex-extra 
38
39 You can do so with the following command:
40
41   apt-get install rubber texlive-latex-recommended \
42   texlive-fonts-extra texlive-fonts-recommended \
43   texlive-bibtex-extra 
44
45 I don't know the details of setting up these LaTeX files to work with on
46 systems other than Debian or Ubuntu but imagine it will involve
47 installing a full TeX Live distribution.
48
49 In my templates, I make extensive use of the following Garamond font:
50
51   http://www.ctan.org/tex-archive/fonts/urw/garamond/
52

Benjamin Mako Hill || Want to submit a patch?