texlive[55472] Master/texmf-dist: beamerappendixnote (7jun20)

commits+karl at tug.org commits+karl at tug.org
Sun Jun 7 22:40:05 CEST 2020


Revision: 55472
          http://tug.org/svn/texlive?view=revision&revision=55472
Author:   karl
Date:     2020-06-07 22:40:05 +0200 (Sun, 07 Jun 2020)
Log Message:
-----------
beamerappendixnote (7jun20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/beamerappendixnote/README.md
    trunk/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf
    trunk/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf
    trunk/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex
    trunk/Master/texmf-dist/source/latex/beamerappendixnote/beamerappendixnote.dtx
    trunk/Master/texmf-dist/tex/latex/beamerappendixnote/beamerappendixnote.sty

Modified: trunk/Master/texmf-dist/doc/latex/beamerappendixnote/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/beamerappendixnote/README.md	2020-06-07 20:39:46 UTC (rev 55471)
+++ trunk/Master/texmf-dist/doc/latex/beamerappendixnote/README.md	2020-06-07 20:40:05 UTC (rev 55472)
@@ -1,4 +1,4 @@
-Beamer appendix note introduces the `\beamerappxnote` command, which puts the note's content on a separate beamer frame, shown by the command `\printappxnotes`.  It also creates interactive buttons to move back and forth between the two frames.
+Beamer appendix note introduces the `\appxnote` command, which puts the note's content on a separate beamer frame, shown by the command `\printappxnotes`.  It also creates interactive buttons to move back and forth between the two frames.
 
 # Licence
 

Modified: trunk/Master/texmf-dist/doc/latex/beamerappendixnote/beamerappendixnote.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex	2020-06-07 20:39:46 UTC (rev 55471)
+++ trunk/Master/texmf-dist/doc/latex/beamerappendixnote/example-basic.tex	2020-06-07 20:40:05 UTC (rev 55472)
@@ -1,9 +1,9 @@
 \documentclass[20pt]{beamer}
 \usepackage{beamerappendixnote}
 \begin{document}
-\begin{frame}{Main frame}
+\begin{frame}{Main title}
   Main content \vfill
-  \appxnote{Appendix note}{Note content}
+  \appxnote{Note title}{Note content}
 \end{frame}
 \printappxnotes
 \end{document}
\ No newline at end of file

Modified: trunk/Master/texmf-dist/source/latex/beamerappendixnote/beamerappendixnote.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/beamerappendixnote/beamerappendixnote.dtx	2020-06-07 20:39:46 UTC (rev 55471)
+++ trunk/Master/texmf-dist/source/latex/beamerappendixnote/beamerappendixnote.dtx	2020-06-07 20:40:05 UTC (rev 55472)
@@ -23,24 +23,36 @@
 %</driver>
 %<package> \ProvidesPackage{beamerappendixnote}
 %<*package>
-  [2020/05/13 v1.0 initial version]
+  [2020/06/07 v1.0.1 updated documentation]
 %</package>
 %<*driver>
 \documentclass{l3doc}
+
+%% Packages
+% This package
 \usepackage{beamerappendixnote}
+% Unicode
+\usepackage{fontspec,unicode-math}
+% Auxiliary
+\usepackage{listings,graphicx}
 
-\usepackage{listings}
+%% Layout
+% Font
+\setmainfont{TeX Gyre Pagella}
+% Listings
 \lstset{
   basicstyle=\ttfamily,
   columns=fullflexible,
   keepspaces=true,
 }
-\usepackage{graphicx}
+% Links
+\hypersetup{colorlinks,citecolor=blue,linkcolor=blue,urlcolor=blue}
 
+%% Definitions
+\newcommand\fnurl[2]{\href{#1}{#2}\footnote{\url{#1}}}
+
 \begin{document}
 
-\changes{v1.0}{2020/05/13}{Initial version}
-
 \GetFileInfo{beamerappendixnote.dtx}
 
 \title{The \pkg{beamerappendixnote} package}
@@ -58,7 +70,7 @@
 
 \begin{documentation}
 
-\noindent Beamer appendix note introduces the \cs{beamerappxnote} command, which puts the note's content on a separate beamer frame, shown by the command \cs{printappxnotes}.  It also creates interactive buttons to move back and forth between the two frames:
+\noindent Beamer appendix note introduces the \cs{appxnote} command, which puts the note's content on a separate beamer frame, shown by the command \cs{printappxnotes}.  It also creates interactive buttons to move back and forth between the two frames:
 
 \lstinputlisting{example-basic.tex}
 \includegraphics[page=1,width=.49\linewidth]{example-basic.pdf}
@@ -65,22 +77,26 @@
 \includegraphics[page=2,width=.49\linewidth]{example-basic.pdf}
 
 \clearpage
+\section{Installation}
+
+The \pkg{beamerappendixnote} package is available on \fnurl{https://ctan.org/pkg/beamerappendixnote}{CTAN}.  The easiest way to install it is through a package manager.  For help, see the \fnurl{https://miktex.org/howto/miktex-console}{MiKTeX} or \fnurl{https://www.tug.org/texlive/doc/texlive-en/texlive-en.html\#x1-430005}{TeX Live} manual.  To build \pkg{beamerappendixnote} from the source code, follow the instructions in the \verb|README.md| file.
+
 \section{Usage}
 
 \begin{function}{\appxnote}
- \begin{syntax}
+  \begin{syntax}
    \cs{appxnote}\marg{title}\marg{content}
- \end{syntax}
- 
- Create a new appendix note.  Inserts a \cs{beamergotobutton} to a frame that contains \marg{content}.  The appendix frame is created using \cs{printappxnotes}.  The button’s text and the title of the appendix frame are both set to \marg{title}.
+  \end{syntax}
+  
+  Create a new appendix note.  Inserts a \cs{beamergotobutton} to a frame that contains \marg{content}.  The appendix frame is created using \cs{printappxnotes}.  The button’s text and the title of the appendix frame are both set to \marg{title}.
 \end{function}
 
 \begin{function}{\printappxnotes}
- \begin{syntax}
+  \begin{syntax}
    \cs{printappxnotes}
- \end{syntax}
- 
- Prints appendix notes in the order they are created using \cs{appxnote}.  Has to be used after the last appendix note.  Uses one frame per note.  Inserts a \cs{beamerreturnbutton} button to the frame where \cs{appxnote} was called, followed by the content, separated by a \cs{vfill}.  
+  \end{syntax}
+  
+  Prints appendix notes in the order they are created using \cs{appxnote}.  Has to be used after the last appendix note.  Uses one frame per note.  Inserts a \cs{beamerreturnbutton} button to the frame where \cs{appxnote} was called, followed by the content, separated by a \cs{vfill}.  
 \end{function}
 
 \end{documentation}

Modified: trunk/Master/texmf-dist/tex/latex/beamerappendixnote/beamerappendixnote.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/beamerappendixnote/beamerappendixnote.sty	2020-06-07 20:39:46 UTC (rev 55471)
+++ trunk/Master/texmf-dist/tex/latex/beamerappendixnote/beamerappendixnote.sty	2020-06-07 20:40:05 UTC (rev 55472)
@@ -15,7 +15,7 @@
 %% ----------------------------------------------------------------
 %% 
  \ProvidesPackage{beamerappendixnote}
-  [2020/05/13 v1.0 initial version]
+  [2020/06/07 v1.0.1 updated documentation]
 \RequirePackage{expl3}
 \@ifpackagelater {expl3}{2018/04/22} {} {%
   \PackageError {beamerappendixnote} {Support package expl3 too old}



More information about the tex-live-commits mailing list.