Skip to content

Commit e86d024

Browse files
committed
add KaTeX inline math styling and update LaTeX reference
1 parent c7683a8 commit e86d024

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

assets/_custom.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,12 @@ a.social-link {
496496
}
497497
}
498498

499+
// KaTeX inline math at text size (default is 1.2em)
500+
.text-math,
501+
.text-math .katex {
502+
font-size: 1em !important;
503+
}
504+
499505
.profile-icons {
500506
float: right;
501507
display: flex;

content/docs/about/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ title: "About"
3737
<div style="font-weight: bold;">Computer Languages</div>
3838
<div>Python, MATLAB, Bash/Shell, SQL, C++, R, HTML</div>
3939
<div style="font-weight: bold;">Systems, Software & Tools</div>
40-
<div>Linux, {{< katex >}}\LaTeX{{< /katex >}}, Git, Docker, Airflow, Spark, ArcticDB, Bloomberg, <a href="https://www.texmacs.org/tmweb/home/welcome.en.html">TeXMacs</a>, Office, Mathematica, Maple</div>
40+
<div>Linux, {{< katex class="text-math" >}}\LaTeX{{< /katex >}}, Git, Docker, Airflow, Spark, ArcticDB, Bloomberg, <a href="https://www.texmacs.org/tmweb/home/welcome.en.html">TeXMacs</a>, Office, Mathematica, Maple</div>
4141
<div style="font-weight: bold;">Languages</div>
4242
<div>English (Native), Russian (B1), Uzbek (A1)</div>
4343
</div>

0 commit comments

Comments
 (0)