Search found 3 matches

by Sondre
Fri Jun 08, 2007 11:39 pm
Forum: General
Topic: Unnumbered section headings in the table of contents
Replies: 2
Views: 19646

Unnumbered section headings in the table of contents

I'm using the article class and can't figure out how to include the "Preface" in the table of contents. I use the command

\section*{Preface}

because I don't want the heading to be numbered, but then it is excluded in the table of contents. Does anybody know how to still make it appear, without ...
by Sondre
Mon May 07, 2007 5:38 pm
Forum: General
Topic: Different languages in the same document
Replies: 2
Views: 3623

Re: Different languages in the same document

Alright! I didn't know babel was multilingual. It worked perfect by just using \selectlanguage{} where I wanted to change it.

Thanks a lot for your help, localghost!
by Sondre
Mon May 07, 2007 2:47 pm
Forum: General
Topic: Different languages in the same document
Replies: 2
Views: 3623

Different languages in the same document

I am writing an article that needs an abstract in both english and norwegian. When I use \begin{abstract}, the topic is of course written in the language specified in \documentclass[]. Since most of the report is in english, I have set this to "english". But is it possible to define another language ...