Recently in Writing Category

The following is a snippet for LaTeX mode in Emacs. The snippet uses the wonderful YASnippet package and inserts the date of the poem being written and a tiny bit of LaTeX around it.

;; LaTeX snippets
(yas/define-snippets
  'latex-mode ; Snippet is available when in LaTeX mode
  '(
    ("poem" ; Keyword that will trigger the snippet
     ; The snippet itself
     ; (Each newline can be replaced with \n to make the snippet fit on one line)
     "\\begin{verse}
\\poemtitle{${1:untitled}}
% Written on ${2:$(format-time-string \"%e %B %Y\")}
$0

\\end{verse}
"
     "begin verse ..." ; Name of the snippet
     nil)
  )
)
There was a 0-day exploit of WordPress mentioned on reddit the other day and I was freaking out a bit and asked for recommendations for a new blog engine. MoveableType was mentioned and so I took a look and I like what I see so far. The static publishing is pretty neat and some of the plugins look good too.

So now all I have to do is move my old WordPress blog posts from the old MySQL database to the new database. Hopefully there's a script somewhere on the Internet for doing that so I don't have to do any work.

In other news, I have started work on the documentation for EventCal and hope to work on the code-base very soon. Also, I am currently discussing the resurrection of the Pizza Business game. Ideas are being tossed out and I'm looking at which programming languages we can use for the project.

About this Archive

This page is a archive of recent entries in the Writing category.

Web is the previous category.

Find recent content on the main index or look in the archives to find all content.

July 2008: Monthly Archives

Jobs

Powered by Movable Type 4.1