Search found 12 matches

by tufflax
Sun Oct 17, 2010 1:13 pm
Forum: General
Topic: Error: l.3 \select@language{swedish}
Replies: 2
Views: 4459

Re: Error: l.3 \select@language{swedish}

Oh it was something old in some accessory file or something.
by tufflax
Sun Oct 17, 2010 1:03 pm
Forum: General
Topic: Error: l.3 \select@language{swedish}
Replies: 2
Views: 4459

Error: l.3 \select@language{swedish}

Hey!

I'm trying to write a text in English, but latex gives me the following error:
l.3 \select@language{swedish}

I find this very strange, because I have no mention of Swedish anywhere in the text. What's wrong?

This is the code I use:

\documentclass[a4paper,10pt,titlepage]{article ...
by tufflax
Mon Nov 17, 2008 9:19 pm
Forum: General
Topic: LaTeX and Hypertext
Replies: 4
Views: 2943

Re: LaTeX and Hypertext

Ah, yes, thank you again!
by tufflax
Mon Nov 17, 2008 4:34 am
Forum: General
Topic: LaTeX and Hypertext
Replies: 4
Views: 2943

LaTeX and Hypertext

Yeah, that works pretty good. Thank you!

But there is one thing I'm dissatisfied with. In the "bookmarks" thing in Adobe Reader, there are hyperrefs to all sections and subsections. However, there is no hyperref back to "Contents". In order to be able to jump between sections, being able to jump ...
by tufflax
Sun Nov 16, 2008 2:33 pm
Forum: General
Topic: LaTeX and Hypertext
Replies: 4
Views: 2943

LaTeX and Hypertext

Hey!

I'm about to write a design document for a computer game. And I like LaTeX, so I would like to use it. The problem is that I would like the whole design document to be split up into several documents with links between them, kind of like HTML pages. The reason for this is that I don't want to ...
by tufflax
Sat Nov 01, 2008 3:27 pm
Forum: General
Topic: A new env. like description items
Replies: 4
Views: 2534

Re: A new env. like description items

Thank you for your answer!

Oh, maybe I wasn't clear enough... I dont want to make some kind of list, I want to make an env that looks kind of like a description item, but that has nothing to do with some kind of list.
by tufflax
Sat Nov 01, 2008 5:05 am
Forum: General
Topic: A new env. like description items
Replies: 4
Views: 2534

A new env. like description items

Hey!

Let's say I wanted to make a new environment that looks like a description list item, that is, the first line is not indented, but the rest of the lines are. How can I do that?

And, just out of curiosity, could I make an environment that would indent every two lines?
by tufflax
Thu Sep 18, 2008 6:39 pm
Forum: General
Topic: Vertical space between section header and text
Replies: 2
Views: 10017

Re: Vertical space between section header and text

Thank you! I'll look into that.
by tufflax
Thu Sep 18, 2008 5:40 pm
Forum: General
Topic: Vertical space between section header and text
Replies: 2
Views: 10017

Vertical space between section header and text

Hey!

I decided I wanted to switch from indentation to extra vertical space between paragraphs, so I did this:

\addtolength{\parskip}{\baselineskip}
\setlength{\parindent}{0 em}

But I noticed that \parskip also adds extra space between the section (and subsection, etc.) headers and the text. Can ...
by tufflax
Tue Jul 08, 2008 1:27 am
Forum: General
Topic: No space in table of contents
Replies: 4
Views: 12153

No space in table of contents

Thank you!

And in the case anyone else has the same problem, here is what I did:
\usepackage{tocloft}

\renewcommand{\cftsecindent}{0 em}
\renewcommand{\cftsecnumwidth}{1.9 em}

\renewcommand{\cftsubsecindent}{1.9 em}
\renewcommand{\cftsubsecnumwidth}{2.8 em}

\renewcommand{\cftsubsubsecindent}{4 ...