我在使用classicthesis
包裹。
有些行似乎缺少正确的连字符,因此在使用包选项时,相对于周围的条目和点来说,它们显得太长了dottedtoc
:
“时间”这个词似乎超出了通常的文本块,但没有hbox
发出警告。
不幸的是,如果不使用(相当复杂的)软件包和示例文档,我无法找到重现此问题的方法classicthesis
。因此,以下(并非如此)mWE 假设classicthesis.sty
并且classicthesis-config.tex
可以从链接的软件包站点获得而无需修改:
\RequirePackage{fix-cm} % fix some latex issues see: http://texdoc.net/texmf-dist/doc/latex/base/fixltx2e.pdf
\documentclass[ twoside,openright,titlepage,numbers=noenddot,headinclude,%1headlines,% letterpaper a4paper
footinclude=true,cleardoublepage=empty,abstractoff, % <--- obsolete, remove (todo)
BCOR=5mm,paper=a4,fontsize=11pt,%11pt,a4paper,%
dottedtoc,%
american,%
]{scrreprt}
\input{classicthesis-config}
\begin{document}
\listoffigures
\begin{figure}[h]
\caption{This is a long caption that I am trying to work out these extremely long words but everything works well.}
\end{figure}
\begin{figure}[h]
\caption{Participant answers for the observed Mean Time Between Failures (MTBF) in their systems.}
\end{figure}
\begin{figure}[h]
\caption{Here, everything should work well again without any problems and I don't know why the other entry doesn't work.}
\end{figure}
\end{document}