Gallery#
- orphan:
matplotlib#
latex#
Each \(\TeX\) file was compiled by LuaLaTeX. Then PDF was converted to SVG by pdf2svg . If you want to use (u)platex + dvpdfmx, the graphic package should be loaded with dvipdfmx option (see the following).
Cases for LuaLaTeX or XeLaTeX:
\usepackage[]{graphicx}
Case for (u)platex + dvipdfmx:
\usepackage[dvipdfmx]{graphicx}
The following are my favorite packages.
TikZ & PGF – Create PostScript and PDF graphics plotter in \(\TeX\) .
CircuiTikZ – Draw electrical networks with TikZ.
tcolorbox - Create colored and framed text boxes.
minted - Highlight source code using Pygments.
derivative - Typeset derivatives and partial derivatives.
tasks - Typeset multiple tasks in multiple columns.
beamer - Create presentations in \(\TeX\) .
cleveref - Intelligent cross-referencing.
booktabs - Publication quality tables in \(\TeX\) .