Skip to content
Snippets Groups Projects
  1. Apr 02, 2022
  2. Sep 21, 2021
  3. Sep 07, 2021
  4. Mar 08, 2021
  5. Feb 08, 2021
  6. Sep 15, 2020
  7. Sep 14, 2020
  8. Sep 13, 2020
    • Florian Bruhin's avatar
      Remove lstMakeShortInline · aa8c2a52
      Florian Bruhin authored
      Doing this:
      
          \documentclass{beamer}
          \usetheme{ost}
          \usepackage{standalone}
          \begin{document}
          \end{document}
      
      Fails with
      
          (/usr/share/texmf-dist/tex/latex/standalone/standalone.sty
          (/usr/share/texmf-dist/tex/latex/tools/shellesc.sty)
          (/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty
          (/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex
          (/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex)))
          ! Missing \endcsname inserted.
          <to be read again>
          \let
          l.193 \@namedef{sa@mode@image|tex}
                                          {%
          ?
      
      Similarly, when the pgf/TikZ is used, it fails with:
      
          (/usr/share/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex)
          ! Missing \endcsname inserted.
          <to be read again>
          \let
          l.1198 ...earrow{name=|<->|,   means={>[sep=0pt].|}}
                                                            %
          ?
      
      It seems like a really bad idea to redefine a character which is used
      internally in probably dozens of LaTeX internals to do something
      entirely different. It seems like an even worse idea to do this as part
      of a theme which doesn't even use that shorthand ;-)
      aa8c2a52
  9. Sep 09, 2020
  10. Sep 07, 2020
  11. Sep 03, 2020
  12. Sep 02, 2020
  13. Aug 26, 2020
  14. Aug 19, 2020
Loading