added latex support
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"scrollY": 0,
|
||||
"selection": [
|
||||
150,
|
||||
0
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"scrollY": 0,
|
||||
"selection": [
|
||||
162,
|
||||
162
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
18
content/.tangent/workspace-settings.json
Normal file
18
content/.tangent/workspace-settings.json
Normal 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."
|
||||
}
|
||||
]
|
||||
}
|
||||
1
content/calculus/.tangentfolder
Normal file
1
content/calculus/.tangentfolder
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
12
content/calculus/Function of Several Variables.md
Normal file
12
content/calculus/Function of Several Variables.md
Normal 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:
|
||||
|
||||
Reference in New Issue
Block a user