diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index c20c418..ccb1275 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,5 +1,9 @@ { "recentFiles": [ + { + "basename": "Math Software", + "path": "Machine Tips (Quantum)/Resources/Concepts Review/Math/Math Software.md" + }, { "basename": "Markdown", "path": "Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md" @@ -195,10 +199,6 @@ { "basename": "Webrings", "path": "Coding Tips (Classical)/Terminal Tips/3. GUIs/Internet/Websites/Webrings.md" - }, - { - "basename": "1. Quick & Easy Website Making", - "path": "Coding Tips (Classical)/Terminal Tips/3. GUIs/Internet/Websites/1. Quick & Easy Website Making.md" } ], "omittedPaths": [], diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index 32c5950..b692d40 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -37,7 +37,7 @@ "state": { "type": "markdown", "state": { - "file": "Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md", + "file": "Machine Tips (Quantum)/Resources/Concepts Review/Math/Math Software.md", "mode": "source", "source": false } @@ -127,7 +127,7 @@ "state": { "type": "backlink", "state": { - "file": "Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md", + "file": "Machine Tips (Quantum)/Resources/Concepts Review/Math/Math Software.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -144,7 +144,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md", + "file": "Machine Tips (Quantum)/Resources/Concepts Review/Math/Math Software.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -167,7 +167,7 @@ "state": { "type": "outline", "state": { - "file": "Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md" + "file": "Machine Tips (Quantum)/Resources/Concepts Review/Math/Math Software.md" } } } @@ -197,6 +197,9 @@ }, "active": "b09e52fd823fbcf7", "lastOpenFiles": [ + "Pasted image 20241022145556.png", + "Pasted image 20241022145549.png", + "Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md", "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md", "Machine Tips (Quantum)/Diffraction.md", "Machine Tips (Quantum)/Resources/Brookhaven Seminar.md", @@ -223,8 +226,6 @@ "Coding Tips (Classical)/Project Vault/Current Projects/Programming projects/Website Projects/Content for website/Feature List for website.md", "Coding Tips (Classical)/Project Vault/Current Projects/Programming projects/Website Projects/Content for website/Developing Quantum Computing & Teaching Quantum Information Science Education.md", "Coding Tips (Classical)/Project Vault/Current Projects/Programming projects/Website Projects/Content for website/Credits.md", - "Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/Python/Convert Python 2 to 3.md", - "Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/Python/Render Engine.md", "Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/Python/Projects/Data Mining", "About Obsidian/imgFiles/Pasted image 20241020173745.png", "Coding Tips (Classical)/Project Vault/Current Projects/Programming projects/Website Projects/Personal Website/Recording 20231210205353.webm", @@ -242,7 +243,6 @@ "About Obsidian/imgFiles/Pasted image 20240930161853.png", "Machine Tips (Quantum)/Project Vault/Website Projects", "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/Machine Learning", - "About Obsidian/imgFiles/Pasted image 20240916110157.png", - "About Obsidian/imgFiles/Pasted image 20240914134335.png" + "About Obsidian/imgFiles/Pasted image 20240916110157.png" ] } \ No newline at end of file diff --git a/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md b/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md index 22f7eb7..03aa0f6 100644 --- a/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md +++ b/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/High level - Front-end/Markdown.md @@ -154,17 +154,14 @@ X^2^ -# Convert PDF to Markdown +# Convert Markdown to PDF Do this easily with Python by installing pandoc and running the following command: ```bash -pandoc input.pdf -t markdown -o output.md +pandoc input.md -t pdf -o output.pdf ``` -or the following online converters - - -/Users/shwethajayaraj/Documents/NYIT Vault/Data Mining/Assignments/files/Assignemnt 3.pdf \ No newline at end of file +or the following online converters - mathpix.com \ No newline at end of file diff --git a/enter/Machine Tips (Quantum)/Resources/Concepts Review/Math/Math Software.md b/enter/Machine Tips (Quantum)/Resources/Concepts Review/Math/Math Software.md index 3ed6105..5a74cdd 100644 --- a/enter/Machine Tips (Quantum)/Resources/Concepts Review/Math/Math Software.md +++ b/enter/Machine Tips (Quantum)/Resources/Concepts Review/Math/Math Software.md @@ -8,6 +8,12 @@ Here are a list of really great math software to use as you will need to use the - [example presentation](https://cindyjs.org/pub/2016-icms/cindygl/) - [CGAL](https://doc.cgal.org/latest/Manual/packages.html#PartSearchStructures) - a C++ geometric algorithms framework - Math and [Music](https://www.mathe-vital.de/Musik/1-1.html) +- [Mathpix](https://mathpix.com/pdf-to-markdown) - an essential tool for converting LaTeX math formulas easily into markdown & vice versa + - pandoc can do this too but Mathpix has more rich feature in my opinion + - also available as an extension on laptop as well as online editor + - supports PDF to LaTeX/markdown & vice versa for those pesky research papers! +![[Pasted image 20241022145556.png]] - [SAGE](https://www.sagemath.org/) Math - a free [open-source](https://web.archive.org/web/20220816223821/https://github.com/sagemath/sage/) mathematics software system licensed under the GPL. It builds on top of many existing open-source packages: [NumPy](https://web.archive.org/web/20220816223821/https://numpy.org/), [SciPy](https://web.archive.org/web/20220816223821/https://scipy.org/), [matplotlib](https://web.archive.org/web/20220816223821/https://matplotlib.org/), [Sympy](https://web.archive.org/web/20220816223821/https://www.sympy.org/), [Maxima](https://web.archive.org/web/20220816223821/http://maxima.sourceforge.net/), [GAP](https://web.archive.org/web/20220816223821/https://www.gap-system.org/), [FLINT](https://web.archive.org/web/20220816223821/http://www.flintlib.org/), [R](https://web.archive.org/web/20220816223821/http://www.r-project.org/) [and many more](https://web.archive.org/web/20220816223821/https://www.sagemath.org/links-components.html). Access their combined power through a common, Python-based language or directly via interfaces or wrappers. - - [SageCell](https://sagecell.sagemath.org/) \ No newline at end of file + - [SageCell](https://sagecell.sagemath.org/) +- \ No newline at end of file diff --git a/enter/Pasted image 20241022145549.png b/enter/Pasted image 20241022145549.png new file mode 100644 index 0000000..faa562a Binary files /dev/null and b/enter/Pasted image 20241022145549.png differ diff --git a/enter/Pasted image 20241022145556.png b/enter/Pasted image 20241022145556.png new file mode 100644 index 0000000..faa562a Binary files /dev/null and b/enter/Pasted image 20241022145556.png differ