SFr682k

Results 4 issues of SFr682k

Version 1.8 of the OpenType font format specification introduced Variable Fonts and Adobe's Source * Pro fonts using this mechanisms are already available [(see the "Releases" section of the GitHub...

Version `v3.49` of beamer has been uploaded to CTAN recently and is currently spreading around the mirrors. It contains own frame numbering templates (template `page number in head/foot`). There is...

## Description Although the `\boldsymbol` command is deprecated, it is still used by some math packages. Therefore, it would be nice to have a `\boldsymbol` command in `unicode-math`, which produces...

### MWE ```latex \documentclass{beamer} % should behave the same as \setbeamertemplate{items}[square] \defbeamertemplatealias{items}{custom}{square} \setbeamertemplate{items}[custom] \begin{document} \begin{frame} \begin{itemize} \item Hello World! \end{itemize} \end{frame} \end{document} ``` ### Expected Result Itemize items are rendered...