Tips

A page I keep track of resources I find useful.

Removing all comments from a latex file automatically

Advice from Sang-il Oum

(e.g. before submitting to arXiv). Sang-il has a useful blog post about this here in Korean. Here is an (AI translated) quote from his post:

To delete comments, it is convenient to use the perl command on the arXiv homepage. On Mac, open the terminal and enter the command below.

Perl -pe's/(^|[^\\])%.*/\1%/' < main.tex > main-arxiv.tex

After that, when uploading to arXiv, you can upload the newly created file main-arxiv.tex.

For your reference, there is also an annotation deletion tool arxiv_latex_cleaner made of python.”

Reviewing Papers

Link to blog posts by Sophie Spirkl on how to review papers and how not to review papers

Resources for LOCAL model of computation:

  Laurent Feuilloley has done a lot of work compiling resources on local algorithms. Here is some of it.