-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom-latex-class.html
More file actions
92 lines (86 loc) · 3.83 KB
/
custom-latex-class.html
File metadata and controls
92 lines (86 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-W11-4 02:12 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Personal Latex Class</title>
<meta name="author" content="Inanna" />
<meta name="description" content="My personal latex class for documents." />
<meta name="generator" content="Org Mode" />
<link href="/site.css" rel="stylesheet" type="text/css" /><link href="images/website-icon.png" rel="icon" />
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
displayAlign: "center",
displayIndent: "0em",
"HTML-CSS": { scale: 100,
linebreaks: { automatic: "false" },
webFont: "TeX"
},
SVG: {scale: 100,
linebreaks: { automatic: "false" },
font: "TeX"},
NativeMML: {scale: 100},
TeX: { equationNumbers: {autoNumber: "AMS"},
MultLineWidth: "85%",
TagSide: "right",
TagIndent: ".8em"
}
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML"></script>
</head>
<body>
<div id="preamble" class="status">
<div><a href="/index.html"><img alt="An abstract logo representing a series of three assembly line stamping machines with the words CONS, DEV, and embalzoned in white on each machine." id="site-logo" src="/images/website-logo.png" /></a></div>
</div>
<div id="content" class="content">
<h1 class="title">Personal Latex Class
<br />
<span class="subtitle">Making extra-fancy documents.</span>
</h1>
<div id="table-of-contents" role="doc-toc">
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#org098f133">Introduction</a></li>
<li><a href="#org5df6760">Fonts</a></li>
<li><a href="#orgcb8ae05">Restyling Headers and Headlines</a></li>
<li><a href="#orgef67b1c">Adding Sidenotes</a></li>
</ul>
</div>
</div>
<div id="outline-container-org098f133" class="outline-2">
<h2 id="org098f133">Introduction</h2>
<div class="outline-text-2" id="text-org098f133">
<p>
I like \(\LaTeX\), or rather I really like the documents that it allows me to make with org-mode and I like the fact that it allows me to make very nice, well formatted equations. However, while I love it in that respect, I want a more modern, sleek, nice looking style inspired by both <a href="https://github.com/Tufte-LaTeX/tufte-latex">tufte-latex</a> and the .
</p>
</div>
</div>
<div id="outline-container-org5df6760" class="outline-2">
<h2 id="org5df6760">Fonts</h2>
<div class="outline-text-2" id="text-org5df6760">
<p>
To start off we want to add a few fonts, specifically the Iosevka series of fonts as well as the Jura font for headers and the title.
</p>
</div>
</div>
<div id="outline-container-orgcb8ae05" class="outline-2">
<h2 id="orgcb8ae05">Restyling Headers and Headlines</h2>
<div class="outline-text-2" id="text-orgcb8ae05">
</div>
</div>
<div id="outline-container-orgef67b1c" class="outline-2">
<h2 id="orgef67b1c">Adding Sidenotes</h2>
<div class="outline-text-2" id="text-orgef67b1c">
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="date">Last Modified: 2021-W48-6 10:39</p><p class="creator">Generated Using: <a href="https://www.gnu.org/software/emacs/">Emacs</a> 27.2 (<a href="https://orgmode.org">Org</a> mode 9.4.6)</p><p class="license">Except where otherwise noted content on <a href="https://cons.dev">cons.dev</a> is licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
</div>
</body>
</html>