From f9192f0b47cb23d50f1840e68c94762ee21736aa Mon Sep 17 00:00:00 2001 From: Sebastian Bauer <75776786+yax-lakam-tuun@users.noreply.github.com> Date: Tue, 27 Jun 2023 05:31:41 +0000 Subject: [PATCH] [#29] Fix existing maya sty files --- maya/calendars.sty | 4 ++++ maya/codices.sty | 4 ++++ maya/linguistics.sty | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/maya/calendars.sty b/maya/calendars.sty index 0bb85d8..dee2a43 100644 --- a/maya/calendars.sty +++ b/maya/calendars.sty @@ -1,2 +1,6 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{maya/calendars}[Package for all calendar related things] +\RequirePackage{xspace} + \newcommand{\tzolkin}{\emph{Tzolk'in}\xspace} \newcommand{\haab}{\emph{Haab'}\xspace} diff --git a/maya/codices.sty b/maya/codices.sty index 9aba51a..21ffac5 100644 --- a/maya/codices.sty +++ b/maya/codices.sty @@ -1,3 +1,7 @@ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{maya/codices}[Package for all codex related things] +\RequirePackage{xspace} + \newcommand{\dresdencodex}{\emph{Dresden Codex}\xspace} \newcommand{\madridcodex}{\emph{Madrid Codex}\xspace} \newcommand{\groliercodex}{\emph{Grolier Codex}\xspace} diff --git a/maya/linguistics.sty b/maya/linguistics.sty index 6b976e9..68bd486 100755 --- a/maya/linguistics.sty +++ b/maya/linguistics.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{maya/linguistics}[Package for all kings of linguistics] +\ProvidesPackage{maya/linguistics}[Package for all kinds of linguistics] \RequirePackage{xspace} \newcommand{\syllable}[1]{\textbf{\expandafter\MakeLowercase\expandafter{#1}}}