orgstyle automatically adapts the
style of a LaTeX document to that of a specific organisation.
It is also compatible with beamer, able to change
the style of many beamerthemes.
Run the following in the command line:
- If orgstyle.ins is present:
pdflatex orgstyle.ins - If orgstyle.ins is absent:
pdflatex orgstyle.dtx
Move .sty and .cls files to a folder that TeX can find.
Run the following in the command line:
pdflatex orgstyle.dtx
makeindex -s gind.ist -o orgstyle.ind orgstyle.idx
makeindex -s gglo.ist -o orgstyle.gls orgstyle.glo
pdflatex orgstyle.dtx
This automatically unpacks the package, as well.
If you are looking for comments or documentation, you won't find any in the source. These packages make use of literate programming, which means that the documentation is given in the form of a pdf file. You can probably find orgstyle.pdf in this folder, by running "texdoc --view orgstyle" in the command line, or Googling "[your distribution] how to find package documentation". If you're using MiKTeX, open MiKTeX console, go to "Documentation" and look for "orgstyle".
Contributions of custom organisation styles are highly encouraged. Please create a pull request on our GitHub repository at https://github.com/JesseStraat/orgstyle. Make sure to follow the following guidelines:
- Organisation style files should follow the same structure as the ones supplied in this package.
- The file should be implemented and documented in
orgstyle.dtx. Don't forget to update the list of files. - Come up with a sensible, unique identifier. For example,
Utrecht University was named
uu-nlinstead ofuuto discern it from Uppsala Universitet (which should be nameduu-se). For country abbreviations, make sure to follow ISO 3166-1 alpha-2 standards. - If possible, use freely available or open source fonts.
- Never include logos; they are protected by copyright, and hence cannot be part of this open source project.
If you don't have the technical knowledge to make an organisation style, feel free to open an issue on GitHub requesting one. Please include all necessary information (colours, fonts), or even better, provide a link to an official style guide.
© 2026- Jesse Straat
License: LPPL1.3c