mirror of
https://salsa.debian.org/debian/debian-reference.git
synced 2026-01-11 20:07:28 +00:00
51 lines
1.1 KiB
TeX
51 lines
1.1 KiB
TeX
% -----------------------------------------
|
|
% LaTeX file: PDF not available PDF
|
|
% -----------------------------------------
|
|
%%<params>
|
|
%% document.language en
|
|
%%</params>
|
|
\documentclass{report}
|
|
\usepackage{ifthen}
|
|
\newboolean{DBKIsBook}
|
|
\setboolean{DBKIsBook}{true}
|
|
\IfFileExists{ifxetex.sty}{%
|
|
\usepackage{ifxetex}%
|
|
}{%
|
|
\newif\ifxetex
|
|
\xetexfalse
|
|
}
|
|
\ifxetex
|
|
\usepackage{fontspec}
|
|
\usepackage{xltxtra}
|
|
\defaultfontfeatures{Mapping=tex-text}
|
|
\setmainfont{Liberation Serif}
|
|
\setsansfont{Liberation Sans}
|
|
\setmonofont{Liberation Mono}
|
|
\else
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[latin1]{inputenc}
|
|
\fi
|
|
\usepackage{fancybox}
|
|
\usepackage{makeidx}
|
|
\usepackage[hyperlink]{docbook}
|
|
\renewcommand{\DBKreleaseinfo}{}
|
|
\title{Localized PDF file not generated}
|
|
\author{}
|
|
\hypersetup{%
|
|
pdfcreator={DBLaTeX-0.3.9-1},%
|
|
pdftitle={PDF file not generated},%
|
|
pdfauthor={}}
|
|
% ------------------
|
|
% Collaborators
|
|
% ------------------
|
|
\renewcommand{\DBKindexation}{
|
|
\begin{DBKindtable}
|
|
\DBKinditem{\writtenby}{}
|
|
\end{DBKindtable}
|
|
}
|
|
\begin{document}
|
|
\mainmatter
|
|
|
|
The localized PDF file generation is disabled to avoid hitting tool chain issues.
|
|
|
|
\end{document}
|