CTAN Comprehensive TeX Archive Network

Directory macros/latex/contrib/tlc-article

README.md
tlc-article

tlc-article

tlc-article is a document class built on the standard article class. It provides a consistent layout for title pages, abstracts, tables of contents, headers, footers, and margins while remaining customizable through optional data files.

The getting-started guide is typeset with tlc-article.cls and documents the class in detail.

Current release

Version 1.2.43

Installation

Install tlc-article with your distribution's package manager whenever possible. For Live:

tlmgr install tlc-article

MiK users can install tlc-article with the MiK Console.

Install for one document

For a local installation, download or clone the repository and copy the class next to your document's .tex file. searches the current directory, so no system-wide installation is required.

cp tlc-article.cls /path/to/document/

Basic usage

\documentclass[12pt]{tlc-article}

\begin{document}

\tlcTitlePageAndTableOfContents
  {Document title}
  {Document author}
  {A short abstract for the document.}

\section{Introduction}
Your content begins here.

\end{document}

Compile the example document with your preferred compiler:

pdflatex tlc-article.tex
pdflatex tlc-article.tex

The second pass resolves the table of contents and cross-references. Apart from environment-specific header details, the result should match doc/tlc-article.pdf.

Customization

When present, the class loads these optional files from the document's data/ directory:

  • additional-layout.tex for additional definitions and layout changes
  • header-footer.tex for a custom header and footer
  • logo.png for title-page and header branding
  • version.csv for document status, date, version, institution, and permission

See the getting-started guide for the expected formats, available commands, and package dependencies.

Author and contact

tlc-article is maintained by Gary A. Howard. Report problems or request features through the GitHub issue tracker.

License

This project is distributed under the BSD 3-Clause License.

Download the contents of this package in one zip archive (440.0k).

tlc-article – document class for consistently formatted formal documents

The package provides a document class based on the standard article class. It supplies a consistent layout for title pages, abstracts, tables of contents, headers, footers, and margins. Optional data files support custom layout definitions, headers and footers, logos, and document version metadata.

Packagetlc-article
Bug tracker
Repository
Version1.2.43 2026-08-10
Licenses3-clause BSD License
Copyright2017–2026 Gary Allan Howard
MaintainerGary A. Howard
Contained inTeX Live as tlc-article
MiKTeX as tlc-article
TopicsClass
Article-like
...
Guest Book Sitemap Contact Contact Author