summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/bibtexperllibs/LaTeX-ToUnicode/head.ltx
blob: 3f946fcba0327d289746f52c8924a5c9603d4c3a (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
% documentation for LaTeX::ToUnicode.
% head.ltx file public domain.
% 
\documentclass[11pt]{article}
\usepackage{fullpage,pdfpages}
\usepackage[hidelinks]{hyperref}
\let\printindex=\empty % index is not useful
\sloppy \hbadness=3000 % not aiming for good typesetting

% Silence useless font warning about braces in cmsy instead of cmtt:
\makeatletter\def\@font@warning#1{}\makeatother

% https://tex.stackexchange.com/questions/68272
\newcommand\invisiblesection[1]{%
  \refstepcounter{section}%
  \addcontentsline{toc}{section}{\protect\numberline{\thesection}#1}%
  \sectionmark{#1}%
}

\begin{document}
\title{\texttt{LaTeX::ToUnicode} documentation}
\author{Boris Veytsman\thanks{borisv@lk.net}}
\maketitle
\tableofcontents

\invisiblesection{ltx2unitxt---convert \LaTeX\ source fragments}

\includepdf[pages=-]{ltx2unitxt}