Monday, May 21, 2018

LaTeX: Strip comments and combine all input files into one using latexpand tool

Useful when submitting source to journals or to arXiv.

latexpand --empty-comments mytexfile.tex > mytexfile-stripped.tex

https://tex.stackexchange.com/a/271460

Thursday, April 26, 2018

How to change tmux screen size to match current session

From: https://stackoverflow.com/a/20908246

Press Ctrl-B+Shift-D, then select session.

Alternative: Ctrl-B from inside the session, then type :detach -a