samcarter
samcarter
I stumbled across your template through this SO post: https://stackoverflow.com/q/67978619/2777074 and noticed a couple of problems with current tex releases --- With siunitx v3.0.12 the option ``` repeatunits=false ``` no...
Currently, the height of beamer buttons is hard coded in pt. It might be nice to use a font depended unit instead. ``` \documentclass{beamer} \setbeamerfont{button}{size=\Huge} \begin{document} \begin{frame} \beamergotobutton{Foo} \end{frame} \end{document}...
### Brief outline of the proposed feature It might be convenient for users to have an option to crop all logical pages in pgfpages by default. I see this problem...
⚠ Have you searched for similar, already existing issues? yes **Describe the issue** I'm using Organic Maps from the AppStore on a M1 macbook with macOS 14.3. When I close...
The inheritance of fonts in blocks seems a bit inconsistent, maybe this can be unified... ``` \documentclass{beamer} \setbeamerfont{block body}{series=\itshape} \begin{document} \begin{frame} \begin{block}{title} content... \end{block} \begin{exampleblock}{title} content... \end{exampleblock} \begin{alertblock}{title} content... \end{alertblock}...
System settings: - Quarto v1.3.49 - nmfs-opensci/titlepage v3.3.8 - macOS 11.7.2 - Texlive 2022 ### Description A simple test file like ``` --- title: "Some Very Long Title Which Spans...
Related to https://fosstodon.org/@[email protected]/112874734124443803 It seems that for packages submitted via l3build, the bugtracker information is missing on ctan. I'm wondering if the line https://github.com/latex3/l3build/blob/main/l3build-upload.lua#L269 ``` ctan_field("bugtracker", uploadconfig.bugtracker, 255, "URL(s) of...
### The official name of the app [TeXstudio](https://www.texstudio.org/) ### Is there a supported version available on a stable release channel? Yes ### Proposed App Status ✅ Yes, Native Apple Silicon...
The following example compiles fine with version 2024A: ``` \documentclass{article} \usepackage{tabularray} \begin{document} \begin{tblr}{ vlines = {1-\thepage}{solid}, } first & tblr \\ second & tblr \\ \end{tblr} \end{document} ``` With version...
Some babel languages will make `-` a shorthand. This can cause problems in tabularray, e.g. when specifying ranges like `1-Z`: ``` \documentclass{scrartcl} \usepackage[slovak]{babel} \usepackage{tabularray} \begin{document} %\shorthandoff{-} \begin{tblr}{ row{1-Z}={font=\large\bfseries}, } test...