summaryrefslogtreecommitdiff
path: root/info/luatex/lualatex-doc/lltxdoc.cls
diff options
context:
space:
mode:
Diffstat (limited to 'info/luatex/lualatex-doc/lltxdoc.cls')
-rw-r--r--info/luatex/lualatex-doc/lltxdoc.cls110
1 files changed, 0 insertions, 110 deletions
diff --git a/info/luatex/lualatex-doc/lltxdoc.cls b/info/luatex/lualatex-doc/lltxdoc.cls
deleted file mode 100644
index ae0e8961b1..0000000000
--- a/info/luatex/lualatex-doc/lltxdoc.cls
+++ /dev/null
@@ -1,110 +0,0 @@
-% private class for lualatex-doc
-% see lualatex-doc.tex for copying conditions
-
-\ProvidesClass{lltxdoc}
-
-\LoadClass[a4paper]{scrartcl}
-\RequirePackage{fontspec}
-\RequirePackage{metalogo, xspace, ifmtarg, xargs, fancyvrb}
-\RequirePackage[table]{xcolor}
-\RequirePackage[english]{babel}
-\RequirePackage[colorlinks=true]{hyperref}
-\RequirePackage{bookmark}
-
-\defaultfontfeatures{Ligatures=TeX, Scale=MatchLowercase}
-\setmainfont{Linux Libertine O}
-\setsansfont{Kurier}
-\setmonofont{Inconsolata}
-
-\newcommand*\simplelogo [1] {%
- \ifcsname #1\endcsname \else \badlogocommand \fi
- \lowercase{\expandafter\simple@logo\expandafter{%
- \csname #1\expandafter\endcsname\expandafter}}\expandafter{%
- \csname #1\endcsname}{#1}}
-\newcommand*\simple@logo [3] {%
- \newcommand #1 {#2\xspace}%
- \pdfstringdefDisableCommands{\def#1{#3\space}}}
-
-\providecommand \ConTeXt {Con\TeX{}t}
-\providecommand \pdfTeX {pdf\TeX}
-\providecommand \TeXLive {\TeX\thinspace Live}
-\providecommand \MiKTeX {Mik\TeX}
-
-\simplelogo {TeX}
-\simplelogo {LaTeX}
-\simplelogo {LuaTeX}
-\simplelogo {LuaLaTeX}
-\simplelogo {XeTeX}
-\simplelogo {XeLaTeX}
-\simplelogo {ConTeXt}
-\simplelogo {pdfTeX}
-\simplelogo {MiKTeX}
-\simplelogo {TeXLive}
-
-\colorlet{code}{blue!80!black}
-\fvset{formatcom=\color{code}}
-\DefineShortVerb\©
-\catcode`\  10 % non-breakable space
-
-\newcommand*\email [1] {<\href{mailto:#1}{#1}>}
-\newcommand*\ctan [1] {\href{http://mirror.ctan.org/#1}{\nolinkurl{#1}}}
-\newcommand \file {\nolinkurl}
-\newcommand*\note [1] {\noindent\textsf{\bfseries #1.}\quad\ignorespaces}
-\newcommand \cmd {\texttt}
-\newcommand \code [1] {\texorpdfstring {\texttt{\color{code}#1}} {#1}}
-\newcommand*\cs [1] {\code{\textbackslash #1}}
-
-\newcommandx*\para [2][2] {%
- \@ifmtarg{#2}{\para@{#1}{#1}}{\para@{#1}{#2}}}
-\newcommand \para@ [2] {%
- \par \medskip
- \hypertarget{para.#2}{}%
- \belowpdfbookmark{#1}{para.#2}%
- \noindent
- \label{para.#2}%
- \makebox [0pt][r] {%
- \textsf{\bfseries #1\quad}}%
- \ignorespaces
-}
-\newcommandx*\pararef [3][1, 3] {%
- \@ifmtarg{#3}{\para@ref{#1}{#2}{#2}}{\para@ref{#1}{#2}{#3}}}
-\newcommand \para@ref [3] {%
- \hyperlink{para.#3}{#1{#2}}}
-\newcommand*\parapageref [1] {%
- \autopagref{para.#1}}
-
-\newcommand \pf {\textsf}
-\newcommand \pk {\pararef[\pf]}
-
-\newcommandx*\pkdesc [6][6] {%
- \para {#1}
- \pkditem {Engines} {#3}
- \pkditem {Formats} {#4}
- \pkditem {Authors} [\\]{#2}
- \pkditem {CTAN location} [\\]{#5}[\ctan]
- \pkditem {Development url} [\\]{#6}[\url]
- \newline
-}
-\newcommandx*\pkditem [4][2,4] {\@ifnotmtarg{#3}{%
- #2\textsf{\bfseries #1:} #4{#3}.%
- }}
-
-\newcommand \WSPR {Will Robertson\xspace}
-\newcommand \KH {Khaled Hosny\xspace}
-\newcommand \HO {Heiko Oberdiek\xspace}
-\newcommand \ER {Élie Roux\xspace}
-\newcommand \MPG {Manuel Pégourié-Gonnard\xspace}
-\newcommand \VK {Vafa Khalighi\xspace}
-\newcommand \HH {Hans Hagen\xspace}
-\newcommand \Taco {Taco Hoewater\xspace}
-\newcommand \FC {François Charette\xspace}
-\newcommand \PHG {Philipp Gesang\xspace}
-\newcommand \AR {Arthur Reuntenauer\xspace}
-
-\newenvironment{myquote}{%
- \list{}{\leftmargin0pt \rightmargin1em}%
- \item\relax
- \small
-}{%
-\endlist
-}