Search found 11 matches

by alexander van loon
Sun Nov 28, 2010 4:02 pm
Forum: General
Topic: bug in bibliography’s header with biblatex package, memoir?
Replies: 0
Views: 1420

bug in bibliography’s header with biblatex package, memoir?

I have created a minimal example here:
http://alexandervanloon.nl/bibliografie.bib (bibliography file for biblatex)
http://alexandervanloon.nl/demonstration.tex (source file)
http://alexandervanloon.nl/demonstration.pdf (resulting PDF document)

As you can see, in the Bibliography chapter the header ...
by alexander van loon
Sun May 09, 2010 12:22 pm
Forum: Page Layout
Topic: multicol package gives ugly white space between paragraphs
Replies: 2
Views: 18697

multicol package gives ugly white space between paragraphs

Thanks a ton, using your code fixed the problem. Now the text in both columns is aligned at equal height on all pages, just like the articles in the scientific journals. I had absolutely no idea that the parskip variable was the culprit, I’ll write a blog post about it so the world will know.
by alexander van loon
Sat May 08, 2010 9:30 pm
Forum: Page Layout
Topic: multicol package gives ugly white space between paragraphs
Replies: 2
Views: 18697

multicol package gives ugly white space between paragraphs

Recently I’ve created a few LaTeX documents with two columns with the multicol package. However, I noticed that multicol gives PDF-documents which display ugly white space between the paragraphs. For an example, please take a look at:

http://alexandervanloon.nl/bsk.pdf

Take a look at the right ...
by alexander van loon
Wed Jun 24, 2009 5:59 pm
Forum: Page Layout
Topic: working solution for multicol package and floats?
Replies: 1
Views: 2606

working solution for multicol package and floats?

Fixed, see the tex file and the resulting PDF document again.

It became apparent that the tables where placed inside the multicols environment as I added more text to my document. When I simply placed my first table closer to the beginning of the document, LaTeX placed it where I wanted it. All ...
by alexander van loon
Wed Jun 24, 2009 11:40 am
Forum: Document Classes
Topic: if using memoir article class, bibliography isn't section
Replies: 0
Views: 2033

if using memoir article class, bibliography isn't section

Please take a look at my tex file and the resulting PDF document . It's a document in the Dutch language, by the way.

It uses the memoir article class, and sections are used instead of chapters as is supposed to if I'm correct.

In the bottom of the document I placed the \printbibliography command ...
by alexander van loon
Wed Jun 24, 2009 11:11 am
Forum: Page Layout
Topic: working solution for multicol package and floats?
Replies: 1
Views: 2606

working solution for multicol package and floats?

Please take a look at my tex file and the resulting PDF document . It's a document in the Dutch language, by the way.

I'm using the memoir article document class with two columns. The built-in functionality for dividing the document in two columns didn't work well for me because I wanted the ...
by alexander van loon
Fri Jun 05, 2009 10:47 am
Forum: Document Classes
Topic: problems with customising headers using memoir
Replies: 4
Views: 5157

problems with customising headers using memoir

Thanks for your help. I used the /listfiles command and noticed that my memoir version was indeed outdated. To update my memoir package let me tell me exactly what I did, so other newbies who read this won't be confused.

First go to the aforementioned memoir page on CTAN and the page on the LaTeX ...
by alexander van loon
Thu Jun 04, 2009 6:25 pm
Forum: Document Classes
Topic: problems with customising headers using memoir
Replies: 4
Views: 5157

Re: problems with customising headers using memoir

I appreciate the help localghost, but you linked to the same article as I did in my post. In my post I described how I used an example from that document, which gave me the error messages I mentioned. This led to me to the question if this is caused by the memoir version which I'm using being out of ...
by alexander van loon
Thu Jun 04, 2009 10:31 am
Forum: Document Classes
Topic: problems with customising headers using memoir
Replies: 4
Views: 5157

problems with customising headers using memoir

I have a one-sided document using the memoir document class. By default chapters open with an empty header and the page number in the footer (AFAIK the plain page style according to the memoir manual) and the following pages of the chapter use by default an empty footer and the page number in the ...
by alexander van loon
Wed Jun 03, 2009 8:33 am
Forum: General
Topic: compiled PDF document doesn't have index (in metadata)
Replies: 3
Views: 2212

Re: compiled PDF document doesn't have index (in metadata)

Thank you very much, that's an easy and effective solution. However, that package doesn't seem to be used in the source of memoir class manual. Any idea how it got an index in the PDF document there without using hyperref, are there other ways to do it?