Mein Dokument wird kompiliert, ich kann es auch anschauen, aber es wird trotzdem ein Fehler angezeigt (! Undefined control sequence.
<argument> \sf@counterlist ) Hier ein Ausschnitt aus der Log-Datei:
Package caption Info: Begin \AtBeginDocument code. Package caption Info: subfig package v1.3 is loaded. Package caption Info: floatrow package is loaded. Package caption Info: float package is loaded. Package caption Info: floatrow package is loaded. Package caption Info: hyperref package is loaded. Package caption Info: longtable package is loaded. (C:\Users\Sabrina\AppData\Roaming\MiKTeX\2.9\tex\latex\caption\ltcaption.sty Package: ltcaption 2013/02/03 v1.3-62 longtable captions (AR) ) Package caption Info: End \AtBeginDocument code. ("C:\Program Files\MiKTeX 2.9\tex\latex\floatrow\fr-subfig.sty" Package: fr-subfig 2007/12/24 v0.1g (beta) floatrow: additions for subfig \FBsc@max=\skip88 \FBso@max=\skip89 ) ("C:\Program Files\MiKTeX 2.9\tex\latex\floatrow\fr-longtable.sty" Package: fr-longtable 2007/11/28 v0.1b (beta) floatrow: additions for longtable \flrow@LT@lasthead=\box39 \flrow@LT@prelastfoot=\box40 \c@FBLTpage=\count315 ) ! Undefined control sequence. <argument> \sf@counterlist l.5 \begin{document} The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined.
\documentclass[paper=a4, 12pt]{scrreprt} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage[american, spanish, basque, ngerman]{babel} \usepackage[babel, german=quotes]{csquotes} \usepackage[format=plain,font=small,labelfont=bf,labelsep=space,justification=centerlast]{caption} \usepackage{subcaption} \usepackage[font=small,floatrowsep=quad, captionskip=5pt,capbesideposition={left,bottom},facing=yes, capbesidesep=space]{floatrow} \usepackage{subfig} \floatsetup[table]{style=Plaintop} \captionsetup[subfigure]{labelformat=brace,list=off} \floatsetup[subfigure]{style=plain,capbesideposition=left, capbesidesep=none,heightadjust=object} \usepackage[demo]{graphicx} \usepackage{amssymb, amsmath, dsfont} \usepackage{enumitem} \usepackage{longtable} \usepackage{pdfpages} \usepackage{keyval} \usepackage{ifthen} \usepackage{url} \usepackage{xcolor} \usepackage[colorlinks, allcolors=blue, plainpages=false, pdfpagelabels]{hyperref} \begin{document} \intextsep5mm \chapter{Clickerfragen im Integrierten Kurs 1 WS 2013/14} \section{Clickerfragen zum Thema \textit{Reibung}} Im Folgenden werden alle Clickerfragen, in der Reihenfolge, in der sie im Semester gestellt wurden, vorgestellt. Dabei wird zu jeder Frage in der Bildunterschrift angegeben, welcher Durchgang in den Ergebnissen dargestellt wird, wieviele Student/innen an genau diesem Durchgang teilgenommen haben ($N$) und welche Antwort die richtige ist. Es wird auch erklärt, an welcher Stelle im Skript die Frage gestellt wird und welche Schwierigkeiten eventuell aufgetreten sind. \begin{figure} \ffigbox {\caption{Clickerfrage zum Thema \textit{Reibung} (11.11.2013) \\ Erster Durchgang, N=105, Richtige Antwort: 4)} \label{fig:kugelparaffin1}} {\includegraphics[height=0.4\textheight]{kugelparaffin1.png}} %\end{figure} \vspace{1cm} %\begin{figure} \ffigbox {\caption{Clickerfrage zum Thema \textit{Reibung} (11.11.2013) \\ Zweiter Durchgang, N=104, Richtige Antwort: 4)} \label{fig:kugelparaffin2}} {\includegraphics[height=0.4\textheight]{kugelparaffin2.png}} \end{figure} \Par Die erste Frage wurde zum Thema Reibung zu Beginn der vierten Vorlesungswoche gestellt. Die Vorlesung begann mit einer Einführung in die Vektorrechnung. Im Anschluss startete das Kapitel Mechanik des Massenpunktes, in dem Bahnkurve, Geschwindigkeit und Beschleunigung des Massenpunktes durchgenommen und der Freien Fall und Wurfbewegungen im Anschluss behandelt wurden. Als nächsten wurden die... \end{document}
Vielen Dank für eure Mühe!