summaryrefslogtreecommitdiff
path: root/macros/generic/listofitems/listofitems-en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/listofitems/listofitems-en.tex')
-rw-r--r--macros/generic/listofitems/listofitems-en.tex38
1 files changed, 15 insertions, 23 deletions
diff --git a/macros/generic/listofitems/listofitems-en.tex b/macros/generic/listofitems/listofitems-en.tex
index ca22711f26..5f177a59f1 100644
--- a/macros/generic/listofitems/listofitems-en.tex
+++ b/macros/generic/listofitems/listofitems-en.tex
@@ -1,16 +1,11 @@
+% !TeX TS-program = lualatex
% This is the AMERICAN ENGLISH package documentation for "listofitems"
-\documentclass[american]{article}
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-\usepackage{listofitems,babel,xspace}
+\documentclass[american,10pt]{article}
+\usepackage[a4paper,margin=2.5cm,footskip=10mm]{geometry}
\usepackage[bottom]{footmisc}
-\usepackage{libertine}\usepackage[italic]{mathastext}
-\usepackage[scaled=0.8]{luximono}
-\usepackage[margin=3cm]{geometry}
-\usepackage{fancybox}
-\usepackage{xcolor}
-\usepackage{listings,MnSymbol}
-\def\listofitems{\textsf{\loiname}\xspace}
+\usepackage{fancybox,xcolor,xspace,listings,libertinus-otf,listofitems,babel}
+\usepackage[scaled=0.8]{GoMono}
+\def\listofitems{\textsf\loiname\xspace}
\def\eTeX{\hbox{$\varepsilon$-\TeX}}
\makeatletter
\def\code{\expandafter\code@i\string}
@@ -114,7 +109,8 @@
\smallbreak
\americanloidate
\vskip1.5cm
- {Christian \bsc{Tellechea}\footnote{\texttt{unbonpetit@netc.fr}}\par Steven B. \bsc{Segletes}\footnote{steven.b.segletes.civ@mail.mil}}
+ {Christian \bsc{Tellechea}\footnote{\texttt{unbonpetit@netc.fr}}\bigbreak
+ {\footnotesize Translation: Steven B. \bsc{Segletes}\footnote{\texttt{steven.b.segletes.civ@mail.mil}}}}%
\par
\endgroup
\vskip2cm
@@ -137,10 +133,10 @@ A component may, in turn, be a list with a parsing delimiter different from
\def\listofitems{\textsf\loiname\xspace}
\section{Preface}
-\fbox{\vbox{\hsize\dimexpr\linewidth-2\fboxsep-2\fboxrule\relax\textbf{Important}: As of version 1.62, \listofitems requires a \TeX{} engine that provides the \texttt{\string\expanded} primitive. If this is not available, an error message will be issued and version 1.61 will be loaded (last version working without the primitive \texttt{\string\expanded}); it is strongly recommended that you update your \LaTeX{} distribution in order to take advantage of the newer \TeX{} engines that provide for the use of this new primitive.}}\medbreak
+\fbox{\vbox{\hsize\dimexpr\linewidth-2\fboxsep-2\fboxrule\relax\textbf{Important}: for any modification to the source code of this extension (bug reports, requests to add or modify a feature), \listofitems users should send an email to \texttt{unbonpetit@netc.fr}. In particular, there's no point in sending an e-mail to another address or posting on a specialized website.}}\medbreak
This package loads no external packages, must be used with the
- \eTeX{} engine, and must be called in (pdf)\hskip0pt(Xe)\hskip0pt(lua)\LaTeX{} with
+ \eTeX{} engine providing \verb|\expanded| primitive, and must be called in (pdf)\hskip0pt(Xe)\hskip0pt(lua)\LaTeX{} with
the invocation
\code|\usepackage{listofitems}|
@@ -544,17 +540,13 @@ In the inner parenthesis:
"\insmallparen"/
\section{The Code}
-
-Any suggestion, bug report, remark, request, addition or modification
- of functionality is welcome; in this case, I invite users of
- \listofitems to send me an email to \verb|unbonpetit@netc.fr|.\medbreak
-
The code below is the exact verbatim of the file \verb|listofitems.tex|.
I hope that the few comments scattered throughout it will
be enough for the user or the curious to understand the internal
machinery of this package:
-
-
+\newpage
+\pagecolor{black!85}%
+\newgeometry{margin=1.25cm}%
\lstinputlisting[
language=TeX,
inputencoding=latin1,
@@ -571,9 +563,9 @@ I hope that the few comments scattered throughout it will
showspaces=false,
showstringspaces=false,
numbers=left,
- numberstyle=\tiny\ttfamily\color{black},
+ numberstyle=\tiny\ttfamily\color{white},
breaklines=true,
- prebreak={\hbox{$\rhookswarrow$}},
+ prebreak={\hbox{$\swarrow$}},
breakindent=3em,
breakautoindent=true,
xleftmargin=1em,