|
You are here |
codeinthehole.com | ||
| | | | |
richardzach.org
|
|
| | | | | The challenge The authoring platform of choice in many math-heavy disciplines is LaTeX. It produces typeset documents of excellent quality and handles formulas and mathematical diagrams extremely w... | |
| | | | |
arunmani.in
|
|
| | | | | My journey in publishing a book using GNU Emacs and OrgMode. | |
| | | | |
programmingmadecomplicated.wordpress.com
|
|
| | | | | Earlier this year, making my final corrections to my PhD dissertation hammered home the gripes I have about LaTeX, which I periodically grumble about every time I submit a paper, and then forget in relief before the cycle begins again. Like most programming languages, I have a mixed relationship with LaTeX. I recognise it for... | |
| | | | |
hiepph.xyz
|
|
| | | My ~/.emacs.d configuration used to be a mess. For example, here are 2 old configurations for IDO and sidebar neotree. ;; ### IDO ##### (require 'ido) ;; enable IDO (ido-mode 1) (ido-everywhere 1) (ido-ubiquitous-mode 1) (setq ido-enable-flex-matching t) (setq ido-use-filename-at-point nil) (setq ido-auto-merge-work-directories-length -1) (setq ido-use-virtual-buffers t) ;; Shows a list of buffers (global-set-key (kbd "C-x C-b") 'ibuffer) ;; #### Neo Tree ##### (require-package 'neotree) ;; Bind F8 to sh... | ||