Home

Awesome

Tips for Writing a Research Paper using LaTeX

Table of Contents

Brief Introduction

LaTeX is a very powerful tool for documentation preparation, and is often used by researchers to prepare a manuscript for reviewing and publication. However, some new graduate students might not have experience in using LaTeX and thus have a difficult time in prepare their first papers.

In this article (PDF), we will first provide some tips for paper writing. Then, we will showcase several working examples for the tables and figures, which have been used in our previous publications. The readers are encouraged to adapt those tables and figures to their purposes to save time when preparing their first papers.

Overleaf Link: https://www.overleaf.com/read/hypvpvnzjjwx

Examples for Table Organization

<p align="center"> <img src='samples/table.jpg' width="800"> </p>

Examples for Figure Organization

<p align="center"> <img src='samples/figure.jpg' width="800"> </p>

More Resources

LaTeX Templates for CVPR/ICCV/NeurIPS Paper Submission

<p align="center"> <img src='samples/cvpr_latex_structure.jpg' width="800"> <!--<img src='samples/cvpr_latex_supp.jpg' width="800">--> <img src='samples/cvpr_latex_rebuttal.jpg' width="800"> </p>

Download or fork the overleaf project: click the menu at the top left, and select Source or Copy

<p align="center"> <img src='samples/overleaf_menu.png' height="100"> <img src='samples/overleaf_download_copy.png' height="100"> </p>

Sample LaTeX Conference Posters (CVPR/ICCV/ECCV/NeurIPS)

<p align="center"> <img src='samples/poster_example_cvpr19.jpg' width="800"> <br><br> <img src='samples/poster_example_iccv21.jpg' width="800"> <br><br> <img src='samples/poster_example_neurips22.jpg' width="800"> </p>

LaTeX Files for My Thesis (SYSU B.Eng. + HKU PhD.)

Simple Python Programs for Figure Creation

Great Resources Shared by Others