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 is a document instantiated using tlc-article.cls.
v1.2.23
The example below copies tlc-article.cls to path/to/document. Your LaTeX compiler will use tlc-article.cls from path/to/document.
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/.
This is the deploymnet strategy that I use prior to releasing to CTAN.
cd $HOME
git clone git@github.com:Traap/tlc-article.git
cd tlc-article
./bin/deploy tlc-article.cls
Use your LaTeX compile and complete tlc-article.tex. Besides the header, your output should match tlc-article.pdf.