Skip to content
Snippets Groups Projects
Commit e10c25ae authored by tuhe's avatar tuhe
Browse files

updates

parent 9c6e4fa0
No related branches found
No related tags found
No related merge requests found
......@@ -165,8 +165,9 @@ def make_lectures(week=None, mode=0, gather_pdf_out=True, gather_sixup=True, mak
pdf_out = slider.latexmk(lecture_texfile, Linux=Linux)
all_pdfs.append( (w,pdf_out))
handle_pdf_collection(paths, all_pdfs, gather_pdf_out=gather_pdf_out, gather_sixup=gather_sixup, odir=odex)
if len(all_pdfs) > 0:
handle_pdf_collection(paths, all_pdfs, gather_pdf_out=gather_pdf_out, gather_sixup=gather_sixup, odir=odex)
# http://piazza.com/dtu.dk/spring2023/02465/home
def handle_pdf_collection(paths, all_pdfs, gather_pdf_out, gather_sixup, odir):
tmp_dir = paths['lectures'] + '/Collected/tmp'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment