summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tlc-article/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/tlc-article/README.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/tlc-article/README.md')
-rw-r--r--macros/latex/contrib/tlc-article/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/macros/latex/contrib/tlc-article/README.md b/macros/latex/contrib/tlc-article/README.md
new file mode 100644
index 0000000000..b8b928f0ed
--- /dev/null
+++ b/macros/latex/contrib/tlc-article/README.md
@@ -0,0 +1,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
+```