Search found 6 matches

by MeineKekse
Wed Mar 07, 2012 8:47 pm
Forum: General
Topic: Modifying layout of table of literature
Replies: 0
Views: 1153

Modifying layout of table of literature

Hey,

my problem is that i have to wirte the word "see" in front of my Internet resources in the table of literature. How can I manage to do so?


My MWE:

\documentclass[12pt]{scrartcl}


%zitieren
\usepackage{url}
\urlstyle{rm}
\usepackage{natbib}
\bibliographystyle{unsrtdin}
\usepackage ...
by MeineKekse
Sat Mar 03, 2012 7:02 pm
Forum: General
Topic: Styling reference superscript like
Replies: 2
Views: 2796

Re: Styling reference superscript like

thanks very much its working perfectly for me
by MeineKekse
Sat Mar 03, 2012 6:31 pm
Forum: General
Topic: Styling reference superscript like
Replies: 2
Views: 2796

Styling reference superscript like

Hello,

I want the referencenumbers 1,2,3 etc to appear superscript like. This can be done by the following code.

\documentclass[12pt]{article}

%zitieren
\newenvironment{myquote}{ \begin{quote}\setstretch{1} }{\end{quote}}
\usepackage{url}
\urlstyle{rm}
\bibliographystyle{unsrtdin}
\usepackage ...
by MeineKekse
Sat Mar 03, 2012 2:34 pm
Forum: General
Topic: Modifying Layout of ToC
Replies: 6
Views: 5142

Modifying Layout of ToC

Hi, thanks very much.

When using scrartcl. My font changes to something different even when using the font packages. I need a font being similar to Times New Roman.

\documentclass[12pt]{scrartcl}



% Times New Roman
\usepackage{mathptmx}
\usepackage{setspace}
\setstretch{1.5}
\usepackage ...
by MeineKekse
Sat Mar 03, 2012 1:37 pm
Forum: General
Topic: Modifying Layout of ToC
Replies: 6
Views: 5142

Modifying Layout of ToC

Hi,

so I just created a minimal working example and left all packages i used in the file.(It's also uploaded as an atachment)


\documentclass[12pt]{article}

%German language
\usepackage[english,ngerman]{babel}
\usepackage{ngerman}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

% Das Euro ...
by MeineKekse
Sat Mar 03, 2012 1:05 pm
Forum: General
Topic: Modifying Layout of ToC
Replies: 6
Views: 5142

Modifying Layout of ToC

Hello,

I need to change the layout of my tableofcontents. The first problem is, that I included a section(called Vorwort) with the *-symbol in order to get ride of the number in front of it. But then in the tableofcontents "Vorwort" appears at the same height as all other section, beginning with a ...