Skip to content

Releases: AndyClifton/CorporateLaTeX

Cover page functionality

01 Jun 13:26

Choose a tag to compare

This release is backward compatible with prior releases.

What's new in this release:

  • added the frontcover option to the package.
  • added a bunch of booleans to make things cleaner in the code.

To generate a front cover:

  • Add \usepackage[...frontcover=true...]{corporate} when calling the package.
  • Define the authors' names and affiliations in the preamble:
    • \coverauthor[1]{Myname},
    • coveraffiliation[1]{MyAffiliation}
  • Add \makecover before \maketitle to generate the cover page.

First Stable Release

12 Apr 15:18

Choose a tag to compare

This release more-or-less works.

The corporate package formats LaTeX documents prepared using the article, book, and scartcl LaTeX document classes according to corporate guidelines. The package is implemented in the corporate.sty file.

Requirements

This release should work using PDFLatex on both MikTex and MacTex.

Please ensure that you are using the latest LaTeX release (2017 or later) and have updated all packages from CTAN.

Known Issues

None of the following issues should affect day-to-day use of this package.

  • The accessibility package does not work reliably with this release.
  • To streamline development, the accessibility package is not called from within corporate anymore. Instead, it would be called as normal from the main document. An example document is included for entertainment purposes.
  • Conversion to Pandoc works but sometimes creates errors. Some work is needed on the Pandoc conversion process and Pandoc templates.
  • Please report all issues on the issues page.

Release Roadmap

  • No major updates anticipated in the next few months.