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

Missing pythontex .sty #1086

Open
Dzordzu opened this issue Sep 7, 2023 · 2 comments
Open

Missing pythontex .sty #1086

Dzordzu opened this issue Sep 7, 2023 · 2 comments
Labels
bundles and files Bundle issues, finding fonts, etc.

Comments

@Dzordzu
Copy link

Dzordzu commented Sep 7, 2023

This issue is more related to the dataverse project, but I'm not familiar with it. Maybe someone from there can guide me how to add pytontex to web-bundle…

Document

   1   │ \documentclass[11pt,a4paper]{article}%
   2   │ \usepackage[T1]{fontenc}%
   3   │ \usepackage[utf8]{inputenc}%
   4   │ \usepackage{lmodern}%
   5   │ \usepackage{textcomp}%
   6   │ \usepackage{lastpage}%
   7   │ %
   8   │ \usepackage{geometry}
   9   │ \usepackage{amsfonts}
  10   │ \usepackage{pgffor}
  11   │ \usepackage{multirow}
  12   │ \usepackage{multicol}
  13   │ \usepackage[section]{placeins}
  14   │ \usepackage{enumitem}
  15   │ \usepackage{relsize,etoolbox}
  16   │ \usepackage{graphicx}
  17   │ \usepackage{hyperref}
  18   │ \usepackage{amsmath}
  19   │ \usepackage{lmodern}
  20   │ \usepackage{tcolorbox}
  21   │ \usepackage{polski}
  22   │ \usepackage{dirtytalk}
  23   │ \usepackage[utf8]{inputenc}
  24   │ \usepackage{seqsplit}
  25   │ \usepackage{xinttools}
  26   │ \usepackage{setspace}
  27   │ \usepackage{longtable}
  28   │ \usepackage{booktabs}
  29   │ \usepackage{pythontex}
  30   │ \usepackage{indentfirst}

CMD output

❯ tectonic article.tex
Running TeX ...
error: article.tex:30: ! LaTeX Error: File `pythontex.sty' not found.
error: halted on potentially-recoverable error as specified
@Dzordzu Dzordzu changed the title Missing pythontex Missing pythontex .sty Sep 7, 2023
@rm-dr
Copy link
Contributor

rm-dr commented Feb 21, 2024

As with most "missing package" issues, this will probably be resolved once #1121 is merged and we release a texlive 2023 bundle. It would be nice to have a minimal broken example, though.

But pythontex seems to be more than just a plain TeX package, since it executes Python. This might work with Tectonic if shell-escapes are enabled, but it might not work at all.

@Dzordzu
Copy link
Author

Dzordzu commented Feb 22, 2024

If I remember correctly, I've managed to make pythontex to work somehow. I'll make sure twice and inform you. Unfortunately, it may take several days :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bundles and files Bundle issues, finding fonts, etc.
Projects
None yet
Development

No branches or pull requests

2 participants