diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tlc-article/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/tlc-article/README.md | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/tlc-article/README.md b/Master/texmf-dist/doc/latex/tlc-article/README.md index 0221bc545a5..b8b928f0ed5 100644 --- a/Master/texmf-dist/doc/latex/tlc-article/README.md +++ b/Master/texmf-dist/doc/latex/tlc-article/README.md @@ -1,27 +1,26 @@ -#![](data/logo.png) -The **tlc_article** repository uses a SCRUM framework adapted to standard GitHub -tooling. **tlc_article** is integrated with Travis-ci.org for continuous -integration and AllanConsulting.slack.com for centralized notification. +[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/. +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 -$ sudo mkdir -p $(kpsewhich -var-value TEXMFLOCAL)/tex/latex/tlc-article -$ sudo mv -v tlc-article.cls $(kpsewhich -var-value TEXMFLOCAL)/tex/latex/tlc-article/. -$ sudo mktexlsr $(kpsewhich -var-value TEXMFLOCAL) +cd $HOME +git clone git@github.com:Traap/tlc-article.git +cd tlc-article +./bin/distribute tlc-article.cls ``` -# Project Management -Please refer to my [Lightweight Project Mangement](https://github.com/Traap/lpm) -for the project management strategy I use. |