[Git][haskell-team/DHG_packages][master] backport latex beamer short options and titlegraphicoptions from upstream's...
Gianfranco Costamagna (@locutusofborg)
gitlab at salsa.debian.org
Tue Sep 9 09:35:36 BST 2025
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
94023690 by Johannes Schauer Marin Rodrigues at 2025-09-09T08:35:18+00:00
backport latex beamer short options and titlegraphicoptions from upstream's data/templates/default.beamer
- - - - -
2 changed files:
- + p/haskell-pandoc/debian/patches/beamer.patch
- p/haskell-pandoc/debian/patches/series
Changes:
=====================================
p/haskell-pandoc/debian/patches/beamer.patch
=====================================
@@ -0,0 +1,39 @@
+From: Johannes Schauer Marin Rodrigues <josch at debian.org>
+Subject: backport latex beamer short options and titlegraphicoptions from upstream's data/templates/default.beamer
+
+--- a/data/templates/default.latex
++++ b/data/templates/default.latex
+@@ -409,7 +409,7 @@ $if(csquotes)$
+ $endif$
+
+ $if(title)$
+-\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
++\title$if(shorttitle)$[$shorttitle$]$endif${$title$$if(thanks)$\thanks{$thanks$}$endif$}
+ $endif$
+ $if(subtitle)$
+ $if(beamer)$
+@@ -421,16 +421,19 @@ $else$
+ }
+ \makeatother
+ $endif$
+-\subtitle{$subtitle$}
++\subtitle$if(shortsubtitle)$[$shortsubtitle$]$endif${$subtitle$}
+ $endif$
+-\author{$for(author)$$author$$sep$ \and $endfor$}
+-\date{$date$}
++\author$if(shortauthor)$[$shortauthor$]$endif${$for(author)$$author$$sep$ \and $endfor$}
++\date$if(shortdate)$[$shortdate$]$endif${$date$}
+ $if(beamer)$
+ $if(institute)$
+-\institute{$for(institute)$$institute$$sep$ \and $endfor$}
++\institute$if(shortinstitute)$[$shortinstitute$]$endif${$for(institute)$$institute$$sep$ \and $endfor$}
+ $endif$
+ $if(titlegraphic)$
+-\titlegraphic{\includegraphics{$titlegraphic$}}
++\titlegraphic{
++$for(titlegraphic)$
++\includegraphics$if(titlegraphicoptions)$[$for(titlegraphicoptions)$$titlegraphicoptions$$sep$, $endfor$]$endif${$titlegraphic$}$sep$\enspace
++$endfor$}
+ $endif$
+ $if(logo)$
+ \logo{\includegraphics{$logo$}}
=====================================
p/haskell-pandoc/debian/patches/series
=====================================
@@ -5,3 +5,4 @@ use-python3.patch
4ca2de1715fa600ed087aaf88af164f104b04523.patch
532bbc875bbcb52ddbaa02600bb856d7e32b795e.patch
fdbfb7a80795d22df26d19563658a86cf1c92191.patch
+beamer.patch
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/940236902357e75a3386afe355daf2a86d4aad95
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/940236902357e75a3386afe355daf2a86d4aad95
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20250909/81c915a6/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list