summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-19 19:44:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-09 20:16:23 +0200
commit0eda8f2a135b9e98b94c3596831bd1c69b5363e8 (patch)
tree0ba9aefe8cf6be1abfdf74c7d5c1d338f73848e6 /dev-texlive/texlive-latexrecommended
parentsys-fs/f2fs-tools: keyword ~arm64 (diff)
downloadgentoo-0eda8f2a135b9e98b94c3596831bd1c69b5363e8.tar.gz
gentoo-0eda8f2a135b9e98b94c3596831bd1c69b5363e8.tar.bz2
gentoo-0eda8f2a135b9e98b94c3596831bd1c69b5363e8.zip
dev-texlive/texlive-*: Drop obsolete 2015 files
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-texlive/texlive-latexrecommended')
-rw-r--r--dev-texlive/texlive-latexrecommended/files/caption_beamer_fix.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-texlive/texlive-latexrecommended/files/caption_beamer_fix.patch b/dev-texlive/texlive-latexrecommended/files/caption_beamer_fix.patch
deleted file mode 100644
index 27351bf6816e..000000000000
--- a/dev-texlive/texlive-latexrecommended/files/caption_beamer_fix.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-Ported from upstream by Dennis Schridde.
-
-https://bugs.gentoo.org/show_bug.cgi?id=560654
-
-https://bitbucket.org/rivanvx/beamer/issues/261/beamer-and-subcaption
-https://sourceforge.net/p/latex-caption/tickets/21/
-https://sourceforge.net/p/latex-caption/code/100/
-
-Index: texmf-dist/tex/latex/caption/caption.sty
-===================================================================
---- texmf-dist/tex/latex/caption/caption.sty (revision 99)
-+++ texmf-dist/tex/latex/caption/caption.sty (revision 100)
-@@ -36,7 +36,6 @@
- %% and the user manuals
- %% caption-deu.tex, caption-eng.tex, and caption-rus.tex.
- %%
-- % bicaption.sty, ltcaption.sty, subcaption.sty, and newfloat.sty,
- \NeedsTeXFormat{LaTeX2e}[1994/12/01]
- \def\caption@tempa$Id: #1 #2 #3-#4-#5 #6${%
- \def\caption@tempa{#3/#4/#5 }\def\caption@tempb{#2 }}
-@@ -379,6 +378,18 @@
- {\@dblarg{\@caption\@captype}}%
- }}%
- \caption@CheckCommand\caption{%
-+ % beamerbaselocalstructure.sty, Joseph Wright committed 4ac715c 2013-09-04
-+ \def\caption{%
-+ \ifx\@captype\@undefined
-+ \@latex@error{\noexpand\caption outside figure or table}\@ehd
-+ \expandafter\@gobble
-+ \else
-+ \refstepcounter\@captype
-+ \expandafter\@firstofone
-+ \fi
-+ {\@dblarg{\@caption\@captype}}%
-+ }}%
-+ \caption@CheckCommand\caption{%
- % float.sty [2001/11/08 v1.3d Float enhancements (AL)]
- \long\def\caption{%
- \ifx\@captype\@undefined