Skip to content
Snippets Groups Projects
Commit 0214e735 authored by DIANE's avatar DIANE
Browse files
parents 013c2ec9 4e8ff26b
Branches
Tags
No related merge requests found
...@@ -425,6 +425,8 @@ def report(*args): ...@@ -425,6 +425,8 @@ def report(*args):
def compile_latex(): def compile_latex():
# path to pdflatex # path to pdflatex
pdflatex_path = Path("C:/Users/diane/AppData/Local/Programs/MiKTeX/miktex/bin/x64/") pdflatex_path = Path("C:/Users/diane/AppData/Local/Programs/MiKTeX/miktex/bin/x64/")
# pdflatex_path = Path("C:/Users/maimouni/AppData/Local/Programs/MiKTeX/miktex/bin/x64/")
from config.config import pdflatex_path
filename_path = Path("Report/") filename_path = Path("Report/")
filename = 'report.tex' filename = 'report.tex'
# run pdflatex with bibtex compilation (2nd run) # run pdflatex with bibtex compilation (2nd run)
......
# set Path to pdflatex.exe
from pathlib import Path
# pdflatex_path = Path("C:/Users/maimouni/AppData/Local/Programs/MiKTeX/miktex/bin/x64/")
pdflatex_path = Path("C:/Donnees/Logiciels/Papps/PortableApps/Notepad++Portable/LaTEX/texmfs/install/miktex/bin/")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment