Commit 1f877b09 authored by jannick0's avatar jannick0

Update latexgen.cpp

added reset of var Dir_Old at the end.
parent feb24c82
......@@ -249,6 +249,7 @@ static void writeMakeBat()
t << mkidx_command << " refman.idx\n";
t << "pdflatex refman\n";
t << "cd /D %Dir_Old%\n";
t << "set Dir_Old=\n";
}
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment