Skip to content
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

List of packages and class files folder #1

Open
kudomarkos opened this issue Feb 12, 2023 · 1 comment
Open

List of packages and class files folder #1

kudomarkos opened this issue Feb 12, 2023 · 1 comment

Comments

@kudomarkos
Copy link

Hello, i am working in a python deta.space micro. It let us have a serveless enviroment to install python/node/rust/go libraries and frameworks, but i can't install latex engines.. So i would like to use your python package but i don't understand if engine is necessary be installed. Is it.. engineless? (Sorry for my bad english)
Furthermore, i would like to include some latex packages in some directory and execute it something like:

LaTeXCompiler -file example.tex -tex_engine lualatex -bib_engine bibtex -aux_folder .aux_files -packages_folder .externalpackages

I want to include packages that i can find and download from (CTAN = Comprehensive TeX Archive Network
Maybe you can tell me if that would be possible. I am overwhelmed with the serveless idea, and the mandatory need of engine been installed.

Thank you so much

@amrane99
Copy link
Owner

Hello,

thanks for using my code. The code under the hood basically executes corresponding terminal commands to build the .tex file. So unfortunately the engine that is used has to be installed otherwise the script might fail during execution.

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants