Changeset 17863
- Timestamp:
- Oct 7, 2020, 1:11:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
latexformulamacro/0.11/LatexFormulaMacro.py
r17862 r17863 131 131 imageFormat = cfg.get('latex', 'image_format', 'png') 132 132 133 imagePath = os.path.join(env.htdocs_dir, 'formulas') 133 imagePath = os.path.normpath( 134 os.path.join(env.get_htdocs_dir(), "formulas")) 134 135 if not os.path.exists(imagePath): 135 136 try:
Note: See TracChangeset
for help on using the changeset viewer.