Code referenced from the paper http://personal.psu.edu/xuy111/projects/cvpr2017_doc.html see details from the above paper supplementary link.
Generate LaTeX source files in which elements like paragraphs, figures, tables, captions, section headings and lists are randomly arranged using the “textblock” environment from the “textpos” package. Compiling these LaTeX files gives single, double, or triplecolumn PDFs.
1.使用到的图片可以从google pictures下载,或者直接使用CoCo,VOC数据集
2.使用到的table,graph从google pictures下载
3.使用到的语料段落,从维基百科上的下载某个时间段的语料库
1.下载texlive 安装链接
2.将图片,图表,语料放在各自的文件夹内,从维基百科上下载的语料, 下载后的语料可以通过wiki.py 来提取 参考链接
查看run.sh 文件