def latexPdf(self): with common.cd(self.buildDirectories['latex']): os.system('make all-pdf')
def latexPdf(self): with common.cd(self.buildDirectories["latex"]): os.system("make all-pdf")