Endlosschleife
Dirk Hünniger (via tex-d-l Mailing List) <[email protected]>
| Newsgroups | gmane.comp.tex.german |
|---|---|
| Message-ID | <[email protected]> |
Hallo, das folgenden Minimalbeispiel führt bei lualatex zu einer ziemlich endlosen Schleife: lualatex --interaction=nonstopmode main.tex wenn ich versuche irgendetwas zu kürzen tritt der Fehler nicht mehr auf. Viele Grüße Dirk -- FAQ: http://texfragen.de/ Durchsuchbares Archiv: https://www.listserv.dfn.de/sympa/arc/tex-d-l Unsubscribe/Verwaltung: https://www.listserv.dfn.de/sympa/info/tex-d-l
1.jpg
(image/jpeg, 24.2 KB) - not displayed
main.tex
(text/x-tex, 722 B)
\documentclass{scrbook}
\usepackage{keystroke}
\usepackage{scrlayer-scrpage}
\usepackage{framed}
\usepackage[pdftex]{graphicx}
\newenvironment{myshaded}{
\def\FrameCommand{ \hskip-2pt \fboxsep=\FrameSep \colorbox{shadecolor}}%
\MakeFramed {\advance\hsize-\width \FrameRestore}}
{\endMakeFramed}
\newcommand{\LaTeXShadedColorBoxTemplate}[2]{
{\linewidth}#1\begin{myshaded}
#2
\end{myshaded}
}
\begin{document}
\LaTeXShadedColorBoxTemplate{\colorlet{shadecolor}{AliceBlue}}{\LaTeXShadedColorBoxTemplate{\colorlet{shadecolor}{AliceBlue}}{{
\includegraphics[width=1.0\textwidth,height=6.5in,keepaspectratio]{1.jpg}
}{
\includegraphics[width=1.0\textwidth,height=6.5in,keepaspectratio]{1.jpg}
}Dented t.}}\end{document}