XiangyunHuang/Thesis-Template-Bookdown

reorder latex packages in file TeXLive.pkgs under latex/

XiangyunHuang opened this issue · 0 comments

# order TeXLive.pkgs
con_tex <- file("latex/TeXLive.pkgs")
writeLines(sort(readLines(con_tex),decreasing = FALSE),con = con_tex)
close(con_tex)