Initial Commit.

This commit is contained in:
Reily Siegel 2022-11-01 12:25:55 -04:00
commit 5902a5fd56
Signed by: 1114
GPG Key ID: 508A5AD0A50F88AF
5 changed files with 1282 additions and 0 deletions

13
.dir-locals.el Normal file
View File

@ -0,0 +1,13 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((org-mode . ((org-use-property-inheritance . t)
(eval . (progn
(require 'ox-latex)
(setq-local
org-latex-classes
'(("chex"
"\\documentclass{chex}"
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\section*{*s}")))))))))

Binary file not shown.

1251
Chapter Excellence 2022.org Normal file

File diff suppressed because it is too large Load Diff

BIN
Coat-of-Arms-Color.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

18
chex.cls Normal file
View File

@ -0,0 +1,18 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{chex}[]
\usepackage{titlepic}
\titlepic{\includegraphics[width=250]{Coat-of-Arms-Color.png}}
\LoadClass[12pt]{report}
\usepackage{geometry}[margin=1in]
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=magenta,
filecolor=magenta,
urlcolor=magenta,
pdftitle={Chapter Excellence},
pdfpagemode=FullScreen,
}
\setcounter{secnumdepth}{0}