|
You are here |
aeturrell.github.io | ||
| | | | |
www.scijournal.org
|
|
| | | | | One of the standout features in LaTeX is the ability to generate a Latex table of contents easily. A Table of Contents is an essential inclusion in many | |
| | | | |
v0dro.in
|
|
| | | | | I'm writing this blog as I'm learning latex and setting up emacs to use it. Previously I mainly use LyX for writing research papers but the lack of text leads to lesser customization options sometimes, which is why I'll be shifting to plain text LaTeX henceforth. | |
| | | | |
shen.hong.io
|
|
| | | | | A guide to creating fully reproducible, PDF/A Compliant documents in LaTeX. | |
| | | | |
ncona.com
|
|
| | | I've known about neovim for a long time, but I've never tried it out. My goal for this article is to try to replicate my current vim configuration: File explorer Grep Fuzzy file finder Syntax highlight .vimrc configuration If Neovim is as good as people say, I should be able to do that, and it should run faster. Installation Neovim is already packaged for most OS. Sadly, the version included in Ubuntu is too old for most plugins out there. For this reason, we'll have to build from source. Install prerequisites: 1 sudo apt-get install ninja-build gettext cmake unzip curl | ||