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

Community Data Science Collective || Want to submit a patch?