summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tlc-article/README.md
blob: b8b928f0ed595068c1edde8832efe30d9e36ebda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[tlc-article](data/logo.png)

---
The goal of **tlc-article** is to simplify document layout.  **tlc-article**
orchestrates a logical arrangement for document header, footer, author,
abstract, table of contents, and margins.
[tlc-article.pdf](doc/tlc-article.pdf) is a document instantiated
using **tlc-article.cls**.

## Installation are done Locally or Globally
### Local Installation
```bash
cd $HOME
git clone git@github.com:Traap/tlc-article.git
cd tlc-article
cp -v tlc-article.cls $HOME/mydoc
cp -v tlc-article.cls $HOME/mydoc/.
```

### Global Installation
```bash
cd $HOME
git clone git@github.com:Traap/tlc-article.git
cd tlc-article
./bin/distribute tlc-article.cls
```