texlive[71192] Master/texmf-dist: notebeamer (6may24)

commits+karl at tug.org commits+karl at tug.org
Mon May 6 22:17:32 CEST 2024


Revision: 71192
          https://tug.org/svn/texlive?view=revision&revision=71192
Author:   karl
Date:     2024-05-06 22:17:32 +0200 (Mon, 06 May 2024)
Log Message:
-----------
notebeamer (6may24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/notebeamer/README.md
    trunk/Master/texmf-dist/doc/latex/notebeamer/notebeamer.pdf
    trunk/Master/texmf-dist/doc/latex/notebeamer/notebeamer.tex
    trunk/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty

Modified: trunk/Master/texmf-dist/doc/latex/notebeamer/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/notebeamer/README.md	2024-05-06 20:17:24 UTC (rev 71191)
+++ trunk/Master/texmf-dist/doc/latex/notebeamer/README.md	2024-05-06 20:17:32 UTC (rev 71192)
@@ -1,22 +1,19 @@
-# The `NoteBeamer` document
+# The `notebeamer` package
 
-This template provides an easy way to input Beamers on note papers and make notebook quickly. It's optimized for Goodnotes' default paper size and there won’t have difference between papers.
+This package provides macros for inputting slides on note papers quickly.
 
-Modules of `NoteBeamer` provide the following supports:
+**Welcome to pull requests [here](https://github.com/xiamyphys/notebeamer/pulls).**
 
-- Draft module to compile quickly;
-- Lighter or darker colors of the cover page;
-
-**Welcome to pull requests
-[here](https://github.com/xiamyphys/NoteBeamer).**
-
 ## License
 
-This work may be distributed and/or modified under the conditions of the
-[LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
-either version 1.3c of this license or (at your option) any later version.
+This work may be distributed and/or modified under the conditions of the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), either version 1.3c of this license or (at your option) any later version.
 
 This work has the LPPL maintenance status `maintained`.
 
-The Current Maintainer of this work is
-[Mingyu Xia](https://www.ctan.org/author/xia-my).
\ No newline at end of file
+The Current Maintainer of this work is [Mingyu Hsia](https://www.ctan.org/author/xia-my).
+
+## Derivative Works
+
+- [fadingimage](https://ctan.org/pkg/fadingimage): Package provides macros for inputting full width picture at the edges of pages quickly.
+
+- [litesolution](https://ctan.org/pkg/litesolution): Class designed for typesetting solutions of problems in exams, textbooks, etc.

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

Modified: trunk/Master/texmf-dist/doc/latex/notebeamer/notebeamer.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/notebeamer/notebeamer.tex	2024-05-06 20:17:24 UTC (rev 71191)
+++ trunk/Master/texmf-dist/doc/latex/notebeamer/notebeamer.tex	2024-05-06 20:17:32 UTC (rev 71192)
@@ -1,6 +1,7 @@
 \documentclass[11pt,svgnames]{article}
 \usepackage[notelinecolor=MidnightBlue,notemargin=.75in]{notebeamer}
-\usepackage{geometry,titlesec,authblk,hyperref,hologo,pgfpages,lipsum}
+\usepackage{indentfirst,titlesec,authblk,hyperref,hologo,pgfpages,lipsum}
+\geometry{margin=1in}
 \titleformat*{\section}{\bfseries\large}
 \titleformat*{\subsection}{\bfseries\normalsize}
 \hologoFontSetup{general=\sffamily}
@@ -14,9 +15,9 @@
 \def\cmd#1{\textcolor{MidnightBlue}{\texttt{\string#1}}}
 
 \title{\bfseries The \pkg{notebeamer} Package}
-\author{Mingyu Hsia, \href{mailto:xiamyphys at gmail.com}{\ttfamily xiamyphys at gmail.com}}
+\author{Mingyu Hsia, \href{mailto:xiamyphys at hdu.edu.cn}{\ttfamily xiamyphys at hdu.edu.cn}}
 \affil{Hangzhou Dianzi University}
-\date{\today\quad Version 3.0a\thanks{\url{https://github.com/xiamyphys/notebeamer}}}
+\date{\today\quad Version 3.0b\thanks{\url{https://github.com/xiamyphys/notebeamer}}}
 
 \begin{document}
 \maketitle
@@ -25,13 +26,13 @@
 
 This is the document for the \pkg{notebeamer} package, which provides an easy way to input slides on notepages quickly for making annotations.
 
-Welcome to feedback bugs or ideas via email \href{mailto:xiamyphys at gmail.com}{\ttfamily xiamyphys at gmail.com} or \href{https://github.com/xiamyphys/fadingimage}{GitHub}.
+Welcome to feedback bugs or ideas via email \href{mailto:xiamyphys at hdu.edu.cn}{\ttfamily xiamyphys at hdu.edu.cn} or \href{https://github.com/xiamyphys/notebeamer}{GitHub}.
 
 \end{abstract}
 
 \section{Installing \pkg{notebeamer} and loading it}
 
-Simply download \verb|notebeamer.cls| file from \href{https://github.com/xiamyphys/notebeamer}{GitHub} or \href{https://ctan.org/pkg/fadingimage}{CTAN} and save it under your working directory. However, I strongly suggest to use terminal to install and update all packages to the latest version
+Simply download \verb|notebeamer.cls| file from \href{https://github.com/xiamyphys/notebeamer}{GitHub} or \href{https://ctan.org/pkg/notebeamer}{CTAN} and save it under your working directory. However, I strongly suggest to use terminal to install and update all packages to the latest version
 
 \begin{verbatim}
     sudo tlmgr update --self --all
@@ -111,10 +112,16 @@
 This commands will create notepages that were inserted images on the left sidnumber of slides per page and the last two variables can set the start page and end page of the PDF file you want to insert that assigned by the command \cmd{notechap}.
 
 \appendix
-\section{The \pkg{litesolution} class}
+\section{Related packages}
 
-This class provides a lite design for typesetting solutions of exams, textbooks or other exercises. The \pkg{notebeamer} package is contained in the \pkg{litesolution} class now.
+\subsection{The \pkg{fadingimage} package}
 
+This package provides macros for inputting full width picture at the edges of pages quickly.
+
+\subsection{The \pkg{litesolution} class}
+
+This class is designed for typesetting solutions of problems in exams, textbooks, etc. The \pkg{notebeamer} package is contained in the \pkg{litesolution} class now.
+
 \clearpage
 \pgfpagesuselayout{4 on 1}[letterpaper]
 

Modified: trunk/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty	2024-05-06 20:17:24 UTC (rev 71191)
+++ trunk/Master/texmf-dist/tex/latex/notebeamer/notebeamer.sty	2024-05-06 20:17:32 UTC (rev 71192)
@@ -1,5 +1,5 @@
 %% ***********************************************************
-%%   Copyright 2024 by Mingyu Hsia <xiamyphys at gmail.com>     *
+%%   Copyright 2024 by Mingyu Hsia <xiamyphys at hdu.edu.cn>    *
 %%                                                           *
 %%   This work may be distributed and/or modified under      *
 %%   the conditions of the LaTeX Project Public License      *
@@ -21,7 +21,7 @@
 %% ***********************************************************
 % !Mode:: "TeX:UTF-8"
 \NeedsTeXFormat{LaTeX2e}[2020/10/01]
-\ProvidesPackage{notebeamer}[2024/04/19 v3.0a notebeamer package]
+\ProvidesPackage{notebeamer}[2024/05/06 v3.0b Package provides macros for inputting slides on note papers quickly.]
 \RequirePackage{xkeyval}
 
 \DeclareOptionX{notelinecolor}{\gdef\@notelinecolor{#1}}
@@ -157,4 +157,4 @@
     \loop      
         \unless\ifnum\tmpnum>#3 \@fourbeamer{\valnum0}{\valnum1}{\valnum2}{\valnum3}      
         \advance\tmpnum by4   
-    \repeat\fi}
\ No newline at end of file
+    \repeat\fi}



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