GithubHelp home page GithubHelp logo

Asking questions about pyptex HOT 2 CLOSED

sloisel avatar sloisel commented on August 20, 2024
Asking questions

from pyptex.

Comments (2)

sloisel avatar sloisel commented on August 20, 2024

Thank you for your kind feedback and intriguing feature requests.

  • I'm afraid I must admit I've never used latexmk, although it looks rather amazing. Because of that, I don't know how to resolve the latexmk question.
  • I'm not sure what you mean by integrating pyptex into pdflatex. In principle, with the --shell-escape command, you can call any shell command from pdflatex, including pyptex or Python, but if this what you want, other packages might suit you better, for example PythonTex. I call this a Python embedding into LaTeX. I used PythonTex last year, and PypTeX exists because I wanted not to use an embedding. I guess what I'm saying is, if you want to embed Python into LaTeX, use one of the other packages (SageTex, PythonTex, etc...)
  • You don't have to use the {$filename}-generated folder, you can put your pictures anywhere you want. If you don't use it, it will be empty after pyptex run, so you could do pyptex file.tex; rm -rf file-generated when you build. It might be possible to put a command-line option so that the directory is only created if you need it, I'll keep that in mind for later. If it does happen, it may not take the shape of a command-line option for various reasons. In PypTeX, command-line options are a slightly delicate question, so I opted to put most configuration-type information as plain-old Python statements in your main.tex file. For example, switching the LaTeX interpreter is not done by command-line but rather via @{pyp.latex="xelatex"} in your main.tex file, so that's how any sort of -generated/ directory tweaking might end up happening.

from pyptex.

sloisel avatar sloisel commented on August 20, 2024

So I apologize if I'm misusing github here but I don't quite know how to handle github issues. On the other hand, I'm not sure I have a concrete action item from your comment. What I'm going to do is, close the issue for now but if you feel like something needs to be addressed, either reopen it or make a new one later?

Thanks again for the useful feedback! :)

from pyptex.

Related Issues (2)

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.