summaryrefslogtreecommitdiff
path: root/lltxb-dtxstyle.tex
blob: 52771b460b63c6cc1a60b1076a47448dc68e13f9 (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
% preamble for dtx documentations of the luatexbase package/bundle.

% packages
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{lmodern}
\usepackage{xspace}
\usepackage[a4paper]{geometry}
\usepackage[english]{babel}
\usepackage[colorlinks]{hyperref}
\usepackage{bookmark}

% logos
\makeatletter
\newcommand \eTeX       {$\m@th\varepsilon$-\TeX}
\newcommand \LuaTeX     {Lua\TeX}
\renewcommand \PlainTeX {Plain\thinspace\TeX}
\newcommand \TeXe       {\TeX\thinspace82}
\newcommand \TeXLive    {\TeX\thinspace Live}
\makeatother

% logos for the lazy me (mpg)
\newcommand \tex      {\TeX\xspace}
\newcommand \latex    {\LaTeX\xspace}
\newcommand \etex     {\eTeX\xspace}
\newcommand \luatex   {\LuaTeX\xspace}
\newcommand \texe     {\TeXe\xspace}
\newcommand \texlive  {\TeXLive\xspace}
\newcommand \plaintex {\PlainTeX\xspace}

% special elements of text
\newcommand*\email [1] {<\href{mailto:#1}{#1}>}
\newcommand \file       {\nolinkurl}
\newcommand \pk         {\textsf}
\newcommand \cmdname    {\texttt}

% for hyperref
\pdfstringdefDisableCommands{%
  \def\cs#1{\@backslashchar #1}%
}

% easy verbatim
\MakeShortVerb\|