Literature

Posted by & filed under Emacs, Researching.

Despite the availability of softwares such as Mendeley, Zotero, and JabRef, I like to store my papers (pdf files) and citation information (bib files) using a directory stucture, enter notes into a text file (org-mode), view notes and bibliographic information using a single file, cite references in LaTeX from a single bib file, and manage… Read more »

Convert a string to emacs regexp

Posted by & filed under Emacs.

Suppose you want to convert a string (e.g., “\^{}”) to an emacs regexp representation. Then do evaluate the lisp code: (regexp-quote “\^{}”), which would yield \\\^{}. Remember, you can evaluate elisp with M-:.

Byobu, an enhanced screen

Posted by & filed under Linux.

I use screen on a daily basis. I recently discovered byobu, an enhanced add-on for screen that makes it even more customizable. A screencast can be found here. After reading some descriptions of byobu here and here, I re-discovered screen’s ability to split screens. I’ll probably begin to use this feature. Not sure if I’ll… Read more »

Non-LaTeX presentations using org-mode – S5 and HTML5 slides

Posted by & filed under Emacs.

I recently had frustrations with presentations written using MS Powerpoint; I’m not even going to mention KeyNote as it is only available on a Mac. LibreOffice is my WYSIWYG editor on my Linux machine for writing quick and nicely formatted content. I also have MS Office installed on my machine using WINE. I sometimes use… Read more »

emacs keybindings in xpdf and xdvi

Posted by & filed under Emacs.

I’ve been using xpdf and xdvi for reading documents I’ve downloaded or my LaTeX-generated documents on the laptop more and more these days due to their speed. The one thing I require (desire) in all programs I use on a day to day basis, especially when I have to navigate the file, is to have… Read more »