mdpi Journalvorlage: Subfigure Überschriften sind unter Bild

Tabellen und Grafiken erstellen und anordnen


Soller
Forum-Fortgeschrittener
Forum-Fortgeschrittener
Beiträge: 52
Registriert: Di 3. Mai 2016, 14:33

mdpi Journalvorlage: Subfigure Überschriften sind unter Bild

Beitrag von Soller »

%=================================================================
\documentclass[coatings,article,submit,pdftex,moreauthors,demo]{Definitions/mdpi} 


%=================================================================
% MDPI internal commands - do not modify
\firstpage{1} 
\makeatletter 
\setcounter{page}{\@firstpage} 
\makeatother
\pubvolume{1}
\issuenum{1}
\articlenumber{0}
\pubyear{2023}
\copyrightyear{2023}
%\externaleditor{Academic Editor: Firstname Lastname}
\datereceived{ } 
\daterevised{ } % Comment out if no revised date
\dateaccepted{ } 
\datepublished{ } 
%\datecorrected{} % For corrected papers: "Corrected: XXX" date in the original paper.
%\dateretracted{} % For corrected papers: "Retracted: XXX" date in the original paper.
\hreflink{https://doi.org/} % If needed use \linebreak
%\doinum{}
%\pdfoutput=1 % Uncommented for upload to arXiv.org


\usepackage{subcaption}
\renewcommand{\floatpagefraction}{0.9}


%=================================================================
% Full title of the paper (Capitalized)
\Title{Filler}

% Authors, for the paper (add full first names)
\Author{Filler}

% Affiliations / Addresses (Add [1] after \address if there is only one affiliation.)
\address{}



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\section{Test}

\begin{figure}
	\begin{subfigure}{0.48\textwidth}
		\includegraphics[width=\textwidth]{PETCBL19ngfs}
		\caption{Bild1}
	\end{subfigure}
	\hfill
	\begin{subfigure}{0.48\textwidth}
		\includegraphics[width=\textwidth]{PETCBL19gfs}
		\caption{Bild2}
	\end{subfigure}
	\hfill
	\begin{subfigure}{0.48\textwidth}
		\includegraphics[width=\textwidth]{PETCBL129ngfs}
		\caption{Bild3}
	\end{subfigure}
	\hfill
	\begin{subfigure}{0.48\textwidth}
	\includegraphics[width=\textwidth]{PETCBL129gfs}
	\caption{Bild4}
	\end{subfigure}
	\caption{test}
\end{figure}
blabla

\end{document}
Hallo zusammen,

erstmal ein großes ENTSCHULDIGUNG, dass das MB so lange ist. Aber ich hab es nicht anders kompiliert bekommen. Ich möchte eine Wissenschaftliche Veröffentlichung bei mdpi einreichen und da muss ich deren Vorlage verwenden.

Wenn ich das Beispiel kompiliere, dann sind Bild3 und Bild4 so weit nach oben gerutscht, dass sie halb über der Unterschrift von Bild1 und Bild2 sind.

Gibt es eine Möglichkeit bei einer mehrzeiligen Subfigure den Abstand zwischen zwei Zeilen zu verändern?

LG, Stefan