Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on IDE

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Cloud IDEs

General Purpose IDEs

  1. Visual Studio Code

  2. Lapce

  3. Eclipse (with all kinds of plugins)

  4. SpaceVim

JVM Languages

  1. IntelliJ IDEA (community edition available)

  2. Eclipse

Python

  1. Visual Studio Code

    The best IDE …

IDEs for LaTeX

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

OverLeaf

OverLeaf is an online LaTex editing and publishing.

TexStudio

TexMacs (WYSIWYG, convert to Tex available)

Tips on LaTeX

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. exceltex ... input from excel ...

  2. keep each line short, being a part of sentence, this makes it easier to modify LaTeX code

  3. bibtex: never skip city for book type!!!

  4. bibtex: use volume …

Use LaTeX in Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Texlive is the most popular package for LaTeX in Linux.

  2. When installing texlive in linux, you'd better install the full version to avoid missing packages. For example, in Debian you can …