I’m in the final stages of writing a book about quantum computing using LaTeX and I also do a lot of Python programming when I get a chance. A couple of years ago, I decided to try using the Visual Studio Code editor and I just love it. I’ve used dozens of programming editors in…
Category: LaTeX
A tikz macro for drawing axes and grid for LaTeX
I’m writing something that requires me to draw many plots in the Cartesian plane R2 and so I wrote this macro to simplify the process. The arguments are The optional tikzpicture scaling factor The x-coordinate of the lower left corner The y-coordinate of the lower left corner The x-coordinate of the upper right corner The…