This is the repository for the corporateIdentity LaTeX package. The corporateIdentity package formats documents so that they follow a common corporate identity.
The corporateIdentity package is implemented using a style file, in this case _corporateIdentity.sty_
. There is no .dtx file.
Download the most recent release here: https://github.com/AndyClifton/CorporateLaTeX/releases
You'll find the following files in this repository:
- Style file:
_corporateIdentity_.sty
implements the corporateIdentity package, which can be called from a .tex file. - Test files: contains tests that are also examples of how to use the corporateIdentity package with the article, book, and scrartcl classes.
The style file should be installed either in your local latex tree or in the same directory as your .tex source files.
Call the class as normal using something like \documentclass[a4paper,twocolumn]{article}
in your .tex file's preamble.
Then call the package using \usepackage[logo]{_corporateIdentity_}
. More details about the options you can use are provided in the documents.
Documentation is provided in PDF files in the /tests
directory. The PDFs all have the same content. Source .tex files are provided that could be used as templates.
Please use the issue tracker to report issues.
A license is included in the repository.
N.B. This repository is based on a fork from the NREL LaTeX_editing repo in April 2017.
1 Feb 2020: package and .sty file renamed to corporateIdentity (was corporate before).
22 Jan 2020: General housekeeping
4 April 2018: Added MikTex compatability
23 March 2018: Switched to package architecture
4 October 2017: Forked from the NREL LaTex_Editing repo