I would very much like to underline my headings. I'm using the book class. I have found the underlin package at CTAN which should do what I want.
But I don't know how to use it! I am a LaTeX beginner and have just barely managed to compile it to a style file "underlin.sty".
This is my preamble:
Code: Select all
\documentclass[a4paper,11pt]{book}
\pagestyle{underline} % This is pseudo code for what I want!
\usepackage[danish]{babel}
\usepackage[latin1]{inputenc}
I have read the accompanying pdf file, but unfortunately I do not understand what I need to do in order for it to be used.
TIA
BR