Skip to content

Commit 1dd85d2

Browse files
committed
Add mathematical documents on integration techniques and series expansions
- Created a new document for the ILATE rule in integration by parts, explaining its application and significance. - Updated the integration by parts document with aliases, links, and a more structured introduction. - Added a new document detailing the Wallis product and its derivation from Wallis integrals, including definitions and proofs. - Removed redundant content related to the Wallis formula to streamline information. - Introduced a new document on the first substitution method for integration, outlining its principles and providing examples. - Added a document on Taylor series, explaining its definition, properties, and common expansions. - Created a new document for function series, discussing its general concept and relation to Taylor series.
1 parent d5dae6f commit 1dd85d2

45 files changed

Lines changed: 1310 additions & 508 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.obsidian/appearance.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"enabledCssSnippets": [
33
"cyletix-pdf-reverse",
44
"cyletix-md-icon",
5-
"cyletix-appendix-icon"
5+
"cyletix-appendix-icon",
6+
"hide-embed-props"
67
],
7-
"cssTheme": "Vanilla AMOLED",
8+
"cssTheme": "GitHub Theme",
89
"theme": "obsidian"
910
}

.obsidian/community-plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"obsidian-matrix",
99
"obsidian-tikzjax",
1010
"quickadd",
11-
"obsidian-git"
11+
"callout-integrator"
1212
]

.obsidian/hotkeys.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,23 @@
178178
],
179179
"key": "R"
180180
}
181+
],
182+
"callout-integrator:callout-integrate": [
183+
{
184+
"modifiers": [
185+
"Mod",
186+
"Shift"
187+
],
188+
"key": "."
189+
}
190+
],
191+
"callout-integrator:callout-unintegrate": [
192+
{
193+
"modifiers": [
194+
"Mod",
195+
"Shift"
196+
],
197+
"key": ","
198+
}
181199
]
182200
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Hide properties and titles in embedded notes */
2+
/* 1. 隐藏笔记属性 (Properties) */
3+
.internal-embed .metadata-container {
4+
display: none !important;
5+
}
6+
7+
/* 2. 隐藏嵌入笔记的文件名 (当引用整个文件时) */
8+
.internal-embed .markdown-embed-title {
9+
display: none !important;
10+
}
11+
12+
/* 3. 隐藏段落引用中的标题 (例如 "Sentence") */
13+
.internal-embed[src*="#"] div[class^="el-h"] {
14+
display: none !important;
15+
}
16+
17+
/* 4. (新) 移除紧跟在隐藏标题后的第一个段落的上边距 */
18+
.internal-embed[src*="#"] div[class^="el-h"] + div[class^="el-p"] {
19+
margin-block-start: 0 !important;
20+
}

.obsidian/snippets/悬浮搜索框.css

Lines changed: 0 additions & 69 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)