latex

tools & resources

notes

  • use the listings latex package to input inline code
    • use \begin{lstlisting} and \end{lstlisting} and put code in between or,
    • use \lstinputlisting[language=foo]{bar.foo} to input it directly from the file bar.foo
  • \i and \j produce i and j without dots, e.g. so you can put symbols on top without the dot interfering.
  • edit margins in resume class

installing on arch

sudo pacman -s texlive-core
yay tllocalmgr-git

installing packages

tllocalmgr
> install <package>
> texhash

latex in atom

packages

  • latex
  • pdf-view
  • language-latex

source

quantum

packages

  • braket
  • qcircuit
  • xypic