texlive[45784] Master: bxtexlogo (13nov17)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 14 00:51:45 CET 2017


Revision: 45784
          http://tug.org/svn/texlive?view=revision&revision=45784
Author:   karl
Date:     2017-11-14 00:51:44 +0100 (Tue, 14 Nov 2017)
Log Message:
-----------
bxtexlogo (13nov17)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/bxtexlogo/
    trunk/Master/texmf-dist/doc/latex/bxtexlogo/LICENSE
    trunk/Master/texmf-dist/doc/latex/bxtexlogo/README.md
    trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdf
    trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.tex
    trunk/Master/texmf-dist/tex/latex/bxtexlogo/
    trunk/Master/texmf-dist/tex/latex/bxtexlogo/bxtexlogo.sty
    trunk/Master/tlpkg/tlpsrc/bxtexlogo.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/bxtexlogo/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxtexlogo/LICENSE	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/bxtexlogo/LICENSE	2017-11-13 23:51:44 UTC (rev 45784)
@@ -0,0 +1,21 @@
+The MIT License
+
+Copyright (c) 2017 Takayuki YATO (aka. "ZR")
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Added: trunk/Master/texmf-dist/doc/latex/bxtexlogo/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxtexlogo/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/bxtexlogo/README.md	2017-11-13 23:51:44 UTC (rev 45784)
@@ -0,0 +1,183 @@
+BXtexlogo Package
+=================
+
+LaTeX: Additional TeX-family logos
+
+The package [hologo] enables you to output many useful logos of popular
+(and not so popular) TeX-family software. However its interface is a bit
+cumbersome because you must type `\hologo{BibTeX}` instead of `\BibTeX`.
+This package enables you to import some of logos provided by hologo as
+simgle commands, such as `\BibTeX`.
+
+Moreover this package provides yet additional logos of TeX-family software
+most of which is popular mainly in Japan. These logos can be imported in
+the same way as those provided by hologo.
+
+[hologo]: https://ctan.org/pkg/hologo
+
+### System requirement
+
+  * TeX format: LaTeX.
+  * TeX engine: Anything.
+  * Dependent packages:
+      - hologo
+      - cjhebrew (if `\logoAleph` and `\logoLamed` are used)
+
+### Installation
+
+  - `*.sty` → $TEXMF/tex/latex/BXtexlogo
+
+### License
+
+This package is distributed under the MIT License.
+
+
+The bxtexlogo Package
+---------------------
+
+### Package Loading
+
+    \usepackage[<option>,...]{bxtexlogo}
+
+All the options are passed to hologo.
+
+### Usage
+
+  * `\bxtexlogoimport{<name>,...}`: Defines a command to output the logo
+    specified by `<name>`. For example, `\bxtexlogoimport{BibTeX}` defines
+    the command `\BibTeX` to output the `BibTeX` logo, if the command is
+    undefined. Alternatively, a list element in the argument can have
+    the following forms:
+      - `+<name>`: Defines forcefully; for example, `+BibTeX` defines the
+        command `\BibTeX` even if the command is already defined.
+      - `<prefix>-<name>`: Defines with a prefix; for example, `my-BibTeX`
+        defines the command `\myBibTeX` for the logo `BibTeX`, if the
+        command is undefined.
+      - `<prefix>+<name>`: Defines forcefully with a prefix; for example,
+        `my+BibTeX` overwrites the command `\myBibTeX`.
+
+    The `<name` part can be either `*` or `**` instead of a valid logo
+    name. There `*` means “all the primary logo names” and `**` means
+    “all the secondary logo names”.  (The logo classification will be
+    described later.) For example, `{*,my+**}` imports all the primary
+    logos (without prefix, non-forcefully) and then imports forcefully all
+    the secondary logos with a prefix.
+
+    Note that the logo names explicitly given earlier are excluded from
+    the bulk import by `*` and `**`. For example, `{BibTeX,my-*}` defines
+    `\BibTeX` and `\myXeTeX` but not `\myBibTeX`.
+
+  * `\bxtexlogoImport{<name>,...}`: The same as `\bxtexlogoimport`, except
+    that the logo names explicitly given are not excluded from the target
+    of bulk imports in the future. This command is intended to be used in
+    packages and classes.
+
+### Avaiable logo names
+
+The logo names supported by this package are divides into two classes:
+“primary” (popular software) and “secondary” (all others).
+
+#### Primary logos
+
+You can bulk-import the primary logos with `\bxtexlogoimport{*}`.
+
+(Logos provided by hologo)
+
+  * `AmSLaTeX`
+  * `AmSTeX`
+  * `BibTeX`
+  * `ConTeXt`
+  * `eTeX`
+  * `LaTeX`
+  * `LaTeXe` for “LaTeX 2ε” logo
+  * `LuaLaTeX`
+  * `LuaTeX`
+  * `LyX`
+  * `METAFONT`
+  * `METAPOST`
+  * `pdfTeX`
+  * `pdfLaTeX`
+  * `TeX`
+  * `XeLaTeX`
+  * `XeTeX`
+
+(Logos provided by this package)
+
+  * `epTeX` for “ε-pTeX” logo
+  * `eupTeX` for “ε-upTeX” logo
+  * `JBibTeX` (old version of pBibTeX)
+  * `pBibTeX`
+  * `pLaTeXe` for “pLaTeX 2ε”
+  * `pLaTeX`
+  * `pTeX`
+  * `TikZ`
+  * `upBibTeX`
+  * `upLaTeX`
+  * `upLaTeXe` for “upLaTeX 2ε”
+  * `upTeX`
+
+#### Secondary logos
+
+You can bulk-import the secondary logos with `\bxtexlogoimport{**}`.
+
+(Logos provided by hologo)
+
+  * `HanTheThanh` for “Hàn Thế Thành”
+  * `KOMAScript`
+  * `LaTeXTeX` for “(La)TeX”
+  * `NTS`
+  * `PiCTeX`
+  * `SageTeX`
+  * `SLiTeX`
+  * `teTeX`
+  * `TTH`
+
+(Logos provided by this package)
+
+  * `HeVeA`
+  * `JBibTeX`
+  * `JLaTeX`
+  * `JTeX`
+  * `KaTeX`
+  * `KET` for prefix
+  * `KETpic`
+  * `LaTeXiT`
+  * `LaTeXML`
+  * `logoAleph` for “א”
+  * `logoLambda` for “Λ”
+  * `logoLamed` for “ל”
+  * `logoOmega` for “Ω”
+  * `pTeXsT`
+  * `XyM` for prefix
+  * `XyMTeX`
+  * … and more exotic ones, such as `BaSiX`  
+    (See the sample document for detail.)
+
+### Notices
+
+  * You are recommended to load the graphicx package; its functionality
+    will be utilized to improve the output of logos.
+  * You cannot use the logo commands in math mode.
+  * You can use the logos provided by this package can be used in PDF
+    strings, but not in TeX4ht workflow (contrary to the logos provided by
+    hologo).
+  * The functionality of the hologo package is not altered in any way.
+  * You cannot apply the management commands of hologo (`\hologoSetup`
+    etc.) to the logos provided by this package.
+
+
+Revision History
+----------------
+
+  * Version 0.3 ‹2017/11/11›
+      - More logos.
+
+  * Version 0.2a ‹2016/11/11›
+      - Bug fix.
+
+  * Version 0.2  ‹2016/04/01›
+      - The first public version.
+
+--------------------
+Takayuki YATO (aka. "ZR")  
+http://zrbabbler.sp.land.to/


Property changes on: trunk/Master/texmf-dist/doc/latex/bxtexlogo/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdf	2017-11-13 23:50:36 UTC (rev 45783)
+++ trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdf	2017-11-13 23:51:44 UTC (rev 45784)

Property changes on: trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.tex	2017-11-13 23:51:44 UTC (rev 45784)
@@ -0,0 +1,126 @@
+\documentclass[a4paper]{article}
+\usepackage[scale=0.75]{geometry}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\newcommand{\PkgVersion}{0.3}
+\newcommand{\PkgDate}{2017/11/11}
+\newcommand{\Pkg}[1]{\textsf{#1}}
+\usepackage{graphicx,bxtexlogo}
+\bxtexlogoimport{*,**}
+
+\newenvironment{LogoSamples}{%
+  \begin{center}\begin{tabular}{ccccc}
+    \hline \phantom{\LARGE I}
+        & \textrm{Serif} & \textit{+italic}
+        & \textsf{Sans serif} & \textsl{+slanted}
+    \\\hline
+}{%
+    \hline
+  \end{tabular}\end{center}
+}
+\newcommand*{\LSEntry}[1]{%
+  \texttt{\string#1} & \textrm{#1} & \textit{#1}
+      & \textsf{#1} & \textsf{\textsl{#1}}
+  \\}
+%-----------------------------------------------------------
+\begin{document}
+\title{Sample of \Pkg{bxtexlogo} package}
+\author{Takayuki YATO\quad (aka.~``ZR'')}
+\date{v\PkgVersion \quad[\PkgDate]}
+\maketitle
+
+%============================================================
+\section{``Primary'' Logos}
+
+You can use these commands after invoking
+\verb|\bxtexlogoimport{*}|.
+
+\paragraph{Logos provided by \Pkg{hologo}}\mbox{}
+
+\begin{LogoSamples}
+\LSEntry{\AmSLaTeX}
+\LSEntry{\AmSTeX}
+\LSEntry{\BibTeX}
+\LSEntry{\ConTeXt}
+\LSEntry{\eTeX}
+\LSEntry{\LaTeX}
+\LSEntry{\LaTeXe}
+\LSEntry{\LuaLaTeX}
+\LSEntry{\LuaTeX}
+\LSEntry{\LyX}
+\LSEntry{\METAFONT}
+\LSEntry{\METAPOST}
+\LSEntry{\pdfTeX}
+\LSEntry{\pdfLaTeX}
+\LSEntry{\TeX}
+\LSEntry{\XeLaTeX}
+\LSEntry{\XeTeX}
+\end{LogoSamples}
+
+\paragraph{Logos provided by \Pkg{bxtexlogo}}\mbox{}
+
+\begin{LogoSamples}
+\LSEntry{\epTeX}
+\LSEntry{\eupTeX}
+\LSEntry{\JBibTeX}
+\LSEntry{\pBibTeX}
+\LSEntry{\pLaTeXe}
+\LSEntry{\pLaTeX}
+\LSEntry{\pTeX}
+\LSEntry{\TikZ}
+\LSEntry{\upBibTeX}
+\LSEntry{\upLaTeX}
+\LSEntry{\upLaTeXe}
+\LSEntry{\upTeX}
+\end{LogoSamples}
+
+\newpage
+%============================================================
+\section{``Secondary'' Logos}
+
+You can use these commands after invoking
+\verb|\bxtexlogoimport{**}|.
+
+\paragraph{Logos provided by \Pkg{hologo}}\mbox{}
+
+\begin{LogoSamples}
+\LSEntry{\HanTheThanh}
+\LSEntry{\KOMAScript}
+\LSEntry{\LaTeXTeX}
+\LSEntry{\NTS}
+\LSEntry{\PiCTeX}
+\LSEntry{\SageTeX}
+\LSEntry{\SLiTeX}
+\LSEntry{\teTeX}
+\LSEntry{\TTH}
+\end{LogoSamples}
+
+\paragraph{Logos provided by \Pkg{bxtexlogo}}\mbox{}
+
+\begin{LogoSamples}
+\LSEntry{\HeVeA}
+\LSEntry{\JBibTeX}
+\LSEntry{\JLaTeX}
+\LSEntry{\JTeX}
+\LSEntry{\KaTeX}
+\LSEntry{\KET}
+\LSEntry{\KETpic}
+\LSEntry{\LaTeXiT}
+\LSEntry{\LaTeXML}
+\LSEntry{\logoAleph}
+\LSEntry{\logoLambda}
+\LSEntry{\logoLamed}
+\LSEntry{\logoOmega}
+\LSEntry{\pTeXsT}
+\LSEntry{\XyM}
+\LSEntry{\XyMTeX}
+\LSEntry{\BaSiX}
+\LSEntry{\TeXonLaTeX}
+\LSEntry{\OneTeX}
+\LSEntry{\SuyahTeX}
+% software yet unavailable
+%\LSEntry{\YukidarumaTeX}
+%\LSEntry{\SATySFi}
+\end{LogoSamples}
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/bxtexlogo/bxtexlogo.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bxtexlogo/bxtexlogo.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/bxtexlogo/bxtexlogo.sty	2017-11-13 23:51:44 UTC (rev 45784)
@@ -0,0 +1,637 @@
+%%
+%% This is file 'bxtexlogo.sty'.
+%%
+%% Copyright (c) 2017 Takayuki YATO (aka. "ZR")
+%%   GitHub:   https://github.com/zr-tex8r
+%%   Twitter:  @zr_tex8r
+%%
+%% This package is distributed under the MIT License.
+%%
+
+%% package declaration
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{bxtexlogo}[2017/11/11 v0.3]
+
+%% preparation
+\def\bxlg at pkgname{bxtexlogo}
+\providecommand\bxDebug[1]{}
+
+%--------------------------------------- general
+
+%% packages
+\IfFileExists{hologo.sty}{%
+\RequirePackageWithOptions{hologo}
+}{}
+
+%% hologo import list
+\def\bxlg at hologo@import at primary{%
+  AmSLaTeX,AmSTeX,BibTeX,ConTeXt,eTeX,LaTeX,LaTeXe,%
+  LuaLaTeX,LuaTeX,LyX,METAFONT,METAPOST,pdfTeX,pdfLaTeX,%
+  TeX,XeLaTeX,XeTeX}
+\def\bxlg at hologo@import at secondary{%
+  HanTheThanh,KOMAScript,LaTeXTeX,NTS,PiCTeX,SageTeX,%
+  SLiTeX,teTeX,TTH}
+\@onlypreamble\bxlg at hologo@import at primary
+\@onlypreamble\bxlg at hologo@import at secondary
+
+%% constants
+\def\bxlg@@star{*}
+\def\bxlg@@dblstar{**}
+
+%% variables
+\newif\ifbxlg at ok
+\newif\ifbxlg at forced
+\newif\ifbxlg at onego
+\newif\ifbxlg at hologo@ok
+
+%% unique tokens
+\def\bxlg at end{\bxlg at end@}
+\def\bxlg at mk{\bxlg at mk@}
+
+%% errors
+\def\bxlg at err@ukval#1{\PackageError\bxlg at pkgname
+ {Unknown value '#1'}%
+ {\@eha}}
+
+%% \bxlg at cond\ifXXX..\fi{<T>}{<F>}
+\@gobbletwo\if\if \def\bxlg at cond#1\fi{%
+  #1\expandafter\@firstoftwo
+  \else \expandafter\@secondoftwo\fi}
+
+%% \bxlg at jump@exit...\bxlg at exit
+\@gobble\if \long\def\bxlg at jump@exit#1\bxlg at exit{\fi}
+\let\bxlg at exit\relax
+
+%% \bxlg at logo@do{<text-form>}{<LaTeX-form>}
+% Uses \texorpdfstring if available.
+\def\bxlg at logo@do{%
+  \bxlg at cond\ifx\texorpdfstring\@undefined\fi
+      {\@firstoftwo}{\texorpdfstring}}
+
+%% \hologo fallback
+\@ifundefined{hologo}{%
+  \bxlg at hologo@okfalse
+  \DeclareRobustCommand*\hologo[1]{%
+    \PackageError\bxlg at pkgname
+     {The command '\@backslashchar#1' is not available,\MessageBreak
+      because the package 'hologo' is not found}%
+     {\@ehc}%
+     #1}
+}{%else
+  \bxlg at hologo@oktrue
+}
+
+%--------------------------------------- registration
+
+%% constants
+\chardef\bxlg at level@@primary=1
+\chardef\bxlg at level@@secondary=2
+
+%% variables
+\let\bxlg at list\@empty
+%\[bxlg at flag@@<name>]% level value
+%\[bxlg at logo@@<name>]% real definition
+%\[bxlg at lcmd@@<name>]% core definition
+
+%%<+> \bxtexlogoDeclare{<level>}{<name>}[<text-form>]{<LaTeX-form>}
+\@onlypreamble\bxtexlogoDeclare
+\newcommand*\bxtexlogoDeclare[2]{%{<level>}{<name>}
+  \@ifnextchar[%
+   {\bxlg at declare@a{#1}{#2}}%
+   {\bxlg at declare@a{#1}{#2}[#2]}}
+\@onlypreamble\bxlg at declare@a
+\def\bxlg at declare@a#1{%
+  \begingroup
+    \expandafter\bxlg at declare@b\csname bxlg at level@@#1\endcsname{#1}}
+\@onlypreamble\bxlg at declare@b
+\def\bxlg at declare@b#1#2#3[#4]{% \LEVEL{<level>}{<name>}[<text>]
+  \ifx#1\relax
+    \bxlg at err@ukval{#2}%
+    \def\bxlg at next{\endgroup}%
+  \else
+    \g at addto@macro\bxlg at list{\do{#3}}%
+    \global\expandafter\let\csname bxlg at flag@@#3\endcsname#1%
+    \def\bxlg at next{\bxlg at declare@c{#3}{#4}}%
+  \fi
+  \afterassignment\bxlg at next \toks@}% read {<LaTeX>}
+\@onlypreamble\bxlg at declare@c
+\def\bxlg at declare@c#1{%{<name>}
+  \expandafter\bxlg at declare@d\csname bxlg at lcmd@@#1\expandafter
+      \endcsname\csname bxlg at logo@@#1\endcsname}
+\@onlypreamble\bxlg at declare@d
+\def\bxlg at declare@d#1#2#3{%\LCMD\LOGO{<text>}
+    \ifx\bxlg at mk#3\bxlg at mk \gdef#1{\protect#2}%
+    \else \gdef#1{\bxlg at logo@do{\protect#2}{#3}}%
+    \fi
+    \xdef#2{\the\toks@}%
+  \endgroup}
+
+%%<+> \bxtexlogoTest
+% The test output.
+\newcommand*\bxtexlogoTest{%
+  \par \let\do\bxlg at logo@test at do \bxlg at list}
+\def\bxlg at logo@test at do#1{%
+  \texttt{#1}:\quad\@nameuse{bxlg at logo@@#1}\par}
+
+%% import form hologo
+\def\bxlg at tmpa#1#2{%
+  \bxtexlogoDeclare{#1}{#2}[]{\hologo{#2}}}
+\@for\bxlg at tmpb:=\bxlg at hologo@import at primary\do{%
+  \edef\bxlg at next{\noexpand\bxlg at tmpa{primary}{\bxlg at tmpb}%
+  }\bxlg at next}
+\@for\bxlg at tmpb:=\bxlg at hologo@import at secondary\do{%
+  \edef\bxlg at next{\noexpand\bxlg at tmpa{secondary}{\bxlg at tmpb}%
+  }\bxlg at next}
+
+%--------------------------------------- registry
+
+%% very famous somewhere
+\bxtexlogoDeclare{primary}{pTeX}{p\kern-.05em\TeX}
+\bxtexlogoDeclare{primary}{epTeX}[e-pTeX]{%
+  \mbox{\bxlg at epsilon-\bxlg at logo@@pTeX}}
+\bxtexlogoDeclare{primary}{pLaTeX}[]{p\LaTeX}
+\bxtexlogoDeclare{primary}{pLaTeXe}[]{p\LaTeXe}
+\bxtexlogoDeclare{primary}{upTeX}{up\kern-.05em \TeX}
+\bxtexlogoDeclare{primary}{eupTeX}[e-upTeX]{%
+  \mbox{\bxlg at epsilon-\bxlg at logo@@upTeX}}
+\bxtexlogoDeclare{primary}{upLaTeX}[]{up\LaTeX}
+\bxtexlogoDeclare{primary}{upLaTeXe}[]{up\LaTeXe}
+\bxtexlogoDeclare{primary}{JBibTeX}{%
+  \leavevmode\lower.5ex\hbox{J}\bxlg at akern{-.15}\hologo{BibTeX}}
+\bxtexlogoDeclare{primary}{pBibTeX}[]{p\hologo{BibTeX}}
+\bxtexlogoDeclare{primary}{upBibTeX}[]{up\hologo{BibTeX}}
+\bxtexlogoDeclare{primary}{TikZ}{Ti\textit{k}Z\bxlg at nonuc}
+
+%% old or not-so-famous
+\bxtexlogoDeclare{secondary}{JTeX}{%
+  \leavevmode\lower.5ex\hbox{J}\bxlg at akern{-.17}\TeX}
+\bxtexlogoDeclare{secondary}{JLaTeX}{%
+  \leavevmode\lower.5ex\hbox{J}\bxlg at akern{-.15}\LaTeX}
+\bxtexlogoDeclare{secondary}{pTeXsT}{%
+  p\kern-.21em \TeX\kern-.10em s\kern-.21em T\bxlg at nonuc}
+\bxtexlogoDeclare{secondary}{XyM}{%
+  X\kern-.30em %
+  \smash{\raise.50ex\hbox to0.8em{\hss\bxlg at Grk{7}\hss}}%
+  \kern -.30em M}
+\bxtexlogoDeclare{secondary}{XyMTeX}{%
+  \bxlg at logo@@XyM \kern-.1em \TeX}
+\bxtexlogoDeclare{secondary}{KET}{%
+  K\kern-.16em \lower.5ex\hbox{E}\kern-.12emT}
+\bxtexlogoDeclare{secondary}{KETpic}{%
+  \bxlg at logo@@KET pic}
+\bxtexlogoDeclare{secondary}{logoOmega}[Omega]{\bxlg at Grk{10}}
+\bxtexlogoDeclare{secondary}{logoLambda}[Lambda]{\bxlg at Grk{3}}
+\bxtexlogoDeclare{secondary}{logoAleph}[Aleph]{\bxlg at Aleph}
+\bxtexlogoDeclare{secondary}{logoLamed}[Lamed]{\bxlg at Lamed}
+\bxtexlogoDeclare{secondary}{LaTeXiT}{%
+  \LaTeX \kern-.09em
+  \raise.36ex\hbox{i}\kern-.06em T\bxlg at nonuc}
+\bxtexlogoDeclare{secondary}{LaTeXML}{%
+  \hologo{La}\kern-.15em T\kern-.1667em \lower.5ex\hbox{E}%
+  \bxlg at smaller{XML}\bxlg at nonuc}
+\bxtexlogoDeclare{secondary}{HeVeA}{%
+  H\kern-.08em
+  \begingroup \setbox\z@\hbox{H}%
+    \vbox to\ht\z@{\vss\hbox{\bxlg at smaller{E}}\vss}%
+    \kern-.07em V\kern-.08em
+    \vbox to\ht\z@{\vss\hbox{\bxlg at smaller{E}}\vss}%
+  \endgroup \kern-.09em
+  A\bxlg at nonuc}
+\bxtexlogoDeclare{secondary}{KaTeX}{%
+  K\kern-.26em
+  \begingroup \setbox\z@\hbox{T}%
+    \vbox to\ht\z@{\kern.05em \hbox{\bxlg at smaller{A}}\vss}%
+  \endgroup
+  \kern-.23em \TeX}
+
+%% fancy things (Not!)
+\bxtexlogoDeclare{secondary}{BaSiX}{%
+  B\kern-.18em \lower.45ex\hbox{A}\kern-.15em %
+  S\kern-.1em \lower.45ex\hbox{I}\kern-.1em X\bxlg at nonuc}
+\bxtexlogoDeclare{secondary}{logoon}[on]{\bxtexlogoSmcp{on}}
+\bxtexlogoDeclare{secondary}{TeXonLaTeX}[TeX on LaTeX]{%
+  \TeX\ \bxlg at logo@@logoon\ \LaTeX}
+\bxtexlogoDeclare{secondary}{OneTeX}[1TeX]{%
+  \bxlg at One\kern-0.2em \TeX}
+\bxtexlogoDeclare{secondary}{SuyahTeX}{\bxlg at Suyah\TeX}
+
+%% the unnamable (Eh?)
+\bxtexlogoDeclare{secondary}{YukidarumaTeX}{\bxlg at Yukidaruma\TeX}
+\bxtexlogoDeclare{secondary}{SATySFi}{%
+  S\kern-0.1em A\kern-0.18em T\kern-0.22em
+  \lower0.2em\hbox{Y}\kern-0.08em
+  S\kern-0.04em F\kern-0.12em
+  \lower0.2em\hbox{I}}
+
+%--------------------------------------- import
+
+%% variables
+\let\bxlg at name\relax
+\let\bxlg at pfx\relax
+
+%%<*> \bxtexlogoimport{<spec-str>}
+\@onlypreamble\bxtexlogoimport
+\newcommand*\bxtexlogoimport{%
+  \bxlg at onegotrue
+  \bxlg at import}
+\@onlypreamble\bxtexlogoImport
+\newcommand*\bxtexlogoImport{%
+  \bxlg at onegofalse
+  \bxlg at import}
+\@onlypreamble\bxlg at import
+\def\bxlg at import#1{%
+  \global\let\bxlg at default@import\relax
+  \@for\bxlg at name:=#1\do{%
+    \begingroup
+      \bxlg at split@name
+      \ifx\bxlg at name\bxlg@@star
+        \bxlg at import@all\bxlg at level@@primary
+      \else\ifx\bxlg at name\bxlg@@dblstar
+        \bxlg at import@all\bxlg at level@@secondary
+      \else\expandafter\ifx\csname bxlg at logo@@\bxlg at name\endcsname\relax
+        \PackageError\bxlg at pkgname
+         {Unknown logo name '\bxlg at name'}\@ehc
+      \else
+        \bxlg at import@one\bxlg at name
+      \fi\fi\fi
+    \endgroup}}
+
+%% \bxlg at import@one
+\@onlypreamble\bxlg at import@one
+\def\bxlg at import@one#1{%
+  \expandafter\ifx\csname\bxlg at pfx#1\endcsname\relax
+    \bxlg at oktrue
+  \else\ifbxlg at forced
+    \bxlg at oktrue
+    \PackageWarning\bxlg at pkgname
+     {'\@backslashchar\bxlg at pfx#1' redefined}%
+  \else \bxlg at okfalse
+  \fi\fi
+  \ifbxlg at onego
+    \global\expandafter\let\csname bxlg at flag@@#1\endcsname\@undefined
+  \fi
+  \ifbxlg at ok
+    \global\expandafter\let\csname\bxlg at pfx#1\expandafter
+        \endcsname\csname bxlg at lcmd@@#1\endcsname
+    \bxDebug{defined: \@backslashchar\bxlg at pfx#1}%
+  \fi}
+
+%% \bxlg at import@all{<level>}
+\@onlypreamble\bxlg at import@all
+\def\bxlg at import@all#1{%
+  \let\bxlg at tmpb#1%
+  \let\do\bxlg at import@all at do \bxlg at list}
+\@onlypreamble\bxlg at import@all at do
+\def\bxlg at import@all at do#1{%
+  \expandafter\ifx\csname bxlg at flag@@#1\endcsname\bxlg at tmpb
+    \bxlg at import@one{#1}%
+  \fi}
+
+%% \bxlg at split@name
+\@onlypreamble\bxlg at split@name
+\def\bxlg at split@name{%
+  \bxlg at split@name at a+\ifx\bxlg at pfx\relax
+    \bxlg at split@name at a-\ifx\bxlg at pfx\relax
+      \bxlg at forcedfalse \let\bxlg at pfx\@empty
+    \else \bxlg at forcedfalse
+    \fi
+  \else \bxlg at forcedtrue
+  \fi}
+\@onlypreamble\bxlg at split@name at a
+\def\bxlg at split@name at a#1{%
+  \def\bxlg at next##1#1##2\bxlg at end{\bxlg at split@name at b{##1}{##2}}%
+  \expandafter\bxlg at next\bxlg at name\bxlg at mk#1\bxlg at end}
+\@onlypreamble\bxlg at split@name at b
+\def\bxlg at split@name at b#1#2{%
+  \ifx\bxlg at end#2\bxlg at end \let\bxlg at pfx\relax
+  \else \def\bxlg at pfx{#1}\bxlg at split@name at c#2\bxlg at end%
+  \fi}
+\@onlypreamble\bxlg at split@name at c
+\def\bxlg at split@name at c#1\bxlg at mk#2\bxlg at end{%
+  \def\bxlg at name{#1}}
+
+%% \bxlg at default@import
+\@onlypreamble\bxlg at default@import
+\def\bxlg at default@import{%
+  \bxtexlogoimport{*}}
+\AtBeginDocument{\bxlg at default@import}
+
+%--------------------------------------- font
+
+%% variables
+\chardef\bxlg at genfam=0
+
+%% \bxlg at find@genfam
+\def\bxlg at find@genfam{%
+  \edef\bxlg at tmpa{\f at family}\chardef\bxlg at genfam=\z@
+  \edef\bxlg at tmpb{\sfdefault}%
+  \ifx\bxlg at tmpa\bxlg at tmpb \chardef\bxlg at genfam=\@ne \fi
+  \edef\bxlg at tmpb{\ttdefault}%
+  \ifx\bxlg at tmpa\bxlg at tmpb \chardef\bxlg at genfam=\tw@ \fi}
+
+%% \bxlg at check@bold
+\def\bxlg at check@bold{%
+  \if b\expandafter\@car\f at series.\@nil \bxlg at oktrue
+  \else \bxlg at okfalse \fi}
+
+%% \bxlg at declare@family{<enc>}{<family>}
+\def\bxlg at declare@family#1#2{%
+  \DeclareFontFamily{#1}{#2}{}%
+  \DeclareFontShape{#1}{#2}{m}{it}{<->ssub*#2/m/n}{}%
+  \DeclareFontShape{#1}{#2}{m}{sl}{<->ssub*#2/m/n}{}%
+  \DeclareFontShape{#1}{#2}{m}{sc}{<->ssub*#2/m/n}{}%
+  \DeclareFontShape{#1}{#2}{bx}{n}{<->ssub*#2/m/n}{}%
+  \DeclareFontShape{#1}{#2}{bx}{it}{<->ssub*#2/m/n}{}%
+  \DeclareFontShape{#1}{#2}{bx}{sl}{<->ssub*#2/m/n}{}%
+  \DeclareFontShape{#1}{#2}{bx}{sc}{<->ssub*#2/m/n}{}}
+
+%% \bxlg at warn@font{<str>}
+\def\bxlg at warn@font#1{%
+  \expandafter\ifx\csname bxlg at fpkg@@#1\endcsname\relax\else
+    \PackageWarning\bxlg at pkgname
+     {Logo '#1' cannot be properly rendered\MessageBreak
+      because the font package '\csname bxlg at fpkg@@#1\endcsname'%
+      \MessageBreak is missing,}%
+    \global\expandafter\let\csname bxlg at fpkg@@#1\endcsname\relax
+  \fi}
+
+%% \bxlg at required@font{<str>}{<pkg-name>}
+\@onlypreamble\bxlg at required@fon
+\def\bxlg at required@font#1#2{%
+  \@namedef{bxlg at fpkg@@#1}{#2}}
+
+%% \bxlg at epsilon
+\def\bxlg at epsilon{%
+  \begingroup
+    \bxlg at check@bold \ifbxlg at ok \boldmath \fi
+    $\m at th \varepsilon$%
+  \endgroup}
+
+%% \bxlg at One
+\bxlg at declare@family{U}{bxlgone}
+\def\bxlg at next#1{\DeclareFontShape{U}{bxlgone}{m}{n}{<->#1}{}}
+\IfFileExists{udsrom.fd}{%
+  \bxlg at next{s*[1.44]dsrom10}%
+}{\IfFileExists{ubbm.fd}{%
+  \bxlg at next{s*[1.44]bbm10}%
+}{\IfFileExists{ubbold.fd}{%
+  \bxlg at next{s*[1.44]bbold10}%
+}{%else fallback using ordinary bold
+  \bxlg at next{s*[1.44]cmnx10}%
+}}}
+\def\bxlg at One{\bxtexlogoFontSlant{%
+  \usefont{U}{bxlgone}{m}{n}1}}
+
+%% \bxlg at select@OTi
+\def\bxlg at select@OTi{%
+  \fontencoding{OT1}\selectfont
+  \expandafter\ifx\csname OT1+\f at family\endcsname\@empty
+    \bxlg at find@genfam
+    \ifcase\bxlg at genfam \fontfamily{cmr}\selectfont
+    \or \fontfamily{cmss}\selectfont
+    \or \fontfamily{cmtt}\selectfont
+    \fi
+  \fi}
+
+%% \bxlg at Grk{<slot>}
+\def\bxlg at Grk#1{%
+  \bgroup \bxlg at select@OTi \char#1\relax \egroup}
+
+%% \bxlg at Suyah
+%% \bxlg at Yukidaruma
+\IfFileExists{c70ipxg.fd}{%
+  \bxlg at declare@family{U}{bxlgjasff}%
+  \DeclareFontShape{U}{bxlgjasff}{m}{n}{<->ipxg-r-uff}{}%
+  \def\bxlg at Suyah{\bxtexlogoFontSlant{%
+    \usefont{U}{bxlgjasff}{m}{n}%
+    \char125\bxlg at syt\char148\bxlg at syt\char103 }}%
+  \bxlg at declare@family{U}{bxlgjas26}%
+  \DeclareFontShape{U}{bxlgjas26}{m}{n}{<->s*ipxg-r-u26}{}%
+  \def\bxlg at Yukidaruma{\bxtexlogoFontSlant{%
+    \usefont{U}{bxlgjas26}{m}{n}\char3 }}%
+  \def\bxlg at syt{\kern-0.06em}%
+}{%else
+  \bxlg at required@font{SuyahTeX}{ipaex-type1}%
+  \def\bxlg at Suyah{\bxlg at warn@font{SuyahTeX}%
+    \textsf{Suyah}}%
+  \bxlg at required@font{YukidarumaTeX}{ipaex-type1}%
+  \def\bxlg at Yukidaruma{\bxlg at warn@font{YukidarumaTeX}%
+    \textsf{Yukidaruma}}%
+}
+
+%% \bxlg at Aleph
+%% \bxlg at Lamed
+\IfFileExists{cjhebrew.sty}{%
+  \bxlg at declare@family{U}{bxlghbr}%
+  \DeclareFontShape{U}{bxlghbr}{m}{n}{<->rcjhbltx}{}%
+  \def\bxlg at Aleph{%
+    \bgroup \usefont{U}{bxlghbr}{m}{n}\char39\egroup}%
+  \def\bxlg at Lamed{%
+    \bgroup \usefont{U}{bxlghbr}{m}{n}\char108\egroup}%
+}{%else
+  \bxlg at required@font{logoAleph}{cjhebrew}%
+  \def\bxlg at Aleph{\bxlg at warn@font{logoAleph}\textsf{Aleph}}%
+  \bxlg at required@font{logoLamed}{babel-hebrew}%
+  \def\bxlg at Lamed{\bxlg at warn@font{logoLamed}\textsf{Lamed}}%
+}
+
+%% \bxlg at akern
+\def\bxlg at akern#1{%
+  \begingroup
+    \setbox\z@\hbox{i}%
+    \dimen@\wd\z@ \advance\dimen at -0.2em \dimen at 12.8\dimen@
+    \ifdim\dimen@<\z@ \dimen@\z@ \fi
+    \ifdim\dimen@>1em \dimen at 1em \fi
+    \kern#1\dimen@
+  \endgroup}
+
+%% \bxlg at smaller{<text>}
+\def\bxlg at smaller#1{%
+  \begingroup
+    \check at mathfonts
+    \fontsize\sf at size\z@
+    \math at fontsfalse\selectfont
+    #1%
+  \endgroup}
+
+%% \bxlg at nonuc
+\def\bxlg at nonuc{%
+  \spacefactor\@m}
+
+%--------------------------------------- slant
+
+%% variables
+\let\bxlg at slant@val\relax
+
+%%<+> \bxtexlogoFontSlant
+% Uses the slant value of the current font.
+%%<+> \bxtexlogoSlant{<real>}
+\newcommand*\bxtexlogoFontSlant{%
+  \begingroup
+    \@tempdima\fontdimen\@ne\font
+    \bxlg at slant@a}
+\newcommand*\bxtexlogoSlant[1]{%
+  \begingroup
+    \@tempdima=#1\p@
+    \bxlg at slant@a}
+\def\bxlg at slant@a{%
+  \bxlg at implement@slant
+  \edef\bxlg at slant@val{\strip at pt\@tempdima}%
+  \afterassignment\bxlg at slant@b \setbox\z@\hbox}
+\def\bxlg at slant@b{%
+  \aftergroup\bxlg at slant@c}
+\def\bxlg at slant@c{%
+    \leavevmode
+    \ifdim\bxlg at slant@val\p@=\z@ \box\z@
+    \else
+      \@tempdima\wd\z@ \wd\z@\z@
+      \bxlg at slant@start \box\z@ \bxlg at slant@end
+      \kern\@tempdima
+    \fi
+  \endgroup}
+
+%% \bxlg at slant@start
+%% \bxlg at slant@end
+\def\bxlg at slant@start{%
+  \PackageWarning\bxlg at pkgname
+   {Cannot implement synthetic slant, perhaps\MessageBreak
+    'graphics' is not loaded}%
+  \global\let\bxlg at slant@start\relax}
+\let\bxlg at slant@end\relax
+
+%% \bxlg at implement@slant
+\def\bxlg at implement@slant{%
+  \begingroup
+  \chardef\bxlg at tmpb=0
+  \def\bxlg at tmpa{\special{ps: currentpoint grestore moveto}}
+  \ifx\bxlg at tmpa\Grot at end \chardef\bxlg at tmpb=1 \fi
+  \def\bxlg at tmpa{\special{pdf:etrans}}
+  \ifx\bxlg at tmpa\Grot at end \chardef\bxlg at tmpb=2 \fi
+  \def\bxlg at tmpa{\pdfrestore}
+  \ifx\bxlg at tmpa\Grot at end \chardef\bxlg at tmpb=3 \fi
+  \def\bxlg at tmpa{\pdfextension restore\relax}
+  \ifx\bxlg at tmpa\Grot at end \chardef\bxlg at tmpb=4 \fi
+  \bxDebug{[gdriver=\the\bxlg at tmpb]}%
+  \ifcase\bxlg at tmpb
+    % unknown, then leave unimplmented
+  \or % dvips
+  \or % dvipdfmx
+    \gdef\bxlg at slant@start{\special{%
+      pdf:btrans matrix 1 0 \bxlg at slant@val\space 1 0 0}}
+    \gdef\bxlg at slant@end{\special{pdf:etrans}}
+  \or % pdftex
+    \gdef\bxlg at slant@start{%
+      \pdfsave \pdfsetmatrix{1 0 \bxlg at slant@val\space 1}}
+    \gdef\bxlg at slant@end{\pdfrestore}
+  \or % luatex (new)
+    \gdef\bxlg at slant@start{%
+      \pdfextension save\relax
+      \pdfextension setmatrix{1 0 \bxlg at slant@val\space 1}}
+    \gdef\bxlg at slant@end{\pdfextension restore\relax}
+  \fi
+  \global\let\bxlg at implement@slant\relax
+  \endgroup}
+\AtBeginDocument{\bxlg at implement@slant}
+
+%--------------------------------------- small-caps
+
+%% constants
+\chardef\bxlg at smcp@@auto=0
+\chardef\bxlg at smcp@@real=1
+\chardef\bxlg at smcp@@fake=2
+
+%% variables
+\let\bxlg at use@fake at list\@empty
+\let\bxlg at smcp@mode\bxlg at smcp@@auto
+
+%%<+> \bxtexlogoSmcp{<string>}
+\@ifdefinable\bxtexlogoSmcp{%
+\DeclareRobustCommand\bxtexlogoSmcp[1]{%
+  \bxtexlogoSmcpChoice{\MakeLowercase{#1}}{\MakeUppercase{#1}}}
+}
+
+%%<+> \bxtexlogoSmcpChoice{<text1>}{<text2>}
+\@ifdefinable\bxtexlogoSmcpChoice{%
+\DeclareRobustCommand\bxtexlogoSmcpChoice[2]{%
+  \begingroup
+    \bxlg at check@smcp
+    \ifbxlg at ok \scshape #1%
+    \else \bxlg at smaller{#2}%
+    \fi
+  \endgroup}
+}
+
+%%<+> \bxtexlogoSmcpAs{<value>}
+% valus: auto, real, fake
+\newcommand*\bxtexlogoSmcpAs[1]{%
+  \expandafter\let\expandafter\bxlg at tmpa\csname bxlg at smcp@@#1\endcsname
+  \ifx\bxlg at tmpa\relax
+    \bxlg at err@ukval{#1}%
+  \else \let\bxlg at smcp@mode\bxlg at tmpa
+  \fi}
+
+%%<+> \bxtexlogoSmcpAsFakeFor
+\newcommand*\bxtexlogoSmcpAsFakeFor[1]{%
+  \edef\bxlg at use@fake at list{\bxlg at use@fake at list,#1}}
+
+%% \bxlg at check@smcp
+\def\bxlg at check@smcp{%
+  \ifx\bxlg at smcp@mode\bxlg at smcp@@real
+    \bxlg at oktrue
+  \else\ifx\bxlg at smcp@mode\bxlg at smcp@@fake
+    \bxlg at okfalse
+  \else
+    \bxlg at check@smcp at manual
+    \ifbxlg at ok \bxlg at check@smcp at auto \fi
+  \fi\fi
+  \bxDebug{[check->\meaning\ifbxlg at ok]}}
+\def\bxlg at check@smcp at manual{%
+  \bxlg at oktrue
+  \begingroup
+    \@for\bxlg at tmpb:=\bxlg at use@fake at list\do{%
+      \expandafter\bxlg at check@smcp at manual@a\bxlg at tmpb/?/?/?\bxlg at end}%
+  \endgroup
+  \bxDebug{[manual->\meaning\ifbxlg at ok]}}
+\def\bxlg at check@smcp at manual@a#1/#2/#3/#4\bxlg at end{%
+  \bxlg at check@smcp at manual@b{#1}{\f at encoding}%
+  \if at tempswa\else \bxlg at jump@exit \fi
+  \bxlg at check@smcp at manual@b{#2}{\f at family}%
+  \if at tempswa\else \bxlg at jump@exit \fi
+  \bxlg at check@smcp at manual@b{#3}{\f at series}%
+  \if at tempswa\else \bxlg at jump@exit \fi
+  \aftergroup\bxlg at okfalse
+  \bxlg at exit}
+\def\bxlg at check@smcp at manual@b#1#2{%
+  \def\bxlg at tmpa{#1}%
+  \@tempswafalse
+  \ifx\bxlg@@star\bxlg at tmpa \@tempswatrue
+  \else\ifx#2\bxlg at tmpa \@tempswatrue
+  \fi\fi}
+\def\bxlg at check@smcp at auto{%
+  \bxlg at oktrue
+  \begingroup
+    \bxlg at setcurfont\bxlg at fn@orig
+    \edef\bxlg at sl@orig{\ifdim\fontdimen1\font>\z@ 1\else 0\fi}%
+    \scshape
+    \bxlg at setcurfont\bxlg at fn@smcp
+    \edef\bxlg at sl@smcp{\ifdim\fontdimen1\font>\z@ 1\else 0\fi}%
+    \ifx\bxlg at fn@orig\bxlg at fn@smcp
+      \aftergroup\bxlg at okfalse
+    \else\ifnum\bxlg at sl@orig=\bxlg at sl@smcp\else
+      \aftergroup\bxlg at okfalse
+    \fi\fi
+  \endgroup
+  \bxDebug{[auto->\meaning\ifbxlg at ok]}}
+
+%% \bxlg at setcurfont\CS
+\def\bxlg at setcurfont#1{%
+  \edef\bxlg at tempa{\expandafter\meaning\the\font}%
+  \expandafter\bxlg at setcurfont@a\bxlg at tempa\bxlg at mk#1}
+\def\bxlg at setcurfont@a#1 #2 #3\bxlg at mk#4{\def#4{#3}}
+
+%% initial setup
+\bxtexlogoSmcpAs{auto}
+\bxtexlogoSmcpAsFakeFor{*/cmss/*}
+
+%--------------------------------------- done
+\endinput


Property changes on: trunk/Master/texmf-dist/tex/latex/bxtexlogo/bxtexlogo.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	2017-11-13 23:50:36 UTC (rev 45783)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2017-11-13 23:51:44 UTC (rev 45784)
@@ -125,7 +125,7 @@
     bullcntr bundledoc burmese bussproofs
     bxbase bxcalc bxcjkjatype bxdpx-beamer bxdvidriver
     bxjaprnind bxpapersize bxpdfver bxeepic bxenclose
-    bxjalipsum bxjscls bxnewfont bxorigcapt bytefield 
+    bxjalipsum bxjscls bxnewfont bxorigcapt bxtexlogo bytefield 
   c90 c-pascal cabin cachepic caladea calcage calctab calculation calculator
     calligra calligra-type1 callouts calrsfs cals calxxxx-yyyy cancel
     canoniclayout cantarell

Added: trunk/Master/tlpkg/tlpsrc/bxtexlogo.tlpsrc
===================================================================
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2017-11-13 23:50:36 UTC (rev 45783)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc	2017-11-13 23:51:44 UTC (rev 45784)
@@ -110,6 +110,7 @@
 depend bxnewfont
 depend bxpapersize
 depend bxpdfver
+depend bxtexlogo
 depend calcage
 depend calctab
 depend calculator



More information about the tex-live-commits mailing list