blob: d63c50961c7ba7eb7c7381a3a12eadba8e248a02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Preamble for book output
%
\documentclass[a4paper]{book}
%
\usepackage{fpc}
% Use times for PDF
\ifx\pdfoutput\undefined
\else
\usepackage{times}
\fi
\newcommand{\keywordlink}[1]{\typeout{Keyword link: #1}}
|