Skip to content

Commit

Permalink
back out from using math lexemes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Dec 20, 2023
1 parent 8964198 commit 810147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ENV TMPDIR=/dev/shm

# continue as instructed in https://www.howtogeek.com/devops/how-to-use-docker-to-package-cli-applications/
ENTRYPOINT ["latexmlc", \
"--preload=[nobibtex,ids,localrawstyles,mathlexemes,nobreakuntex,magnify=2,zoomout=2,tokenlimit=99999999,iflimit=1499999,absorblimit=1299999,pushbacklimit=599999]latexml.sty", \
"--preload=[nobibtex,ids,localrawstyles,nobreakuntex,magnify=2,zoomout=2,tokenlimit=99999999,iflimit=1499999,absorblimit=1299999,pushbacklimit=599999]latexml.sty", \
"--preload=ar5iv.sty", \
"--path=/opt/ar5iv-bindings/bindings", \
"--path=/opt/ar5iv-bindings/supported_originals", \
Expand Down

0 comments on commit 810147b

Please sign in to comment.