Theses, Books, Title pagesSCFigure

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Frankie_S
Posts: 1
Joined: Wed Jun 14, 2017 1:39 pm

SCFigure

Post by Frankie_S »

Hi all,

I am wondering whether the MastersDoctoralThesis template allows for one-column figures. I am running the code below, the Figure shows up at the correct location, but the caption is missing.
Any ideas?

Thanks!

\begin{SCfigure}
\centering
\includegraphics[width=0.5\linewidth]{./Figures/Las/PDF/Fig1.pdf}
\caption[Location map]{Here goes the caption....}
\label{fig:Las01}
\end{SCfigure}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

SCFigure

Post by Johannes_B »

Works for me.

Please show a compilable but minimal example that reproduces the behaviour. Showing the log file is important as well. Please add \listfiles at the very top of main.tex.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

SCFigure

Post by Stefan Kottwitz »

Hi Frankie,

welcome to the forum!

Just a link that explains the concept of what Johannes wrote: Infominimal working example

Stefan
LaTeX.org admin
Post Reply