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:
- Can you use it for your own document? Almost always the intended use, and the least contentious.
- Can you modify it? Templates are meant to be edited, but some licences impose conditions on what you may do with the modified version — particularly on redistributing it under the original name.
- Can you use it commercially? A "non-commercial" restriction is real and is easy to overlook. Whether a paid consulting report or a book you sell counts as commercial is exactly the sort of question you want answered before, not after.
- Must you credit the author? Attribution requirements are common and cheap to satisfy — but they are requirements, not suggestions.
- Must derivatives keep the same licence? A "share-alike" condition follows the work into whatever you make from it.
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:
- LaTeX packages from the wider distribution, most under the LaTeX Project Public Licence (LPPL). These are already installed with your TeX distribution and you are not redistributing them.
- Fonts, which have their own licences and are the most common genuine restriction — some are free to use but not to embed or redistribute, and embedding is precisely what producing a PDF does.
- Images and logos used as placeholders. Institutional logos in particular are usually trademarked and are not yours to reuse simply because they arrived inside a template.
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
- Look for a
LICENSEorREADMEfile alongside the source. - Read the comment header at the top of the
.clsor.styfile — LaTeX authors traditionally put the terms there. - Check the page you downloaded it from for a stated licence.
- 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.