• Archive for March 14th, 2007

    LaTeX Columns

    by  • Wednesday 14 March 2007 • Software • 0 Comments

    Found this little trick to make columns anywhere in a LaTeX document: Put this line in the preamble: usepackage{palatino, url, multicol} Then add this where you want the columns: begin{multicols}{2}{ My text… } end{multicols}

    Read more →

    EMMA: Extensible MultiModal Annotation markup language

    by  • Wednesday 14 March 2007 • Research, Software • 0 Comments

    Strange that I didn’t see this before. Apparently, W3C has made a draft for multimodal annotation called EMMA: Extensible MultiModal Annotation markup language. The abstract of the document reads: The W3C Multimodal Interaction working group aims to develop specifications to enable access to the Web using multimodal interaction. This document is part of a set [...]

    Read more →