latex
articles
tools & resources
- bibtex-autocomplete - python package to autocomplete bibtex bibliographies
- detexify - draw a latex symbol and get the corresponding command
- latex-snippets - vim + latex snippets setup
- latex-templates - personal latex templates.
- latex.css
- latex color converter - convert hex and rgb to latex's xcolor
- latex templates
- latex to image converter
- mathpix snip
- quiver - commutative diagram editor
- texnique - this is a game to test your latex skills. type as many formulas as you can in three minutes (timed game), or play an untimed game (zen mode)!
- the not so short introduction to latex
- tufte-book style
- writespace - online markdown and tex renderer
threads
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 filebar.foo
- use
\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
quantum
packages
braket
qcircuit
xypic