LaTeX is a word processing software commonly used amond scientist to create articles, report and thesis. Here is some ressources I created to improve appearance or simplify the writting of new documents.
The first package I created is a base directory containing a makefile and some basic directory structure to take image generation into account.
You can get the lastest version of latex-base using git or browse the source.
git clone git://git.lohrun.net/latex-base.git
This work have been inspired by Guillaume Damiand for the workflow structure and use some of the tricks proposed by The Ultimate Latex Makefile.
To defend my Ph.D. thesis, I created a beamer theme called Poitiers. The default colors are in shades of blue based upon the Tango colors. The theme appearance will gain options and customizations according to my future needs and suggestion you may have.
You can get the lastest version of latex-base using git or browse the source.
git clone git://git.lohrun.net/beamer-theme-poitiers.git
I also created a thesis document class, based on the work of several Ph.D. students of the XLIM-SIC laboratory. This class uses the front page format recommended by my doctoral school and provides a complete solution for future thesis writters.
The code will be available shortly on my git repository.