Author Archives: Kwabena Aning

About Kwabena Aning

Website and Information Systems Manager living in London with an avid interest in web services, games, web development, Linux, chess, MVC Design patterns, Information Archetecture and most things geeky. Currently working towards a PhD in Computer Science and Information Systems Research at Birkbeck College, University of London. My student profile page can be found here too http://www.dcs.ac.uk/~kaning01

Using images in LaTeX

Note to self and perhaps others who might be wondering why your images are not displaying in your tex document. Despite using the correct syntax:     \begin{figure}[htb] \begin{center} \includegraphics{image.png} \end{center} \caption{Fig 1: image} \label{fig1} \end{figure} You may find a … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

LyX

So on recommendations I have installed LyX. I am actually writing this on LyX now. I just thought I should post my thoughts on this programme. I am not sure why I had not tried this first, it is mainly … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

LaTeX editors

I have been looking into LaTeX (pronounced La Tek) editors for my writing now and after a lot of trials and tribulations, I finally settled on LateXila. Not only does it look identical to my favourite text editor / IDE … Continue reading

Posted in Uncategorized | Tagged , | 2 Comments