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
Try to launch basic simple example from Jupyter Notebook:
from pylatex import Document, Section, Subsection, Command
from pylatex.utils import italic, NoEscape
import pdflatex
doc = Document('test_limit')
doc.append('a dog')
doc.generate_pdf()
but get an error:
Usage
latexmk [options] [filename]
latexmk: error: no such option: --pdf
CalledProcessError: Command '['latexmk', '--pdf', '--interaction=nonstopmode', 'C:\Users\ivan\test_limit.tex']' returned non-zero exit status 2.
how could it be solved?
The text was updated successfully, but these errors were encountered:
Try to launch basic simple example from Jupyter Notebook:
Usage
latexmk [options] [filename]
latexmk: error: no such option: --pdf
CalledProcessError: Command '['latexmk', '--pdf', '--interaction=nonstopmode', 'C:\Users\ivan\test_limit.tex']' returned non-zero exit status 2.
how could it be solved?
The text was updated successfully, but these errors were encountered: