General ⇒ Template advice
-
- Posts: 1
- Joined: Sun May 12, 2013 8:56 pm
Template advice
My university's Department of Computer Science offers two templates for bachelor theses. Having found that both templates' Makefiles don't work correctly on a freshly installed Ubuntu 12.10, I'd like to urge corrections.
As I'm not an expert on Latex, I'd be very happy to hear your opinions on these templates. I don't beg for a complete overhaul. Any little advice will be appreciated.
http://wwwvs.cs.hs-rm.de/material/
(-> "Bachelor Thesis")
http://www.mi.hs-rm.de/~barth/hsrm/absc ... /index.rst
(-> "Template für eine Thesis")
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Template advice
Markus Kohm wrote something concerning templates.
In your example, there are obsolete packages, too.
If you are a novice to LaTeX, do not start with this template, you will run into errors.
Examples in your linked files:
package inputenc is loaded with options, might give you problems with german umlauts, if your file is not by chance encoded the way iit is told to LaTeX with the option.
In one example, babel is loaded with the option
german
, giving you hyphenation rules for the old german orthography, I guess you do not want that. Of course, you can change all that, but it is usually better to start from scratch.