added latex support

This commit is contained in:
Lucas Rufkahr
2026-03-02 20:02:24 -06:00
parent 7d47306f4f
commit c3dd0c0dd8
8 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,98 @@
{
"threadHistory": [
{
"thread": [
"FILES/calculus"
],
"currentNode": "FILES/calculus"
},
{
"thread": [
"FILES/calculus",
"FILES/calculus/frontcover.md"
],
"currentNode": "FILES/calculus/frontcover.md"
},
{
"thread": [
"FILES/calculus",
"FILES/calculus/frontcover.md"
],
"currentNode": "FILES/calculus"
},
{
"thread": [
"FILES/calculus",
"FILES/calculus/frontcover.md"
],
"currentNode": "FILES/calculus/frontcover.md"
},
{
"thread": [
"FILES/calculus",
"FILES/calculus/Function of Several Variables.md"
],
"currentNode": "FILES/calculus/Function of Several Variables.md"
},
{
"thread": [
"FILES/calculus",
"FILES/calculus/Function of Several Variables.md"
],
"currentNode": "FILES/calculus"
},
{
"thread": [
"FILES/calculus",
"FILES/calculus/frontcover.md"
],
"currentNode": "FILES/calculus/frontcover.md"
},
{
"thread": [
"FILES/calculus",
"FILES/calculus/Function of Several Variables.md"
],
"currentNode": "FILES/calculus/Function of Several Variables.md"
}
],
"threadIndex": 7,
"previousSession": "",
"map": {
"nodes": {
"FILES/calculus": {
"node": "FILES/calculus",
"isRoot": false,
"strength": 3,
"dateCreated": "2026-03-03T01:57:42.647Z"
},
"FILES/calculus/frontcover.md": {
"node": "FILES/calculus/frontcover.md",
"isRoot": false,
"strength": 3,
"dateCreated": "2026-03-03T01:57:46.595Z"
},
"FILES/calculus/Function of Several Variables.md": {
"node": "FILES/calculus/Function of Several Variables.md",
"isRoot": false,
"strength": 3,
"dateCreated": "2026-03-03T01:57:48.748Z"
}
},
"connections": [
{
"from": "FILES/calculus",
"to": "FILES/calculus/frontcover.md",
"strength": 3,
"dateCreated": "2026-03-03T01:57:46.596Z"
},
{
"from": "FILES/calculus",
"to": "FILES/calculus/Function of Several Variables.md",
"strength": 3,
"dateCreated": "2026-03-03T01:57:48.748Z"
}
]
},
"version": 1
}

View File

@@ -0,0 +1,7 @@
{
"scrollY": 0,
"selection": [
150,
0
]
}

View File

@@ -0,0 +1,7 @@
{
"scrollY": 0,
"selection": [
162,
162
]
}

View File

@@ -0,0 +1,9 @@
{
"openSessions": [
"FILES/.tangent/tangents/diamond-vlg-garynet-org_0/sessions/2026-3-2_19-57-34.tangentsession"
],
"activeSession": "FILES/.tangent/tangents/diamond-vlg-garynet-org_0/sessions/2026-3-2_19-57-34.tangentsession",
"focusLevel": 0,
"scrollX": 0,
"scrollY": 0
}

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"creationRules": [
{
"name": "📥 Inbox Note",
"nameTemplate": "%name%",
"folder": "Inbox",
"description": "Creates a new note for quickly capturing thoughts that are not yet completely formed."
},
{
"name": "📆 Daily Note",
"nameTemplate": "%YYYY%/%MM%-%Month%/%YYYY%-%MM%-%DD%",
"folder": "Log",
"mode": "createOrOpen",
"description": "Creates or opens a timestamped note for the current day for journaling and quickly jotting down quick thoughts."
}
]
}

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,12 @@
+++
date = '2026-03-02T19:00:00-06:00'
draft = false
title = 'Calculus Notes'
layout = 'chapter'
type = 'book'
tags = 'calculus'
chapterno = 15
+++
Definition:

View File

@@ -7,3 +7,10 @@ title = 'My New Hugo Site'
[markup]
[markup.highlight]
style = 'gruvbox-light'
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]