summaryrefslogtreecommitdiff
path: root/macros/latex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-11-15 03:02:26 +0000
committerNorbert Preining <norbert@preining.info>2020-11-15 03:02:26 +0000
commitf23cf64aec54b58502f0f334eab0ea486a317586 (patch)
tree19330e378b10eb1c92022d5fd3bc8c4b1e5f729a /macros/latex
parent22ba19a8c9224d6e229b882ff226c05967f13ffd (diff)
CTAN sync 202011150302
Diffstat (limited to 'macros/latex')
-rw-r--r--macros/latex/contrib/apa7/apa7.dtx12
-rw-r--r--macros/latex/contrib/apa7/apa7.pdfbin528179 -> 528780 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/longsample.pdfbin196742 -> 196742 bytes
-rw-r--r--macros/latex/contrib/apa7/samples/shortsample.pdfbin65283 -> 65283 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/README.md51
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamercolorthemepureminimalistic.sty2
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerfontthemepureminimalistic.sty68
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerinnerthemepureminimalistic.sty31
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerouterthemepureminimalistic.sty104
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.pdfbin234100 -> 236750 bytes
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.tex253
-rw-r--r--macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerthemepureminimalistic.sty7
-rw-r--r--macros/latex/contrib/graphicx-psmin/README4
-rw-r--r--macros/latex/contrib/graphicx-psmin/graphicx-psmin.dtx23
-rw-r--r--macros/latex/contrib/graphicx-psmin/graphicx-psmin.pdfbin100347 -> 133194 bytes
-rw-r--r--macros/latex/contrib/graphicx-psmin/graphicx-psmin.sty180
16 files changed, 353 insertions, 382 deletions
diff --git a/macros/latex/contrib/apa7/apa7.dtx b/macros/latex/contrib/apa7/apa7.dtx
index 31ec9cb98b..a88f19bba8 100644
--- a/macros/latex/contrib/apa7/apa7.dtx
+++ b/macros/latex/contrib/apa7/apa7.dtx
@@ -4,11 +4,11 @@
% %
% CHANGE THESE VALUES WITH EACH NEW RELEASE: %
% %
-%<class>\ProvidesClass{apa7}[2020/10/11 v2.04 APA formatting (7th edition)]
+%<class>\ProvidesClass{apa7}[2020/11/14 v2.05 APA formatting (7th edition)]
% %
%<*internal> %
-\def\apaSevenVersionDate{2020/10/11}
-\def\apaSevenVersionNumber{2.04}
+\def\apaSevenVersionDate{2020/11/14}
+\def\apaSevenVersionNumber{2.05}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -257,6 +257,8 @@ and the derived files apa7.ins,
%
% \changes{v2.04}{2020/10/11}{Updated ORCID link style for jou mode. }
%
+% \changes{v2.05}{2020/11/14}{Fixed a bug with the noextraspace option and added donotrepeattitle option to the documentation. }
+%
% \begin{abstract}
% The \textit{Publication Manual} of the American Psychological
% Association is widely used in the social sciences. The most
@@ -338,6 +340,8 @@ and the derived files apa7.ins,
% \textsf{babel}; the desired language(s) are listed as options
% immediately following |babel|; the last language listed is the
% main one.
+% \item \DescribeMacro{donotrepeattitle}|donotrepeattitle|: Suppress the title above the
+% introduction (in case a different title is desired).
% \item \DescribeMacro{noextraspace}|noextraspace|: In |man| and |stu| mode,
% removes some of the vertical space between certain elements (e.g.,
% headers and text) in an attempt to more closely resemble true
@@ -2566,7 +2570,7 @@ and the derived files apa7.ins,
\ifapamodeman{%
\@ifundefined{def@noextraspace}{%
\vspace{\baselineskip}\\
- }{}
+ }{\\}
}{%
\vspace{\baselineskip}\\
}
diff --git a/macros/latex/contrib/apa7/apa7.pdf b/macros/latex/contrib/apa7/apa7.pdf
index 48cbdad488..5813cc66e7 100644
--- a/macros/latex/contrib/apa7/apa7.pdf
+++ b/macros/latex/contrib/apa7/apa7.pdf
Binary files differ
diff --git a/macros/latex/contrib/apa7/samples/longsample.pdf b/macros/latex/contrib/apa7/samples/longsample.pdf
index a306e58e99..fd30248684 100644
--- a/macros/latex/contrib/apa7/samples/longsample.pdf
+++ b/macros/latex/contrib/apa7/samples/longsample.pdf
Binary files differ
diff --git a/macros/latex/contrib/apa7/samples/shortsample.pdf b/macros/latex/contrib/apa7/samples/shortsample.pdf
index 12717d7dde..cf2942a96d 100644
--- a/macros/latex/contrib/apa7/samples/shortsample.pdf
+++ b/macros/latex/contrib/apa7/samples/shortsample.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/README.md b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/README.md
index 816c008057..1a0b4e8871 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/README.md
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/README.md
@@ -9,6 +9,7 @@
![Build and Release](https://github.com/kai-tub/latex-beamer-pure-minimalistic/workflows/Build%20and%20Release/badge.svg)
![Upload Assets](https://github.com/kai-tub/latex-beamer-pure-minimalistic/workflows/Upload%20Assets/badge.svg)
+
A presentation theme for LaTeX-Beamer that is truly
minimalistic, so that the focus is on the presenter and
not on the slides.
@@ -22,6 +23,9 @@ To build the [beamertheme-pure-minimalistic-demo.tex](beamertheme-pure-minimalis
[fontaxes](https://ctan.org/pkg/fontaxes), and
[mwe](https://ctan.org/pkg/mwe) are also required.
+<!-- <a href="https://www.buymeacoffee.com/kaitub" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/arial-blue.png" alt="Buy Me A Coffee" style="height: 20px !important;width: 81px !important;" ></a> -->
+<a href="https://www.buymeacoffee.com/kaitub" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/arial-blue.png" alt="Buy Me A Coffee" width="162px" height="40px"/></a>
+
</div>
**Table of contents:**
@@ -41,19 +45,20 @@ To build the [beamertheme-pure-minimalistic-demo.tex](beamertheme-pure-minimalis
- [License](#license)
- [Contributing](#contributing)
- [Contact](#contact)
+- [Other great beamer themes](#other-great-beamer-themes)
# Main goals
-- The theme produces no warnings
- It should be looking *good* in a 4:3 and 16:9 aspect ratio, without the need to change anything.
- Provides an environment for vertical-spaced items
- Easy option to either use light- or dark-mode
- Is designed to be purely minimalistic without any distractions
- Easily use own logos
+- Should support different languages without too many changes
# Demo
A sample document can be seen in the
-[beamertheme-pure-minimalistic-demo.pdf](https://github.com/kai-tub/latex-beamer-pure-minimalistic/wiki/demo.pdf),
-produced from [beamertheme-pure-minimalistic-demo.tex](beamertheme-pure-minimalistic-beamertheme-pure-minimalistic-demo.tex).
+[beamertheme-pure-minimalistic-demo.pdf](https://github.com/kai-tub/latex-beamer-pure-minimalistic/wiki/beamertheme-pure-minimalistic-demo.pdf),
+produced from [beamertheme-pure-minimalistic-demo.tex](beamertheme-pure-minimalistic-demo.tex).
The document shows all of the
design decisions, as well as some packages and commands that
work well for presentations. For example, starting the
@@ -189,24 +194,23 @@ the [Focus beamer theme](https://github.com/elauksap/focus-beamertheme).
![fira-fonts](https://raw.githubusercontent.com/wiki/kai-tub/latex-beamer-pure-minimalistic/minimal_examples/fira_font.png)
Some dislike the Fira Fonts. As an alternative, this
-theme also integrates the *Helvetica* fonts.
-The Helvetica fonts are a classical font choice for presentations.
+theme also integrates the *Noto* fonts.
-To use the Helvetica fonts:
+To use the Noto fonts:
```latex
-\usetheme[helvetica, darkmode]{pureminimalistic}
+\usetheme[noto, darkmode]{pureminimalistic}
```
-![helvetica-fonts](https://raw.githubusercontent.com/wiki/kai-tub/latex-beamer-pure-minimalistic/minimal_examples/helvetica_font.png)
+![noto-fonts](https://raw.githubusercontent.com/wiki/kai-tub/latex-beamer-pure-minimalistic/minimal_examples/noto_font.png)
-If you prefer the default fonts, disable the Fira Fonts with:
+If you prefer the default fonts _or_ load your own fonts, disable the Fira Fonts with:
```latex
-\usetheme[nofirafonts, darkmode]{pureminimalistic}
+\usetheme[customfont, darkmode]{pureminimalistic}
```
-![helvetica-fonts](https://raw.githubusercontent.com/wiki/kai-tub/latex-beamer-pure-minimalistic/minimal_examples/default_font.png)
+![default-fonts](https://raw.githubusercontent.com/wiki/kai-tub/latex-beamer-pure-minimalistic/minimal_examples/default_font.png)
## Footer options
@@ -232,10 +236,29 @@ set the `nofooter` option:
![no-footer](https://raw.githubusercontent.com/wiki/kai-tub/latex-beamer-pure-minimalistic/minimal_examples/no_footer.png)
+**Replace footer logo with page count**
+
+To remove the footer logo and instead move the page description
+to that position use the `nofooterlogo` option:
+```latex
+\usetheme[nofooterlogo, darkmode]{pureminimalistic}
+```
+
+![no-footer-logo](https://raw.githubusercontent.com/wiki/kai-tub/latex-beamer-pure-minimalistic/minimal_examples/no_footer_logo.png)
+
+**Customize word for Page in footer**
+
+To change the word _Page_ in the footer, define a different word with:
+```latex
+\renewcommand{\pageword}{Seite}
+```
+
+![custom-page-word](https://raw.githubusercontent.com/wiki/kai-tub/latex-beamer-pure-minimalistic/minimal_examples/custom_page_word.png)
+
# Release status
The next steps and thoughts about the upcoming release
with possible features can be seen on the [project
-page](https://github.com/kai-tub/latex_beamer_pure_minimalistic/projects/1).
+page](https://github.com/kai-tub/latex-beamer-pure-minimalistic/projects/1).
# License
This software is released under the GNU GPL v3.0
@@ -250,3 +273,7 @@ As always, PRs are welcome. :)
If you have any comments, issues, or suggestions, please
open an issue on GitHub.
I will try my best to help as much as I can. :)
+
+# Other great beamer themes
+If you want to check out other awesome LaTeX beamer themes take a look
+at the [ultimate-beamer-theme-list](https://github.com/martinbjeldbak/ultimate-beamer-theme-list) by [Martin Bjeldbak Madsen](https://github.com/martinbjeldbak)!
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamercolorthemepureminimalistic.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamercolorthemepureminimalistic.sty
index ded9343170..060518c8c2 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamercolorthemepureminimalistic.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamercolorthemepureminimalistic.sty
@@ -19,7 +19,7 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic
-\ProvidesPackage{beamercolorthemepureminimalistic}[v1.2.4]
+\ProvidesPackage{beamercolorthemepureminimalistic}[v2.0.0]
\RequirePackage{ifthen}
\mode<presentation>
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerfontthemepureminimalistic.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerfontthemepureminimalistic.sty
index 7df83b361e..11a8deeeb1 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerfontthemepureminimalistic.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerfontthemepureminimalistic.sty
@@ -19,69 +19,77 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic
-\ProvidesPackage{beamerfontthemepureminimalistic}[v1.2.4]
+\ProvidesPackage{beamerfontthemepureminimalistic}[v2.0.0]
\RequirePackage{ifthen}
+% Adds micro-typographical enhancements
+% Has no significant impact on presentation slides
+% Adds issues to japanese packages...
+% \RequirePackage{microtype}
\mode<presentation>
-\newboolean{nofirafonts}
-\setboolean{nofirafonts}{false}
-\newboolean{helvetica}
-\setboolean{helvetica}{false}
+\newboolean{customfont}
+\setboolean{customfont}{false}
+\newboolean{noto}
+\setboolean{noto}{false}
-\DeclareOptionBeamer{nofirafonts}{\setboolean{nofirafonts}{true}}
-\DeclareOptionBeamer{helvetica}{\setboolean{helvetica}{true}}
+\DeclareOptionBeamer{customfont}{\setboolean{customfont}{true}}
+\DeclareOptionBeamer{noto}{\setboolean{noto}{true}}
\ProcessOptionsBeamer
\RequirePackage{silence}
% I have no clue how I can fix this warning
\WarningFilter{latex}{Font shape declaration has incorrect series value}
+\RequirePackage{iftex}
-\ifthenelse{\boolean{helvetica}}{%
- % If Helvetica overwrites the fira fonts settings
- \RequirePackage[T1]{fontenc}
- \RequirePackage[scaled]{helvet}
+\ifpdftex
+ \RequirePackage[T1]{fontenc}
+\fi
+
+\ifthenelse{\boolean{noto}}{%
+ % If Noto overwrites the fira fonts settings
+ \RequirePackage{noto}
}{%
- \ifthenelse{\boolean{nofirafonts}}{%
+ \ifthenelse{\boolean{customfont}}{%
% Load default fonts
}{%
% By default load Fira
- \RequirePackage[T1]{fontenc}
\RequirePackage[sfdefault]{FiraSans}
\RequirePackage{FiraMono}
}
}
-\renewcommand\normalsize{\fontsize{12pt}{14pt}\selectfont}
+\renewcommand\footnotesize{\fontsize{8pt}{10pt}\selectfont}
\renewcommand\small{\fontsize{10pt}{12pt}\selectfont}
+\renewcommand\normalsize{\fontsize{12pt}{14pt}\selectfont}
\renewcommand\large{\fontsize{14pt}{16pt}\selectfont}
\renewcommand\Large{\fontsize{16pt}{18pt}\selectfont}
-\setbeamerfont{normal text}{family=\sffamily,size*={12pt}{14pt},series=\mdseries}
+\setbeamerfont{normal text}{family=\sffamily, size=\normalsize, series=\mdseries}
\setbeamerfont{alerted text}{parent=normal text}
-\setbeamerfont{structure}{parent=normal text,series=\mdseries}
+\setbeamerfont{structure}{parent=normal text}
-\setbeamerfont{footline}{parent=structure,size*={8pt}{10pt}}
+\setbeamerfont{all titles}{parent=normal text}
+\setbeamerfont{presentation title}{parent=all titles, size=\large, shape=\scshape}
+\setbeamerfont{subtitle}{parent=all titles, shape=\upshape}
+\setbeamerfont{frametitle}{parent=all titles, size=\Large}
-\setbeamerfont{title}{size*={14pt}{16pt},parent=alerted text,shape=\scshape}
-\setbeamerfont{title in head/foot}{parent=footline,series=\bfseries}
-
-\setbeamerfont{subtitle}{parent=title,shape=\upshape}
+\setbeamerfont{footline}{parent=structure,size=\footnotesize}
+\setbeamerfont{title in head/foot}{parent=footline, series=\bfseries}
+\setbeamerfont{author in head/foot}{parent=footline}
\setbeamerfont{section in toc}{parent=normal text}
\setbeamerfont{subsection in toc}{parent=section in toc}
\setbeamerfont{subsubsection in toc}{parent=subsection in toc}
-\setbeamerfont{author}{parent=normal text}
-\setbeamerfont{author in head/foot}{parent=footline}
-\setbeamerfont*{institute}{parent=normal text}
+\setbeamerfont{author}{parent=normal text, size=\small}
+\setbeamerfont{institute}{parent=normal text, size=\small}
-\setbeamerfont{frametitle}{parent=alerted text,size*={16pt}{18pt}}
-\setbeamerfont{caption}{series=\normalfont, size=\small}
-\setbeamerfont{caption name}{series=\normalfont, size=\small}
+\setbeamerfont{caption}{parent=normal text, size=\small}
+\setbeamerfont{caption name}{series=normal text, size=\small}
-\setbeamerfont*{itemize/enumerate body}{parent=normal text}
-\setbeamerfont*{itemize/enumerate subbody}{parent=itemize/enumerate body}
-\setbeamerfont*{itemize/enumerate subsubbody}{parent=itemize/enumerate subbody}
+\setbeamerfont{itemize/enumerate body}{parent=normal text}
+\setbeamerfont{itemize/enumerate subbody}{parent=itemize/enumerate body}
+\setbeamerfont{itemize/enumerate subsubbody}{parent=itemize/enumerate subbody}
\mode<all> \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerinnerthemepureminimalistic.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerinnerthemepureminimalistic.sty
index 1bc26800b8..8f0cb997b2 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerinnerthemepureminimalistic.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerinnerthemepureminimalistic.sty
@@ -19,17 +19,34 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic
-\ProvidesPackage{beamerinnerthemepureminimalistic}[v1.2.4]
+\ProvidesPackage{beamerinnerthemepureminimalistic}[v2.0.0]
\mode<presentation>
\def\itemsymbol{\raisebox{0.3ex}{\small$\bullet$}}
+% Save the \item makro to \svitem
\let\svitem\item
-\newenvironment{vfilleditems}{%
- \begin{itemize} %
- \let\olditem\item
- \renewcommand\item[1][\itemsymbol]{\vfill\svitem[##1]}}%
- {\end{itemize}\vfill}
+\makeatletter
+\newenvironment<>{vfilleditems}{%
+ \begin{itemize}[#1]%
+ \let\olditem\item
+ \renewcommand\item[1][\itemsymbol]{
+ \ifnum\@itemdepth=1\relax
+ \vfill
+ \else
+ \ifnum\@itemdepth=2\relax
+ \setlength\itemsep{0.5ex}
+ \else
+ \ifnum\@itemdepth=3\relax
+ \setlength\itemsep{0.25ex}
+ \fi\fi\fi
+ \svitem[##1]
+ }
+}{
+ \end{itemize}\vfill
+}
+\makeatother
+
\defbeamertemplate*{section in toc}{pureminimalistic}{%
\hspace{0.5em} \inserttocsectionnumber.~\inserttocsection
@@ -79,7 +96,7 @@
\begin{beamercolorbox}[wd=\textwidth,dp=1ex]{author}%
\vskip 3pt
- \small\usebeamerfont{author}\usebeamercolor{author}\insertauthor $\quad$
+ \usebeamerfont{author}\usebeamercolor{author}\insertauthor $\quad$
\ifx\insertinstitute\@empty%
\else%
{\usebeamerfont{institute}\insertinstitute $\quad$}%
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerouterthemepureminimalistic.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerouterthemepureminimalistic.sty
index 0e501bf5aa..65a1d47dad 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerouterthemepureminimalistic.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerouterthemepureminimalistic.sty
@@ -19,7 +19,7 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic
-\ProvidesPackage{beamerouterthemepureminimalistic}[v1.2.4]
+\ProvidesPackage{beamerouterthemepureminimalistic}[v2.0.0]
\RequirePackage{ifthen}
\RequirePackage{etoolbox}
\RequirePackage{calc}
@@ -28,11 +28,14 @@
\newboolean{showmaxslides}
\setboolean{showmaxslides}{false}
+\newboolean{nofooterlogo}
+\setboolean{nofooterlogo}{false}
\newboolean{nofooter}
\setboolean{nofooter}{false}
\DeclareOptionBeamer{showmaxslides}{\setboolean{showmaxslides}{true}}
+\DeclareOptionBeamer{nofooterlogo}{\setboolean{nofooterlogo}{true}}
\DeclareOptionBeamer{nofooter}{\setboolean{nofooter}{true}}
\ProcessOptionsBeamer
@@ -55,6 +58,16 @@
% full linewidth should be used
\newcommand{\logofooter}{\includegraphics[width=.8\linewidth]{\institutepath}}
+\newcommand{\pageword}{Page}
+\newcommand{\showpagenum}{%
+ \pageword{} \insertframenumber\ifthenelse{%
+ \boolean{showmaxslides}%
+ }{%
+ /\inserttotalframenumber%
+ }{}%
+}
+
+
\defbeamertemplate*{frametitle}{largetitle}{
\logotitle
}
@@ -69,6 +82,23 @@
\setlength{\myfooterheight}{.08\paperheight}
\setbeamersize{text margin left=\myleftmargin, text margin right=\myrightmargin}
+% This cannot be an environment because I need to access the height parameter
+% after closing the relevant beamercolorbox
+\newcommand{\basicfooter}[2]{%
+ \leavevmode
+ \begin{beamercolorbox}[sep=0pt, wd=\myleftmargin, ht=#1, dp=1ex]{footline}
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[sep=0pt, wd=\mytextlength, ht=#1, dp=1ex]{footline}
+ \parbox{\linewidth}%
+ % Don't ask me why I had to insert a space/character after \usebeamercolor
+ % for it to have an effect on \hrule. Same goes for \color{white} \hrule
+ { \usebeamercolor[fg]{normal text}\ \hrule }
+ \leavevmode%
+ #2%
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[sep=0pt, wd=\myrightmargin, dp=1ex, ht=#1]{footline}
+ \end{beamercolorbox}%
+}
\defbeamertemplate*{frametitle}{pureminimalistictitle}{
\vskip 10pt
@@ -82,44 +112,58 @@
\end{beamercolorbox}
}%
-\defbeamertemplate*{footline}{pureminimalisticfooter}{%
- \ifthenelse{\boolean{nofooter}}{}{%
- \leavevmode
- \begin{beamercolorbox}[sep=0pt, wd=\myleftmargin, ht=\myfooterheight, dp=1ex]{footline}
- \end{beamercolorbox}%
- \begin{beamercolorbox}[sep=0pt, wd=\mytextlength, ht=\myfooterheight, dp=1ex]{footline}
- \parbox{\linewidth}%
- % Don't ask me why I had to insert a space/character after \usebeamercolor
- % for it to have an effect on \hrule. Same goes for \color{white} \hrule
- { \usebeamercolor[fg]{normal text}\ \hrule }
- \leavevmode
- \begin{beamercolorbox}[sep=0mm, wd=.6\paperwidth, ht=\myfooterheight]{footline}%
- \usebeamerfont{footline}%
- \vbox to\myfooterheight{%
+\defbeamertemplate*{footline}{pureminimalisticfooterdefault}{%
+ \basicfooter{%
+ \myfooterheight
+ }{%
+ \begin{beamercolorbox}[sep=0mm, wd=.725\mytextlength, ht=\myfooterheight]{footline}%
+ \usebeamerfont{footline}%
+ \vbox to\myfooterheight{%
\vfil%
\insertshorttitle{} $~|~$ %
- \insertshortauthor{} $\quad$ %
+ \insertshortauthor{} $\quad$%
\insertshortsubtitle{}\par%
- Page \insertframenumber\ifthenelse{%
- \boolean{showmaxslides}}%
- {/\inserttotalframenumber}%
- {}\par%
+ \ifthenelse{\boolean{nofooterlogo}}{}{
+ \showpagenum
+ }
+ \par%
\vfil%
\vfil%
- }%
- \end{beamercolorbox}%
- \begin{beamercolorbox}[sep=0mm, wd=.275\paperwidth,right, ht=\myfooterheight]{footline}
- \vbox to\myfooterheight{%
+ }
+ \end{beamercolorbox}%
+ \begin{beamercolorbox}[sep=0mm, wd=.275\mytextlength,right, ht=\myfooterheight]{footline}
+ \vbox to\myfooterheight{%
\vfil%
\logofooter
\vfil%
- \vfil%
- }%
- \end{beamercolorbox}%
+ }%
\end{beamercolorbox}%
- \begin{beamercolorbox}[sep=0pt, wd=\myrightmargin, dp=1ex, ht=\myfooterheight]{footline}
- \end{beamercolorbox}
+ }
+}
+
+\defbeamertemplate{footline}{pureminimalisticfooternologo}{%
+ \basicfooter{%
+ \myfooterheight
+ }{%
+ \vbox to\myfooterheight{%
+ \vfil%
+ \insertshorttitle{} $~|~$ %
+ \insertshortauthor{} $\quad$%
+ \insertshortsubtitle{}%
+ \hfill \showpagenum%
+ \par\vfil\vfil
}
}
-
+}
+
+\defbeamertemplate{footline}{pureminimalisticfooterdisable}{}
+
+\ifthenelse{\boolean{nofooter}}{
+ \setbeamertemplate{footline}[pureminimalisticfooterdisable]
+}{}
+
+\ifthenelse{\boolean{nofooterlogo}}{
+ \setbeamertemplate{footline}[pureminimalisticfooternologo]
+}{}
+
\mode<all> \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.pdf b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.pdf
index 67a3d29822..d8a8cf48e1 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.pdf
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.pdf
Binary files differ
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.tex b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.tex
index 888f85b64d..f6a929618d 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.tex
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamertheme-pure-minimalistic-demo.tex
@@ -26,8 +26,9 @@
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{tikz}
-\usetheme[showmaxslides, darkmode]{pureminimalistic}
-
+\usetheme[darkmode, showmaxslides]{pureminimalistic}
+% \renewcommand{\pageword}{}
+% \renewcommand{\logoheader}{\vspace{1.5em}}
\usepackage[backend=biber, doi=false, maxbibnames=2, maxcitenames=2,%
style=numeric, sorting=none, url=false, eprint=false]{biblatex}
\addbibresource{demo_bib.bib}
@@ -49,26 +50,36 @@ always longer than you would expect}
% For longer table of contents, I find it cleaner to
% use no footline.
\begin{frame}[plain, noframenumbering]{Outline}
- \tableofcontents
+ \tableofcontents
\end{frame}
\section{Aspect ratio}
\begin{frame}[fragile]{Aspect ratio}
- This pdf uses a 16:9 aspect ratio. To utilize
- this version, simply use:
- \begin{verbatim}
+ This pdf uses a 16:9 aspect ratio. To utilize
+ this version, simply use:
+ \begin{verbatim}
\documentclass[aspectratio=169]{beamer}
\end{verbatim}
- \vfill
- The default is a 4:3 aspect ratio.
- \begin{verbatim}
+ \vfill
+ The default is a 4:3 aspect ratio.
+ \begin{verbatim}
\documentclass{beamer}
\end{verbatim}
\end{frame}
\section{vfilleditems}
+\begin{frame}{Using itemize}
+ \begin{itemize}
+ \item I like it to have my bullet points
+ \item evenly spaced from one another
+ \item then few bullet points, are not crammed on
+ the upper part of the slide
+ like it is right now with itemize
+ \end{itemize}
+\end{frame}
+
\begin{frame}[fragile]{Using vfilleditems}
- \begin{verbatim}
+ \begin{verbatim}
Use the provided \vfilleditems environment
to create nicely spaced bullet points.
@@ -82,53 +93,66 @@ always longer than you would expect}
\end{frame}
\begin{frame}{Using vfilleditems}
- \begin{vfilleditems}
- \item I like it to have my bullet points
- \item evenly spaced from one another
- \item then few bullet points, are not crammed on
- the upper part of the slide
- \end{vfilleditems}
+ \begin{vfilleditems}
+ \item I like it to have my bullet points
+ \item evenly spaced from one another
+ \item then few bullet points, are not crammed on
+ the upper part of the slide
+ \end{vfilleditems}
\end{frame}
+\begin{frame}{Using vfilleditems}
+ \begin{vfilleditems}
+ \item Note that the overlay specification
+ is a bit different to \emph{itemize}
+ \item For grouped overlay specifications, simply add it
+ directly after the environment:
+ \begin{vfilleditems}
+ \item \texttt{\textbackslash{}begin\{vfilleditems\}<+->}
+ \end{vfilleditems}
+ \end{vfilleditems}
+\end{frame}
+
+
\section{Fonts}
\begin{frame}[fragile]{Fonts}
- Fonts:
+ Fonts:
- {\small This is small}
+ {\small This is small}
- This is normal size
+ This is normal size
- {\large This is large}
- \vfill
- Per default the \emph{Fira Font} Package is
- used. The \emph{Helvetica Font} is also bundled into this
- package.
+ {\large This is large}
+ \vfill
+ Per default the \emph{Fira Font} Package is
+ used. The \emph{Noto Font} is also bundled into this
+ package.
\end{frame}
\begin{frame}[fragile]{Fonts}
- To use \emph{Helvetica} instead of \emph{Fira Fonts}
- \begin{verbatim}
- \usetheme[helvetica]{pureminimalistic}
+ To use \emph{Noto} instead of \emph{Fira Fonts}
+ \begin{verbatim}
+ \usetheme[noto]{pureminimalistic}
\end{verbatim}
- \vfill
- To disable the \emph{Fira Fonts} and use the default font
- \begin{verbatim}
- \usetheme[nofirafonts]{pureminimalistic}
+ \vfill
+ To disable the \emph{Fira Fonts} and use the default font
+ \begin{verbatim}
+ \usetheme[customfont]{pureminimalistic}
\end{verbatim}
\end{frame}
\section{Color}
\begin{frame}[fragile]{Color}
- To overwrite the theme color
- \begin{enumerate}
- \item Define a new color
- \item redefine the themes color (before document begins)
- \end{enumerate}
+ To overwrite the theme color
+ \begin{enumerate}
+ \item Define a new color
+ \item redefine the themes color (before document begins)
+ \end{enumerate}
\end{frame}
\begin{frame}[fragile]{Change color example}
- \small
- \begin{verbatim}
+ \small
+ \begin{verbatim}
\usetheme{pureminimalistic}
\definecolor{textcolor}{RGB}{0, 0, 120}
\definecolor{title}{RGB}{0, 0, 0}
@@ -143,35 +167,35 @@ always longer than you would expect}
\end{frame}
\begin{frame}[fragile]{Dark mode}
- I've included a simple way to use a dark mode
- color theme. To use the dark color mode, provide the \texttt{darkmode}
- option.
- \begin{verbatim}
+ I've included a simple way to use a dark mode
+ color theme. To use the dark color mode, provide the \texttt{darkmode}
+ option.
+ \begin{verbatim}
\usetheme[darkmode]{pureminimalistic}
\end{verbatim}
- Sometimes, the logos have to be changed to look nice on a
- dark background. For now, I am simply loading different
- files if \texttt{darkmode} is used.
+ Sometimes, the logos have to be changed to look nice on a
+ dark background. For now, I am simply loading different
+ files if \texttt{darkmode} is used.
\end{frame}
\section{Graphics}
\begin{frame}{Logos}
- Commands setting the logos:
- \begin{vfilleditems}
- \item \texttt{\textbackslash{}logotitle} -- Command used for the title page.
- Here \texttt{\textbackslash{}linewidth} corresponds to the entire paper width.
- \item \texttt{\textbackslash{}logoheader} -- Command used for the header.
- Here \texttt{\textbackslash{}linewidth} corresponds to a smaller box,
- as the horizontal space is shared with the title.
- \item \texttt{\textbackslash{}logofooter} -- Command used for the footer.
- Here \texttt{\textbackslash{}linewidth} corresponds to a smaller box,
- as the horizontal space is shared with the footer text.
- \end{vfilleditems}
+ Commands setting the logos:
+ \begin{itemize}
+ \item \texttt{\textbackslash{}logotitle} -- Command used for the title page.
+ Here \texttt{\textbackslash{}linewidth} corresponds to the entire paper width.
+ \item \texttt{\textbackslash{}logoheader} -- Command used for the header.
+ Here \texttt{\textbackslash{}linewidth} corresponds to a smaller box,
+ as the horizontal space is shared with the title.
+ \item \texttt{\textbackslash{}logofooter} -- Command used for the footer.
+ Here \texttt{\textbackslash{}linewidth} corresponds to a smaller box,
+ as the horizontal space is shared with the footer text.
+ \end{itemize}
\end{frame}
\begin{frame}[fragile]{Logos -- Load own logo}
- To use your own logos, simply redefine the commands and adjust the sizes.
- \begin{verbatim}
+ To use your own logos, simply redefine the commands and adjust the sizes.
+ \begin{verbatim}
\renewcommand{\logotitle}{\includegraphics%
[width=.2\linewidth]{alternative_logo/gameboy.png}}
\renewcommand{\logoheader}{\includegraphics%
@@ -182,16 +206,20 @@ always longer than you would expect}
\end{frame}
\begin{frame}[fragile]{Logos -- Disable logo}
- To disable the logo, overwrite the default logo command with an empty
- command.
- \begin{verbatim}
- \renewcommand{\logofooter}{}
+ To disable the logo, overwrite the default logo command with an empty
+ command.
+ \begin{verbatim}
+ \renewcommand{\logoheader}{}
+ \end{verbatim}
+ You may want to add some vertical space if you wish to delete the \texttt{logoheader}.
+ \begin{verbatim}
+ \renewcommand{\logoheader}{\vspace{1.5em}}
\end{verbatim}
\end{frame}
\begin{frame}{Figures}
- I also changed the default caption settings to not
- include \texttt{Figure:} and reduced the font size.
+ I also changed the default caption settings to not
+ include \texttt{Figure:} and reduced the font size.
\begin{figure}[H]
\centering
\begin{columns}[T]
@@ -208,10 +236,10 @@ always longer than you would expect}
\end{frame}
\begin{frame}[fragile]{Figures -- Set background watermark}
- There is no extra option to define a background watermark, but here
- is a command that could be used to create one manually:
- \vfill
- \begin{verbatim}
+ There is no extra option to define a background watermark, but here
+ is a command that could be used to create one manually:
+ \vfill
+ \begin{verbatim}
\setbeamertemplate{background}{%
\tikz[overlay,remember picture]%
\node[opacity=0.8]at (current page.center)%
@@ -222,72 +250,87 @@ always longer than you would expect}
\end{frame}
{
- \setbeamertemplate{background}{%
+\setbeamertemplate{background}{%
\tikz[overlay,remember picture]%
\node[opacity=0.8]at (current page.center)%
{\includegraphics[width=.2\linewidth]%
- {example-image-a}};%
- }
+ {example-image-a}};%
+}
\begin{frame}{Figures -- Set background watermark}
- Usually you would add this command to specific
- frames by enclosing this command and all desired frames with
- curly brackets.
- \vfill
- See the source code of this \emph{*.tex} file for an
- example.
+ Usually you would add this command to specific
+ frames by enclosing this command and all desired frames with
+ curly brackets.
+ \vfill
+ See the source code of this \emph{*.tex} file for an
+ example.
\end{frame}
}
-
\section{Footer options}
\begin{frame}[fragile]{Disable footer}
- If you do not want to use a footer, disable it with:
- \begin{verbatim}
+ If you do not want to use a footer, disable it with:
+ \begin{verbatim}
\usetheme[nofooter]{pureminimalistic}
\end{verbatim}
\end{frame}
\begin{frame}[fragile]{Show max slide numbers}
- For these slides, I used the option to
- show the maximum number of slides. To activate it
- one has to activate it with:
- \begin{verbatim}
+ For these slides, I used the option to
+ show the maximum number of slides. To activate it
+ one has to activate it with:
+ \begin{verbatim}
\usetheme[showmaxslides]{pureminimalistic}
\end{verbatim}
- Usually, I prefer to not show the maximum number of
- slides, as the people tend to lose focus if they know
- the last few slides are shown.
+ Usually, I prefer to not show the maximum number of
+ slides, as the people tend to lose focus if they know
+ the last few slides are shown.
+\end{frame}
+
+\begin{frame}[fragile]{Remove footer logo}
+ If you wish to remove the footer logo \emph{and}
+ move the page number to the right parts use:
+ \begin{verbatim}
+ \usetheme[nofooterlogo]{pureminimalistic}
+ \end{verbatim}
+\end{frame}
+
+\begin{frame}[fragile]{Change Page word}
+ If you wish to remove or change the word \emph{Page}
+ in the footer, change the value with
+ \begin{verbatim}
+ \renewcommand{\pageword}{Seite}
+ \end{verbatim}
\end{frame}
\section{Citations}
\begin{frame}{Citations}
- I've also changed the bibliography options to be minimalistic:
+ I've also changed the bibliography options to be minimalistic:
- Just showing a simple \texttt{\textbackslash{}cite} \cite{AlexNet}
- \vfill
- \printbibliography
+ Just showing a simple \texttt{\textbackslash{}cite} \cite{AlexNet}
+ \vfill
+ \printbibliography
\end{frame}
\appendix % do not count the following slides for the total number
\section*{Backup Slides}
\begin{frame}[plain, noframenumbering]
- \centering
- \vfill
- {\fontsize{40}{50}\selectfont Backup Slides}
- \vfill
+ \centering
+ \vfill
+ {\fontsize{40}{50}\selectfont Backup Slides}
+ \vfill
\end{frame}
\begin{frame}{What happened to the page numbering?}
- \begin{vfilleditems}
- \item I've used the \texttt{appendixnumberbeamer}
- package, which resets the frame counting after calling
- \texttt{\textbackslash{}appendix}
- \item Depending on the used pdf viewer, the total
- count of frames shouldn't include the backup slides and
- won't demotivate the audience.
- \item Usually, I would use a \texttt{plain} frame
- for the backup slides.
- \end{vfilleditems}
+ \begin{itemize}
+ \item I've used the \texttt{appendixnumberbeamer}
+ package, which resets the frame counting after calling
+ \texttt{\textbackslash{}appendix}
+ \item Depending on the used pdf viewer, the total
+ count of frames shouldn't include the backup slides and
+ won't demotivate the audience.
+ \item Usually, I would use a \texttt{plain} frame
+ for the backup slides.
+ \end{itemize}
\end{frame}
\end{document} \ No newline at end of file
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerthemepureminimalistic.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerthemepureminimalistic.sty
index 0f38bd834f..c939ed689e 100644
--- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerthemepureminimalistic.sty
+++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-pure-minimalistic/beamerthemepureminimalistic.sty
@@ -19,15 +19,16 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic
-\ProvidesPackage{beamerthemepureminimalistic}[v1.2.4]
+\ProvidesPackage{beamerthemepureminimalistic}[v2.0.0]
\mode<presentation>
\DeclareOptionBeamer{darkmode}{\PassOptionsToPackage{darkmode}{beamercolorthemepureminimalistic}}
\DeclareOptionBeamer{showmaxslides}{\PassOptionsToPackage{showmaxslides}{beamerouterthemepureminimalistic}}
+\DeclareOptionBeamer{nofooterlogo}{\PassOptionsToPackage{nofooterlogo}{beamerouterthemepureminimalistic}}
\DeclareOptionBeamer{nofooter}{\PassOptionsToPackage{nofooter}{beamerouterthemepureminimalistic}}
-\DeclareOptionBeamer{nofirafonts}{\PassOptionsToPackage{nofirafonts}{beamerfontthemepureminimalistic}}
-\DeclareOptionBeamer{helvetica}{\PassOptionsToPackage{helvetica}{beamerfontthemepureminimalistic}}
+\DeclareOptionBeamer{customfont}{\PassOptionsToPackage{customfont}{beamerfontthemepureminimalistic}}
+\DeclareOptionBeamer{noto}{\PassOptionsToPackage{noto}{beamerfontthemepureminimalistic}}
\ProcessOptionsBeamer
diff --git a/macros/latex/contrib/graphicx-psmin/README b/macros/latex/contrib/graphicx-psmin/README
index f1c200bc47..e72bc71b53 100644
--- a/macros/latex/contrib/graphicx-psmin/README
+++ b/macros/latex/contrib/graphicx-psmin/README
@@ -1,4 +1,4 @@
-graphicx-psmin v1.1
+graphicx-psmin v1.2
-------------------
This package is an extension of the standard graphics bundle and
@@ -42,7 +42,7 @@ graphicx-psmin into your LaTeX distribution
License
-------
-Copyright (C) 2005 Hendri Adriaens
+Copyright (C) 2005-2020 Hendri Adriaens
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/macros/latex/contrib/graphicx-psmin/graphicx-psmin.dtx b/macros/latex/contrib/graphicx-psmin/graphicx-psmin.dtx
index ecd5f2f668..1e09bf4fde 100644
--- a/macros/latex/contrib/graphicx-psmin/graphicx-psmin.dtx
+++ b/macros/latex/contrib/graphicx-psmin/graphicx-psmin.dtx
@@ -15,9 +15,9 @@
% file into a directory searched by LaTeX:
% graphicx-psmin.sty
%
-%% ----------------------------------
-%% Copyright (C) 2005 Hendri Adriaens
-%% ----------------------------------
+%% ---------------------------------------
+%% Copyright (C) 2005-2020 Hendri Adriaens
+%% ---------------------------------------
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -68,7 +68,9 @@ The author is grateful to Thomas Greer and Uwe Kern for help and
suggestions. Many thanks to Akira Kakuto for providing a dvips patch
which makes this package possible. The author is greatly indebted to
Karl Berry for support and for providing a test environment for the
-dvips patch on the TUG server.
+dvips patch on the TUG server. Finally a word of thanks for David Carlisle
+for providing a fix to make the package work with the latest \pf{graphicx}
+package.
\PrintChangesX\PrintIndexX
\end{document}
%</driver>
@@ -78,7 +80,7 @@ dvips patch on the TUG server.
%
% \GetFileInfo{graphicx-psmin.sty}
%
-% \CheckSum{301}
+% \CheckSum{310}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -101,7 +103,7 @@ dvips patch on the TUG server.
%\texttt{/macros/latex/contrib/graphicx-psmin}. See \texttt{graphicx-psmin.dtx}
%for information on installing \pf{graphicx-psmin} into your \TeX\ or \LaTeX\
%distribution and for the license of this package.}}
-%\author{\mktitledecor Hendri Adriaens\\\url{http://stuwww.uvt.nl/~hendri}}
+%\author{\mktitledecor Hendri Adriaens}
%\date{\fileversion\ (\filedate)}
%\maketitle
%
@@ -277,7 +279,7 @@ dvips patch on the TUG server.
%<*graphicx-psmin>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{graphicx-psmin}
- [2005/09/20 v1.1 single PostScript graphics inclusion (HA)]
+ [2020/11/14 v1.2 single PostScript graphics inclusion (HA)]
\DeclareOption*{\PassOptionsToPackage\CurrentOption{graphicx}}
\ProcessOptions\relax
\RequirePackage{graphicx}
@@ -475,6 +477,7 @@ dvips patch on the TUG server.
% \end{macrocode}
% \end{macro}
% \begin{macro}{\gxpsm@checkfile}
+% \changes{v1.2}{2020/11/14}{Changes to work with the latest \pf{graphicx} package}
% \marg{file}\marg{actions}\\
% This is part of \pf{graphics}' |\Ginclude@graphics| which checks a
% graphic file in the graphics path. We perform \meta{actions} when
@@ -483,7 +486,11 @@ dvips patch on the TUG server.
% \begin{macrocode}
\def\gxpsm@checkfile#1#2{%
\let\input@path\Ginput@path
- \filename@parse{#1}%
+ \ifx\unquote@name\@undefined
+ \filename@parse{#1}%
+ \else
+ \expandafter\filename@parse\expandafter{\detokenize{#1}}%
+ \fi
\ifx\filename@ext\relax
\@for\Gin@temp:=\Gin@extensions\do{%
\ifx\Gin@ext\relax
diff --git a/macros/latex/contrib/graphicx-psmin/graphicx-psmin.pdf b/macros/latex/contrib/graphicx-psmin/graphicx-psmin.pdf
index 06c6297284..6a0749d9c9 100644
--- a/macros/latex/contrib/graphicx-psmin/graphicx-psmin.pdf
+++ b/macros/latex/contrib/graphicx-psmin/graphicx-psmin.pdf
Binary files differ
diff --git a/macros/latex/contrib/graphicx-psmin/graphicx-psmin.sty b/macros/latex/contrib/graphicx-psmin/graphicx-psmin.sty
deleted file mode 100644
index 758b048b6c..0000000000
--- a/macros/latex/contrib/graphicx-psmin/graphicx-psmin.sty
+++ /dev/null
@@ -1,180 +0,0 @@
-%%
-%% This is file `graphicx-psmin.sty',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% graphicx-psmin.dtx (with options: `graphicx-psmin')
-%%
-%% ----------------------------------
-%% Copyright (C) 2005 Hendri Adriaens
-%% ----------------------------------
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.3
-%% of this license or (at your option) any later version.
-%% The latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
-%% and version 1.3 or later is part of all distributions of LaTeX
-%% version 2003/12/01 or later.
-%%
-%% This work has the LPPL maintenance status "maintained".
-%%
-%% This Current Maintainer of this work is Hendri Adriaens.
-%%
-%% This work consists of the file graphicx-psmin.dtx and derived file
-%% graphicx-psmin.sty.
-%%
-%% The following files constitute the graphicx-psmin bundle and must be
-%% distributed as a whole: readme, graphicx-psmin.pdf, graphicx-psmin.sty
-%% and graphicx-psmin.dtx.
-%%
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{graphicx-psmin}
- [2005/09/20 v1.1 single PostScript graphics inclusion (HA)]
-\DeclareOption*{\PassOptionsToPackage\CurrentOption{graphicx}}
-\ProcessOptions\relax
-\RequirePackage{graphicx}
-\def\gxpsm@tempa{dvips.def}
-\ifx\Gin@driver\gxpsm@tempa\else
- \PackageError{graphicx-psmin}{This package cannot be used with any
- \MessageBreak back end driver other than dvips!}\@ehd
- \def\loadgraphics{\@testopt\gxpsm@loadgraphics{}}
- \def\gxpsm@loadgraphics[#1]#2{}
- \expandafter\endinput
-\fi
-\ifGin@draft
- \def\loadgraphics{\@testopt\gxpsm@loadgraphics{}}
- \def\gxpsm@loadgraphics[#1]#2{}
- \expandafter\endinput
-\fi
-\def\gxpsm@loaded{}
-\def\@namexdef#1{\expandafter\xdef\csname#1\endcsname}
-\def\loadgraphics{\@testopt\gxpsm@loadgraphics{}}
-\def\gxpsm@loadgraphics[#1]#2{%
- \@for\gxpsm@file:=#2\do{%
- \begingroup
- \gxpsm@checkfile\gxpsm@file{%
- \ifx\@empty#1\@empty
- \Gread@eps{\Gin@base\Gin@ext}%
- \else
- \Gread@parse@bb#1 \\
- \fi
- \@namexdef{\Gin@base\Gin@ext @llx}{\Gin@llx}%
- \@namexdef{\Gin@base\Gin@ext @lly}{\Gin@lly}%
- \@namexdef{\Gin@base\Gin@ext @urx}{\Gin@urx}%
- \@namexdef{\Gin@base\Gin@ext @ury}{\Gin@ury}%
- \gxpsm@getcfile
- \AtBeginDvi{\special{header={\Gin@base\Gin@ext}
- pre={/\gxpsm@cfile-data^^Jcurrentfile^^J%
- << /Filter /SubFileDecode^^J/DecodeParms << /EODCount 0
- /EODString (*HA-EOD-??3.1416926!!*) >>^^J>>
- /ReusableStreamDecode filter^^J%
- \@percentchar\@percentchar BeginDocument:
- \Gin@base\Gin@ext^^J%
- }
- post={\@percentchar\@percentchar EndDocument^^J%
- *HA-EOD-??3.1416926!!*^^Jdef^^J/\gxpsm@cfile-form^^J%
- << /FormType 1^^J/BBox
- [\Gin@llx\space\Gin@lly\space\Gin@urx\space\Gin@ury]^^J%
- /Matrix [1 0 0 1 0 0]^^J/PaintProc^^J{ pop^^J%
- /ostate save def^^J/showpage {} def^^J%
- /setpagedevice /pop load def^^J%
- \gxpsm@cfile-data 0 setfileposition
- \gxpsm@cfile-data cvx exec^^J%
- ostate restore^^J} bind^^J>> def%
- }
- }}%
- \xdef\gxpsm@loaded{%
- \gxpsm@loaded\ifx\gxpsm@loaded\@empty\else,\fi
- \Gin@base\Gin@ext
- }%
- }%
- \endgroup
- }%
-}
-\@onlypreamble\loadgraphics
-\@onlypreamble\gxpsm@loadgraphics
-\def\gxpsm@getcfile{%
- \edef\gxpsm@tempa{%
- \noexpand\gxpsm@g@tcfile\Gin@base\Gin@ext\noexpand\@nil
- }%
- \gxpsm@tempa
-}
-\def\gxpsm@g@tcfile#1\@nil{%
- \begingroup\lccode`\/`\_\lowercase{\endgroup\def\gxpsm@cfile{#1}}%
-}
-\def\Ginclude@graphics#1{%
- \begingroup
- \gxpsm@checkfile{#1}{%
- \@expandtwoargs\in@{,\Gin@base\Gin@ext,}{,\gxpsm@loaded,}%
- \ifin@
- \ifGin@bbox\else
- \Gin@bboxtrue
- \edef\Gin@llx{\@nameuse{\Gin@base\Gin@ext @llx}}%
- \edef\Gin@lly{\@nameuse{\Gin@base\Gin@ext @lly}}%
- \edef\Gin@urx{\@nameuse{\Gin@base\Gin@ext @urx}}%
- \edef\Gin@ury{\@nameuse{\Gin@base\Gin@ext @ury}}%
- \fi
- \Gin@setfile{psdirect}{}{\Gin@base\Gin@ext}%
- \else
- \@ifundefined{Gin@rule@\Gin@ext}{%
- \ifx\Gin@rule@*\@undefined
- \@latex@error{Unknown graphics extension: \Gin@ext}\@ehc
- \else
- \expandafter\Gin@setfile\Gin@rule@*{\Gin@base\Gin@ext}%
- \fi
- }{%
- \expandafter\expandafter\expandafter\Gin@setfile
- \csname Gin@rule@\Gin@ext\endcsname{\Gin@base\Gin@ext}%
- }%
- \fi
- }%
- \endgroup
-}
-\def\gxpsm@checkfile#1#2{%
- \let\input@path\Ginput@path
- \filename@parse{#1}%
- \ifx\filename@ext\relax
- \@for\Gin@temp:=\Gin@extensions\do{%
- \ifx\Gin@ext\relax
- \Gin@getbase\Gin@temp
- \fi
- }%
- \else
- \Gin@getbase{\Gin@sepdefault\filename@ext}%
- \ifx\Gin@ext\relax
- \@warning{File `#1' not found}%
- \def\Gin@base{\filename@area\filename@base}%
- \edef\Gin@ext{\Gin@sepdefault\filename@ext}%
- \fi
- \fi
- \ifx\Gin@ext\relax
- \@latex@error{File `#1' not found}%
- {I could not locate the file with any of these extensions:^^J%
- \Gin@extensions^^J\@ehc}%
- \else#2\fi
-}
-\def\Ginclude@psdirect#1{%
- \message{<#1>}%
- \bgroup
- \def\@tempa{!}%
- \gxpsm@getcfile
- \dimen@\Gin@req@width
- \dimen@ii.1bp%
- \divide\dimen@\dimen@ii
- \@tempdima\Gin@req@height
- \divide\@tempdima\dimen@ii
- \special{ps:@beginspecial
- \Gin@llx\space @llx \Gin@lly\space @lly
- \Gin@urx\space @urx \Gin@ury\space @ury
- \ifx\Gin@scalex\@tempa\else\number\dimen@\space @rwi\fi
- \ifx\Gin@scaley\@tempa\else\space\number\@tempdima\space @rhi\fi
- \ifGin@clip\space @clip\fi\space @setspecial^^J
- save \gxpsm@cfile-form execform restore showpage @endspecial
- }%
- \egroup
-}
-\endinput
-%%
-%% End of file `graphicx-psmin.sty'.