Code Monkey home page Code Monkey logo

Comments (5)

gpoore avatar gpoore commented on August 19, 2024

This looks like a Python-related error. Are you using the autogobble option, or any other settings for the inputted file?

from minted.

tigerhawkvok avatar tigerhawkvok commented on August 19, 2024

Reduced test file:

\documentclass{amsart}
\usepackage{amsmath,amsfonts,amssymb,hyperref,fullpage,minted}
\begin{document}
\title{Title}
\author{\today}
\maketitle

\section{Section}

\inputminted{python}[linenos,lastline=472]{crypter.py}

\end{document}

screenshot 2014-06-24 11 17 30

screenshot 2014-06-24 11 18 43

In Windows, python runs Python 3.4.1, and python27 runs Python 2.7.3; in OSX, python runs Python 2.7.5, and python3 runs 3.4.1.

from minted.

tigerhawkvok avatar tigerhawkvok commented on August 19, 2024

Replicated this error in Ubuntu, as well:

screenshot-2014 06 24-13 24 30

from minted.

gpoore avatar gpoore commented on August 19, 2024

Try this instead, with the optional argument first:

\inputminted[linenos,lastline=472]{python}{crypter.py}

from minted.

tigerhawkvok avatar tigerhawkvok commented on August 19, 2024

That worked, thanks!

from minted.

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.