Template licensing

What a licence covers when you reuse a LaTeX template, and what to check before you rely on one.

Where to find a specific template's licence

Every template on this site records the licence of the upstream work it is built on, shown on that template's own page. This page explains what those terms mean;LaTeX template licencessurveys which licences are actually in use and what each permits.

What a licence actually governs

A licence is permission from the copyright holder to do things that copyright would otherwise forbid. For a template, the questions that usually matter are:

The distinction people miss: template versus content

A template's licence governs the template — the class file, the style file, the preamble, the layout and the placeholder text. It does not govern the words you write into it. Your thesis is yours; the skeleton you typed it into is the author's. In practice this means using a template almost never affects the copyright or licensing of your own document, which is the answer most people are actually looking for.

The exception worth knowing about is a licence with a strong share-alike condition applied in a way that reaches the combined work. This is uncommon for document templates and usually explicitly disclaimed, but it is the reason the question is worth asking rather than assuming.

What else is in the box

A template is rarely one file's worth of rights. It may also pull in:

The LPPL, briefly

Because it governs so much of the ecosystem, the LaTeX Project Public Licence is worth recognising. It is a free-software licence whose distinctive feature is about identity: you may modify and redistribute a file, but a modified version that could stand in for the original must clearly identify itself as modified, so that a document asking for a given class file gets the behaviour that name promises. Renaming the file is the customary way to satisfy that, and is what most people should do. It constrains redistribution, not your use of the package in your own documents.

For the wider picture — which licences LaTeX templates actually carry, and what each one lets you do — seeLaTeX template licences.

How to check a specific template

  1. Look for a LICENSE or README file alongside the source.
  2. Read the comment header at the top of the .cls or.sty file — LaTeX authors traditionally put the terms there.
  3. Check the page you downloaded it from for a stated licence.
  4. If none of those answer it, ask the author. An absent licence is not the same as permission; strictly, it means the default of "all rights reserved" applies.

This page is general background, not legal advice. If the stakes are high — a commercial publication, an institutional requirement — check the specific terms rather than relying on a summary.

What is LaTeX?Rebuild progress