-
Notifications
You must be signed in to change notification settings - Fork 0
/
nopdf.tex
55 lines (53 loc) · 1.19 KB
/
nopdf.tex
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
44
45
46
47
48
49
50
51
52
53
54
55
% -----------------------------------------
% 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}
\usepackage{xeCJK}
\setCJKmainfont{VL PGothic}
\setCJKsansfont{VL PGothic}
\setCJKmonofont{VL Gothic}
\else
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\fi
\usepackage{fancybox}
\usepackage{makeidx}
\usepackage[hyperlink]{docbook}
\renewcommand{\DBKreleaseinfo}{}
\title{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
This PDF file is not build due to tool chain issues.
\end{document}