vault backup: 2024-09-04 13:30:03

This commit is contained in:
Dane Sabo 2024-09-04 13:30:03 -04:00
parent d2111ab5a4
commit 15cae5afc9
7 changed files with 68 additions and 13 deletions

View File

@ -175,5 +175,32 @@
],
"key": "0"
}
],
"obsidian-pandoc-reference-list:focus-reference-list-view": [
{
"modifiers": [
"Alt"
],
"key": "R"
}
],
"templater-obsidian:replace-in-file-templater": [],
"obsidian-enhancing-export:obsidian-enhancing-export:export": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "E"
}
],
"workspace:export-pdf": [
{
"modifiers": [
"Alt",
"Mod"
],
"key": "P"
}
]
}

View File

@ -33,11 +33,9 @@
"lucideIconPackType": "native",
"debugMode": false
},
"199. Paper Surveys/Hardware In The Loop Papers.md": "🔩",
"101. Current Writing/ARCADE Implementation at the University of Pittsburgh.md": "🖥",
"101. Current Writing/Models All The Way Down - A Path Towards Software and Physical System Proof Synergy.md": "LiTrendingDown",
"200. Library Papers": "LiLibraryBig",
"199. Paper Surveys": "📎",
"101. Current Writing": "🖋",
"100. Managerial Pages": "🧙‍♂️",
"4. Denoising Diffusion Probabalistic Models for Robust Control": "LiCloudFog",
@ -49,5 +47,7 @@
"900s Calendars": "📆",
"300s School": "🏫",
"3-99 Research": "🧪",
"1000s Templates": "🧩"
"1000s Templates": "🧩",
"199. Paper Notes": "📎",
"199. Paper Notes/Hardware In The Loop Papers.md": "🔩"
}

View File

@ -1,6 +1,6 @@
{
"database": "Zotero",
"noteImportFolder": "",
"noteImportFolder": "200",
"pdfExportImageDPI": 120,
"pdfExportImageFormat": "jpg",
"pdfExportImageQuality": 90,

View File

@ -50,9 +50,21 @@
"source": false
}
}
},
{
"id": "1247580b745674d7",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md",
"mode": "source",
"source": false
}
}
}
],
"currentTab": 2
"currentTab": 4
}
],
"direction": "vertical"
@ -111,7 +123,7 @@
{
"id": "a07efddf854cf53f",
"type": "tabs",
"dimension": 38.15226689478187,
"dimension": 54.70890410958904,
"children": [
{
"id": "7220717c2848cdda",
@ -126,7 +138,7 @@
{
"id": "25061316272623b8",
"type": "tabs",
"dimension": 18.81950384944397,
"dimension": 17.123287671232877,
"children": [
{
"id": "65dbd435d8f1a76f",
@ -134,6 +146,7 @@
"state": {
"type": "backlink",
"state": {
"file": "3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md",
"collapseAll": true,
"extraContext": false,
"sortOrder": "alphabetical",
@ -150,6 +163,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@ -171,19 +185,21 @@
"type": "leaf",
"state": {
"type": "outline",
"state": {}
"state": {
"file": "3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md"
}
}
}
],
"currentTab": 3
},
{
"id": "f4dfb4a535279fdc",
"id": "eae71cef5d7338c8",
"type": "tabs",
"dimension": 43.028229255774164,
"dimension": 28.16780821917808,
"children": [
{
"id": "9fadc463ab7e066c",
"id": "08746787cb410cc0",
"type": "leaf",
"state": {
"type": "ReferenceListView",
@ -208,8 +224,9 @@
"obsidian-full-calendar:Open Full Calendar": false
}
},
"active": "7220717c2848cdda",
"active": "bfc2da582280b85c",
"lastOpenFiles": [
"3-99 Research/6. Researching Techniques/Pandoc and Going from Markdown to LaTeX.md",
"4. Qualifying Exam/2. Writing/QE Abstract For Dan.md",
"101. Current Writing/ARCADE Implementation at the University of Pittsburgh.md",
"@maccaroneADVANCEDREACTORCYBER.md",
@ -253,7 +270,6 @@
"300s School/302. NUCE 2100 - Fundamentals of Nuclear Engineering/2024-09-03 Homework 1.md",
"3-99 Research/99. Getting Used to Obsidian/Markdown Cheat Sheet.md",
"3-99 Research/6. Researching Techniques/Learning How to Use Github.md",
"1. Daily Notes/2024/8. August/2024-08-30.md",
"300s School/302. NUCE 2100 - Fundamentals of Nuclear Engineering/Pasted image 20240827195025.png",
"300s School/302. NUCE 2100 - Fundamentals of Nuclear Engineering/Pasted image 20240827193439.png"
]

View File

@ -0,0 +1,12 @@
So I want do do a lot of drafting in Markdown using Obsidian. But, eventually things are going to have to move to LaTeX for formatting's sake. How do I do this?
**Using Pandoc and Pandoc-crossref**
These two packages can take the Markdown files and convert them, somewhat sloppily, to LaTeX. The main points are as follows:
# Citing Things
Use @, followed by the cite key. This will create an in-line citation, like this: @sohl-dicksteinDeepUnsupervisedLearning2015. This will also show up in the references tab of 'pandoc-reference-list'. This list can be opened using the command window, or my custom hotkey alt+r.
Then, this can be exported using Export. Ctrl+Alt+E for any file type, then select LaTeX. This should then put all the references at the end of the document in IEEE format.
# Referencing Things
*Figure out how pandoc-crossref works, then write about it here.*