Search found 13 matches

by JefVL
Thu May 29, 2014 12:40 am
Forum: General
Topic: PDF inclusion warning
Replies: 1
Views: 6852

Re: PDF inclusion warning

A real solution is still welcome if anyone has one, but I found a workaround that gets rid of the warning: open the pdf in a standard pdf reader, take a screenshot and save that as picture. Since it loses some resolution, it's not optimal, but I can't stand seeing errors, warnings or bad boxes and I ...
by JefVL
Wed May 28, 2014 11:28 pm
Forum: General
Topic: PDF inclusion warning
Replies: 1
Views: 6852

PDF inclusion warning

Hi all,

I am finishing up my thesis in LaTeX, but suddenly I received a warning that I never saw before on other computers (it's been a while since I've used this one, but last time it wasn't showing yet).

The warning says the following:

pdfTex warning: pdflatex.exe (file: <my file>): PDF ...
by JefVL
Fri May 16, 2014 1:43 am
Forum: Graphics, Figures & Tables
Topic: Figure appearing above subsection title
Replies: 3
Views: 12854

Re: Figure appearing above subsection title

Thanks Stefan, the \FloatBarrier command worked!

Iknow LaTeX places the float on the position it thinks is best, and usually I don't have a problem with that, but in my thesis I cannot place a picture before the beginning or after the end of the sub(sub)section it is cited in first :)

Thanks!
by JefVL
Thu May 15, 2014 10:00 am
Forum: Graphics, Figures & Tables
Topic: Figure appearing above subsection title
Replies: 3
Views: 12854

Re: Figure appearing above subsection title

Anyone, please?
by JefVL
Tue May 13, 2014 10:31 pm
Forum: Graphics, Figures & Tables
Topic: Figure appearing above subsection title
Replies: 3
Views: 12854

Figure appearing above subsection title

Hi all,

I'm currently writing my thesis... It's almost finished but there are a few minor things that I still need to work on. One of them is a large picture (or rather 4 pictures combined with the subcaption package) that refuses to stay in place.

Example code:


\documentclass[11pt,a4paper ...
by JefVL
Tue Apr 22, 2014 1:36 pm
Forum: General
Topic: Separate numbering for different reference types
Replies: 4
Views: 7334

Re: Separate numbering for different reference types

Oh, I see. Well, thanks for the help and the example :) I should be fine now (for a while at least :lol:)
by JefVL
Tue Apr 22, 2014 12:18 pm
Forum: General
Topic: Separate numbering for different reference types
Replies: 4
Views: 7334

Re: Separate numbering for different reference types

Thanks! I had no idea there was an \appendix command, that did the trick. The minipage caused some strange effects though (a black rectangle showing on the first appendix page with a small caption, and the actual picture being moved to the next page), so I left that part out. I'm already happy that ...
by JefVL
Tue Apr 22, 2014 1:55 am
Forum: General
Topic: Separate numbering for different reference types
Replies: 4
Views: 7334

Separate numbering for different reference types

Hi all,

I've found some great help with a few questions already on this forum, and I hope you can help me again this time. I've searched the web for a solution, but I can't find anything specific for my issue (perhaps I'm just searching the wrong keywords).

Here's my problem: in my thesis, I'd ...
by JefVL
Wed Mar 26, 2014 9:50 pm
Forum: Page Layout
Topic: Unnumbered section names in header: problem with \markright
Replies: 3
Views: 6205

Re: Unnumbered section names in header: problem with \markri

Works like a charm, thanks a lot!