You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my local Windows PC, I ran long ago the following in an Admin CommandPrompt: initexmf --admin --edit-config-file=pdflatex
and entered: extra_mem_top = 1000000
but this doesn't help Docker I guess. Furthermore I don't know how to check for MiKTeX updates from a CommandPrompt.
Note - my code works using MiKTeX when running the whole process
a) as Python files from my GitHub repo executing in a folder on Windows or Linux,
b) as a Python Project Index application on Windows or Linux, and even
c) in Docker built with TeX Live (except that it insists on using METAFONT in my Docker build FROM Python 3.10, which I want to avoid somehow).
It would be really interesting if I can get this to run ... if possible chained automatically after another docker run -ti command that generates the .tex file to be processed.
EDIT: I add the .tex file here for further testing, comments or other advice. (I inherited the code to generate the TeX file.) I also include the .log file from MiKTeX. Inc[A4].zip
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
My very first attempt looked very promising until ... here's the console output:
On my local Windows PC, I ran long ago the following in an Admin CommandPrompt:
initexmf --admin --edit-config-file=pdflatex
and entered:
extra_mem_top = 1000000
but this doesn't help Docker I guess. Furthermore I don't know how to check for MiKTeX updates from a CommandPrompt.
Note - my code works using MiKTeX when running the whole process
It would be really interesting if I can get this to run ... if possible chained automatically after another
docker run -ti
command that generates the .tex file to be processed.EDIT: I add the .tex file here for further testing, comments or other advice. (I inherited the code to generate the TeX file.) I also include the .log file from MiKTeX.
Inc[A4].zip
The text was updated successfully, but these errors were encountered: