File: head.ltx

package info (click to toggle)
liblatex-tounicode-perl 1.93-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: perl: 1,079; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (2)
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}