Notes
Some carpentry notes for future reference.
- Aliases
May 18, 2023
Persisting Aliases in Command Lines...
[Continue reading]
- GIFs in LaTeX
Mar 29, 2023
Using GIFs in LaTeX/Beamer can add animation to presentations, making them more engaging and visually appealing. Unfortunately, LaTeX does not seem to support GIFs natively...
[Continue reading]
- Silencing Warnings and Errors in LaTeX
Mar 15, 2023
Silencing Warnings and Errors in LaTeX using the silence package.
[Continue reading]
- Serving HTML Pages Locally from VS Code
Feb 19, 2023
Combine VS Code with the LiveServer plugin to launch a local development server with live reloading for web development.
[Continue reading]
- Working with Markdown in Sublime Text
Jan 28, 2023
This note covers working with Markdown in the Sublime Text editor. I’ve tried two ways to edit Markdown files in the Sublime Text (ST) editor...
[Continue reading]
- Using Overleaf Projects as Git Submodules
Dec 26, 2022
Overleaf is useful for editing manuscripts on the cloud, sometimes synchronously with collaborators.
However, editing synchronously in real-time with collaborators on an Overleaf project is exceedingly rare (for me, at least). One may also find compiling on Overleaf to be slower than working locally on...
[Continue reading]