summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bxtexlogo/bxtexlogo-sample.tex
blob: 2e66a85b333bfa9acbc9a43765b13d5aace80ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
\documentclass[a4paper]{article}
\usepackage[scale=0.75]{geometry}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\newcommand{\PkgVersion}{0.4}
\newcommand{\PkgDate}{2018/03/31}
\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}
\LSEntry{\SATySFi}
\LSEntry{\ApTeX}
\LSEntry{\DVIPDFMx}
% software yet unavailable
%\LSEntry{\YukidarumaTeX}
\end{LogoSamples}

\end{document}