forked from pbouda/pyqt-und-pyside-buch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyqt.tex
54 lines (32 loc) · 755 Bytes
/
pyqt.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
\documentclass{book}
\usepackage{makeidx}
\makeindex
%% PREAMBLE -- BITTE NICHT BEARBEITEN!
% Formatvorlage einbinden
\IfFileExists{osp-intern/osp_main_v2.sty}{%
\usepackage{osp-intern/osp_main_v2}
}{%
\usepackage{autorenhinweise/opensourcepress_v2}
}
%% END PREAMBLE
\hyphenation{%
Py-Side
Py-Qt}
\begin{document}
\include{pyqt_titelei}
\tableofcontents
\ospvacat
\include{kapitel_01}
\include{kapitel_02}
\include{kapitel_03}
\include{kapitel_04}
\include{kapitel_05}
%\include{kapitel_06} % nicht in 1ed
\include{kapitel_07}
\include{kapitel_08}
%\include{kapitel_09} %nicht in 1ed
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: