texlive[74815] Master: novabeamer-theme (1apr25)
commits+karl at tug.org
commits+karl at tug.org
Tue Apr 1 21:58:42 CEST 2025
Revision: 74815
https://tug.org/svn/texlive?view=revision&revision=74815
Author: karl
Date: 2025-04-01 21:58:42 +0200 (Tue, 01 Apr 2025)
Log Message:
-----------
novabeamer-theme (1apr25)
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/LICENSE
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/README.md
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.pdf
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.tex
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example-image.png.png
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.pdf
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.tex
trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-ref.bib
trunk/Master/texmf-dist/tex/latex/novabeamer-theme/
trunk/Master/texmf-dist/tex/latex/novabeamer-theme/novabeamer.sty
trunk/Master/tlpkg/tlpsrc/novabeamer-theme.tlpsrc
Added: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/latex/novabeamer-theme/LICENSE (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/novabeamer-theme/LICENSE 2025-04-01 19:58:42 UTC (rev 74815)
@@ -0,0 +1,14 @@
+LaTeX Project Public License, version 1.3c (LPPL-1.3c)
+
+This work (the Beamer theme) may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version.
+
+The latest version of this license is available at:
+https://www.latex-project.org/lppl.txt
+
+This work is provided "as-is" without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose.
+
+Maintainer: Riccardo Martelli Version: 1.0 Date: 2025-05-01
+
+To distribute a modified version of this work, you must ensure that the modified version is clearly distinguishable from the original, as required by the LPPL. If you distribute the modified version, you should also provide the source files.
+
+For more details, please refer to the full license text at the link above.
Added: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/novabeamer-theme/README.md (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/novabeamer-theme/README.md 2025-04-01 19:58:42 UTC (rev 74815)
@@ -0,0 +1,58 @@
+# NovaBeamer Theme
+
+**Version 1.0**
+*Release Date: April 1, 2025*
+
+The **NovaBeamer Theme** is a LaTeX Beamer theme designed to create elegant and professional presentations for academic and scientific purposes.
+
+## Features
+
+- **Customizable Color Schemes:** Easily adjust the theme's colors to match your institution's branding.
+- **Modern Design:** Clean and minimalistic slide layouts that focus on content.
+- **Title Page Customization:** Enhanced title page with options for background images and custom formatting.
+
+## Installation
+
+To install the NovaBeamer theme:
+
+1. **Download the Package:**
+ - Clone the repository or download the ZIP file from the [GitHub repository](https://github.com/Riccardo-Martelli/NovaBeamer-Theme).
+
+2. **Extract Files:**
+ - Extract the contents to your local LaTeX directory or the directory containing your presentation.
+
+3. **Update LaTeX Database:**
+ - If you've placed the theme in your local TeX tree, update the filename database using:
+ ```sh
+ texhash
+ ```
+
+## Usage
+
+To use the NovaBeamer theme in your presentation, include the following in the preamble of your `.tex` document:
+
+```latex
+\documentclass{beamer}
+\usetheme{novabeamer}
+```
+
+## Documentation
+
+Detailed documentation is available in the compiled PDF file:
+- **Documentation:** `doc/novabeamer-doc.pdf`
+
+This document provides an in-depth guide on customizing and utilizing the NovaBeamer theme to its full potential, along with examples and explanations of key features.
+
+## License
+
+This project is released under the **LaTeX Project Public License (LPPL-1.3c)**, allowing modification and redistribution under its terms. For more details, see the [LICENSE](./LICENSE) file.
+
+## Author
+
+Developed by Riccardo Martelli. For feedback, suggestions, or contributions, please visit the [GitHub repository](https://github.com/Riccardo-Martelli/NovaBeamer-Theme).
+
+## Additional Information
+
+- **Examples:** Additional example files and images are provided in the `examples/` directory to help you get started quickly.
+
+
Property changes on: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.pdf
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.pdf 2025-04-01 19:58:07 UTC (rev 74814)
+++ trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.pdf 2025-04-01 19:58:42 UTC (rev 74815)
Property changes on: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.tex (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.tex 2025-04-01 19:58:42 UTC (rev 74815)
@@ -0,0 +1,66 @@
+\documentclass{article}
+\usepackage{hyperref} % For clickable links in the PDF
+\usepackage{verbatim} % For verbatim code listings
+
+\title{NovaBeamer Theme Documentation}
+\author{Riccardo Martelli}
+\date{\today}
+
+\begin{document}
+
+\maketitle
+
+\begin{abstract}
+This document provides an overview and usage guide for the NovaBeamer Theme, a LaTeX template designed for elegant and iconic academic and scientific presentations. It explains installation, basic usage, customization options, and licensing details.
+\end{abstract}
+
+\section{Introduction}
+The \textbf{NovaBeamer Theme} is a custom Beamer theme aimed at delivering a clean, minimalistic style suitable for academic and scientific presentations. This documentation outlines its features and guides users on how to get started.
+
+\section{Installation}
+To install the NovaBeamer Theme:
+\begin{enumerate}
+ \item Copy \texttt{novabeamer.sty} into your LaTeX working directory, or install it in your local/global LaTeX tree.
+ \item Ensure that any dependent packages (e.g., \texttt{graphicx}, \texttt{xcolor}, \texttt{tikz}) are installed.
+\end{enumerate}
+
+\section{Usage Example}
+Below is a simple example of a Beamer presentation using the NovaBeamer Theme:
+\begin{verbatim}
+\documentclass{beamer}
+\usepackage{novabeamer}
+
+\title{Sample Presentation}
+\author{Your Name}
+\institute{Your Institution}
+\date{\today}
+
+\begin{document}
+
+\frame{\titlepage}
+
+\begin{frame}{Introduction}
+Welcome to this presentation using the NovaBeamer Theme.
+\end{frame}
+
+\end{document}
+\end{verbatim}
+
+\section{Customization}
+The NovaBeamer Theme offers several customizable features:
+\begin{itemize}
+ \item \textbf{Theme Colors:} Colors are defined with commands like \verb|\definecolor{...}|. For instance, the red tone is set with:
+ \begin{verbatim}
+ \definecolor{sithred}{RGB}{159,18,18}
+ \end{verbatim}
+ \item \textbf{Title Page Layout:} A custom title page is defined using a Beamer color box and TikZ for styling.
+ \item \textbf{Frame Titles and Footers:} Custom templates for frame titles and footers allow further style adjustments.
+\end{itemize}
+
+\section{License}
+This project is released under the \textbf{Unlicense License}, granting you complete freedom to use, modify, and distribute the NovaBeamer Theme. Please refer to the accompanying \texttt{LICENSE} file for full details.
+
+\section{Additional Examples}
+For more in-depth examples of how to use the NovaBeamer Theme, please refer to the example file (e.g., \texttt{novabeamer-example.tex}) available in the \texttt{examples/} directory.
+
+\end{document}
Property changes on: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/doc/novabeamer-doc.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example-image.png.png
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example-image.png.png
===================================================================
--- trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example-image.png.png 2025-04-01 19:58:07 UTC (rev 74814)
+++ trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example-image.png.png 2025-04-01 19:58:42 UTC (rev 74815)
Property changes on: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example-image.png.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.pdf
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.pdf 2025-04-01 19:58:07 UTC (rev 74814)
+++ trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.pdf 2025-04-01 19:58:42 UTC (rev 74815)
Property changes on: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.tex (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.tex 2025-04-01 19:58:42 UTC (rev 74815)
@@ -0,0 +1,165 @@
+%==========================
+% PACKAGES AND THEMES
+%==========================
+
+\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer}
+%\usetheme{SimpleDarkBlue}
+\usepackage{novabeamer} % Use the custom theme
+\usepackage{hyperref}
+\usepackage{graphicx} % Allows including images
+\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
+\usepackage{fontawesome5}
+
+
+%==========================
+% TITLE PAGE
+%==========================
+
+\title{Catchy Title}
+\subtitle{Subtitle}
+
+\author{Riccardo Martelli}
+\institute
+{Institutions}
+\date{\today}
+
+%==========================
+% PRESENTATION SLIDES
+%==========================
+
+\begin{document}
+
+\begin{frame}
+ \titlepage
+\end{frame}
+
+\begin{frame}{Overview}
+ \tableofcontents
+\end{frame}
+
+%==========================
+\section{GitHub Section}
+%==========================
+
+\begin{frame}{GitHub Hyperref link}
+\centering
+ \Huge Published on GitHub\\
+ \href{https://github.com/Riccardo-Martelli/Riccardo-Beamer-Theme}{\faGithub GitHub link}
+\end{frame}
+
+%==========================
+
+\begin{frame}{Formulas and Highlighted Text}
+
+ In this slide, some important text will be \alert{highlighted}.
+
+ \begin{block}{Text block describing the context}
+ Text introducing a formula...
+ \end{block}
+
+ \begin{alertblock}{Formula}
+ Sample text in red box...
+ \[ds^2 = g_{\mu\nu}\, dx^\mu dx^\nu\,,\]
+ \end{alertblock}
+
+ \begin{examples}
+ Sample text in green box describing Kerr Metric....
+ \[ds^2 = \dots\]
+ \end{examples}
+
+
+\end{frame}
+
+%==========================
+
+\section{Section}
+
+\begin{frame}{Multiple Columns}
+ \begin{columns}[c] % The "c" option specifies centered vertical alignment while the "t" option is used for top vertical alignment
+
+ \column{.45\textwidth} % Left column and width
+ \textbf{List Title}
+ \begin{enumerate}
+ \item Statement
+ \pause
+ \item Explanation
+ \pause
+ \item Example $\quad\Longrightarrow$
+ \end{enumerate}
+
+ \column{.45\textwidth} % Right column and width
+ \textbf{Example}\\
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lectus nisl, ultricies in feugiat rutrum, porttitor sit amet augue. Aliquam ut tortor mauris. Sed volutpat ante purus, quis accumsan dolor.
+
+ \end{columns}
+\end{frame}
+
+%==========================
+\section{Another Section}
+%==========================
+
+\begin{frame}{Table}
+ \begin{table}
+ \begin{tabular}{c c c}
+ \toprule
+ \textbf{Portfolio} & \textbf{Risk Parity} & \textbf{Partial Sharpe Ratio} \\
+ \midrule
+ Asset 1 & 0.0003262 & 0.562 \\
+ Asset 2 & 0.0015681 & 0.910 \\
+ Asset 3 & 0.0009271 & 0.296 \\
+ \bottomrule
+ \end{tabular}
+ \caption{Table caption}
+ \end{table}
+\end{frame}
+
+%==========================
+
+\begin{frame}{Theorem}
+ \begin{theorem}[Lagrange's Mean Value Theorem ]
+The \textbf{Mean Value Theorem (MVT)} states that if a function \( f \) is continuous on a closed interval \( [a,b] \) and differentiable on the open interval \( (a,b) \), then there exists at least one point \( c \) in \( (a,b) \) such that:
+
+\[
+f'(c) = \frac{f(b) - f(a)}{b - a}
+\]
+ \end{theorem}
+\end{frame}
+
+%==========================
+
+\begin{frame}{Figure}
+ Example of the usage of \textit{figure}. The image file is located in the same directory as the .tex file.
+ \begin{figure}
+ \includegraphics[width=0.6\linewidth]{examples/novabeamer-example-image.png.png}
+ \end{figure}
+\end{frame}
+
+%==========================
+
+\begin{frame}[fragile] % Need to use the fragile option when verbatim is used in the slide
+ \frametitle{Citation}
+ An example of the \verb|\cite| command to cite within the presentation:\\~
+
+ Here is what a citation looks like \cite{p1}.
+\end{frame}
+
+%==========================
+
+\begin{frame}{Bibliography/References}
+ \nocite{*}
+ \footnotesize
+ \bibliography{examples/novabeamer-ref}
+ \bibliographystyle{apalike}
+\end{frame}
+
+%==========================
+
+\begin{frame}
+\centering
+ \vspace*{\fill}
+ \fontsize{50}{60}{\centerline{\textbf{The End}}}
+\end{frame}
+
+%==========================
+
+\end{document}
\ No newline at end of file
Property changes on: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-example.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-ref.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-ref.bib (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-ref.bib 2025-04-01 19:58:42 UTC (rev 74815)
@@ -0,0 +1,18 @@
+ at article{p1,
+ author = {Riccardo Martelli},
+ title = {Title of the publication},
+ journal = {Journal Name},
+ year = {2025},
+ volume = {12},
+ number = {3},
+ pages = {55--237}
+}
+ at article{p2,
+ author = {Riccardo Martelli},
+ title = {Title of the second publication},
+ journal = {Journal Name},
+ year = {2027},
+ volume = {12},
+ number = {4},
+ pages = {145--655}
+}
\ No newline at end of file
Property changes on: trunk/Master/texmf-dist/doc/latex/novabeamer-theme/examples/novabeamer-ref.bib
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/novabeamer-theme/novabeamer.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/novabeamer-theme/novabeamer.sty (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/novabeamer-theme/novabeamer.sty 2025-04-01 19:58:42 UTC (rev 74815)
@@ -0,0 +1,140 @@
+% This .sty file is provided with permission to edit.
+% Authorized by: Riccardo Martelli
+% Feel free to modify and adapt as needed.
+
+\ProvidesPackage{novabeamer}[2025/04/01 v1.0 NovaBeamer Theme]
+
+\usepackage{graphicx} % For background images
+\usepackage{xcolor} % For custom colors
+\usepackage{tikz} % For drawing frame borders
+\usepackage{comment}
+
+%Define theme colors
+\definecolor{black}{RGB}{0, 0, 0} % Black
+\definecolor{sithred}{RGB}{159,18,18} % Cool Red
+
+% Set default colors in the theme
+\setbeamercolor{title}{fg=white, bg=sithred}
+\setbeamercolor{author}{fg=black, bg=}
+\setbeamercolor{institute}{fg=black, bg=}
+\setbeamercolor{date}{fg=black, bg=}
+
+
+\setbeamertemplate{footline}[frame number]
+\setbeamertemplate{navigation symbols}{}
+\setbeamertemplate{itemize item}[triangle]
+
+% Ensure all links are underlined
+\let\oldhref\href
+\renewcommand{\href}[2]{\underline{\oldhref{#1}{#2}}} % Underline all links
+
+
+% Custom title page template
+\setbeamertemplate{title page}{%
+ \vspace{5em} % Adjust vertical spacing
+ \begingroup
+ \centering
+
+ % Title Box (Sith Red)
+ \begin{beamercolorbox}[sep=12pt,center,shadow=true,rounded=true,wd=1\textwidth]{title}
+ \color{white} % Title text color
+ \bfseries\usebeamerfont{title}\inserttitle\par%
+ \ifx\insertsubtitle\@empty%
+ \else%
+ \vskip0.25em%
+ {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}%
+ \fi%
+ \end{beamercolorbox}
+
+ \vskip1em % Space between sections
+
+ % Author (Plain Text)
+ {\LARGE \usebeamerfont{author} \usebeamercolor[fg]{author} \insertauthor\par}
+
+ \vskip0.5em
+
+ % Institute (Plain Text)
+ {\Huge \usebeamerfont{institute} \usebeamercolor[fg]{institute} \insertinstitute\par}
+
+ \vskip0.5em
+
+ % Date (Plain Text)
+ {\usebeamerfont{date} \usebeamercolor[fg]{date} \insertdate\par}
+
+ \vskip1em
+ {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par}
+
+ \endgroup
+ \vfill
+}
+
+
+% Custom frame title with a full black border
+\setbeamertemplate{frametitle}
+{
+ \vspace{0.5cm} % Small offset adjustment
+ \begin{beamercolorbox}[wd=\paperwidth,ht=1cm,dp=0.0cm,center]{frametitle}
+ \begin{tikzpicture}
+ % Draw a black border box fully enclosing the title
+ \fill[sithred, rounded corners=5pt] (0,0) rectangle (\paperwidth,-2.2);
+
+ % Position the title inside the black box
+ \node[anchor=center, xshift=\paperwidth/2, yshift=-1.4cm, text width=\paperwidth-1cm, align=center, white]
+ {\usebeamerfont{frametitle}\insertframetitle};
+ \end{tikzpicture}
+ \end{beamercolorbox}
+}
+
+
+
+% define useful layout lengths
+\newlength{\textmargin}
+\setlength{\textmargin}{10mm} % Left and right margin for main content
+\setbeamersize{text margin left=\textmargin,text margin right=\textmargin}
+\newlength{\titlehmargin}
+\setlength{\titlehmargin}{5mm} % Left and right margin for title and footline
+\newlength{\titlevmargin}
+\setlength{\titlevmargin}{1mm} % Top and bottom margin for title and footline
+\newlength{\fullpagewidth}
+\setlength{\fullpagewidth}{\dimexpr\textwidth+\textmargin+\textmargin\relax}
+
+% Slide footer
+\setbeamertemplate{footline}{%
+ \ifnum\value{framenumber}=0
+ \relax % Do nothing on the title page
+ \else
+ \noindent\hspace{\titlehmargin}\rule{\dimexpr\fullpagewidth-\titlehmargin*2\relax}{0.4pt}\par%
+ \vspace{\titlevmargin}%
+ \leavevmode%
+ \noindent\hspace{\dimexpr\titlehmargin-\titlevmargin\relax}%
+ \begin{beamercolorbox}[sep=\titlevmargin,wd=\dimexpr\fullpagewidth-\titlehmargin*2+\titlevmargin*2\relax]{footline}%
+ {\usebeamercolor[fg]{author in head/foot}\usebeamerfont{author in head/foot}\insertshortauthor}
+ \hfill%
+ {\usebeamercolor[fg]{title in head/foot}\usebeamerfont{title in head/foot}\insertshorttitle}%
+ \hfill%
+ {\usebeamercolor[fg]{date in head/foot}\usebeamerfont{date in head/foot}\insertshortdate{}}%
+ \hfill%
+ {\usebeamercolor[fg]{page number in head/foot}\usebeamerfont{page number in head/foot}\usebeamertemplate{page number in head/foot}}%
+ \end{beamercolorbox}
+ \vspace{\titlevmargin}%
+ \fi
+}
+
+% Set author and date color to black
+\setbeamercolor{author in head/foot}{fg=black}
+\setbeamercolor{date in head/foot}{fg=black}
+\setcounter{framenumber}{-1}
+
+\AtBeginSection[]{
+ \begin{frame}
+ \vfill
+ \centering
+ \begin{beamercolorbox}[sep=8pt,center,shadow=true,rounded=true]{title}
+ \usebeamerfont{title}\insertsectionhead\par%
+ \end{beamercolorbox}
+ \vfill
+ \end{frame}
+}
+
+\setbeamertemplate{itemize subitem}{\normalfont\textbullet} % Sub-items, default bullet
+\setbeamertemplate{itemize subsubitem}{\normalfont\(\square\)} % Subsub-items, square symbol
\ No newline at end of file
Property changes on: trunk/Master/texmf-dist/tex/latex/novabeamer-theme/novabeamer.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2025-04-01 19:58:07 UTC (rev 74814)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2025-04-01 19:58:42 UTC (rev 74815)
@@ -635,7 +635,7 @@
nopageno norasi-c90 normalcolor
nostarch notebeamer notes notes2bib notespages notestex
notex-bst noto noto-emoji notoccite notomath
- novel nowidow nox
+ novabeamer-theme novel nowidow nox
nrc nstc-proposal ntgclass nth ntheorem ntheorem-vn nuc nucleardata
numberedblock numberpt numbersets
numerica numerica-plus numerica-tables numericplots
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2025-04-01 19:58:07 UTC (rev 74814)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2025-04-01 19:58:42 UTC (rev 74815)
@@ -1033,6 +1033,7 @@
depend notespages
depend notestex
depend notoccite
+depend novabeamer-theme
depend nowidow
depend nox
depend ntheorem
Added: trunk/Master/tlpkg/tlpsrc/novabeamer-theme.tlpsrc
===================================================================
More information about the tex-live-commits
mailing list.