summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/presentation/presentation.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/presentation/presentation.dtx')
-rw-r--r--Master/texmf-dist/source/latex/stex/presentation/presentation.dtx35
1 files changed, 24 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/stex/presentation/presentation.dtx b/Master/texmf-dist/source/latex/stex/presentation/presentation.dtx
index 97322a227d4..bc32a499ffa 100644
--- a/Master/texmf-dist/source/latex/stex/presentation/presentation.dtx
+++ b/Master/texmf-dist/source/latex/stex/presentation/presentation.dtx
@@ -9,10 +9,11 @@
%
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
-%<package>\ProvidesPackage{presentation}[2016/04/07 v1.0 presentation for semantic macros]
+%<package>\ProvidesPackage{presentation}[2019/03/20 v1.0 presentation for semantic macros]
%
%<*driver>
\documentclass{ltxdoc}
+\usepackage[utf8]{inputenc}
\usepackage{url,array,float,amstext,alltt}
\usepackage{modules,presentation,stex-logo}
\usepackage[show]{ed}
@@ -27,8 +28,11 @@
\floatstyle{boxed}
\newfloat{exfig}{thp}{lop}
\floatname{exfig}{Example}
-\def\tracissue#1{\cite{sTeX:online}, \hyperlink{http://trac.kwarc.info/sTeX/ticket/#1}{issue #1}}
-\begin{document}\DocInput{presentation.dtx}\end{document}
+\def\githubissue#1{\cite{sTeX:github:on}, \hyperlink{https://github.com/KWARC/sTeX/issues/#1}{issue #1}}
+\begin{document}
+\RecordChanges
+\DocInput{presentation.dtx}
+\end{document}
%</driver>
% \fi
%
@@ -49,9 +53,9 @@
% \changes{v0.9h}{2010/06/18}{considering done now}
% \changes{v1.0}{2010/12/27}{adding \texttt{\textbackslash funapp}}
% \changes{v1.0}{2011/01/28}{moving \texttt{\textbackslash funapp} and
+% \texttt{\textbackslash vname} (and friends) to new package {\texttt{cmath}}}
% \changes{v1.0}{2012/11/09}{Moving LaTeXML bindings into \texttt{presentation.sty.ltxml} and
% disabling generation}
-% \texttt{\textbackslash vname} (and friends) to new package {\texttt{cmath}}}
% \GetFileInfo{presentation.sty}
%
% \MakeShortVerb{\|}
@@ -70,9 +74,10 @@
% \def\atwintoo#1#2#3{{#1 #2 #3}\atwin{#1}{#2}{#3}}
% \title{{\texttt{presentation.sty}}: An Infrastructure for Presenting Semantic
% Macros in {\stex}\thanks{Version {\fileversion} (last revised {\filedate})}}
-% \author{Michael Kohlhase \& Deyan Ginev\\
-% Jacobs University, Bremen\\
-% \url{http://kwarc.info/kohlhase}}
+% \author{Michael Kohlhase
+% FAU Erlangen-N\"urnberg\\
+% \url{http://kwarc.info/kohlhase}\and
+% \& Deyan Ginev\\Authorea}
% \date{\today}
% \maketitle
%
@@ -149,7 +154,7 @@
% |\symdef| declarations. For marking up applications of symbolic functions in text we
% should use the |\symdef|-defined semantic macros direct. For applications of function
% variables we have two options:
-% \begin{compactenum}[\em i)]
+% \begin{enumerate}
% \item direct prefix markup of the form |f(x)|, where we have declared the symbol |f| to
% be a function via the |function| key of the enclosing environment --- e.g. |omtext|
% (see~\cite{Kohlhase:smmtf*:svn}).
@@ -158,7 +163,7 @@
% such as $f_1^\prime$). Note that the default prefix rendering of the function is
% sufficient here, since we can otherwise make use of a user-defined application
% operator.
-% \end{compactenum}
+% \end{enumerate}
%
% \subsection{Mixfix Notations}\label{sec:mixfix}
%
@@ -554,9 +559,9 @@
% In this section we document known limitations. If you want to help alleviate them,
% please feel free to contact the package author. Some of them are currently discussed in
% the \sTeX GitHub repository~\cite{sTeX:github:on}.
-% \begin{compactenum}
+% \begin{enumerate}
% \item none reported yet
-% \end{compactenum}
+% \end{enumerate}
%
% \StopEventually{\newpage\PrintIndex\newpage\PrintChanges\printbibliography}
%
@@ -986,6 +991,8 @@ been set by \protect\setegroup before, e.g. by \protect\setegroup{an}{0}.}}%
% \end{macro}
%
% \begin{macro}{\pmrow}
+% \ednote{this does not work together with the robustification (using |newrobustcmd|)
+% in |symdef|}
% \begin{macrocode}
\def\pmrow#1{\expandafter\@gobble\x@mrow#1\endx@mrow,}
\def\x@mrow#1,{&#1\x@mrow}
@@ -1040,3 +1047,9 @@ been set by \protect\setegroup before, e.g. by \protect\setegroup{an}{0}.}}%
% LocalWords: arrayline arraycell qquad hrule cmath compactenum omtext smmtf
% LocalWords: wrongfrac elidability elidable renewcommand tabularnewline
% LocalWords: docsvlist refactorings
+
+% \endinput
+% Local Variables:
+% mode: doctex
+% TeX-master: t
+% End: