summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-01 21:34:47 +0000
committerKarl Berry <karl@freefriends.org>2021-07-01 21:34:47 +0000
commit711a230d2183b475863c7180ca3897cd3cf8eed2 (patch)
tree0c607f2aeb591953d8ac3be0ca19ef7cc139829a
parent7e56051097f6160144a843298260d21fecde035a (diff)
seminar (1jul21)
git-svn-id: svn://tug.org/texlive/trunk@59791 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/seminar/Changes5
-rw-r--r--Master/texmf-dist/doc/latex/seminar/semsamp3.pdfbin37704 -> 27644 bytes
-rw-r--r--Master/texmf-dist/doc/latex/seminar/semsamp3.tex5
-rw-r--r--Master/texmf-dist/tex/latex/seminar/seminar.cls4
-rw-r--r--Master/texmf-dist/tex/latex/seminar/seminar.sty2
5 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/seminar/Changes b/Master/texmf-dist/doc/latex/seminar/Changes
index 74dafdcc9cb..67471621c3e 100644
--- a/Master/texmf-dist/doc/latex/seminar/Changes
+++ b/Master/texmf-dist/doc/latex/seminar/Changes
@@ -1,4 +1,5 @@
------ seminar.sty
+----- seminar.cls
+1.63a 2021-07-01 - fix for semsamp3.tes
1.63 2021-06-30 - make it run with current latex version (seminar.ls†|.sty)
1.62a 2021-06-12 - added statement in README
1.62 2014-05-12 - moved code into pst-ovl
@@ -8,3 +9,5 @@
1.6 2012-12-27 - use the macros from package pst-ovl (hv)
+----- seminar.sty
+1.71 2021-06-30 - exists only for compatibility
diff --git a/Master/texmf-dist/doc/latex/seminar/semsamp3.pdf b/Master/texmf-dist/doc/latex/seminar/semsamp3.pdf
index 7173793ea12..daf74260ab1 100644
--- a/Master/texmf-dist/doc/latex/seminar/semsamp3.pdf
+++ b/Master/texmf-dist/doc/latex/seminar/semsamp3.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/seminar/semsamp3.tex b/Master/texmf-dist/doc/latex/seminar/semsamp3.tex
index 3d6b5923a9c..e101a342bf6 100644
--- a/Master/texmf-dist/doc/latex/seminar/semsamp3.tex
+++ b/Master/texmf-dist/doc/latex/seminar/semsamp3.tex
@@ -15,7 +15,7 @@
%% ====
% Show page(s) 1,3
%%
-\documentclass[landscape,rules]{exaseminar}
+\documentclass[landscape,rules]{seminar}
\pagestyle{empty}
\setlength\textwidth{172.40709pt}
% use **dvips -T 297mm,210mm <file>**!
@@ -24,15 +24,12 @@
\def\FileDate{June 2002}
\def\FileInfoB{Backgrounds}
\def\FileVersion{1.0}
-\StartShownPreambleCommands
-\documentclass{seminar}
\usepackage{sem-dem}% General utility macros
\HyperSetUp\hypersetup{pdfpagemode=UseOutlines}% Open the document with bookmarks shown
\newcommand\MySeminarOutlinePresentation{%
\SeminarOutlinePresentation{Where we are}{LightBlue}{RoyalBlue}{yellow}%
\SeminarHeader{\LARGE\HLe{Demonstration of \MakeLowercase{\FileInfoB}}}}
\VerbatimFootnotes % To allow verbatim material in footnotes
-\StopShownPreambleCommands
\begin{document}
\SeminarFirstSlide \SeminarListOfSlides
\renewcommand{\slidestretch}{1}% Komprimieren der Zeilen
diff --git a/Master/texmf-dist/tex/latex/seminar/seminar.cls b/Master/texmf-dist/tex/latex/seminar/seminar.cls
index b2d6bfeec0e..1a3ed512e88 100644
--- a/Master/texmf-dist/tex/latex/seminar/seminar.cls
+++ b/Master/texmf-dist/tex/latex/seminar/seminar.cls
@@ -5,8 +5,8 @@
%% Fixes from David Carlisle, Denis Girou,
%% and Frank Küster/Günter Milde (a4paper option fix)
%%
-\def\fileversion{1.63}
-\def\filedate{2021/06/30}
+\def\fileversion{1.63a}
+\def\filedate{2021/07/01}
%%
%% This is a style for typesetting notes and slides.
%%
diff --git a/Master/texmf-dist/tex/latex/seminar/seminar.sty b/Master/texmf-dist/tex/latex/seminar/seminar.sty
index a5f0f7d4c09..cdc30567f65 100644
--- a/Master/texmf-dist/tex/latex/seminar/seminar.sty
+++ b/Master/texmf-dist/tex/latex/seminar/seminar.sty
@@ -3,7 +3,7 @@
%% This is file `seminar.sty'
%%
\def\fileversion{1.71}
-\def\filedate{24/06/30}
+\def\filedate{21/06/30}
%%
%% LaTeX document style `seminar', for use with LaTeX v2.09.
%% This is a style for typesetting notes and slides.