From 77c89917253baa4725c4ccdc882a81c008432749 Mon Sep 17 00:00:00 2001 From: Mike Reposa Date: Thu, 15 Jan 2015 15:48:02 -0500 Subject: [PATCH] Minor fix --- FigaroLaTeX/tohtml.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FigaroLaTeX/tohtml.bat b/FigaroLaTeX/tohtml.bat index 0a2aebe5..fe3295ca 100644 --- a/FigaroLaTeX/tohtml.bat +++ b/FigaroLaTeX/tohtml.bat @@ -10,3 +10,5 @@ pandoc -r latex -w html -s -o ..\html\FigaroGuide.html FigaroGuide.tex cd ..\Tutorial pandoc -r latex -w html -s -o ..\html\FigaroTutorial.html FigaroTutorial.tex + +cd ..