Posts tagged with Makefile
GTK+ programs with GtkBuilder and dynamic signal handlers.
Dennis - May 22nd, 2008
Published in Programming
Well, I decided to review some GTK+ and Gnome development lately. With GTK+, a nice way to create a user interface is with the Glade Interface Designer. Glade produces an xml file with a glade-interface element that can be loaded by libglade. You can then change attributes of the user interface without [...]
1 Comment
Using a Makefile to generate Latex documents
Dennis - March 31st, 2008
Published in Software
So, you’re using Latex to compile a paper, article, or book. If you have any type of table of contents, index, or bibliography, you’ve probably noticed that you have to run latex two (or sometimes 3) times to generate the final document. In addition, you probably have to run a conversion program to [...]