Giter Club home page Giter Club logo

Comments (9)

DSczyrba avatar DSczyrba commented on July 18, 2024 1

Selbst mit deinem Test Code in einem neu gezogenen Clone auf aktuellem Stand tritt das PRoblem nicht auf:

image

from vorlage-latex.

TheColin21 avatar TheColin21 commented on July 18, 2024 1

es liegt also schonmal nich an @jemand771

from vorlage-latex.

DSczyrba avatar DSczyrba commented on July 18, 2024 1

Können wir das mal auf RocketChat verlagern? :D

from vorlage-latex.

jemand771 avatar jemand771 commented on July 18, 2024

beispiel, ohne dass man eine test.py braucht:

\begin{code}
\begin{minted}{python}
import shit
def stuff():
    yes = True
\end{minted}
\caption{test-code}
\end{code}

gleiches ergebnis (nur ohne zeilennummern weil linenos nicht mit angegeben ist)
image

from vorlage-latex.

DSczyrba avatar DSczyrba commented on July 18, 2024

Ja puh, was soll ich sagen, ich benutz die aktuelle Version und es links :D

image

from vorlage-latex.

TheColin21 avatar TheColin21 commented on July 18, 2024

grafik

wenn ich @jemand771 's bsp einfüge

from vorlage-latex.

DSczyrba avatar DSczyrba commented on July 18, 2024

Ja @jemand771 hat in seinem Test vergessen eine \caption zu setzen...

Try:

\begin{code}
    \begin{minted}{python}
    import shit
    def stuff():
        yes = True
    \end{minted}
    \caption{YOhoho}
\end{code}

from vorlage-latex.

TheColin21 avatar TheColin21 commented on July 18, 2024

war mir dann auch grade aufgefallen xD mit caption:
grafik

from vorlage-latex.

jemand771 avatar jemand771 commented on July 18, 2024

das ist jetzt super awkward, aber.. frischer clone von master:
image

(hatte das \caption vergessen mit hier her zu schreiben, das war aber da. ^^)

einzige änderung (ausser den codeblock einzufügen):

%vorlage%
\input{vorlage}
%Dokument-Anfang
\renewcommand{\MintedPygmentize}{D:/software/conda/envs/minted/Scripts/pygmentize}
\begin{document}

--> braucht man, wen pygmentize nicht im path ist
edit: hey @TheColin21 war schneller mit ausprobieren, danke ^^

from vorlage-latex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.