-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using breakafterinrun
to break long sequences of dashes in tutorial
#294
Comments
BTW tcolorbox/doc/latex/tcolorbox/tcolorbox-tutorial-poster.tex Lines 21 to 22 in 2911a3e
PS: If |
Thank you. I will BTW I had major problems with
|
Is it a simple |
I used a manual script and later I made a MWE which does not need % !TeX encoding=UTF-8
\documentclass{article}
%\usepackage{minted2}
\usepackage{minted}
%\usepackage[minted]{tcolorbox}
\begin{document}
Test
\begin{minted}{tex}
Hello \textbf{world}
\end{minted}
%\begin{tcblisting}{}
%Hello \textbf{world}
%\end{tcblisting}
\end{document} My
This is nearly identical to my tcolorbox setup where the increase of The problem with the MWE is that it does not fail every time. Minutes ago, I tried from vanilla several times (no fail), removed This is a endless loop which stops with error after 16 reruns. The more complex BTW I also searched the |
On my side, after a manual single The culprit is the timestamp stored in $pdf_mode = 4; # tex -> pdf mit lualatex
$lualatex = 'pdflatex -synctex=1 -interaction=batchmode -shell-escape';
$max_repeat = 4;
# when calculating hashes for '.minted' files, ignore lines matching pattern '"timestamp":'
$hash_calc_ignore_pattern{'minted'} = '"timestamp":'; It seems
I think this deserves to be reported to |
Thank you - this seems to be exactly what I was looking for. I cannot test before the weekend, but this looks good! |
I think that the issue with the |
…ain is modified, fixing compatibility with build tools (T-F-S/tcolorbox/issues/294); fixed a bug that could prevent a cache from being fully cleaned when it is shared by multiple documents
Should be fixed in
Probably similar to gpoore/minted#411 thus also fixed in |
In
tcolorbox-tutorial-poster.pdf
, page 13 (the last page)Related: gpoore/fvextra#27
The text was updated successfully, but these errors were encountered: