LaTeX for Astrophysics PhDs

Disclaimer: Based on ChatGPT 5.5-Pro prompts! A comprehensive guide and printable cheatsheet for siunitx, physics2, acronym, and advanced paper write-ups. Recommended Preamble Setup Copy and paste this snippet into your .tex root or .sty file. It configures the modular packages, overrides command conflicts, and defines standard astronomy constants (including the stubborn CGS units the community refuses to drop). % --- Core Math & Layout \usepackage{mathtools} \% Extends amsmath, improves spacing \usepackage{bm} \% True bold formatting for vectors/tensors (\bm{\alpha}) \usepackage{microtype} \% Subtle typographic adjustments to fix text "rivers" % --- The Physics Stack \usepackage{siunitx} \% Numbers, units, and ranges \usepackage{physics2} \% Modern, bug-free physics shorthand \usephysicsmodule{ab, braket, diagmatrix} \% Load specific modules % --- Specialized Tools --- \usepackage[printonlyused]{acronym} % Jargon tracking and glossary linking \usepackage[capitalise]{cleveref} % Automated smart referencing (e....

 May 19, 2026  •   3 min  •   639 words  •   Suyog Garg

Mac No‑Mouse Keyboard-only Rescue

How to turn on Bluetooth & Reconnect Your Mouse Using Only the Keyboard (Sonoma/Ventura) iMac when used with bluetooth Apple keyboards and mouse has a faintly annoying problem of the inability to use the mouse if it doesn’t automatically gets connected to the system. A possible remedy and workaround for this is to use keyboard keys for mouse control. Press F8 (or F7 in the Macbook) key on the keyboard to enable switching the command palettes in the settings window....

 November 7, 2025  •   5 min  •   858 words  •   Suyog Garg

Accessing Remote Computing Clusters using Open-SSH

General guidelines You basically have three entities you want to interlink and provide bidirectional access. Personal computer Remote computer Github or Gitlab a/c server A copy of all my ssh keys is stored in ~/Dropbox/ssh-access-keys/ Generate SSH Key Pair SSH public and private keys can be generated by: ssh-keygen -t ed25519 In the prompt for putting in the password, leave it blank and just press “Enter”, if ya don’t want to have a password-protected file....

 March 18, 2025  •   6 min  •   1113 words  •   Suyog Garg

Guide to Hugo PaperMod Website

 January 17, 2025  •   0 min  •   0 words  •   Suyog Garg

How to Manage Your Research Paper Library with Zotero

If you’re a researcher, student, or academic drowning in PDFs and journal articles, Zotero might be the tool you didn’t know you needed. It’s a powerful, free, and open-source reference manager that helps you collect, organize, annotate, cite, and share your research materials with ease. In this post, we’ll look at how to set up and optimize Zotero for managing a growing library of research papers, especially PDFs. We’ll also explore helpful features and best practices to avoid common pitfalls....

 November 28, 2024  •   3 min  •   534 words  •   Suyog Garg