summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxtexlogo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-13 23:51:44 +0000
committerKarl Berry <karl@freefriends.org>2017-11-13 23:51:44 +0000
commit70437cd651b5d2f5f850d45ec09cb07afda18411 (patch)
treeb10ddb4f95ddc4d0b1b51ac6af1dceec3a3ab654 /Master/texmf-dist/doc/latex/bxtexlogo
parent61bfcb5314d6c017378a1dd65e3a419d647caaba (diff)
bxtexlogo (13nov17)
git-svn-id: svn://tug.org/texlive/trunk@45784 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxtexlogo')
-rw-r--r--Master/texmf-dist/doc/latex/bxtexlogo/LICENSE21
-rw-r--r--Master/texmf-dist/doc/latex/bxtexlogo/README.md183
-rw-r--r--Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdfbin0 -> 420458 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.tex126
4 files changed, 330 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxtexlogo/LICENSE b/Master/texmf-dist/doc/latex/bxtexlogo/LICENSE
new file mode 100644
index 00000000000..8ada757fbc8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxtexlogo/LICENSE
@@ -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.
diff --git a/Master/texmf-dist/doc/latex/bxtexlogo/README.md b/Master/texmf-dist/doc/latex/bxtexlogo/README.md
new file mode 100644
index 00000000000..1b7db4af149
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxtexlogo/README.md
@@ -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/
diff --git a/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdf b/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdf
new file mode 100644
index 00000000000..9756975afdc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.tex b/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.tex
new file mode 100644
index 00000000000..aeb343d1ecb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxtexlogo/bxtexlogo-sample.tex
@@ -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}