Search found 52 matches

by Seanshine
Mon Jul 09, 2018 9:39 am
Forum: Page Layout
Topic: Avoid blank space after chapters
Replies: 35
Views: 21526

Avoid blank space after chapters

Yes, it works for the contents / lof / lot, I added a pagebreak to avoid overlap here.

After that, it didn't work anymore.
by Seanshine
Sun Jul 08, 2018 11:15 pm
Forum: Page Layout
Topic: Avoid blank space after chapters
Replies: 35
Views: 21526

Avoid blank space after chapters

\documentclass[
11pt,english, onehalfspacing, nolistspacing, liststotoc, headsepline,oneside,
chapterinoneline, reqno, a4paper, toctotoc
]{MastersDoctoralThesis}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{babel, xpatch}
\usepackage[backend=bibtex,style=authoryear,natbib=true ...
by Seanshine
Sun Jul 08, 2018 9:59 pm
Forum: Graphics, Figures & Tables
Topic: Removing excess white space around figures
Replies: 6
Views: 67892

Removing excess white space around figures

Final product:

Code: Select all

%
\begin{figure}[H]
\centering
\hspace*{-0.5in}
\includegraphics[width=7in, height=2.8in, trim = {0 1.6cm 0 1.5cm}, clip]{Figures/rstar_analysis.eps}
\vspace*{-3mm}
\caption{Combined estimated paths of $r^{*}$}
\end{figure} \label{fig: 6.1}
%
by Seanshine
Sun Jul 08, 2018 9:58 pm
Forum: Page Layout
Topic: Avoid blank space after chapters
Replies: 35
Views: 21526

Avoid blank space after chapters

Do you mind if I post my preamble here (again)?
by Seanshine
Sun Jul 08, 2018 8:49 pm
Forum: Page Layout
Topic: Avoid blank space after chapters
Replies: 35
Views: 21526

Avoid blank space after chapters

Both are near identical, the difference is in some added packages. I am amazed by how difficult it is to remove the blank space :shock:
by Seanshine
Sun Jul 08, 2018 7:34 pm
Forum: Graphics, Figures & Tables
Topic: Removing excess white space around figures
Replies: 6
Views: 67892

Removing excess white space around figures

Apparently within the original software (R), it is not so easily achieved. Vector formatted files need specific software for editing, and is therefore not that straight forward. Would trim be an option? How does it work?
by Seanshine
Sun Jul 08, 2018 5:05 pm
Forum: Graphics, Figures & Tables
Topic: Removing excess white space around figures
Replies: 6
Views: 67892

Removing excess white space around figures

Dear readers,

I am trying to fit in an .eps-formatted figure. However, there is excess white space between text and figure. Current code:

%
\begin{figure}[H]
\hspace*{-0.6in}
\includegraphics[scale = 0.6]{Figures/rstar_analysis.eps}
\vspace*{-35mm}
\caption{Combined estimated paths of $r ...
by Seanshine
Sun Jul 08, 2018 5:00 pm
Forum: Page Layout
Topic: Avoid blank space after chapters
Replies: 35
Views: 21526

Avoid blank space after chapters

It does work perfectly in a fresh copy of the template. So something in my version is blocking it.
I didn't change anything in the class-file, so it has to be something in the preamble.
by Seanshine
Sun Jul 08, 2018 9:39 am
Forum: Page Layout
Topic: Avoid blank space after chapters
Replies: 35
Views: 21526

Avoid blank space after chapters

I am working in ShareLatex, I clicked ''logs and output files''.

With running 'exactly that code' you mean open a 'blank' MastersDoctoralClass.cls and post in your code in the main?