Skip to content

iiiHunter/PDF_generate_Latex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latex generate PDF


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.Prepare document data

1.使用到的图片可以从google pictures下载,或者直接使用CoCo,VOC数据集

2.使用到的table,graph从google pictures下载

3.使用到的语料段落,从维基百科上的下载某个时间段的语料库

2.Environment setup

1.下载texlive 安装链接

2.将图片,图表,语料放在各自的文件夹内,从维基百科上下载的语料, 下载后的语料可以通过wiki.py 来提取 参考链接

3.How to run

查看run.sh 文件

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 79.9%
  • TeX 18.3%
  • Shell 1.8%