Search found 9 matches

by malvi237
Sun Apr 18, 2010 11:31 pm
Forum: Fonts & Character Sets
Topic: German characters and GFS Didot
Replies: 5
Views: 4829

Re: German characters and GFS Didot

I'm afraid this is a bug. I read the inputenc documentation and tried several encodings the problem is always the same. Therefore another question, as I have the characters in the abstract only, is there a possibility to use different fonts for abstract and the rest of the text?
by malvi237
Sun Apr 18, 2010 8:35 pm
Forum: Fonts & Character Sets
Topic: German characters and GFS Didot
Replies: 5
Views: 4829

Re: German characters and GFS Didot

I tried your code in a new file and it doesn't work as well.
I get the following result : Falsches en von Xylophonmusik qu jeden grren Zwerg and these error messages:

./Untitled.tex:8: Package inputenc Error: Keyboard character used is undefined
(inputenc) in inputencoding `utf8'.
See the inputenc ...
by malvi237
Sun Apr 18, 2010 6:58 pm
Forum: Fonts & Character Sets
Topic: German characters and GFS Didot
Replies: 5
Views: 4829

German characters and GFS Didot

I would like to use GFS Didot as font for my thesis, however I have a strange problem with the german characters. While \"{u} and \"{o} are typeset as ü and ö as they should, \"{a} comes out as a with the two dots below instead above the character. When I change to Palatino everything is typeset ...
by malvi237
Mon Apr 12, 2010 9:59 pm
Forum: Page Layout
Topic: topmargin on titlepage
Replies: 2
Views: 1861

Re: topmargin on titlepage

Works perfectly.... Thx for your help!
by malvi237
Sun Apr 11, 2010 10:00 pm
Forum: Page Layout
Topic: topmargin on titlepage
Replies: 2
Views: 1861

topmargin on titlepage

Hello, I would like to increase the topmargin on my title page of my Dissertation, I've tried the changepage package but it doesn't work. I'm not quite sure if I am using it right. Maybe someone can give me a hint
Thanks Malvi

\documentclass[pdftex,11pt,twoside]{report}
\usepackage[a4paper,left=2cm ...
by malvi237
Thu Mar 04, 2010 5:45 pm
Forum: Page Layout
Topic: Two-sided document margins inappropriate for binding
Replies: 3
Views: 15004

Re: Two-sided document margins inappropriate for binding

Hello, I'm also writing my PhD thesis in Latex and had the same considerations because of the margins.
My document class looks as follows:
\documentclass[pdftex,11pt,twoside]{report}
\usepackage[a4paper]{geometry}

I looked up how margins are commonly set in a book layout and found that the ratio ...
by malvi237
Tue Feb 23, 2010 8:05 pm
Forum: Page Layout
Topic: Abstract margins - HELP!
Replies: 4
Views: 9237

Re: Abstract margins - HELP!

The \vspace as well as \abstitleskip move the abstract title and the body closer together (if I use \vspace before \begin{abstract} nothing happens). It solves the problem but looks quite ugly. Is there no possibility to move the entire abstract including text and title higher in the page or to set ...
by malvi237
Tue Feb 23, 2010 7:27 pm
Forum: Page Layout
Topic: Abstract margins - HELP!
Replies: 4
Views: 9237

Re: Abstract margins - HELP!

The \setlength commands I found in the abstract package are:

\absleftindent
\absrightindent
\absparindent
\absparseptext

I'm afraid they won't do the job....
by malvi237
Tue Feb 23, 2010 1:23 pm
Forum: Page Layout
Topic: Abstract margins - HELP!
Replies: 4
Views: 9237

Abstract margins - HELP!

Hello, I'm new to latex and I have a problem with the abstract margins. The topmargin is way to large and I can't fit my abstract on one page. Further I'd like to have an equal top and bottom margin for the abstract. I've pasted my preamble below. Can someone please please help me?

Thanks Malvi ...