Search found 10 matches

by exutable
Mon Dec 21, 2009 2:21 pm
Forum: Page Layout
Topic: Problems with blank pages and Chapter spacing
Replies: 15
Views: 10690

Re: Problems with blank pages and Chapter spacing

So apparently negative numbers work fine for the chapterskip length.

Works perfect now
by exutable
Mon Dec 21, 2009 1:56 pm
Forum: Page Layout
Topic: Problems with blank pages and Chapter spacing
Replies: 15
Views: 10690

Problems with blank pages and Chapter spacing

\documentclass[a4paper,11pt,fleqn,oneside, openany]{memoir} % Brug openright hvis chapters skal starte p� h�jresider; openany, oneside

%%%% PACKAGES %%%%

% �� Overs�ttelse og tegns�tning �� %
\usepackage[utf8]{inputenc} % G�r det muligt at bruge �, � og � i sine .tex-filer
\usepackage[danish ...
by exutable
Mon Dec 21, 2009 1:45 pm
Forum: Page Layout
Topic: Problems with blank pages and Chapter spacing
Replies: 15
Views: 10690

Problems with blank pages and Chapter spacing

Preamble:

\documentclass[a4paper,11pt,fleqn,oneside, openany]{memoir} % Brug openright hvis chapters skal starte p� h�jresider; openany, oneside

%%%% PACKAGES %%%%

% �� Overs�ttelse og tegns�tning �� %
\usepackage[utf8]{inputenc} % G�r det muligt at bruge �, � og � i sine .tex-filer
\usepackage ...
by exutable
Mon Dec 21, 2009 1:34 pm
Forum: Page Layout
Topic: Problems with blank pages and Chapter spacing
Replies: 15
Views: 10690

Re: Problems with blank pages and Chapter spacing

Ah got it.

\setlength{\beforechapskip}{0.01pt}
\renewcommand\chapterheadstart{\vspace*{\beforechapskip}}


but, I can't get rid of as much spacing as I want.
by exutable
Mon Dec 21, 2009 1:27 pm
Forum: Page Layout
Topic: Problems with blank pages and Chapter spacing
Replies: 15
Views: 10690

Re: Problems with blank pages and Chapter spacing

Hey,

I read your little pdf manual but couldn't find a good example of using beforechapskip.

What is the syntax?

BTW, from Aalborg University :)
by exutable
Mon Dec 21, 2009 1:17 pm
Forum: Page Layout
Topic: Problems with blank pages and Chapter spacing
Replies: 15
Views: 10690

Re: Problems with blank pages and Chapter spacing

Has anybody figured out this problem yet??? The chapter spacing is borderline ridiculous with this style but the look is great.
by exutable
Thu Oct 29, 2009 1:27 am
Forum: BibTeX, biblatex and biber
Topic: Can't get bib file working?
Replies: 7
Views: 13866

Re: Can't get bib file working?

ah that helps, so for a website what is the best bib entry type to use?
by exutable
Thu Oct 29, 2009 1:19 am
Forum: BibTeX, biblatex and biber
Topic: Can't get bib file working?
Replies: 7
Views: 13866

Can't get bib file working?

\documentclass{report}

\input{../../preamble/preamble.tex}
\title{Problemanalyse for Klimastyring}
\author{B213}

\begin{document}
\maketitle
\tableofcontents
\input{indledning.tex}
\input{hvem.tex}
\cite{ens-dk-forbrug}
\bibliographystyle{plain}
\bibliography{referencer}
\end{document}


even ...
by exutable
Thu Oct 29, 2009 1:11 am
Forum: BibTeX, biblatex and biber
Topic: Can't get bib file working?
Replies: 7
Views: 13866

Can't get bib file working?

Code: Select all

\documentclass{report}
\usepackage[danish]{babel}
\usepackage[utf8]{inputenc}

\begin{document}
\bibliographystyle{plain}
\bibliography{referencer} 
\end{document}
by exutable
Thu Oct 29, 2009 12:49 am
Forum: BibTeX, biblatex and biber
Topic: Can't get bib file working?
Replies: 7
Views: 13866

Can't get bib file working?

Hey guys,

I am trying to create a bibliography for my report but I can't crack it. I've tried a lot of different things and can't seem to get it to work.


Here is the bib file named referencer.bib:
@article{sommerhusbranchen,
author = {Sommerhuse.dk ApS},
title = {Sommerhusbranchen og ...