Skip to content

Commit

Permalink
Typeset & View: Move import into doctest
Browse files Browse the repository at this point in the history
#ignore
  • Loading branch information
sanssecours committed Oct 2, 2022
1 parent 881045b commit 8e47254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Support/bin/texmate.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from argparse import ArgumentParser, ArgumentTypeError
from glob import glob
from io import open
from os import chdir, getcwd, getenv, putenv, remove
from os import chdir, getenv, putenv, remove
from os.path import (basename, dirname, exists, getmtime, isfile, normpath,
realpath, splitext)
from pickle import load, dump
Expand Down Expand Up @@ -774,6 +774,7 @@ def get_typesetting_data(filepath,
Examples:
>>> from os import getcwd
>>> current_directory = getcwd()
>>> data = get_typesetting_data('Tests/TeX/lualatex.tex', 'pdflatex')
>>> print(data['engine'])
Expand Down

0 comments on commit 8e47254

Please sign in to comment.