\documentclass[a4paper]{article}
\usepackage[scale=0.75]{geometry}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\newcommand{\PkgVersion}{0.6}
\newcommand{\PkgDate}{2022/05/05}
\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}}
  \\}
\newcommand*{\LSXEntry}[1]{%
  \texttt{#1} & \textrm{\bxtexlogo{#1}} & \textit{\bxtexlogo{#1}}
      & \textsf{\bxtexlogo{#1}} & \textsf{\textsl{\bxtexlogo{#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{\ApTeX}
\LSEntry{\CSTUG}
\LSEntry{\DVIPDFMx}
\LSEntry{\HeVeA}
\LSEntry{\HiTeX}
\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{\OpTeX}
\LSEntry{\pTeXsT}
\LSEntry{\TeXXeT}
\LSEntry{\XyM}
\LSEntry{\XyMTeX}
\LSEntry{\BaSiX}
\LSEntry{\OneTeX}
\LSEntry{\SuyahTeX}
\LSEntry{\SATySFi}
\LSEntry{\TeXonLaTeX}
\end{LogoSamples}

\newpage
%============================================================
\section{Extra Logos}

You can typeset these logos by
\verb|\bxtexlogo{|$\langle$\emph{name}$\rangle$\verb|}|.
Instead, if the name consists only of alphabets,
you can import logos as new commands
(\verb|\|$\langle$\emph{name}$\rangle$)
by invoking
\verb|\bxtexlogoimport{|$\langle$\emph{name}$\rangle$\verb|}|.

\paragraph{Logos provided by \Pkg{hologo}}
The list is partial.
In fact, all logos provided by \Pkg{hologo} can be used
in the way mentioned above.

\begin{LogoSamples}
\LSXEntry{(La)TeX}
\LSXEntry{ExTeX}
\LSXEntry{La}
\LSXEntry{Xe}
\end{LogoSamples}

\paragraph{Logos provided by \Pkg{bxtexlogo}}\mbox{}

\begin{LogoSamples}
\LSXEntry{1TeX}
\LSXEntry{arara}
\LSXEntry{e}
\LSXEntry{LuahbTeX}
\LSXEntry{XeT}
\LSXEntry{YukidarumaTeX}
\end{LogoSamples}

\end{document}
