texlive[73700] Master/texmf-dist: yb-book (2feb25)
commits+karl at tug.org
commits+karl at tug.org
Sun Feb 2 21:57:54 CET 2025
Revision: 73700
https://tug.org/svn/texlive?view=revision&revision=73700
Author: karl
Date: 2025-02-02 21:57:54 +0100 (Sun, 02 Feb 2025)
Log Message:
-----------
yb-book (2feb25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/yb-book/yb-book.pdf
trunk/Master/texmf-dist/source/latex/yb-book/yb-book.dtx
trunk/Master/texmf-dist/tex/latex/yb-book/yb-book.cls
Modified: trunk/Master/texmf-dist/doc/latex/yb-book/yb-book.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/yb-book/yb-book.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/yb-book/yb-book.dtx 2025-02-02 20:56:23 UTC (rev 73699)
+++ trunk/Master/texmf-dist/source/latex/yb-book/yb-book.dtx 2025-02-02 20:57:54 UTC (rev 73700)
@@ -50,7 +50,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}
%<class>\ProvidesClass{yb-book}
%<*class>
-[2025/01/19 0.6.2 YB Branded Book Style]
+[2025/02/02 0.6.3 YB Branded Book Style]
%</class>
%<*driver>
\documentclass{ltxdoc}
@@ -404,9 +404,9 @@
\RequirePackage{setspace}
\setstretch{1.2}
\makeatletter
- \ifdefined\yb at authordraft\setstretch{1.1}\fi
\ifdefined\yb at compact\setstretch{1.0}\fi
\ifdefined\yb at manuscript\setstretch{1.1}\fi
+ \ifdefined\yb at authordraft\setstretch{1.4}\fi
\makeatother
% \end{macrocode}
% \end{macro}
@@ -521,7 +521,7 @@
\fontsize{64}{64}\selectfont\bfseries%
\rotatebox{45}{
\tikz \node
- [fill=gray!8, font=\ttfamily\color{white}]
+ [fill=gray!6, font=\ttfamily\color{white}]
{it is a draft};%
}%
};%
@@ -727,6 +727,7 @@
{\setstretch{1.0}\printbibliography}%
\end{multicols}%
\else%
+ \setlength\bibitemsep{.2em}%
\printbibliography[heading=bibintoc,title={#1}]%
\fi%
}
@@ -736,8 +737,12 @@
% Then, a few layout configurations at the beginning of the document:
% \begin{macrocode}
+\makeatletter
\AtBeginDocument{%
\raggedbottom%
+ \ifdefined\yb at authordraft%
+ \raggedright%
+ \fi%
\setlength\topskip{0mm}%
\setlength\parindent{0pt}%
\setlength\fboxsep{0pt}%
@@ -744,6 +749,7 @@
\setlength\parskip{6pt}%
\interfootnotelinepenalty=10000%
}
+\makeatother
% \end{macrocode}
% Finally, a few meta commands with default values:
Modified: trunk/Master/texmf-dist/tex/latex/yb-book/yb-book.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/yb-book/yb-book.cls 2025-02-02 20:56:23 UTC (rev 73699)
+++ trunk/Master/texmf-dist/tex/latex/yb-book/yb-book.cls 2025-02-02 20:57:54 UTC (rev 73700)
@@ -32,7 +32,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{yb-book}
-[2025/01/19 0.6.2 YB Branded Book Style]
+[2025/02/02 0.6.3 YB Branded Book Style]
@@ -137,9 +137,9 @@
\RequirePackage{setspace}
\setstretch{1.2}
\makeatletter
- \ifdefined\yb at authordraft\setstretch{1.1}\fi
\ifdefined\yb at compact\setstretch{1.0}\fi
\ifdefined\yb at manuscript\setstretch{1.1}\fi
+ \ifdefined\yb at authordraft\setstretch{1.4}\fi
\makeatother
\PassOptionsToPackage{indexing=cite,
@@ -224,7 +224,7 @@
\fontsize{64}{64}\selectfont\bfseries%
\rotatebox{45}{
\tikz \node
- [fill=gray!8, font=\ttfamily\color{white}]
+ [fill=gray!6, font=\ttfamily\color{white}]
{it is a draft};%
}%
};%
@@ -396,13 +396,18 @@
{\setstretch{1.0}\printbibliography}%
\end{multicols}%
\else%
+ \setlength\bibitemsep{.2em}%
\printbibliography[heading=bibintoc,title={#1}]%
\fi%
}
\makeatother
+\makeatletter
\AtBeginDocument{%
\raggedbottom%
+ \ifdefined\yb at authordraft%
+ \raggedright%
+ \fi%
\setlength\topskip{0mm}%
\setlength\parindent{0pt}%
\setlength\fboxsep{0pt}%
@@ -409,6 +414,7 @@
\setlength\parskip{6pt}%
\interfootnotelinepenalty=10000%
}
+\makeatother
\newcommand*\thetitle{\textbackslash{}thetitle}
\newcommand*\thevolume{}
More information about the tex-live-commits
mailing list.