Search found 33 matches

by benowar
Thu Oct 18, 2007 7:25 pm
Forum: General
Topic: Optimal marginalia for a A4 print with headings?
Replies: 2
Views: 2483

Re: Optimal marginalia for a A4 print with headings?

To answer myself again, the chngpage package seems to solve 1) too :)
by benowar
Thu Oct 18, 2007 6:50 pm
Forum: General
Topic: Optimal marginalia for a A4 print with headings?
Replies: 2
Views: 2483

Optimal marginalia for a A4 print with headings?

Ok for the first question I can answer myself: By using

Code: Select all

\addtolength{\topmargin}{+1cm}
I get the desired result.

Now I just need to find out how to change the positioning of the title page. Is there any way to simply move the contents of a page by some inches to the right?
by benowar
Thu Oct 18, 2007 10:21 am
Forum: General
Topic: Optimal marginalia for a A4 print with headings?
Replies: 2
Views: 2483

Optimal marginalia for a A4 print with headings?

Hi,

I am close to printing my work and wondered about the right marginalia to use. Currently my header looks like this using the KOMA Script


\documentclass[
pdftex,
11pt,
a4paper,
pagesize,
BCOR12mm,
smallheadings,
halfparskip,
plainheadsepline,
plainfootsepline,
openright ...
by benowar
Thu Oct 18, 2007 9:44 am
Forum: General
Topic: Weird error: There's no line here to end
Replies: 4
Views: 33881

Re: Weird error: There's no line here to end

Thanks!
by benowar
Tue Oct 16, 2007 11:52 am
Forum: General
Topic: Weird error: There's no line here to end
Replies: 4
Views: 33881

Weird error: There's no line here to end

Hi,
the following code snippet produces the error "There's no line here to end" and I dont know why. The resulting PDF looks nice, but I would like to get rid of the error. Any ideas?


\begin{titlepage}

\vspace{4em}
\center
\Large{\textsf{Diplomarbeit zum Thema}}
\vspace{1em}

\Huge{\textsf ...
by benowar
Mon Oct 15, 2007 6:21 pm
Forum: General
Topic: Best way to deal with screenshots?
Replies: 5
Views: 9804

Re: Best way to deal with screenshots?

Right, I already found out that I should save the graphics as PDF. But I wonder regarding the DPI I should use. Does it make any difference if I save a 90dpi image in 300dpi and scale it by the factor of 3 (since its quite small now) compared to saving it with 72dpi and scaling it with a factor of 0 ...
by benowar
Mon Oct 15, 2007 9:47 am
Forum: General
Topic: Howto control the spacing between entries in the glossary?
Replies: 1
Views: 2943

Re: Howto control the spacing between entries in the glossary?

Actually its as easy as adding \newline after the definition of a glossary entry.
by benowar
Sun Oct 14, 2007 12:58 pm
Forum: General
Topic: Howto control the spacing between entries in the glossary?
Replies: 1
Views: 2943

Howto control the spacing between entries in the glossary?

Hi,

I am using the glossary command to build a glossary. That works great, however the resulting PDF does not add any space between entries of the glossary, except for when the first letter of the words change (thus, entries get grouped by their first letter). That makes it a bit hard to read for ...
by benowar
Fri Oct 12, 2007 11:35 am
Forum: General
Topic: Best way to deal with screenshots?
Replies: 5
Views: 9804

Best way to deal with screenshots?

Hi,

I was wondering what the best way would be to handle screen-shots in latex. That is, graphics that are not vectorized and thereby don't scale well when you resize them.

First of all, whats the recommended size of a screenshot so that it nicely fits in a normal A4 page? Ideally it would be ...
by benowar
Sat Oct 06, 2007 4:48 pm
Forum: General
Topic: Controlling hyphenation for words globally?
Replies: 10
Views: 17669

Controlling hyphenation for words globally?

Hm, I tried to follow your instructions but the result is very weird now. See the attached screenshot. Here is the full header.tex I am using now:


\documentclass[
pdftex,
11pt,
a4paper,
pagesize,
%DIVcalc,
BCOR12mm,
smallheadings,
halfparskip,
plainheadsepline,
plainfootsepline ...