Hao XIE
Hao XIE
The following MWE shows this case: ``` tex \documentclass[]{beamer} \usetheme{metropolis} \usepackage{tikz} \usetikzlibrary{math} \usepackage{pgfplots} \begin{document} \begin{frame} \frametitle{MWE} \centering \begin{tikzpicture}[ >=stealth, evaluate={ function f(\x) { return cos(2*\x); }; }, declare function={ g(\x)...
When I make a plain frame, the title looks strange. The words are spread evenly across the whole title line and each word is aligned left. This happens on Linux...
The hyperlinks of page numbers in the Index failed to work when using `imakeidx` package. The reason is that the `hyperref` package should be loaded AFTER `imakeidx`. So is there...
### Description I would like to change the name of "List of Listings" to something like "List of Code", but failed. Currently I am using the `minted` package, and adding...