Minted Package does not allow Captions with Package lstlisting #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to add a caption and a label to a code listing with minted, pdflatex throws an error saying "Document can't be opened" and "
\addvspace{10pt}maybe an\itemis missing?".Every listing and figure should have a caption and should be mentionend in the text (with
~\ref{}).Finding the responsible part seems to be difficult. In order to stop wasting more time, it is probably best to ditch the current template and reconstruct the layout on my own.
Have to ask advisor about using my own template designed to look the same way (or at least similar).
Fixed by manually rebuilding the template and getting rid of unnecessary stuff. Using the LaTeX package
subfilesnow to facilitate better inclusion of figures and code in different directories.