von Fabian » Di 9. Okt 2012, 15:54
Anbei ein Minimalbeispiel mit meiner kompletten Präambel:
[\documentclass[12pt,leqno,titlepage,a4paper,oneside,openany,headings=small,listof=flat,draft]{scrartcl}
\addtokomafont{sectioning}{\rmfamily}
\usepackage{geometry}
\geometry{a4paper,left=27mm,right=25mm,top=25mm,bottom=20mm}
\usepackage{scrtime}
\usepackage{mathptmx}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{caption}
\captionsetup{format=plain,justification=justified,font=footnotesize,labelfont=bf,labelsep=colon,}
\usepackage{subcaption}
\usepackage{threeparttable}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{apacite}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\sectionmark}[1]{\markboth{#1}{#1}}
\fancyhead[L]{\small \leftmark}
\fancyhead[R] {\small \thepage}
\renewcommand{\headrulewidth}{0.8pt}
\usepackage{subfig}
\setlength{\skip\footins}{8mm}
\usepackage{float}
\usepackage{longtable}
\usepackage{tabu}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{pdflscape}
\usepackage{tikz}
\usetikzlibrary{fit,positioning}
\usepackage{nameref}
\usepackage[textsize=tiny]{todonotes}
\interfootnotelinepenalty=10000
\usepackage[onehalfspacing]{setspace}
\usepackage{acronym}
\renewcommand{\bflabel}[1]{\normalfont{\normalsize{#1}}\hfill}
\begin{document}
\begin{figure}[H]
\centering
\includegraphics[width=0.5\textwidth]{CompanyA1.eps}
\onelinecaptionsfalse
\caption[Cost structure of Company A]{Cost structure of Company A\\The graphic shows the fixed costs, total costs and sales of Company A in situation 1. The vertical dashed line indicates the breakeven point. The horizontal dashed line shows the sale volume at breakeven point. }
\label{CompanyA}
\end{figure}
\end{document}]
Mein Output im PDF ist nur ein Rahmen mit der Bezeichnung CompanyA1.eps drin.
Danke für Unterstützung![/code]
Anbei ein Minimalbeispiel mit meiner kompletten Präambel:
[\documentclass[12pt,leqno,titlepage,a4paper,oneside,openany,headings=small,listof=flat,draft]{scrartcl}
\addtokomafont{sectioning}{\rmfamily}
\usepackage{geometry}
\geometry{a4paper,left=27mm,right=25mm,top=25mm,bottom=20mm}
\usepackage{scrtime}
\usepackage{mathptmx}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{caption}
\captionsetup{format=plain,justification=justified,font=footnotesize,labelfont=bf,labelsep=colon,}
\usepackage{subcaption}
\usepackage{threeparttable}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{apacite}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\sectionmark}[1]{\markboth{#1}{#1}}
\fancyhead[L]{\small \leftmark}
\fancyhead[R] {\small \thepage}
\renewcommand{\headrulewidth}{0.8pt}
\usepackage{subfig}
\setlength{\skip\footins}{8mm}
\usepackage{float}
\usepackage{longtable}
\usepackage{tabu}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{pdflscape}
\usepackage{tikz}
\usetikzlibrary{fit,positioning}
\usepackage{nameref}
\usepackage[textsize=tiny]{todonotes}
\interfootnotelinepenalty=10000
\usepackage[onehalfspacing]{setspace}
\usepackage{acronym}
\renewcommand{\bflabel}[1]{\normalfont{\normalsize{#1}}\hfill}
\begin{document}
\begin{figure}[H]
\centering
\includegraphics[width=0.5\textwidth]{CompanyA1.eps}
\onelinecaptionsfalse
\caption[Cost structure of Company A]{Cost structure of Company A\\The graphic shows the fixed costs, total costs and sales of Company A in situation 1. The vertical dashed line indicates the breakeven point. The horizontal dashed line shows the sale volume at breakeven point. }
\label{CompanyA}
\end{figure}
\end{document}]
Mein Output im PDF ist nur ein Rahmen mit der Bezeichnung CompanyA1.eps drin.
Danke für Unterstützung![/code]